<style>
/* 广告容器样式 */
.ad {
max-width: 1200px; /* 设置最大宽度为1200px */
margin: 0 auto; /* 自动水平居中 */
background: #fff;
overflow: hidden;
clear: both;
border-radius: 6px;
}
.ad a {
display: block;
border-radius: 3px;
overflow: hidden;
}
.ad img {
max-width: 100%;
height: auto; /* 保持图片比例不变 */
}
.ad ul {
list-style: none;
padding: 0;
margin: 0;
}
.ad li {
float: left;
width: 50%; /* 每行两个广告位 */
}
/* 以下是针对不同屏幕尺寸的响应式调整 */
@media (max-width: 1200px) {
.ad li {
width: 100%; /* 屏幕宽度小于1200px时,每个广告位占满整行 */
}
}
.txtguanggao {
max-width: 1200px;
margin: 10px auto; /* 上下边距为10px,水平居中 */
overflow: hidden;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}
.txtguanggao a {
width: calc((100% - 20px) / 4); /* 每行四个广告位,减去间隔 */
border-radius: 2px;
line-height: 35.35px;
height: 35.35px;
text-align: center;
font-size: 14px;
color: #fff;
display: inline-block;
background-color: rgb(255, 153, 159);
margin: 2.5px;
transition-duration: .3s;
}
/* 以下是针对不同屏幕尺寸的响应式调整 */
@media screen and (max-width: 1000px) {
.txtguanggao a {
width: calc((100% - 10px) / 2); /* 屏幕宽度小于1000px时,每行两个广告位 */
}
}
.txtguanggao a:hover {
background: #FF2805;
color: #FFF;
}
</style>
<div class="ad">
<!-- 图片横幅广告 -->
{pboot:slide num=5 gid=11}
<a href="#" target="_blank">
<img src="[slide:src]">
</a>
{/pboot:slide}
<!-- 自适应文字广告 -->
<ul>
<li><a href="#" target="_blank" style="line-height:60px;height:60px;color:#fff;background:#01AAED;text-align:center;font-size:24px;">广告招商 虚位以待</a></li>
<li><a href="#" target="_blank" style="line-height:60px; height:60px ;color:#fff; background:#2F4056; text-align:center; font-size:24px;" >广告招商 虚位以待</a></li>
</ul>
</div>
<div class="txtguanggao">
<a href="#" target="_blank" class="dh">超低价文字广告位</a>
<a href="#" target="_blank" class="dh">超低价文字广告位</a>
<a href="#" target="_blank" class="dh">超低价文字广告位</a>
<a href="#" target="_blank" class="dh">超低价文字广告位</a>
<a href="#5" target="_blank" class="dh">超低价文字广告位</a>
<a href="#" target="_blank" class="dh">超低价文字广告位</a>
<a href="#" target="_blank" class="dh">超低价文字广告位</a>
<a href="#" target="_blank" class="dh">超低价文字广告位</a>
</div>