Skip to content
On this page

转换

变换原点

用于指定元素变换源点的功能类。

使用前缀

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

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

语法

ClassProperties平台兼容性说明
origin-centertransform-origin: center;H5、小程序、app-vue、app-nvue
origin-toptransform-origin: top;H5、小程序、app-vue、app-nvue
origin-righttransform-origin: right;H5、小程序、app-vue、app-nvue
origin-bottomtransform-origin: bottom;H5、小程序、app-vue、app-nvue
origin-lefttransform-origin: left;H5、小程序、app-vue、app-nvue
origin-top-righttransform-origin: top right;H5、小程序、app-vue、app-nvue
origin-bottom-righttransform-origin: bottom right;H5、小程序、app-vue、app-nvue
origin-top-lefttransform-origin: top left;H5、小程序、app-vue、app-nvue
origin-bottom-lefttransform-origin: bottom left;H5、小程序、app-vue、app-nvue