zent
Version:
一套前端设计语言和基于React的实现
329 lines (254 loc) • 3.73 kB
CSS
.zent-row {
box-sizing: border-box;
display: flex;
}
.zent-row-justify-start {
justify-content: flex-start;
}
.zent-row-justify-end {
justify-content: flex-end;
}
.zent-row-justify-center {
justify-content: center;
}
.zent-row-justify-space-between {
justify-content: space-between;
}
.zent-row-justify-space-around {
justify-content: space-around;
}
.zent-row-justify-space-evenly {
justify-content: space-evenly;
}
.zent-row-align-start {
align-items: start;
}
.zent-row-align-center {
align-items: center;
}
.zent-row-align-end {
align-items: end;
}
.zent-col {
box-sizing: border-box;
display: block;
}
.zent-col-0 {
display: none;
}
.zent-col-1 {
width: 4.1666666667%;
}
.zent-col-offset-1 {
margin-left: 4.1666666667%;
}
.zent-col-order-1 {
order: 1;
}
.zent-col-2 {
width: 8.3333333333%;
}
.zent-col-offset-2 {
margin-left: 8.3333333333%;
}
.zent-col-order-2 {
order: 2;
}
.zent-col-3 {
width: 12.5%;
}
.zent-col-offset-3 {
margin-left: 12.5%;
}
.zent-col-order-3 {
order: 3;
}
.zent-col-4 {
width: 16.6666666667%;
}
.zent-col-offset-4 {
margin-left: 16.6666666667%;
}
.zent-col-order-4 {
order: 4;
}
.zent-col-5 {
width: 20.8333333333%;
}
.zent-col-offset-5 {
margin-left: 20.8333333333%;
}
.zent-col-order-5 {
order: 5;
}
.zent-col-6 {
width: 25%;
}
.zent-col-offset-6 {
margin-left: 25%;
}
.zent-col-order-6 {
order: 6;
}
.zent-col-7 {
width: 29.1666666667%;
}
.zent-col-offset-7 {
margin-left: 29.1666666667%;
}
.zent-col-order-7 {
order: 7;
}
.zent-col-8 {
width: 33.3333333333%;
}
.zent-col-offset-8 {
margin-left: 33.3333333333%;
}
.zent-col-order-8 {
order: 8;
}
.zent-col-9 {
width: 37.5%;
}
.zent-col-offset-9 {
margin-left: 37.5%;
}
.zent-col-order-9 {
order: 9;
}
.zent-col-10 {
width: 41.6666666667%;
}
.zent-col-offset-10 {
margin-left: 41.6666666667%;
}
.zent-col-order-10 {
order: 10;
}
.zent-col-11 {
width: 45.8333333333%;
}
.zent-col-offset-11 {
margin-left: 45.8333333333%;
}
.zent-col-order-11 {
order: 11;
}
.zent-col-12 {
width: 50%;
}
.zent-col-offset-12 {
margin-left: 50%;
}
.zent-col-order-12 {
order: 12;
}
.zent-col-13 {
width: 54.1666666667%;
}
.zent-col-offset-13 {
margin-left: 54.1666666667%;
}
.zent-col-order-13 {
order: 13;
}
.zent-col-14 {
width: 58.3333333333%;
}
.zent-col-offset-14 {
margin-left: 58.3333333333%;
}
.zent-col-order-14 {
order: 14;
}
.zent-col-15 {
width: 62.5%;
}
.zent-col-offset-15 {
margin-left: 62.5%;
}
.zent-col-order-15 {
order: 15;
}
.zent-col-16 {
width: 66.6666666667%;
}
.zent-col-offset-16 {
margin-left: 66.6666666667%;
}
.zent-col-order-16 {
order: 16;
}
.zent-col-17 {
width: 70.8333333333%;
}
.zent-col-offset-17 {
margin-left: 70.8333333333%;
}
.zent-col-order-17 {
order: 17;
}
.zent-col-18 {
width: 75%;
}
.zent-col-offset-18 {
margin-left: 75%;
}
.zent-col-order-18 {
order: 18;
}
.zent-col-19 {
width: 79.1666666667%;
}
.zent-col-offset-19 {
margin-left: 79.1666666667%;
}
.zent-col-order-19 {
order: 19;
}
.zent-col-20 {
width: 83.3333333333%;
}
.zent-col-offset-20 {
margin-left: 83.3333333333%;
}
.zent-col-order-20 {
order: 20;
}
.zent-col-21 {
width: 87.5%;
}
.zent-col-offset-21 {
margin-left: 87.5%;
}
.zent-col-order-21 {
order: 21;
}
.zent-col-22 {
width: 91.6666666667%;
}
.zent-col-offset-22 {
margin-left: 91.6666666667%;
}
.zent-col-order-22 {
order: 22;
}
.zent-col-23 {
width: 95.8333333333%;
}
.zent-col-offset-23 {
margin-left: 95.8333333333%;
}
.zent-col-order-23 {
order: 23;
}
.zent-col-24 {
width: 100%;
}
.zent-col-offset-24 {
margin-left: 100%;
}
.zent-col-order-24 {
order: 24;
}