This commit is contained in:
@@ -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 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user