基本变更

This commit is contained in:
2026-09-22 15:33:46 +08:00
parent 5480372b89
commit f71648335a
2 changed files with 2 additions and 74 deletions
+2 -58
View File
@@ -349,7 +349,7 @@ img {
.header-banner .layer-nav-col li a {
display: block;
font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
font-size: 14px;
font-size: 13px;
line-height: 1.6;
color: rgba(220, 228, 240, 0.9);
white-space: nowrap;
@@ -359,69 +359,13 @@ img {
color: #fff;
}
/* ========== 大标题区 ========== */
.headline-box {
position: absolute;
top: 489px;
left: 50%;
transform: translateX(-50%);
width: 1200px;
height: 105px;
background: rgba(255, 255, 255, 0.3);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 10px;
z-index: 2;
box-sizing: border-box;
padding: 0 20px;
}
.headline-box .headline-main {
font-size: 40px;
font-weight: bold;
color: #0b408a;
line-height: 1.2;
text-align: center;
white-space: nowrap;
}
.headline-box .headline-subs {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 8px 16px;
}
.headline-box .headline-subs li {
font-size: 16px;
color: #0b408a;
line-height: 1.4;
white-space: nowrap;
}
/* ========== 板块5 ========== */
.block-5 {
position: absolute;
top: 614px;
left: 50%;
transform: translateX(-50%);
width: 1200px;
height: 400px;
background: #FDFDFD;
z-index: 2;
box-sizing: border-box;
}
/* ========== Footer ========== */
.footer {
position: relative;
width: 100%;
height: 522px;
background: url("assest/网站底部1600 1.png") center top / 100% 100% no-repeat;
margin-top: 540px;
margin-top: 20px;
box-sizing: border-box;
}