peko官网增加下载链接,充值弹窗点击蒙层可关闭
This commit is contained in:
@@ -36,6 +36,27 @@ html {
|
||||
top: 1.2rem;
|
||||
right: 2.77rem;
|
||||
}
|
||||
.homePc .googlePlay {
|
||||
width: 2.2rem;
|
||||
height: 0.7rem;
|
||||
position: absolute;
|
||||
left: 2.4rem;
|
||||
bottom: 3.4rem;
|
||||
}
|
||||
.homePc .appleStore {
|
||||
width: 2.2rem;
|
||||
height: 0.7rem;
|
||||
position: absolute;
|
||||
left: 2.4rem;
|
||||
bottom: 2.5rem;
|
||||
}
|
||||
.homePc .apk {
|
||||
width: 2.2rem;
|
||||
height: 0.7rem;
|
||||
position: absolute;
|
||||
left: 2.4rem;
|
||||
bottom: 1.6rem;
|
||||
}
|
||||
.eori {
|
||||
width: 100%;
|
||||
background: #30312C;
|
||||
|
@@ -180,6 +180,28 @@ html {
|
||||
top: 1.2rem;
|
||||
right: 2.77rem;
|
||||
}
|
||||
|
||||
.googlePlay {
|
||||
width: 2.2rem;
|
||||
height: 0.7rem;
|
||||
position: absolute;
|
||||
left: 2.4rem;
|
||||
bottom: 3.4rem;
|
||||
}
|
||||
.appleStore {
|
||||
width: 2.2rem;
|
||||
height: 0.7rem;
|
||||
position: absolute;
|
||||
left: 2.4rem;
|
||||
bottom: 2.5rem;
|
||||
}
|
||||
.apk {
|
||||
width: 2.2rem;
|
||||
height: 0.7rem;
|
||||
position: absolute;
|
||||
left: 2.4rem;
|
||||
bottom: 1.6rem;
|
||||
}
|
||||
}
|
||||
|
||||
.eori {
|
||||
|
@@ -41,6 +41,9 @@
|
||||
<!-- <img src="./images/homePc.png" alt=""> -->
|
||||
<div class="homePc">
|
||||
<div class="charge">儲值</div>
|
||||
<div class="googlePlay"></div>
|
||||
<div class="appleStore"></div>
|
||||
<div class="apk"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="m-bg">
|
||||
@@ -63,9 +66,9 @@
|
||||
<!-- <div class="swiper-pagination swp"></div> -->
|
||||
</div>
|
||||
<div class="logo">
|
||||
<img src="./images/googlePlay.png" alt="">
|
||||
<img src="./images/appleStore.png" alt="">
|
||||
<img src="./images/apk.png" alt="">
|
||||
<img class="googlePlay" src="./images/googlePlay.png" alt="">
|
||||
<img class="appleStore" src="./images/appleStore.png" alt="">
|
||||
<img class="apk" src="./images/apk.png" alt="">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -100,4 +100,14 @@ $(function () {
|
||||
$('.homeM .charge').click(function(){
|
||||
window.location.href = urlPrefix + '/peko/modules/pay/index.html?channelType=4';
|
||||
})
|
||||
// logo跳转
|
||||
$('.googlePlay').click(function(){
|
||||
window.location.href = 'https://play.google.com/store/apps/details?id=com.vele.peko'
|
||||
})
|
||||
$('.appleStore').click(function(){
|
||||
window.location.href = 'http://doudouyue.com/h958'
|
||||
})
|
||||
$('.apk').click(function(){
|
||||
window.location.href = 'http://doudouyue.com/sfb2'
|
||||
})
|
||||
})
|
@@ -192,6 +192,10 @@ $(function () {
|
||||
$('.pop_up').show();
|
||||
});
|
||||
|
||||
$('.pop_up').click(function(){
|
||||
$('.pop_up').hide();
|
||||
})
|
||||
|
||||
function coloursFun (index, type) {
|
||||
$('.pay_number .number span').remove();
|
||||
var str = '';
|
||||
|
@@ -194,6 +194,9 @@ $(function () {
|
||||
$('.area').click(function () {
|
||||
$('.pop_up').show();
|
||||
});
|
||||
$('.pop_up').click(function(){
|
||||
$('.pop_up').hide();
|
||||
})
|
||||
|
||||
function coloursFun (index, type) {
|
||||
$('.pay_number .number span').remove();
|
||||
|
Reference in New Issue
Block a user