Commit 9490b7e8 by 张恒

k

parent 9a5b3cb4
...@@ -102,7 +102,7 @@ p { ...@@ -102,7 +102,7 @@ p {
background-color: #1a1e2a; background-color: #1a1e2a;
} }
#page .home { #page .home {
background: url("../image/home-bj.jpg") no-repeat center; background: url("../image/home-bj.jpg?t=1") no-repeat center;
background-size: 100% 100%; background-size: 100% 100%;
width: 100%; width: 100%;
height: 16.29333rem; height: 16.29333rem;
...@@ -114,7 +114,7 @@ p { ...@@ -114,7 +114,7 @@ p {
position: relative; position: relative;
} }
#page .home .content .bj { #page .home .content .bj {
background: url("../image/bj.png") no-repeat center; background: url("../image/bj.png?t=1") no-repeat center;
background-size: 100% 100%; background-size: 100% 100%;
width: 10rem; width: 10rem;
height: 17.86667rem; height: 17.86667rem;
......
...@@ -106,7 +106,7 @@ p { ...@@ -106,7 +106,7 @@ p {
overflow: hidden; overflow: hidden;
background-color: #1a1e2a; background-color: #1a1e2a;
.home { .home {
background: url("../image/home-bj.jpg") no-repeat center; background: url("../image/home-bj.jpg?t=1") no-repeat center;
background-size: 100% 100%; background-size: 100% 100%;
width: 100%; width: 100%;
height: torem(1222px); height: torem(1222px);
...@@ -120,7 +120,7 @@ p { ...@@ -120,7 +120,7 @@ p {
.bj{ .bj{
background: url("../image/bj.png") no-repeat center; background: url("../image/bj.png?t=1") no-repeat center;
background-size: 100% 100%; background-size: 100% 100%;
width: torem(750px); width: torem(750px);
height: torem(1340px); height: torem(1340px);
......

150 KB | W: | H:

152 KB | W: | H:

image/bj.png
image/bj.png
image/bj.png
image/bj.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript" src="js/jquery.min.js"></script>
<script src="js/flexible.js"></script> <script src="js/flexible.js"></script>
<link href="css/main.css" rel="stylesheet"> <link href="css/main.css?t=1" rel="stylesheet">
<title></title> <title></title>
</head> </head>
<body> <body>
...@@ -59,10 +59,10 @@ ...@@ -59,10 +59,10 @@
</div> </div>
<div class="page-info" style="display: none"> <div class="page-info" style="display: none">
<img class="map" src=""> <img class="map" src="">
<img class="d-b" src="image/d-b.jpg" style="display: none"> <img class="d-b" src="image/d-b.jpg?t=1" style="display: none">
</div> </div>
</div> </div>
<script src="js/index.js"></script> <script src="js/index.js?t=1"></script>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -28,7 +28,7 @@ function btn_city() { ...@@ -28,7 +28,7 @@ function btn_city() {
return; return;
} }
$('.city_text').text($("#area_code").find("option:selected").text()); $('.city_text').text($("#area_code").find("option:selected").text());
$('.map').attr('src','image/'+city+'.jpg'); $('.map').attr('src','image/'+city+'.jpg?t=1');
$('.home').hide(); $('.home').hide();
$('.page-info').show(); $('.page-info').show();
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment