function(){}
margin-top: 20px;
}
/* 设置tongqingliu方框及背景*/
#top {
color: #333;
margin-left: 50px;
margin-right: 50px;
border-radius: 10px;
background-color: royalblue;
border-top:0px;
padding-bottom: 35px;
text-align: center;
}
<script src="http://static.tctip.com/tctip-1.0.0.min.js"></script>
<script>
new tctip({
top: ‘20%‘,
button: {
id: 9,
type: ‘dashang‘,
},
list: [ { type: ‘alipay‘, qrImg: ‘https://files.cnblogs.com/files/liutongqing/zfb30.bmp‘ }, { type: ‘wechat‘, qrImg: ‘https://files.cnblogs.com/files/liutongqing/wx30.bmp‘ } ]
}).init()
</script>
原文:https://www.cnblogs.com/hongdoudou/p/12680250.html