|
@@ -381,24 +381,24 @@
|
|
|
font-family: SOURCEHANSANSCN;
|
|
|
font-weight:500;
|
|
|
.checkLevel{
|
|
|
- height:25px;
|
|
|
+ height:40px;
|
|
|
position: absolute;
|
|
|
right: -1px;
|
|
|
bottom: -1px;
|
|
|
span{
|
|
|
- font-size:14px;
|
|
|
+ font-size:20px;
|
|
|
font-family: SOURCEHANSANSCN;
|
|
|
position: relative;
|
|
|
width: 0;
|
|
|
height: 0;
|
|
|
- border-left: 25px solid transparent;
|
|
|
+ border-left: 45px solid transparent;
|
|
|
border-right: 0px solid transparent;
|
|
|
- border-bottom: 25px solid #06DEFF; /* 三角形的颜色 */
|
|
|
+ border-bottom: 45px solid #06DEFF; /* 三角形的颜色 */
|
|
|
}
|
|
|
.el-icon-check:before{
|
|
|
position: absolute;
|
|
|
- left:-14px;
|
|
|
- top:10px;
|
|
|
+ left:-22px;
|
|
|
+ top:17px;
|
|
|
}
|
|
|
}
|
|
|
}
|