修改peko官网图片大小写

This commit is contained in:
qf
2022-11-14 15:50:27 +08:00
parent 09cb3a81bb
commit 045aabeb49
3 changed files with 2 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ html {
.homePc { .homePc {
width: 100%; width: 100%;
height: 10rem; height: 10rem;
background: url(../images/homePC.png) no-repeat; background: url(../images/homePc.png) no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
position: relative; position: relative;
} }

View File

@@ -163,7 +163,7 @@ html {
.homePc { .homePc {
width: 100%; width: 100%;
height: 10rem; height: 10rem;
background: url(../images/homePC.png) no-repeat; background: url(../images/homePc.png) no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
position: relative; position: relative;

View File

@@ -56,9 +56,6 @@ $(function () {
}) })
} }
$('.m-bg .homeM .charge').click(function () {
window.location.href = 'https://api.pekolive.com/peko/modules/pay/index.html?channelType=4'
})
}) })
function swiperFun() { function swiperFun() {