mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
24 lines
289 B
Plaintext
24 lines
289 B
Plaintext
.col {
|
|
text-align: center;
|
|
height: 100px;
|
|
float: none;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.icon {
|
|
display: block;
|
|
margin: 15px 0;
|
|
color: #455a64;
|
|
}
|
|
|
|
.text {
|
|
font-size: 12px;
|
|
padding: 0 5px;
|
|
line-height: 14px;
|
|
}
|
|
|
|
.demo-tab-pane {
|
|
padding-top: 10px;
|
|
}
|