UNPKG
vant-fork
Version:
latest (1.3.6)
1.3.6
1.3.5
1.3.4
Lightweight Mobile UI Components built on Vue
github.com/youzan/vant
youzan/vant
vant-fork
/
packages
/
vant-css
/
src
/
col.css
12 lines
(9 loc)
•
218 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
@import
'./common/var.css'
;
.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
); } }