mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
24 lines
348 B
Plaintext
24 lines
348 B
Plaintext
@import '../style/var';
|
|
|
|
.van-pull-refresh {
|
|
overflow: hidden;
|
|
user-select: none;
|
|
|
|
&__track {
|
|
position: relative;
|
|
}
|
|
|
|
&__head {
|
|
position: absolute;
|
|
top: -50px;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 50px;
|
|
overflow: hidden;
|
|
color: @gray-dark;
|
|
font-size: 14px;
|
|
line-height: 50px;
|
|
text-align: center;
|
|
}
|
|
}
|