Commit 9490b7e8 by 张恒

k

parent 9a5b3cb4
......@@ -102,7 +102,7 @@ p {
background-color: #1a1e2a;
}
#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%;
width: 100%;
height: 16.29333rem;
......@@ -114,7 +114,7 @@ p {
position: relative;
}
#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%;
width: 10rem;
height: 17.86667rem;
......
......@@ -106,7 +106,7 @@ p {
overflow: hidden;
background-color: #1a1e2a;
.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%;
width: 100%;
height: torem(1222px);
......@@ -120,7 +120,7 @@ p {
.bj{
background: url("../image/bj.png") no-repeat center;
background: url("../image/bj.png?t=1") no-repeat center;
background-size: 100% 100%;
width: torem(750px);
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 @@
<script type="text/javascript" src="js/jquery.min.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>
</head>
<body>
......@@ -59,10 +59,10 @@
</div>
<div class="page-info" style="display: none">
<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>
<script src="js/index.js"></script>
<script src="js/index.js?t=1"></script>
</body>
</html>
\ No newline at end of file
......@@ -28,7 +28,7 @@ function btn_city() {
return;
}
$('.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();
$('.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