mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
18 lines
223 B
Plaintext
18 lines
223 B
Plaintext
.col {
|
|
text-align: center;
|
|
height: 100px;
|
|
float: none;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.icon {
|
|
display: block;
|
|
margin: 15px 0;
|
|
color: rgba(69, 90, 100, .8);
|
|
}
|
|
|
|
.text {
|
|
font-size: 14px;
|
|
}
|