UNPKG

tt-mp

Version:

一套组件化、可复用、易扩展的头条小程序 UI 组件库

34 lines (25 loc) 486 B
@import '../styles/mixins/index.less'; @import '../styles/themes/index.less'; .loop(@count)when(@count > 0) { @number: percentage(@count / 12); &--span-@{count} { float: left; width: @number; } &--pull-@{count} { right: @number; } &--push-@{count} { left: @number; } &--offset-@{count} { margin-left: @number; } .loop((@count - 1)); } .@{wux-prefix}-col { position: relative; min-height: 1px; box-sizing: border-box; .loop(12); }