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;
width: 1222px;
}
.words::before {
position: absolute;
left: -100%;
content: attr(data-text);
}
.words {
position: relative;
width: fit-content;
animation: move 4s linear infinite;
padding-left: 50px;
animation: move 8s linear infinite;
font-weight: bolder;
opacity: 0.7;
}
.words::after {
position: absolute;