no message
This commit is contained in:
parent
893acc3a0d
commit
808c235801
@ -171,17 +171,7 @@
|
||||
.fate .list .item:not(:nth-last-child(-n + 2)) {
|
||||
border-bottom: 1px dotted #ebebeb;
|
||||
}
|
||||
.fate .list .item .left .name {
|
||||
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
color: #000000;
|
||||
margin-bottom: 7px;
|
||||
position: relative;
|
||||
max-width: 405px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.fate .list .item .left .name::after {
|
||||
.fate .list .item .left::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
@ -194,6 +184,16 @@
|
||||
border-radius: 39px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.fate .list .item .left .name {
|
||||
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
color: #000000;
|
||||
margin-bottom: 7px;
|
||||
position: relative;
|
||||
max-width: 405px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.fate .list .item .left .message {
|
||||
color: #7f7f7f;
|
||||
font-size: 14px;
|
||||
|
@ -197,16 +197,6 @@
|
||||
border-bottom: 1px dotted rgb(235, 235, 235);
|
||||
}
|
||||
.left {
|
||||
.name {
|
||||
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
color: #000000;
|
||||
margin-bottom: 7px;
|
||||
position: relative;
|
||||
max-width: 405px;
|
||||
box-sizing: border-box;
|
||||
|
||||
&::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
@ -220,6 +210,16 @@
|
||||
border-radius: 39px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
color: #000000;
|
||||
margin-bottom: 7px;
|
||||
position: relative;
|
||||
max-width: 405px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.message {
|
||||
color: #7f7f7f;
|
||||
|
Loading…
Reference in New Issue
Block a user