失眠网,内容丰富有趣,生活中的好帮手!
失眠网 > 手机页面漂浮广告 html 网站底部漂浮广告电脑手机自适应代码纯CSS

手机页面漂浮广告 html 网站底部漂浮广告电脑手机自适应代码纯CSS

时间:2022-08-18 11:28:27

相关推荐

手机页面漂浮广告 html 网站底部漂浮广告电脑手机自适应代码纯CSS

网站底部漂浮广告电脑手机自适应代码纯CSS;废话少说直接上干货:

HTML部分:

说明文字点击按钮

CSS样式部分:

.margingT {

margin-bottom: 80px;

}

.bottommob{

-webkit-box-sizing: border-box;

height: 80px;

position: fixed;

bottom: 0;

left: 0;

z-index: 1000;

padding: 0 10px;

overflow: hidden;

width: 100%;

background: rgba(0, 0, 0, .8);

}

.bottom-pic {

position: absolute;

top: 10px;

width: 60px;

height: 60px;

overflow: hidden;

-webkit-border-radius: 10px;

border-radius: 10px;

}

.bottom-pic img {

width: 100%;

height: 100%;

}

.bottom-text {

margin-left: 70px;

line-height: 80px;

font-size: 32px;

color: #fff;

}

.bottom-btn {

position: absolute;

top: 20px;

right: 10px;

height: 40px;

line-height: 40px;

color: #fff;

background-color: #60b900;

border-radius: 6px;

text-align: center;

font-size: 24px;

padding: 0 5px;

font-weight: bold;

}

.bottommob a {

position: absolute;

top: 0;

right: 0;

bottom: 0;

left: 0;

}

如果觉得《手机页面漂浮广告 html 网站底部漂浮广告电脑手机自适应代码纯CSS》对你有帮助,请点赞、收藏,并留下你的观点哦!

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。