This commit is contained in:
2026-09-02 11:56:57 +08:00
parent 0768ba0ed2
commit 0f7240ac57
3 changed files with 10 additions and 1 deletions
+9 -1
View File
@@ -226,10 +226,18 @@ img {
/* ========== 板块3:网站头部切图 ========== */
.header-banner {
position: relative;
width: 100%;
}
.header-banner img {
.header-banner img:first-child {
width: 100%;
}
.header-banner .layer-35 {
position: absolute;
left: 0;
bottom: 32px;
width: 100%;
}