自适应图片广告加文字广告链接
linxi 29天前

效果图如上

下面是代码:

<!--图片横幅广告-->
<div class="ad">
<li> <a href="http://95866666.xyz/" target="_blank" ><img src="http://95866666.xyz/img/ad1.jpg"></a></li>
<li> <a href="http://57zy.66ghz.com/" target="_blank" ><img src="http://95866666.xyz/img/ad2.jpg"></a></li>
</div>
<!--图片横幅广告-->
<!--文子横幅广告-->
<div class="txtguanggao">
<style>
 a{
 text-decoration: none;
 }
 </style>
</head>
<body>
<a href="http://57zy.site/">林熙博客</a>
<a href="http://57zy.66ghz.com/" target="_blank">泽城店铺</a>
<a href="/" target="_blank">广告招商</a>
<a href="/" target="_blank">广告招商</a>
 
</div>
<style>
/**广告位**/
.ad{background:#fff;overflow:hidden;clear:both;border-radius: 6px;}
.ad a{margin:5px;display:block;border-radius:3px;}
.ad img{max-width:100%;}
.ad li{float:left;width:50%;list-style:none;}
@media(max-width:999px) {
.ad{margin: 0 0 10px 0;}
.ad li{width:100%;}
}
/**新增文字广告**/
.txtguanggao{
    width: 100%;
    overflow: hidden;
    display: block;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}
.txtguanggao a{
    width: calc((100% - 20px) / 4);
    float: left;
    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;
}
.txtguanggao a:nth-child(1) {
    background-color: #dc3545;
}
.txtguanggao a:nth-child(2) {
    background-color: #007bff;
}
.txtguanggao a:nth-child(3) {
    background-color: #080808;
}
.txtguanggao a:nth-child(4) {
    background-color: #ffc10;
}
.txtguanggao a:nth-child(5) {
    background-color: #28a745;
}
.txtguanggao a:nth-child(6) {
    background-color: #ffc10;
}
.txtguanggao a:nth-child(7) {
    background-color: #dc3545;
}
.txtguanggao a:nth-child(8){
    background-color: #007bff;
}
.txtguanggao a:hover{
background:#FF2805;color:#FFF
}
@media screen and (max-width: 1000px) {
.txtguanggao a{
   width: calc((100% - 10px) / 2);
    float: left;
    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 (min-width: 1000px) {
		.txtguanggao a{
		width: calc((100% - 20px) / 4);
		}}
</style>
<!--文子横幅广告-->
最新回复 (1)
全部楼主
  • sxzwjh
    22天前 2
    0
    感谢楼主ing!!!
返回
linxi
一级用户组
14
主题数
80
帖子数
扫码访问