昨天有一个网友询问是否可以实现在移动端底部迁入广告代码,然后固定在底部的图片样式JS代码。这里直接将可用的方法整理出来,后来他测试后是可以使用的。我这里也记录下来,以后如果有需要的可以直接拿来使用。
第一、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;
温馨提示! 你需要支付 ¥0.71 元后才能查看付费内容
发表评论 取消回复