mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-11 09:38:58 +08:00
26 lines
366 B
CSS
26 lines
366 B
CSS
@import './common/var.css';
|
|
|
|
.van-list {
|
|
&__loading {
|
|
text-align: center;
|
|
|
|
.van-loading,
|
|
&-text {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.van-loading {
|
|
width: 16px;
|
|
height: 16px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
&-text {
|
|
font-size: 13px;
|
|
color: $gray-dark;
|
|
line-height: 50px;
|
|
}
|
|
}
|
|
}
|