修复bug
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
position: relative;
|
||||
width: 100%;
|
||||
min-width: 1280px;
|
||||
margin-top: 2.49rem;
|
||||
margin-top:1.87rem;
|
||||
aspect-ratio: 16/9; /* 2560/1440=16/9,核心比例约束 */
|
||||
/* background: url('../img/yq1.png'); */
|
||||
background-size: cover;
|
||||
@@ -24,12 +24,12 @@
|
||||
/* 宽幅限制生效 */
|
||||
width: 100%;
|
||||
min-width: 1280px;
|
||||
padding-top: 1.47rem;
|
||||
padding-top: 1.1rem;
|
||||
}
|
||||
|
||||
.overlay-text h2 {
|
||||
width: 100%;
|
||||
font-size: 0.63rem;
|
||||
font-size: 0.5rem;
|
||||
color: #cbcfd8;
|
||||
text-align: center;
|
||||
line-height: 1;
|
||||
@@ -46,14 +46,17 @@
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
position: absolute;
|
||||
bottom: -50px;
|
||||
bottom: -0.71rem;
|
||||
gap: 0.2rem;
|
||||
}
|
||||
.float-cards img {
|
||||
width: 2.22rem;
|
||||
}
|
||||
.bottom-desc {
|
||||
text-align: center;
|
||||
color: #cbcfd8;
|
||||
font-size: clamp(16px, 1vw, 0.22rem);
|
||||
padding-top: 1.9rem;
|
||||
padding-top: 1.43rem;
|
||||
width: 100%;
|
||||
min-width: 1280px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user