first
This commit is contained in:
27
node_modules/vant/es/index-bar/index.less
generated
vendored
Normal file
27
node_modules/vant/es/index-bar/index.less
generated
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
@import '../style/var';
|
||||
|
||||
.van-index-bar {
|
||||
&__sidebar {
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
right: 0;
|
||||
z-index: @index-bar-sidebar-z-index;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
transform: translateY(-50%);
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
&__index {
|
||||
padding: 0 @padding-xs 0 @padding-md;
|
||||
font-weight: @font-weight-bold;
|
||||
font-size: @index-bar-index-font-size;
|
||||
line-height: @index-bar-index-line-height;
|
||||
|
||||
&--active {
|
||||
color: @index-bar-index-active-color;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user