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-size: 16px;
color: #000000;
margin-bottom: 6px;
margin-bottom: 7px;
position: relative;
max-width: 405px;
box-sizing: border-box;
display: inline;
}
.fate .list .item .left .name::after {
content: "";
@ -200,7 +199,7 @@
}
.fate .list .item .left .message .virgule {
color: #d7d7d7;
margin: 0 5px;
margin: 0 9px;
}
.fate .list .item .btn {
width: 110px;

View File

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