图层
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
+9
-1
@@ -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%;
|
||||
}
|
||||
|
||||
|
||||
@@ -48,6 +48,7 @@
|
||||
<!-- 板块3:网站头部切图 -->
|
||||
<div class="header-banner">
|
||||
<img src="assest/网站头部切图.png" alt="网站头部切图">
|
||||
<img class="layer-35" src="assest/图层 35.png" alt="">
|
||||
</div>
|
||||
|
||||
<!-- 板块4:新闻资讯(3列) -->
|
||||
|
||||
Reference in New Issue
Block a user