mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
30 lines
364 B
Plaintext
30 lines
364 B
Plaintext
page {
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.col {
|
|
text-align: center;
|
|
height: 100px;
|
|
float: none;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.icon {
|
|
display: block;
|
|
color: #323233;
|
|
margin: 20px 0 10px;
|
|
}
|
|
|
|
.text {
|
|
font-size: 12px;
|
|
padding: 0 5px;
|
|
line-height: 14px;
|
|
color: #7d7e80;
|
|
}
|
|
|
|
.demo-tab-pane {
|
|
margin: 20px;
|
|
background-color: #fff;
|
|
}
|