Commit 93a34000 by libai

测试

parent 3c2d2177
Showing with 7 additions and 7 deletions
......@@ -38,10 +38,10 @@
.scale>span {
background-color: red;
width: 0.2rem;
height: 0.2rem;
width: 0.5rem;
height: 0.5rem;
position: absolute;
top: -0.05rem;
top: -0.1rem;
left: 0;
cursor: pointer;
border-radius: 50%;
......@@ -54,7 +54,7 @@
background-image: linear-gradient(to right, #08D7F2 0%, #2BF06A 50%, #2BF06A 50%, #FC6076 100%);
border-left: 1px #83BBD9 solid;
width: 9rem;
height: 0.1rem;
height: 0.3rem;
position: relative;
border-radius: 0.2rem;
}
......@@ -65,14 +65,14 @@
/*进度条颜色*/
width: 0px;
position: absolute;
height: 0.1rem;
height: 0.3rem;
width: 0;
left: 0;
bottom: 0;
border-radius: 0.2rem;
border-radius: 0.2rem 0 0 0.2rem;
}
.lanren{
margin-top: 0.3rem;
margin-top: 0.7rem;
}
.lanren>li {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment