2020-06-09 16:17:23 +08:00

36 lines
687 B
Plaintext

@import "../area/index.wxss";
.van-progress {
height: 4px;
position: relative;
border-radius: 4px;
background: #e5e5e5;
}
.van-progress__portion {
left: 0;
height: 100%;
position: absolute;
border-radius: inherit;
}
.van-progress__portion--with-pivot {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.van-progress__pivot {
top: 50%;
right: 0;
min-width: 2em;
padding: 0 5px;
font-size: 10px;
position: absolute;
line-height: 1.6;
text-align: center;
border-radius: 1em;
word-break: keep-all;
box-sizing: border-box;
background-color: #e5e5e5;
transform: translate(100%,-50%);
}