no message
This commit is contained in:
parent
808c235801
commit
fdd75d5186
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user