kefu/static/templates/default/welcome.html

71 lines
1.6 KiB
HTML
Raw Permalink Normal View History

2024-12-10 02:50:12 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<title>独立私有化智能在线客服系统</title>
<link rel="stylesheet" type="text/css" href="static/css/bootstrap.min.css?v=0.5.5" />
</head>
<body>
<style>
body{
background: rgb(242,243,247);
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.sub,.main,.admin{
letter-spacing: 18px;
font-family: fangsong;
font-size: 38px;
writing-mode: vertical-rl;
}
.main{
font-size: 60px;
margin: 0px 20px;
}
.admin{
display: block;
text-decoration: none;
color: red;
border: 2px solid red;
padding: 10px 0px 2px 0px;
border-radius: 12px;
margin-top: 150px;
font-size: 20px;
letter-spacing: 5px;
}
.admin:hover{
color: red;
}
.sub span{
font-size: 50px;
}
</style>
<a href="/login" target="_blank" class="admin">在线客服</a>
<h1 class="main">
各路相知
</h1>
<div class="sub">互聊片刻,<span>结交</span></div>
</body>
<script src="/static/js/kefu-front.js"></script>
<script>
KEFU.init({
KEFU_URL:"",
KEFU_KEFU_ID: "kefu2",
KEFU_ENT: "2",
KEFU_LANG:"cn",
KEFU_SHOW_TYPES:1,
KEFU_AUTO_OPEN:false,
})
</script>
</html>