html自动跳转加微信好友,底部固定div并跳转复制微信号添加好友

前言:

为了方便客户浏览页面时加微信,直接点击按钮即可打开微信进行好友增加,(效果图如下)

91a1accb70df

1、css部分

.foot-shut {

display: inline-block;

position: absolute;

right: 5%;

top: 3%;

font-size: 0.72rem;

color: #000;

}

.zmtWechat {

bottom: 0;

height: 50px;

position: fixed;

width: 100%;

border: 1px solid #000;

z-index: 99;

}

.we2 {

background: #302825;

color: #ffffff;

float: left;

font-size: 18px;

height: 50px;

line-height: 50px;

padding-top: 0;

width: 60%;

text-align: center;

}

.we1 {

background: #137dc7;

color: #ffffff;

float: left;

font-size: 18px;

height: 50px;

line-height: 50px;

overflow: hidden;

padding-top: 0;

position: relative;

width: 40%;

text-align: center;

}

.we1 a {

color: #fff;

}

.wechatIcon {

vertical-align: middle;

width: 30px;

}

2、html部分

wechat.png

微信号:

{contact}

点击加我好友

3、js部分

function copywx() {

const range = document.createRange();

range.selectNode(document.getElementById('copy_content'));

const selection = window.getSelection();

if (selection.rangeCount > 0) selection.removeAllRanges();

selection.addRange(range);

document.execCommand('copy');

alert("复制成功!");

}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值