no message
This commit is contained in:
parent
808c235801
commit
fdd75d5186
@ -171,10 +171,13 @@
|
||||
.fate .list .item:not(:nth-last-child(-n + 2)) {
|
||||
border-bottom: 1px dotted #ebebeb;
|
||||
}
|
||||
.fate .list .item .left {
|
||||
position: relative;
|
||||
}
|
||||
.fate .list .item .left::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
top: 10px;
|
||||
left: -20px;
|
||||
transform: translateY(-50%);
|
||||
width: 8px;
|
||||
|
@ -197,10 +197,11 @@
|
||||
border-bottom: 1px dotted rgb(235, 235, 235);
|
||||
}
|
||||
.left {
|
||||
position: relative;
|
||||
&::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
top: 10px;
|
||||
left: -20px;
|
||||
transform: translateY(-50%);
|
||||
width: 8px;
|
||||
|
Loading…
Reference in New Issue
Block a user