网站目录收录网站方式:1.人工手动审核。2.自助审核(你的网站在权重3、PR4以上,挂上本站友链->点击友链->自动审核通过。)
北京 天津 上海 广东 深圳 河北 河南 新疆 重庆 四川 贵州 湖南 湖北 云南 广西 宁夏 青海 甘肃 陕西
西藏 海南 山东 福建 安徽 浙江 吉林 山西 江西 江苏 辽宁 黑龙 内蒙 澳门 香港 台湾 日本 韩国 美国
当前位置:站长啦网站目录 » 新闻资讯 » 站长新闻 » 技术文档 » 文章详细 订阅RssFeed

手机移动端顶部和底部悬浮代码纯CSS不带关闭

来源:css悬浮代码 浏览:1271次 时间:2021-02-23
简介:手机移动端顶部和底部悬浮代码纯CSS不带关闭


手机移动端顶部和底部悬浮代码纯CSS不带关闭

很多人在挂广告的时候 面临一个问题 挂底部悬浮,但没有代码,小编给你一个WAP底部悬浮代码

效果展示图


使用方法:直接把下面的代码复制到wap端模板里foot文件就可以用了,记得更换图片和链接



<style> @media screen and (max-device-width:800px){ /**WAP**/ .top_fixed{ position:fixed; top:0px; width:100%; z-index:9999;} .top_fixed div{ width:30px; height:30px; text-align:center; line-height:30px; background:#CCC; right:0; top:-30px; position:absolute; cursor:pointer;} .top_fixed div:hover{ background:#F66; color:#FFF} .top_fixed a img{ height:90px; width:100%;} .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:90px; width:100%;} } @media screen and (min-width:800px){ /**PC**/ .top_fixed{ display:none; position:fixed; top:0px; left:50%; margin-left:-475px; z-index:9999;} .top_fixed div{ width:24px; height:24px; text-align:center; line-height:24px; background:#CCC; right:0; top:-24px; position:absolute; cursor:pointer} .top_fixed div:hover{ background:#F66; color:#FFF} .top_fixed a img{ height:75px; width:950px;} .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;} }  <a href="图片链接地址" rel="nofollow" target="_blank"><img src="图片地址"> <a href="图片链接地址" rel="nofollow" target="_blank"><img src="图片地址">