Authored by 李靖

样式调整

... ... @@ -298,17 +298,18 @@
}
.val {
width: 28px;
height: 28px;
border-radius: 14px;
width: 56px;
height: 56px;
border-radius: 50%;
color: #fff;
background: #d0021b;
line-height: 28px;
line-height: 56px;
text-align: center;
position: absolute;
top: 15px;
right: 75px;
font-size: 18px;
top: 5px;
right: 60px;
font-size: 36px;
transform: scale(0.5);
}
}
}
... ...
... ... @@ -248,8 +248,8 @@
}
.ul-arr {
width: 26px;
height: 26px;
width: 30px;
height: 30px;
position: absolute;
top: 4px;
right: 32px;
... ...