diff --git a/areaList.html b/areaList.html
index 0242de0..41ab963 100644
--- a/areaList.html
+++ b/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"
}
})
diff --git a/css/index.css b/css/index.css
index 6b2eaf3..2ef794f 100644
--- a/css/index.css
+++ b/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 {
diff --git a/css/share.css b/css/share.css
index ba7f574..1fe3e54 100644
--- a/css/share.css
+++ b/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;
}
diff --git a/index.html b/index.html
index 9168dd7..eec31f6 100644
--- a/index.html
+++ b/index.html
@@ -35,6 +35,9 @@