排版
字体大小
用来控制元素字体大小的功能类
语法
Class | Properties | 平台兼容性说明 |
---|---|---|
text-base | font-size: 0.875rem; line-height: 0.875rem * 1.4; | H5、小程序、app-vue、app-nvue |
text-sm | font-size: 0.75rem; line-height: 0.75rem * 1.4; | H5、小程序、app-vue、app-nvue |
text-xs | font-size: 0.625rem; line-height: 0.625rem * 1.4; | H5、小程序、app-vue、app-nvue |
text-lg | font-size: 1rem; line-height: 1rem * 1.4; | H5、小程序、app-vue、app-nvue |
text-xl | font-size: 1.25rem; line-height: 1.25rem * 1.4; | H5、小程序、app-vue、app-nvue |
text-2xl | font-size: 1.5rem; line-height: 1.5rem * 1.4; | H5、小程序、app-vue、app-nvue |
text-4xl | font-size: 2.25rem; line-height: 2.25rem * 1.4; | H5、小程序、app-vue、app-nvue |
text-5xl | font-size: 3rem; line-height: 3rem * 1.4; | H5、小程序、app-vue、app-nvue |
text-6xl | font-size: 4rem; line-height: 4rem * 1.4; | H5、小程序、app-vue、app-nvue |