分享一个对联广告位的代码,网站通用,留着存放,哪天说不定用到了

html代码,放到固定的位置

css样式代码

.index-wall-left {
 width: 350px;
 height: 528px;
 position: absolute;
 top: 120px;
 margin-left: -366px;
 background: url(https://eimg.smzdm.com/201912/23/5e005a69169374667.png) no-repeat right top;
 background-size: contain;
 z-index: 10;
}
.index-wall-right {
 width: 350px;
 height: 528px;
 position: absolute;
 top: 120px;
 margin-left: 1140px;
 background: url(https://eimg.smzdm.com/201912/23/5e005a6dcfa5a5135.png) no-repeat left top;
 background-size: contain;
 z-index: 10;
}
.index-wall-fixed {
 position: fixed;
}

效果图所示

分享一个html+css对联广告位的代码,网站通用

TAGS:html css 对联广告
!如链接失效请在下方留言。本站所有资源均来源于网络,版权属于原作者!仅供学习参考,本站不对您的使用负任何责任。如果有侵权之处请第一时间联系我们删除,敬请谅解!