Commit 0338f2f8 authored by zhangpux's avatar zhangpux

Merge remote-tracking branch 'upstream/master'

parents 463787c1 b7300127
......@@ -5,17 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>监区平面图</title>
<script src="../static/js/flexible.js"></script>
<script src="../static/js/jquery-1.8.1.min.js" type=text/javascript></script>
<link rel="stylesheet" href="../static/css/common.css">
<script>
$(document).ready(function() {
$("ul li").mouseenter(function() {
$(this).find("img").css("transform", "scale(1.03)"); /* 鼠标进入时将图片放大为1.2倍 */
}).mouseleave(function() {
$(this).find("img").css("transform", "scale(1)"); /* 鼠标离开时恢复图片原始大小 */
});
});
</script>
<style>
.area-right{
background: url(../static/images/floor_lp.png) no-repeat;
......@@ -140,6 +130,9 @@
<a href="#"> <img src="../static/images/E_floor.png"/></a>
<span>E栋</span>
</li>
<li class="d_floor">
<a href="#"> <img src="../static/images/D_floor.png"/></a>
</li>
<li class="d_floor_index">
<a href="#"> <img src="../static/images/D_floor_1.png"/></a>
<span>D栋</span>
......
......@@ -15,6 +15,9 @@
width: 78%;
background-size: 100% 100%;
}
.area-box img{
max-width: 70%;
}
</style>
</head>
<body>
......@@ -133,6 +136,12 @@
<li class="nanchejian_floor">
<a href="5"> <img src="../static/images/lanche.png"/></a>
</li>
<li class="lhjl_floor">
<a href="5"> <img src="../static/images/lhjl.png"/></a>
</li>
<li class="xkzx_floor">
<a href="5"> <img src="../static/images/xkzx.png"/></a>
</li>
</ul>
</div>
</div>
......
......@@ -222,15 +222,15 @@ a:hover,a:active,a:focus{color:#c00;text-decoration:underline;}
top: 11.8rem;
}
.area-right ul .e_floor img{
width: 5rem;
width: 5.8rem;
}
.area-right ul .e_floor{
z-index: 2;
left: 15.5rem;
top: 13.5rem;
left: 15.6rem;
top: 13.4rem;
}
.area-right ul .e_floor span{
margin-top: 1rem;
margin-top: 1.3rem;
margin-left: -1.8rem;
}
.area-right ul .d_floor img{
......@@ -245,10 +245,10 @@ a:hover,a:active,a:focus{color:#c00;text-decoration:underline;}
margin-left: -1.8rem;
}
.area-right ul .f_floor img{
width: 5rem;
width: 5.8rem;
}
.area-right ul .f_floor{
right: 2.6rem;
right: 1.7rem;
top: 11.7rem;
}
.area-right ul .f_floor span{
......@@ -311,10 +311,19 @@ a:hover,a:active,a:focus{color:#c00;text-decoration:underline;}
top: 3.6rem;
}
.area-right ul .nanchejian_floor{
right: 17rem;
right: 15rem;
top: 2.6rem;
z-index: 1;
}
.area-right ul .beijianyu_floor{
left: 16rem;
top: 6rem;
}
.area-right ul .lhjl_floor{
right: 19rem;
top: 12rem;
}
.xkzx_floor{
left: 15rem;
top: 5rem;
}
\ No newline at end of file
static/images/xkzx.png

34.9 KB | W: | H:

static/images/xkzx.png

8.21 KB | W: | H:

static/images/xkzx.png
static/images/xkzx.png
static/images/xkzx.png
static/images/xkzx.png
  • 2-up
  • Swipe
  • Onion skin
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 to comment