打发发发
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-11-23 01:45:37 +08:00
parent dc79afd51f
commit 7c18065b53

View File

@@ -273,7 +273,6 @@
.banner-cont .swiper-slide .section-content .title-wrapper { .banner-cont .swiper-slide .section-content .title-wrapper {
display: inline-block; display: inline-block;
max-width: 650px; max-width: 650px;
width: 100%;
} }
.banner-cont .swiper-slide h1 { .banner-cont .swiper-slide h1 {
@@ -284,15 +283,15 @@
letter-spacing: -1px; letter-spacing: -1px;
margin-bottom: 0; margin-bottom: 0;
display: inline-block; display: inline-block;
width: 100%; width: auto;
background: linear-gradient(90deg, background: linear-gradient(120deg,
rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 0%,
rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0.3) 40%,
rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 50%,
rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3) 60%,
rgba(255, 255, 255, 0.3) 100% rgba(255, 255, 255, 0.3) 100%
); );
background-size: 200% 100%; background-size: 200% 200%;
-webkit-background-clip: text; -webkit-background-clip: text;
background-clip: text; background-clip: text;
-webkit-text-fill-color: transparent; -webkit-text-fill-color: transparent;
@@ -301,10 +300,10 @@
@keyframes shine { @keyframes shine {
0% { 0% {
background-position: -200% 0; background-position: -200% -200%;
} }
100% { 100% {
background-position: 200% 0; background-position: 200% 200%;
} }
} }