mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
20 lines
395 B
Plaintext
20 lines
395 B
Plaintext
@import '../style/var';
|
|
|
|
.van-index-anchor {
|
|
padding: @index-anchor-padding;
|
|
font-weight: @index-anchor-font-weight;
|
|
font-size: @index-anchor-font-size;
|
|
line-height: @index-anchor-line-height;
|
|
background-color: transparent;
|
|
transition: background-color .2s;
|
|
|
|
&--sticky {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
left: 0;
|
|
z-index: 1;
|
|
background-color: #fff;
|
|
}
|
|
}
|