no message

This commit is contained in:
A1300399510 2024-11-22 12:06:09 +08:00
parent c19ea55568
commit 6da15ed456
2 changed files with 4 additions and 6 deletions

View File

@ -170,11 +170,10 @@
font-weight: 400; font-weight: 400;
font-size: 16px; font-size: 16px;
color: #000000; color: #000000;
margin-bottom: 6px; margin-bottom: 7px;
position: relative; position: relative;
max-width: 405px; max-width: 405px;
box-sizing: border-box; box-sizing: border-box;
display: inline;
} }
.fate .list .item .left .name::after { .fate .list .item .left .name::after {
content: ""; content: "";
@ -200,7 +199,7 @@
} }
.fate .list .item .left .message .virgule { .fate .list .item .left .message .virgule {
color: #d7d7d7; color: #d7d7d7;
margin: 0 5px; margin: 0 9px;
} }
.fate .list .item .btn { .fate .list .item .btn {
width: 110px; width: 110px;

View File

@ -196,11 +196,10 @@
font-weight: 400; font-weight: 400;
font-size: 16px; font-size: 16px;
color: #000000; color: #000000;
margin-bottom: 6px; margin-bottom: 7px;
position: relative; position: relative;
max-width: 405px; max-width: 405px;
box-sizing: border-box; box-sizing: border-box;
display: inline;
&::after { &::after {
content: ""; content: "";
@ -226,7 +225,7 @@
} }
.virgule { .virgule {
color: #d7d7d7; color: #d7d7d7;
margin: 0 5px; margin: 0 9px;
} }
} }
} }