lcw
This commit is contained in:
@ -241,6 +241,10 @@
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.vam {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/**********文本省略***********/
|
||||
.nowrap {
|
||||
white-space: nowrap;
|
||||
@ -287,6 +291,10 @@
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.mb10 {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
/**********字体大小和边距***********/
|
||||
@for $i from 1 through 100 {
|
||||
.f#{$i} {
|
||||
@ -345,7 +353,7 @@
|
||||
}
|
||||
|
||||
.ww#{$i} {
|
||||
width: #{$i}+"%";
|
||||
width: #{$i * 1%};
|
||||
}
|
||||
|
||||
.hh#{$i} {
|
||||
|
||||
Reference in New Issue
Block a user