分享两款网站、解析站、视频站常用的悬浮广告代码
请自行根据实际情况更改以下代码
<!–WAP底部广告悬浮代码–>
<style> @media screen and (max-device-width:800px){ /**WAP**/ .bottom_fixed{ position:fixed; bottom:0px; width:100%; z-index:9999;} .bottom_fixed div{ width:30px; height:30px; text-align:center; line-height:30px; background:#CCC; right:0; top:-30px; position:absolute; cursor:pointer;} .bottom_fixed div:hover{ background:#F66; color:#FFF} .bottom_fixed a img{ height:80px; width:100%;} } @media screen and (min-width:800px){ /**PC**/ .bottom_fixed{ display:none; position:fixed; bottom:0px; left:50%; margin-left:-475px; z-index:9999;} .bottom_fixed div{ width:24px; height:24px; text-align:center; line-height:24px; background:#CCC; right:0; top:-24px; position:absolute; cursor:pointer} .bottom_fixed div:hover{ background:#F66; color:#FFF} .bottom_fixed a img{ height:75px; width:950px;} } </style> <div class="bottom_fixed"> <a href="图片链接地址" rel="nofollow" target="_blank"><img src="图片地址"></a><div>X</div> </div>
<!–WAP右中间悬浮显示广告–>
<style> @media screen and (max-device-width:800px){ /**WAP**/ .bottom_fixed{ position:fixed; bottom:260px; right:-280px; width:100%; z-index:9999;} .bottom_fixed div{ width:30px; height:30px; text-align:center; line-height:30px; background:#CCC; right:30; top:-30px; position:absolute; cursor:pointer;} .bottom_fixed div:hover{ background:#F66; color:#FFF} .bottom_fixed a img{ height:80px; width:20%;} } @media screen and (min-width:800px){ /**PC**/ .bottom_fixed{ display:none; position:fixed; bottom:0px; left:50%; margin-left:-475px; z-index:9999;} .bottom_fixed div{ width:24px; height:24px; text-align:center; line-height:24px; background:#CCC; right:0; top:-24px; position:absolute; cursor:pointer} .bottom_fixed div:hover{ background:#F66; color:#FFF} .bottom_fixed a img{ height:75px; width:950px;} } </style> <div class="bottom_fixed"> <a href="图片链接地址" rel="nofollow" target="_blank"><img src="图片地址"></a><div>X</div> </div>
© 版权声明
- 注意:本站资源多为网络收集,如涉及版权问题请及时与站长联系,我们会在第一时间内删除资源。
- 您购买的只是资源,不提供解答疑问和安装服务。
- 付款后如遇到无法下载的情况请联系QQ:825564。
THE END
请登录后发表评论
注册
社交帐号登录