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