调整
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s

This commit is contained in:
2025-12-17 17:57:10 +08:00
parent 91661b6bb4
commit b7e09aeb04
24 changed files with 632 additions and 288 deletions

View File

@@ -91,7 +91,7 @@
display: flex;
justify-content: space-between;
padding-top: 1rem;
color: #555;
}
/* 文字高亮样式(保留原有) */
@@ -100,20 +100,35 @@
transition: all 0.3s ease;
cursor: pointer;
border-radius: 4px;
color:#48494D
}
.carousel-text.active {
font-weight: bold;
/* font-weight: bold; */
transform: translateY(-3px);
color: #fff;
color: #fff !important;
}
.carousel-text-t {
font-size: 0.32rem;
text-align: center;
/* color:#48494D */
}
.carousel-text-t1{
font-size: clamp(18px, 1vw, 0.26rem);
text-align: center;
/* color:#48494D */
}
.carousel-text-p1 {
font-size:clamp(16px, 1vw, 0.22rem);
padding-top: 0.28rem;
text-align: center;
font-family: "HarmonyOS-Light";
}
.carousel-text-p {
font-size:clamp(16px, 1vw, 0.22rem);
padding-top: 0.3rem;
text-align: center;
font-family: "HarmonyOS-Light";
/* color:#48494D */
}