微信小程序踩坑路(二)

355 阅读1分钟

1. 文字两端对齐

.类名{ text-align: justify; } .类名::after{ width: 100%; display: inline-block; content: ''; //这三个都不可以少 }

特别注意,如果要使用flex布局的话,记得给text标签加上宽度(小程序内,其他暂不知道)