You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
354 B
30 lines
354 B
7 years ago
|
@import "../../index";
|
||
4 years ago
|
|
||
|
.display-block {
|
||
8 years ago
|
display: block;
|
||
|
}
|
||
4 years ago
|
|
||
|
.display-inline {
|
||
8 years ago
|
.inline-block();
|
||
|
}
|
||
|
|
||
7 years ago
|
.display-table {
|
||
|
display: table;
|
||
|
}
|
||
|
|
||
8 years ago
|
/**常用于span元素在与combo并列时**/
|
||
4 years ago
|
.vertical-super {
|
||
8 years ago
|
vertical-align: super;
|
||
|
}
|
||
4 years ago
|
|
||
|
.vertical-top {
|
||
8 years ago
|
vertical-align: top;
|
||
|
}
|
||
|
|
||
|
.horizon-center {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
4 years ago
|
.horizon-left {
|
||
8 years ago
|
text-align: left;
|
||
|
}
|