mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
10 lines
189 B
Plaintext
10 lines
189 B
Plaintext
.van-col {
|
|
float: left;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
@for $i from 1 to 24 {
|
|
.van-col--$i { width: calc($i * 100% / 24); }
|
|
.van-col--offset-$i { margin-left: calc($i * 100% / 24); }
|
|
}
|