1 Star 0 Fork 14

李永刚/惊云号卡推广分销管理系统2.0

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
kf.php 1.75 KB
一键复制 编辑 原始数据 按行查看 历史
六月烟云网络工作室 提交于 2023-11-26 20:31 . 新版本提交V1.6.2
<html>
<head>
<meta name="wechat-enable-text-zoom-em" content="true">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="color-scheme" content="light dark">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0,viewport-fit=cover">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no">
<link rel="shortcut icon" href="favicon.ico">
<!--样式文件-->
<link rel="stylesheet" href="other/common.css">
<link rel="stylesheet" href="other/bootstrap.min.css">
</head>
<title>号卡服务客服</title>
<body>
<?php
include_once("untils/conn.php");
$sql = "select * from kefu where kefu='kefu'";
$data = mysqli_query($con, $sql);
$result = mysqli_fetch_row($data);
?>
<div class="top" style="width:100%;height:260px;">
<img style="width:100%;height:260px;" src="./img/tp.png">
</div>
<div id="kf_beizhu">
<p style="color:#000;text-align:center;">在线客服工作时间<?php echo $result[3] ?>
</div>
<div id="kfzm_qrcode"><img src="<?php echo $result[1] ?>" /></div>
<div id="kf_online_true"><a href="#" class="btnEl" style="color:white;">在线联系</a> </div>
</body>
<script>
const copyEl = document.querySelector('.message')
const btnEl = document.querySelector('.btnEl')
btnEl.addEventListener('click', () => {
window.getSelection().selectAllChildren(copyEl)
document.execCommand('Copy')
alert('客服微信已复制,快去联系吧!')
})
</script>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/li-Kst/cardsystem.git
git@gitee.com:li-Kst/cardsystem.git
li-Kst
cardsystem
惊云号卡推广分销管理系统2.0
master

搜索帮助