优化体验
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
html .container {
|
||||
position: relative;
|
||||
}
|
||||
body .pc-bg,
|
||||
html .pc-bg {
|
||||
display: none;
|
||||
}
|
||||
body .homePc,
|
||||
html .homePc {
|
||||
width: 100%;
|
||||
|
@@ -186,7 +186,9 @@
|
||||
.container {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.pc-bg{
|
||||
display: none;
|
||||
}
|
||||
.homePc {
|
||||
width: 100%;
|
||||
height: 10rem;
|
||||
|
@@ -9,13 +9,13 @@
|
||||
<link rel="shortcut icon" href="./images/logo.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="../common/css/reset.css">
|
||||
<link rel="stylesheet" href="./css/animate.css">
|
||||
<link rel="stylesheet" href="./css/index.css">
|
||||
<link rel="stylesheet" href="./css/index.css?v=1.0">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!-- pc端 -->
|
||||
<div class="container pc">
|
||||
<div class="pc-bg" style="display: none;">
|
||||
<div class="pc-bg">
|
||||
<!-- <img src="./images/homePc.png" alt=""> -->
|
||||
<div class="homePc">
|
||||
<div class="diamound">
|
||||
@@ -163,7 +163,7 @@
|
||||
<script src="./js/common.js"></script>
|
||||
<script src="../common/js/layer.js"></script>
|
||||
<script src="../common/js/vconsole.min.js"></script>
|
||||
<script src="./js/index.js"></script>
|
||||
<script src="./js/index.js?v=1.0"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
@@ -1,5 +1,4 @@
|
||||
@charset "UTF-8";
|
||||
@import url("../../../common/css/flex.scss");
|
||||
body {
|
||||
width: 100%;
|
||||
background: #fff;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@import url('../../../common/css/flex.scss');
|
||||
// @import url('../../../common/css/flex.scss');
|
||||
|
||||
@function px2rem($px) {
|
||||
@return $px / 75+rem;
|
||||
|
@@ -7,7 +7,8 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>充值</title>
|
||||
<link rel="stylesheet" href="../../common/css/reset.css">
|
||||
<link rel="stylesheet" href="./css/index.css?v=1.0">
|
||||
<link rel="stylesheet" href="../../common/css/flex.css">
|
||||
<link rel="stylesheet" href="./css/index.css?v=1.1">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -170,4 +171,4 @@
|
||||
<script src="../../common/js/common2.js"></script>
|
||||
<script src="../../common/js/layer.js"></script>
|
||||
<script src="../../common/js/vconsole.min.js"></script>
|
||||
<script src="./js/index.js?v=1.0"></script>
|
||||
<script src="./js/index.js?v=1.1"></script>
|
@@ -53,8 +53,10 @@ $(function () {
|
||||
}
|
||||
channelType = getUrl.channelType;
|
||||
getArea();
|
||||
$('.box_box').show()
|
||||
}, 100)
|
||||
setTimeout(function () {
|
||||
$('.box_box').show()
|
||||
}, 800)
|
||||
})
|
||||
// 请求地区列表
|
||||
function getArea () {
|
||||
|
Reference in New Issue
Block a user