This commit is contained in:
zjt 2023-12-02 19:38:40 +08:00
parent 65e4578c5c
commit 6bb4b6b0b9

View File

@ -1329,7 +1329,7 @@
}
.words::before {
position: absolute;
left: -100%;
left: -125%;
content: attr(data-text);
}
.words {
@ -1341,7 +1341,7 @@
}
.words::after {
position: absolute;
right: -100%;
right: -125%;
content: attr(data-text);
}
@ -1350,6 +1350,6 @@
transform: translateX(0);
}
100% {
transform: translateX(-100%);
transform: translateX(-125%);
}
}