index.html 2.75 KB
<!DOCTYPE html>
<html lang="zh-CN">
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
        <meta name="description" content="宠物行业一站式B2B采购平台">
        <meta name="keywords" content="谛宝多多 谛宝多多商城 谛宝 宝多多 有宝 小谛">
        <link rel="shortcut icon" href="https://dbc-static.oss-cn-beijing.aliyuncs.com/wx/logo.jpg" type="image/x-icon">
        <title>
           谛宝商城
        </title>
				<style>
					#qidian_dom{line-height: 1;width: 42px;height: 42px;border-radius: 50%;cursor: pointer;text-align: center;background: #ff9232;position: fixed;bottom: 120px;right: 5px;z-index:2000000000}
					#qidian_dom span{display: inline-block;position: relative;top: 10px;width: 20px;height: 20px;vertical-align: middle;background: url(https://bqq.gtimg.com/qidian/src/wpa/dist/4.1.0/images/icon-im-44-white-2x.png) no-repeat;background-size: 20px 20px;opacity: 1;cursor: pointer;}
				</style>
        <script>
            document.addEventListener('DOMContentLoaded', function() {
                document.documentElement.style.fontSize = document.documentElement.clientWidth / 20 + 'px'
            })
        </script>
        <link rel="stylesheet" href="<%= BASE_URL %>static/index.<%= VUE_APP_INDEX_CSS_HASH %>.css" />
				<script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
				<script src="https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/lib/draggabilly.min.js"></script>
				<!-- WPA start -->
				<script id="qd28857712162361a518c852fc82fde1e5eab730ba68" src="https://wp.qiye.qq.com/qidian/2885771216/2361a518c852fc82fde1e5eab730ba68" charset="utf-8" async defer></script>
				<!-- WPA end -->
    </head>
    <body>
        <noscript>
            <strong>Please enable JavaScript to continue.</strong>
        </noscript>
        <div id="app"></div>
				<div class='draggable is-pointer-down is-dragging' id='qidian_dom'><span></span></div>
        <script>
          var _hmt = _hmt || [];
          (function() {
              var hm = document.createElement("script");
              hm.src = "https://hm.baidu.com/hm.js?b27decccecf2e6c641de1ca7efb2b5a2";
              var s = document.getElementsByTagName("script")[0]; 
              s.parentNode.insertBefore(hm, s);
          })();

					var $draggable = $('.draggable').draggabilly({
					  containment: true
					});
					// $('.draggable').parent().css('min-height','100vh');
					$draggable.on('staticClick', function( event, pointer ) {
					  $('#qidian_dom').click();
					})
        </script>
        <!-- built files will be auto injected -->
    </body>
</html>