mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
27 lines
349 B
Plaintext
27 lines
349 B
Plaintext
.col {
|
|
display: inline-block;
|
|
float: none;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.icon {
|
|
margin: 16px 0;
|
|
color: #323233;
|
|
}
|
|
|
|
.text {
|
|
display: block;
|
|
height: 36px;
|
|
margin: -4px 0 4px;
|
|
padding: 0 5px;
|
|
color: #646566;
|
|
font-size: 12px;
|
|
line-height: 18px;
|
|
}
|
|
|
|
.demo-tab-pane {
|
|
margin: 20px;
|
|
background-color: #fff;
|
|
}
|