first
This commit is contained in:
21
node_modules/vant/lib/index-anchor/index.less
generated
vendored
Normal file
21
node_modules/vant/lib/index-anchor/index.less
generated
vendored
Normal file
@ -0,0 +1,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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user