no message

This commit is contained in:
A1300399510 2024-12-16 18:24:31 +08:00
parent 808c235801
commit fdd75d5186
2 changed files with 6 additions and 2 deletions

View File

@ -171,10 +171,13 @@
.fate .list .item:not(:nth-last-child(-n + 2)) { .fate .list .item:not(:nth-last-child(-n + 2)) {
border-bottom: 1px dotted #ebebeb; border-bottom: 1px dotted #ebebeb;
} }
.fate .list .item .left {
position: relative;
}
.fate .list .item .left::after { .fate .list .item .left::after {
content: ""; content: "";
position: absolute; position: absolute;
top: 50%; top: 10px;
left: -20px; left: -20px;
transform: translateY(-50%); transform: translateY(-50%);
width: 8px; width: 8px;

View File

@ -197,10 +197,11 @@
border-bottom: 1px dotted rgb(235, 235, 235); border-bottom: 1px dotted rgb(235, 235, 235);
} }
.left { .left {
position: relative;
&::after { &::after {
content: ""; content: "";
position: absolute; position: absolute;
top: 50%; top: 10px;
left: -20px; left: -20px;
transform: translateY(-50%); transform: translateY(-50%);
width: 8px; width: 8px;