2019-11-12 14:32:36 +08:00

12 lines
129 B
Plaintext

.van-sticky {
position: relative;
&-wrap {
&--fixed {
position: fixed;
right: 0;
left: 0;
}
}
}