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

This commit is contained in:
2025-12-16 18:01:33 +08:00
parent ded748ca87
commit 91661b6bb4
19 changed files with 125 additions and 87 deletions

View File

@@ -31,7 +31,7 @@
.amd-img-4,
.amd-img-5,
.amd-img-6 {
margin-top: 0.2rem;
margin-top:0.15rem;
}
.fade-in {
opacity: 1 !important;
@@ -76,11 +76,13 @@
gap: 0.2rem;
}
.amd-img-3-left,
.amd-img-3-right {
/* .amd-img-3-left {
max-height:5.4rem;
} */
.amd-img-3-left,.amd-img-3-right {
flex: 1;
width: 50%;
height: 100%;
max-height:5.4rem;
}
/* 3-1-left540高度的比例假设原始宽710高540 → 710/540≈1.31 */
@@ -94,7 +96,7 @@
.amd-img-3-2-right {
width: 100%;
aspect-ratio: 710/261;
margin-top: 20px;
margin-top: 0.15rem;
overflow: hidden;
}

View File

@@ -2,7 +2,14 @@
/* 全局文字最小尺寸兜底 */
.header-PC {
width: 100%;
font-size: 0; /* 清除行内块间隙 */
height: 60px;
background: #fff;
display: flex;
justify-content: center;
position: fixed;
top: 0;
z-index: 100;
}
.header-PC * {
min-font-size: 16px !important; /* 强制最小16px */
@@ -13,8 +20,8 @@
margin: 0 auto;
height: 60px; /* 0.6rem*100=60px */
max-width: var(--max-width);
position: fixed;
top: 0;
/* position: fixed;
top: 0; */
display: flex;
flex-direction: row;
align-items: center;

View File

@@ -11,7 +11,8 @@ body {
-webkit-overflow-scrolling: touch !important;
/* padding: 0 !important;
margin:0 !important; */
/* width: 100vw !important; */
max-width:100vw;
width: 100vw !important;
/* max-width:100vw !important */
/* margin:0 auto !important; */
}

View File

@@ -86,15 +86,15 @@
}
.progress-fill.m2-max {
background: #cbcfd8;
background: #bfc5d9;
}
.progress-fill.m1-max {
background: #cbcfd8;
background: #bfc5d9;
}
.progress-fill.baseline {
background: #cbcfd8;
background: #bfc5d9;
}
/* 流光动效 */

View File

@@ -27,16 +27,17 @@
padding-top: 1.1rem;
}
.overlay-text h2 {
.overlay-text div {
width: 100%;
font-size: 0.5rem;
font-size: 0.47rem;
color: #cbcfd8;
text-align: center;
line-height: 1;
font-size: 500;
}
.overlay-text p {
font-size: clamp(16px, 1vw, 0.22rem);
font-size: 0.17rem;
color: #cbcfd8;
text-align: center;
padding-top: 0.43rem;