Commit 5c21331d authored by Kimber's avatar Kimber

'update'

parent 703cff55
......@@ -83,7 +83,7 @@
header{
position:absolute;top:0;left:0;height:0;width:100%;z-index:5;
display:flex;user-select:none;
display:flex;user-select:none;justify-content:center;
.b1_bg{
position:relative;height:1.06rem;width:100%;
......@@ -97,6 +97,7 @@
background:no-repeat top center url('static/natural/top_ttl.png');
background-size:100%;z-index:-1;
} */
h2{
font-size:.38rem;line-height:1;margin:.19rem 0 0 .04rem;font-weight:bold;
font-family:'element-icons';color:#fff;
......@@ -149,6 +150,18 @@
}
}
}
.selects{
display:flex;justify-content:center;
position:absolute;height:auto;width:6rem;top:1.05rem;padding-left:.20rem;
select{
margin-right:.20rem;
background-color:transparent;color:#21817E;
border-color:transparent;
}
display:none;
}
}
}
}
......@@ -758,6 +771,21 @@
<li><a href="/#/dashboard">后台管理</a></li>
</ul>
</div>
<div class="selects">
<select>
<option value="1">淄川区</option>
<option value="2">张店区</option>
</select>
<select>
<option value="1">请选择区县</option>
<option value="2">2</option>
</select>
<select>
<option value="1">请选择矿山企业</option>
<option value="2">2</option>
</select>
</div>
</header>
</div>
</div>
......
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