页面底部悬浮广告或关注公众号代码

简介: 页面底部悬浮广告或关注公众号代码

代码如下

<style>
    .margingT {
        margin-bottom: 60px;
    }
    .bottomAD {
        -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: 16px;
        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: 16px;
        padding: 0 5px;
        font-weight: bold;
    }
    .bottomAD a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
</style>
<div class="bottomAD" id="bottomAD">
    <div class="bottom-con">
        <div class="bottom-pic">
            <img src="http://pic.kuaizhan.com/g1/M01/71/9C/wKjmqVbSY2GAWNvZAABPOdnuH1Q1142811" width="60" height="60" alt="">
        </div>
        <div class="bottom-text" id="bottomText">"爱分享只分享值得的</div>
        <div class="bottom-btn">立即关注</div>
    </div>
    <a id="bottomLink" href=" http://zygxsq.kuaizhan.com"></a>
</div>
相关文章
|
5月前
|
小程序
【微信小程序-原生开发】实用教程18 - 九宫格、底部悬停按钮、页内悬浮按钮、拨打电话、一键复制
【微信小程序-原生开发】实用教程18 - 九宫格、底部悬停按钮、页内悬浮按钮、拨打电话、一键复制
69 0
|
5月前
|
小程序 数据库 C++
【微信小程序-原生开发】实用教程17 - 详情页触发列表页刷新,点击图片放大预览,转发给好友/群,分享到朋友圈
【微信小程序-原生开发】实用教程17 - 详情页触发列表页刷新,点击图片放大预览,转发给好友/群,分享到朋友圈
48 0
|
5月前
|
小程序 API
【微信小程序-原生开发】实用教程07 - Grid 宫格导航,详情页,侧边导航(含自定义页面顶部导航文字)
【微信小程序-原生开发】实用教程07 - Grid 宫格导航,详情页,侧边导航(含自定义页面顶部导航文字)
123 0
|
7月前
publiccms实现首页菜单栏下拉的方法
publiccms实现首页菜单栏下拉的方法
|
小程序 JavaScript
微信小程序商品筛选,侧方弹出动画选择页面
微信小程序商品筛选,侧方弹出动画选择页面
211 0
|
小程序
【笔记】微信小程序右上角胶囊按钮(标题设置透明后的处理)
微信小程序右上角胶囊按钮(标题设置透明后的处理)
2038 0
【笔记】微信小程序右上角胶囊按钮(标题设置透明后的处理)
|
小程序 索引
【微信小程序】页面tab栏与页面内容联动
我们可以将整个页面考虑成一个轮播图,tab栏就如同轮播图的那小点点,可以控制网那个页面点击,有了思路就非常的好实现了,这时候就需要阅读官网,了解那个属性可以跟轮播图绑定,从而实现点击滚动,滑动也可以使tab栏随之滚动。
466 1
【微信小程序】页面tab栏与页面内容联动
京东流式布局底边栏案例
京东流式布局底边栏案例
108 0
京东流式布局底边栏案例

热门文章

最新文章