This commit is contained in:
zjt 2023-12-02 19:29:24 +08:00
parent fd39cf5118
commit 65e4578c5c

View File

@ -1327,12 +1327,17 @@
top: 99px; top: 99px;
width: 1222px; width: 1222px;
} }
.words::before {
position: absolute;
left: -100%;
content: attr(data-text);
}
.words { .words {
position: relative; position: relative;
width: fit-content; width: fit-content;
animation: move 4s linear infinite; animation: move 8s linear infinite;
padding-left: 50px; font-weight: bolder;
opacity: 0.7;
} }
.words::after { .words::after {
position: absolute; position: absolute;