会员仅38元起,全站资源无限制ALL免费下载!

网站左侧悬浮图片竖行横幅代码教程带关闭按钮

文章最后更新时间:2025-03-18 15:55:37

图片[1]-网站左侧悬浮图片竖行横幅代码教程带关闭按钮-墨非网

在子比主题后台,底部自定义代码

文章源自墨非网-https://www.mf8.site/3975.html

 文章源自墨非网-https://www.mf8.site/3975.html

 文章源自墨非网-https://www.mf8.site/3975.html

CSS代码

/* for banner page*/
.banner-float {
    position: fixed;
    /* top: 76px; */
    top: 112px;
    z-index: 100;
     margin-left: 15px;

}
.banner-float a img{
  width: 120px;
  height: 400px;
  border-radius: 4px;
}

.banner-float .close-banner{ 
  position: absolute;
  cursor: pointer;
  top: 0px;
  right: -15px;
}

.banner-middle{ 
    background-color: #f6f6f6;
    width: 960px;
    height: 125px; 
}
.banner-middle-img-content{
    float: left;
}

.banner-middle .banner-middle-img-content-0{ 
   margin-left: 15px;
}
.banner-middle .banner-middle-img-content-1{
    margin: 0px 15px;
} 

.banner-middle a img{
  width: 300px;
  height: 100px;
  margin-top: 12.5px;
}

.middle-banner-title{
  padding: 7px 0px 0px 20px;
  background: url("../img/banner_middler_lable.png") no-repeat
}

 文章源自墨非网-https://www.mf8.site/3975.html

温馨提示:若内容/图片/下载链接失效,请在下方留言或登录后私信站长
© 版权声明
THE END
点赞5赞赏 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容