mirror of
https://gitee.com/270580156/weiyu.git
synced 2026-05-16 04:07:51 +00:00
37 lines
1.2 KiB
HTML
37 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport"
|
|
content="width=device-width, height=device-height, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
|
|
<title>漂浮框</title>
|
|
|
|
</head>
|
|
|
|
<body style="height: 1000px;">
|
|
|
|
|
|
|
|
<!-- 返回顶部 代码 开始 -->
|
|
<link href="./css/float.css" rel="stylesheet">
|
|
<script type="text/javascript" src="https://cdn.kefux.com/assets/js/vendor/jquery/1.9.1/jquery.min.js"></script>
|
|
<div class="go-top" id="go-top">
|
|
<a href="javascript:;" class="uc-2vm"></a>
|
|
<div class="uc-2vm-pop dn">
|
|
<h2 class="title-2wm">微信咨询</h2>
|
|
<div class="logo-2wm-box">
|
|
<img src="./img/luobosi_mp.png" width="240" height="240">
|
|
</div>
|
|
</div>
|
|
<a href="https://h1.kefux.com/chat/pc/iframe.html?sub=vip&uid=201808221551193&wid=&type=appointed&history=0&aid=201808221551193&lang=cn&column=2&p"
|
|
target="_blank" class="feedback"></a>
|
|
<a href="javascript:;" class="go"></a>
|
|
</div>
|
|
<script src="./js/float.js"></script>
|
|
<!-- 返回顶部 代码 结束 -->
|
|
|
|
|
|
</body>
|
|
|
|
</html> |