资源网好看的广告图代码,自适应手机,BANNER广告代码
资源网好看的广告图代码
html
[lv]
<div class="container">
<ul class="things-ad">
<li>
<a target="_blank" href="https://www.dgw521.com/"><img src="https://www.helloimg.com/images/2021/08/01/CmV0YE.png" /></a>
</li>
<li>
<a target="_blank" href="https://www.dgw521.com/"><img src="https://www.helloimg.com/images/2021/08/01/CmV0YE.png" /></a>
</li>
<li>
<a target="_blank" href="https://www.dgw521.com/"><img src="https://www.helloimg.com/images/2021/08/01/CmV0YE.png" /></a>
</li>
<li>
<a target="_blank" href="https://www.dgw521.com/"><img src="https://www.helloimg.com/images/2021/08/01/CmV0YE.png" /></a>
</li>
<li>
<a target="_blank" href="https://www.dgw521.com/"><img src="https://www.helloimg.com/images/2021/08/01/CmV0YE.png" /></a>
</li>
<li>
<a target="_blank" href="https://www.dgw521.com/"><img src="https://www.helloimg.com/images/2021/08/01/CmV0YE.png" /></a>
</li>
</ul>
</div>
</div>
[/lv]
css
[lv]
.layui-carousel-arrow,.layui-carousel-ind{display:none;}
.Text-Advertising ul{float:none;display:flex;overflow:hidden;width:100%;border:1px solid #000;border-bottom:0;}
.Text-Advertising ul:last-child{border-bottom:1px solid #000;}
.Text-Advertising ul li{float:left;padding:5px;width:20%;border-right:1px solid #000;text-align:center;font-size:12px;}
.Text-Advertising ul li:nth-child(5n){border-right:0;}
.things-ad{overflow:hidden;padding-top:15px;padding-left:15px;background:#fff;}
.things-ad li{float:left;padding-right:15px;padding-bottom:15px;width:16.66667%;}
.things-ad li a{display:block;}
.things-ad li a>img{display:block;width:100%;height:92px;border-radius:7px;transition:all .2s;}
.new-position #index-lb{height: 384px!important;}
@media screen and (max-width:800px){.things-ad{padding-top:10px;padding-left:10px;}
.things-ad li{padding-right:10px;padding-bottom:10px;width:33.33333%;}
.things-ad li a>img{height:55px;}
}
[/lv]


