Skip to content
On this page

尺寸

最大高度

用来设置元素最大高度的功能类

使用前缀

为了防止和开发者项目中的其他原子化样式语法冲突,样式库默认添加了前缀 lwu,使用示例如下:

vue
<view class="lwu-flex"></view>

语法

0-3,步进0.5

ClassProperties平台兼容性说明
max-h-0max-height: 0px;H5、小程序、app-vue
max-h-pxmax-height: 1px;H5、小程序、app-vue
max-h-0.5max-height: 0.125 * 1rem;H5、小程序、app-vue
max-h-1max-height: 0.25 * 1rem;H5、小程序、app-vue
max-h-1.5max-height: 0.375 * 1rem;H5、小程序、app-vue
max-h-2max-height: 0.5 * 1rem;H5、小程序、app-vue
max-h-2.5max-height: 0.625 * 1rem;H5、小程序、app-vue
max-h-3max-height: 0.75 * 1rem;H5、小程序、app-vue
max-h-3.5max-height: 0.875 * 1rem;H5、小程序、app-vue

4-12,步进1

ClassProperties平台兼容性说明
max-h-4max-height: 1rem;H5、小程序、app-vue
max-h-5max-height: 1.25rem;H5、小程序、app-vue
max-h-6max-height: 1.5rem;H5、小程序、app-vue
max-h-7max-height: 1.75rem;H5、小程序、app-vue
max-h-8max-height: 2rem;H5、小程序、app-vue
max-h-9max-height: 2.25rem;H5、小程序、app-vue
max-h-10max-height: 2.5rem;H5、小程序、app-vue
max-h-11max-height: 2.75rem;H5、小程序、app-vue
max-h-12max-height: 3rem;H5、小程序、app-vue

14

ClassProperties平台兼容性说明
max-h-14max-height: 3.5rem;H5、小程序、app-vue

16-64,进步4

ClassProperties平台兼容性说明
max-h-16max-height: 4rem;H5、小程序、app-vue
max-h-20max-height: 5rem;H5、小程序、app-vue
max-h-24max-height: 6rem;H5、小程序、app-vue
max-h-28max-height: 7rem;H5、小程序、app-vue
max-h-32max-height: 8rem;H5、小程序、app-vue
max-h-36max-height: 9rem;H5、小程序、app-vue
max-h-40max-height: 10rem;H5、小程序、app-vue
max-h-44max-height: 11rem;H5、小程序、app-vue
max-h-48max-height: 12rem;H5、小程序、app-vue
max-h-52max-height: 13rem;H5、小程序、app-vue
max-h-56max-height: 14rem;H5、小程序、app-vue
max-h-60max-height: 15rem;H5、小程序、app-vue
max-h-64max-height: 16rem;H5、小程序、app-vue

72、80、96

ClassProperties平台兼容性说明
max-h-72max-height: 18rem;H5、小程序、app-vue
max-h-80max-height: 20rem;H5、小程序、app-vue
max-h-96max-height: 24rem;H5、小程序、app-vue

其他

ClassProperties平台兼容性说明
max-h-fullmax-height: 100%;H5、小程序、app-vue
max-h-screenmax-height: 100vh;H5、小程序、app-vue