2019-09-07 19:18:37 +08:00

43 lines
696 B
Plaintext

@import '../common/style/var.less';
.van-sidebar-item {
display: block;
box-sizing: border-box;
padding: 20px 12px 20px 9px;
overflow: hidden;
color: @gray-darker;
font-size: 14px;
line-height: 1.4;
word-break: break-all;
background-color: @background-color;
border-left: 3px solid transparent;
user-select: none;
&--hover {
background-color: @active-color;
}
&::after {
border-bottom-width: 1px;
}
&--active {
color: @text-color;
font-weight: bold;
border-color: @red;
&::after {
border-right-width: 1px;
}
}
&--active,
&--active&--hover {
background-color: @white;
}
&__text {
position: relative;
}
}