@@ -80,13 +80,15 @@
.sign_list {
position: absolute;
- top: 60px;
+ left: 50%;
+ transform: translate(-50%);
+ top: 0.6rem;
width: 100%;
color: #333;
line-height: 25px;
display: flex;
justify-content: space-between;
- font-size: 13px;
+ font-size: 12px;
margin-top: 15px;
}
@@ -112,10 +114,11 @@
.sign_line {
border-bottom: 4px #318cf5 solid;
- width: 35px;
- top: 47%;
- right: -20px;
+ width: 100%;
+ top: 48%;
+ right: -25px;
z-index: 10;
+ margin-left: 5px;
.sign_line-wei {