Email 3 years ago
parent
commit
2f1d5efa97
4 changed files with 15 additions and 6 deletions
  1. 4
      areaList.html
  2. 10
      css/index.css
  3. 4
      css/share.css
  4. 3
      index.html

4
areaList.html

@ -439,8 +439,8 @@
} else {
localStorage.setItem("chooseArr", JSON.stringify(chooseArr));
console.log(chooseArr)
location.replace("http://h5.qishichuangke.cn/html5/zxxt/index/index-world");
// window.location.href = "worldShare.html"
// location.replace("http://h5.qishichuangke.cn/html5/zxxt/index/index-world");
window.location.href = "worldShare.html"
}
})

10
css/index.css

@ -2,13 +2,19 @@
margin: 0;
padding: 0;
}
.wrap{
/*height: 100vh;*/
background:url('../img/indexBgm2.png') no-repeat;
background-size: 100% 100%;
overflow: hidden;
}
.box {
width: 100%;
/*height: 100%;*/
height: 100vh;
position: relative;
background:url('../img/indexBgm2.png') no-repeat;
background-size: 100% 100%;
/*background:url('../img/indexBgm2.png') no-repeat;
background-size: 100% 100%;*/
}
.box img {

4
css/share.css

@ -63,7 +63,7 @@ li {
.numInfo p {
font-size: .16rem;
color: #fff;
margin-bottom: .1rem;
margin-bottom: .06rem;
}
.numInfo p span {
@ -84,7 +84,7 @@ section {
/*width: 3.55rem;*/
background: url(../img/map1.png) no-repeat;
background-size: 100% 73%;
background-position-y: .6rem;
background-position-y: .55rem;
background-position-x: -4px;
}

3
index.html

@ -35,6 +35,9 @@
</html>
<script type="text/javascript">
$('.wrap').on('touchmove',function(e){
e.preventDefault();
})
$('.wrap').css('height', $(window).height())
$('.btn').click(function() {
window.location.href = "areaList.html"

|||||||
100:0
Loading…
Cancel
Save