Newer
Older
<meta charset="UTF-8">
<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">
<style>
.box_map{
background-color: #081536;
border-style: solid;
border-width: 2px;
border-image-source: linear-gradient(0deg,
#00deff 0%,
#151934 50%,
#00deff 100%);
border-image-slice: 1;
opacity: 0.84;
height: 0.4rem;
width: 0.5rem;
background: url(./static/images/bot_icon.png) no-repeat;
transform: translateX(-50%);
}
.box_map.top::before{
content: '';
position: absolute;
height: 0.4rem;
width: 0.5rem;
background: url(./static/images/top_icon.png) no-repeat;
transform: translateX(-50%);
}
.box_title img{
width: 1rem !important;
height: 1rem !important;
}
.box_title span{
font-size: 0.45rem;
<div class="container">
<div class="main-area">
<div class="header-area">
<img src="./static/images/logo_mc.png"/>
</div>
<div class="area-content">
<div class="loupan_map_box">
<ul>
<li class="index_01">
<div class="box_map bot">
<div class="box_title">
<img src="./static/images/dalou2-mianxing.png" alt="">
<span>五角场</span>
</div>
</div>
<div class="box_map top">
<div class="box_title">
<img src="./static/images/dalou2-mianxing.png" alt="">
<span>五角场</span>
</div>
</div>
</li>
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<div class="box_map bot">
<div class="box_title">
<img src="./static/images/dalou2-mianxing.png" alt="">
<span>五角场</span>
</div>
</div>
<a href="#"> <img src="./static/images/model_mc.png"/></a>
</li>
<li class="index_04">
<div class="box_map bot">
<div class="box_title">
<img src="./static/images/dalou2-mianxing.png" alt="">
<span>五角场</span>
</div>
</div>
<a href="#"> <img src="./static/images/model_mc.png"/></a>
</li>
<li class="index_05">
<div class="box_map bot">
<div class="box_title">
<img src="./static/images/dalou2-mianxing.png" alt="">
<span>五角场</span>
</div>
</div>
<a href="#"> <img src="./static/images/model_mc.png"/></a>
</li>
<li class="index_06">
<a href="#"> <img src="./static/images/model_mc.png"/></a>
<div class="box_map top">
<div class="box_title">
<img src="./static/images/dalou2-mianxing.png" alt="">
<span>五角场</span>
</div>
</div>
</li>
<li class="index_07">
<a href="#"> <img src="./static/images/model_mc.png"/></a>
<div class="box_map top">
<div class="box_title">
<img src="./static/images/dalou2-mianxing.png" alt="">
<span>五角场</span>
</div>
</div>
</li>
<li class="index_08">
<a href="#"> <img src="./static/images/model_mc.png"/></a>
<div class="box_map top">
<div class="box_title">
<img src="./static/images/dalou2-mianxing.png" alt="">
<span>五角场</span>
</div>
</div>
</li>
<li class="index_09">
<a href="#"> <img src="./static/images/model_mc.png"/></a>
<div class="box_map top">
<div class="box_title">
<img src="./static/images/dalou2-mianxing.png" alt="">
<span>五角场</span>
</div>
</div>
</li>
<li class="index_10">
<div class="box_map bot">
<div class="box_title">
<img src="./static/images/dalou2-mianxing.png" alt="">
<span>五角场</span>
</div>
</div>
<a href="#"> <img src="./static/images/model_mc.png"/></a>
</li>
</ul>