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

32 lines
567 B
Plaintext

@import '../common/style/var.less';
.van-progress {
position: relative;
height: 4px;
background: @gray-light;
border-radius: 4px;
&__portion {
position: absolute;
left: 0;
height: 100%;
border-radius: inherit;
}
&__pivot {
position: absolute;
top: 50%;
right: 0;
box-sizing: border-box;
min-width: 2em;
padding: 0 5px;
font-size: 10px;
line-height: 1.6;
text-align: center;
word-break: keep-all;
background-color: @gray-light;
border-radius: 1em;
transform: translateY(-50%);
}
}