优化体验
This commit is contained in:
@@ -24,11 +24,11 @@
|
||||
}
|
||||
body .homePc .diamound,
|
||||
html .homePc .diamound {
|
||||
width: 1.46667rem;
|
||||
height: 0.53333rem;
|
||||
width: 1.2rem;
|
||||
height: 0.5rem;
|
||||
line-height: 0.46667rem;
|
||||
color: #FFFFFF;
|
||||
font-size: 0.32rem;
|
||||
font-size: 0.25rem;
|
||||
text-align: center;
|
||||
background: rgba(255, 255, 255, 0.2);
|
||||
border-radius: 0.53333rem;
|
||||
@@ -36,14 +36,14 @@
|
||||
border: 1px solid #fff;
|
||||
position: absolute;
|
||||
right: 3.46667rem;
|
||||
top: 0.30667rem;
|
||||
top: 0.3rem;
|
||||
vertical-align: middle;
|
||||
}
|
||||
body .homePc .diamound img,
|
||||
html .homePc .diamound img {
|
||||
display: inline-block;
|
||||
width: 0.4rem;
|
||||
height: 0.4rem;
|
||||
width: 0.33rem;
|
||||
height: 0.33rem;
|
||||
vertical-align: middle;
|
||||
margin-top: -0.01rem;
|
||||
}
|
||||
|
@@ -195,11 +195,11 @@
|
||||
position: relative;
|
||||
|
||||
.diamound {
|
||||
width: px2rem(110);
|
||||
height: px2rem(40);
|
||||
width: 1.2rem;
|
||||
height: 0.5rem;
|
||||
line-height: px2rem(35);
|
||||
color: #FFFFFF;
|
||||
font-size: px2rem(24);
|
||||
font-size: 0.25rem;
|
||||
text-align: center;
|
||||
background: rgba(255, 255, 255, 0.2);
|
||||
border-radius: px2rem(40);
|
||||
@@ -207,13 +207,13 @@
|
||||
border: 1px solid #fff;
|
||||
position: absolute;
|
||||
right: px2rem(260);
|
||||
top: px2rem(23);
|
||||
top: 0.3rem;
|
||||
vertical-align: middle;
|
||||
|
||||
img {
|
||||
display: inline-block;
|
||||
width: px2rem(30);
|
||||
height: px2rem(30);
|
||||
width: 0.33rem;
|
||||
height: 0.33rem;
|
||||
vertical-align: middle;
|
||||
margin-top: -0.01rem;
|
||||
}
|
||||
|
@@ -15,7 +15,7 @@
|
||||
<body>
|
||||
<!-- pc端 -->
|
||||
<div class="container pc">
|
||||
<div class="pc-bg">
|
||||
<div class="pc-bg" style="display: none;">
|
||||
<!-- <img src="./images/homePc.png" alt=""> -->
|
||||
<div class="homePc">
|
||||
<div class="diamound">
|
||||
|
@@ -79,6 +79,7 @@ function getConfig () {
|
||||
$('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');
|
||||
$('.pc-bg').show();
|
||||
hideLoading(layerIndex)
|
||||
animatedImplementFun(0);
|
||||
},
|
||||
@@ -176,8 +177,8 @@ function animatedFun (dom, arrClass) {
|
||||
});
|
||||
}
|
||||
// pc跳轉充值
|
||||
$('body .pc .header .diamound, html .pc .header .diamound').click(function () {
|
||||
window.location = 'https://api.pekolive.com/peko/modules/pay/index.html?channelType=4'
|
||||
$('body .pc .header .diamound, html .pc .header .diamound,body .homePc .diamound, html .homePc .diamound').click(function () {
|
||||
window.location = 'https://api.pekolive.com/peko/modules/payPc/index.html?channelType=4'
|
||||
})
|
||||
// PC蘋果下載按鈕
|
||||
$('html .pc .pcIos').click(function () {
|
||||
|
@@ -11,6 +11,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="box_box" style="display: none;">
|
||||
<!-- header -->
|
||||
<div class="header">
|
||||
<div class="box">
|
||||
@@ -160,6 +161,7 @@
|
||||
<div class="guidd">
|
||||
<img src="./images/guide.png" alt="">
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
@@ -53,6 +53,7 @@ $(function () {
|
||||
}
|
||||
channelType = getUrl.channelType;
|
||||
getArea();
|
||||
$('.box_box').show()
|
||||
}, 100)
|
||||
})
|
||||
// 请求地区列表
|
||||
|
Reference in New Issue
Block a user