Browse Source

图片修改

master
Email 3 years ago
parent
commit
15e1566f61
11 changed files with 12 additions and 11 deletions
  1. 4
      areaList.html
  2. 7
      css/index.css
  3. 2
      css/share.css
  4. BIN
      img/indexBgm2.png
  5. BIN
      img/share/bgm2.png
  6. BIN
      img/share/btnIcon.png
  7. BIN
      img/share/imgs.png
  8. BIN
      img/share/positionIcon.png
  9. BIN
      img/share/titleIcon.png
  10. 6
      index.html
  11. 4
      worldShare.html

4
areaList.html

@ -439,8 +439,8 @@
} else { } else {
localStorage.setItem("chooseArr", JSON.stringify(chooseArr)); localStorage.setItem("chooseArr", JSON.stringify(chooseArr));
console.log(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"
} }
}) })

7
css/index.css

@ -4,16 +4,17 @@
} }
.box { .box {
width: 100%; width: 100%;
height: 100%;
/*height: 100%;*/
height: 100vh;
position: relative; position: relative;
background:url('../img/indexBgm1.png') no-repeat;
background:url('../img/indexBgm2.png') no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
} }
.box img { .box img {
width: 100%; width: 100%;
height: 100%; height: 100%;
object-fit:cover;
object-fit:cover;
} }
.btn { .btn {

2
css/share.css

@ -4,7 +4,7 @@ li {
} }
.wrap { .wrap {
background: url(../img/share/bgm1.png) no-repeat;
background: url(../img/share/bgm2.png) no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
height: 7.5rem; height: 7.5rem;
} }

BIN
img/indexBgm2.png

Before After
Width: 750  |  Height: 1380  |  Size: 1.4 MiB

BIN
img/share/bgm2.png

Before After
Width: 750  |  Height: 1380  |  Size: 258 KiB

BIN
img/share/btnIcon.png

Before After
Width: 544  |  Height: 112  |  Size: 28 KiB Width: 576  |  Height: 120  |  Size: 34 KiB

BIN
img/share/imgs.png

Before After
Width: 600  |  Height: 622  |  Size: 196 KiB Width: 600  |  Height: 622  |  Size: 193 KiB

BIN
img/share/positionIcon.png

Before After
Width: 38  |  Height: 56  |  Size: 1.2 KiB Width: 65  |  Height: 65  |  Size: 1.5 KiB

BIN
img/share/titleIcon.png

Before After
Width: 604  |  Height: 104  |  Size: 25 KiB Width: 604  |  Height: 104  |  Size: 21 KiB

6
index.html

@ -12,7 +12,7 @@
<script src="js/common.js" type="text/javascript" charset="utf-8"></script> <script src="js/common.js" type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" type="text/css" href="css/base.css" /> <link rel="stylesheet" type="text/css" href="css/base.css" />
<link rel="stylesheet" type="text/css" href="css/index.css?vs=1.1.2" /> <link rel="stylesheet" type="text/css" href="css/index.css?vs=1.1.2" />
<script src="http://res.wx.qq.com/open/js/jweixin-1.6.0.js" type="text/javascript" charset="utf-8"></script> <script src="http://res.wx.qq.com/open/js/jweixin-1.6.0.js" type="text/javascript" charset="utf-8"></script>
<script src="http://h5.qishichuangke.cn/html5/resources/js/zxxt/wx-config.js?vs=1.1.15" type="text/javascript" charset="utf-8"></script> <script src="http://h5.qishichuangke.cn/html5/resources/js/zxxt/wx-config.js?vs=1.1.15" type="text/javascript" charset="utf-8"></script>
</head> </head>
@ -20,7 +20,7 @@
<body> <body>
<div class="wrap"> <div class="wrap">
<div class="box"> <div class="box">
<img src="img/indexBgm1.png" />
<img src="img/indexBgm2.png" />
<div class="btn"> <div class="btn">
<p> <p>
<img src="img/begin.png" /> <img src="img/begin.png" />
@ -41,6 +41,6 @@
}) })
getJssdk(); getJssdk();
wx.ready(function() { wx.ready(function() {
getReadyWorld(); //执行接口
getReadyWorld(); //执行接口
}) })
</script> </script>

4
worldShare.html

@ -25,12 +25,12 @@
</div> </div>
<div class="numInfo"> <div class="numInfo">
<p> <p>
踏足中国<span>7</span>个省区,<span>7</span>一级博物馆
踏足中国<span>7</span>个省区,<span>7</span>世界遗产
</p> </p>
<p>超越了<span>80.88%</span>的用户</p> <p>超越了<span>80.88%</span>的用户</p>
</div> </div>
<div class="tipText">(了解博物馆详情,请点击图标)</div>
<div class="tipText">(了解世界遗产详情,请点击图标)</div>
<div id="container"></div> <div id="container"></div>
</div> </div>

Loading…
Cancel
Save