啊鑫
7 天以前 fca192d3c38c5dcfbb6ace8bc71d6078f6a079b2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@import '../style/var';
 
.van-index-anchor {
  z-index: @index-anchor-z-index;
  box-sizing: border-box;
  padding: @index-anchor-padding;
  color: @index-anchor-text-color;
  font-weight: @index-anchor-font-weight;
  font-size: @index-anchor-font-size;
  line-height: @index-anchor-line-height;
  background-color: @index-anchor-background-color;
 
  &--sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    color: @index-anchor-sticky-text-color;
    background-color: @index-anchor-sticky-background-color;
  }
}