排版
文本对齐
用来控制文本对齐的功能类。
语法
Class | Properties | 平台兼容性说明 |
---|---|---|
text-left | text-align: left; | H5、小程序、app-vue、app-nvue |
text-center | text-align: center; | H5、小程序、app-vue、app-nvue |
text-right | text-align: right; | H5、小程序、app-vue、app-nvue |
text-justify | text-align: justify; | H5、小程序、app-vue |