绩效考核手机版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
357 B

.s-index-anchor {
font-size: $index-anchor-font-size;
font-weight: $font-weight-bold;
position: relative;
z-index: 2;
box-sizing: border-box;
padding: $index-anchor-padding;
color: $index-anchor-color;
border-color: $index-anchor-border-color;
background: $index-anchor-background;
&--active {
color: $index-list-active-color;
}
}