摘要: //捐赠弹窗 function donation(){ layer.tab({ area: ['260px', '380px'], tab: [{ title: "微信", content: "<div style='padding:25px;overflow:hidden;background:# 阅读全文
posted @ 2021-06-15 17:35 ꧁执笔小白꧂ 阅读(60) 评论(0) 推荐(0)
摘要: // 悬浮提示 var tips; $("#Toda").on({ mouseover: function () { tips = layer.tips("这里是提示信息", "#Toda", { time: 0 }); }, mouseout: function () { layer.close( 阅读全文
posted @ 2021-06-15 12:08 ꧁执笔小白꧂ 阅读(631) 评论(0) 推荐(0)
摘要: /*微信二维码*/ .weixin{ position:relative; } .weixin::after { content: url("../images/wx.jpg"); position: absolute; right: 15px; top: -260px; z-index: 99; 阅读全文
posted @ 2021-06-15 12:04 ꧁执笔小白꧂ 阅读(224) 评论(0) 推荐(0)