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
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

+9 -1
View File
@@ -226,10 +226,18 @@ img {
/* ========== 板块3:网站头部切图 ========== */ /* ========== 板块3:网站头部切图 ========== */
.header-banner { .header-banner {
position: relative;
width: 100%; width: 100%;
} }
.header-banner img { .header-banner img:first-child {
width: 100%;
}
.header-banner .layer-35 {
position: absolute;
left: 0;
bottom: 32px;
width: 100%; width: 100%;
} }
+1
View File
@@ -48,6 +48,7 @@
<!-- 板块3:网站头部切图 --> <!-- 板块3:网站头部切图 -->
<div class="header-banner"> <div class="header-banner">
<img src="assest/网站头部切图.png" alt="网站头部切图"> <img src="assest/网站头部切图.png" alt="网站头部切图">
<img class="layer-35" src="assest/图层 35.png" alt="">
</div> </div>
<!-- 板块4:新闻资讯(3列) --> <!-- 板块4:新闻资讯(3列) -->