优化体验

This commit is contained in:
Dragon
2024-01-25 12:25:49 +08:00
parent d459bb3a93
commit d44a302a2f
6 changed files with 140 additions and 136 deletions

View File

@@ -24,11 +24,11 @@
} }
body .homePc .diamound, body .homePc .diamound,
html .homePc .diamound { html .homePc .diamound {
width: 1.46667rem; width: 1.2rem;
height: 0.53333rem; height: 0.5rem;
line-height: 0.46667rem; line-height: 0.46667rem;
color: #FFFFFF; color: #FFFFFF;
font-size: 0.32rem; font-size: 0.25rem;
text-align: center; text-align: center;
background: rgba(255, 255, 255, 0.2); background: rgba(255, 255, 255, 0.2);
border-radius: 0.53333rem; border-radius: 0.53333rem;
@@ -36,14 +36,14 @@
border: 1px solid #fff; border: 1px solid #fff;
position: absolute; position: absolute;
right: 3.46667rem; right: 3.46667rem;
top: 0.30667rem; top: 0.3rem;
vertical-align: middle; vertical-align: middle;
} }
body .homePc .diamound img, body .homePc .diamound img,
html .homePc .diamound img { html .homePc .diamound img {
display: inline-block; display: inline-block;
width: 0.4rem; width: 0.33rem;
height: 0.4rem; height: 0.33rem;
vertical-align: middle; vertical-align: middle;
margin-top: -0.01rem; margin-top: -0.01rem;
} }

View File

@@ -195,11 +195,11 @@
position: relative; position: relative;
.diamound { .diamound {
width: px2rem(110); width: 1.2rem;
height: px2rem(40); height: 0.5rem;
line-height: px2rem(35); line-height: px2rem(35);
color: #FFFFFF; color: #FFFFFF;
font-size: px2rem(24); font-size: 0.25rem;
text-align: center; text-align: center;
background: rgba(255, 255, 255, 0.2); background: rgba(255, 255, 255, 0.2);
border-radius: px2rem(40); border-radius: px2rem(40);
@@ -207,13 +207,13 @@
border: 1px solid #fff; border: 1px solid #fff;
position: absolute; position: absolute;
right: px2rem(260); right: px2rem(260);
top: px2rem(23); top: 0.3rem;
vertical-align: middle; vertical-align: middle;
img { img {
display: inline-block; display: inline-block;
width: px2rem(30); width: 0.33rem;
height: px2rem(30); height: 0.33rem;
vertical-align: middle; vertical-align: middle;
margin-top: -0.01rem; margin-top: -0.01rem;
} }

View File

@@ -15,7 +15,7 @@
<body> <body>
<!-- pc端 --> <!-- pc端 -->
<div class="container pc"> <div class="container pc">
<div class="pc-bg"> <div class="pc-bg" style="display: none;">
<!-- <img src="./images/homePc.png" alt=""> --> <!-- <img src="./images/homePc.png" alt=""> -->
<div class="homePc"> <div class="homePc">
<div class="diamound"> <div class="diamound">

View File

@@ -79,6 +79,7 @@ function getConfig () {
$('body .h5 .pagesBox .pages .downioad').attr('src', './images/h5And.png'); $('body .h5 .pagesBox .pages .downioad').attr('src', './images/h5And.png');
} }
$('body .h5 .pagesBox .page2 .downioad,body .h5 .pagesBox .page3 .downioad,body .h5 .pagesBox .page4 .downioad').attr('src', './images/downioad.png'); $('body .h5 .pagesBox .page2 .downioad,body .h5 .pagesBox .page3 .downioad,body .h5 .pagesBox .page4 .downioad').attr('src', './images/downioad.png');
$('.pc-bg').show();
hideLoading(layerIndex) hideLoading(layerIndex)
animatedImplementFun(0); animatedImplementFun(0);
}, },
@@ -176,8 +177,8 @@ function animatedFun (dom, arrClass) {
}); });
} }
// pc跳轉充值 // pc跳轉充值
$('body .pc .header .diamound, html .pc .header .diamound').click(function () { $('body .pc .header .diamound, html .pc .header .diamound,body .homePc .diamound, html .homePc .diamound').click(function () {
window.location = 'https://api.pekolive.com/peko/modules/pay/index.html?channelType=4' window.location = 'https://api.pekolive.com/peko/modules/payPc/index.html?channelType=4'
}) })
// PC蘋果下載按鈕 // PC蘋果下載按鈕
$('html .pc .pcIos').click(function () { $('html .pc .pcIos').click(function () {

View File

@@ -11,6 +11,7 @@
</head> </head>
<body> <body>
<div class="box_box" style="display: none;">
<!-- header --> <!-- header -->
<div class="header"> <div class="header">
<div class="box"> <div class="box">
@@ -160,6 +161,7 @@
<div class="guidd"> <div class="guidd">
<img src="./images/guide.png" alt=""> <img src="./images/guide.png" alt="">
</div> </div>
</div>
</body> </body>
</html> </html>

View File

@@ -53,6 +53,7 @@ $(function () {
} }
channelType = getUrl.channelType; channelType = getUrl.channelType;
getArea(); getArea();
$('.box_box').show()
}, 100) }, 100)
}) })
// 请求地区列表 // 请求地区列表