dvant
Version:
A Vue.js 2.0 Mobile UI at dawnwin modified from Youzan
41 lines (35 loc) • 593 B
CSS
@import './common/var.css';
.van-pull-refresh {
user-select: none;
overflow: hidden;
&__track {
position: relative;
}
&__head {
width: 100%;
height: 50px;
left: 0;
overflow: hidden;
position: absolute;
text-align: center;
top: -50px;
font-size: 14px;
color: $gray-dark;
line-height: 50px;
}
&__loading {
.van-loading {
width: 16px;
height: 16px;
display: inline-block;
margin-right: 10px;
}
span,
.van-loading {
vertical-align: middle;
}
}
&__text {
display: block;
}
}