|
首页或全站弹窗公共代码
如下截图:
代码复制到公共HTML里面即可:
- <div class="web_notice" style="position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);z-index: 99999;">
- <div style="position: fixed;top: 50%;left: 50%;width:350px;background: #FFF;transform: translate(-50%, -50%);border-radius: 5px;padding: 25px 10px;">
- <h3 style="font-weight: bold;text-align: center;font-size: 30px;
- ">温馨提示</h3><div style="font-size: 16px;margin-top: 26px;line-height: 30px;color: #999;">在线咨询:请联系左下角的QQ客服xxxxx </div><a style="display: block;background: #98a3ff;color: #FFF;text-align: center;font-weight: bold;font-size: 19px;line-height: 40px;margin: 0 auto;margin-top: 45px;border-radius: 5px;width: 30%;" onclick="javascript:document.querySelector('.web_notice').remove()">我知道了</a></div></div>
复制代码
|
上一篇:php伪静态.htaccess实现403,404跳转下一篇:用js加html的方式鼠标点击某一个事件下滑多固定位置
|