1
This commit is contained in:
parent
6cf172810a
commit
114b5f2f14
@ -14,9 +14,8 @@
|
|||||||
<div id="map">
|
<div id="map">
|
||||||
<!-- 头部 -->
|
<!-- 头部 -->
|
||||||
<div class="nav-bar">
|
<div class="nav-bar">
|
||||||
<div style="font-size: 0.84375rem;min-width: 60px;"
|
<div onclick="event.stopPropagation();PageHandle.selectLand();">地块</div>
|
||||||
onclick="event.stopPropagation();PageHandle.selectLand();">地块</div>
|
<div>测试地块</div>
|
||||||
<div style="font-size: 1.125rem;">测试地块</div>
|
|
||||||
<div></div>
|
<div></div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 工具 -->
|
<!-- 工具 -->
|
||||||
@ -828,7 +827,20 @@
|
|||||||
height: 64px;
|
height: 64px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
}
|
||||||
|
.nav-bar>div {
|
||||||
|
font-size: 0.84375rem;
|
||||||
|
min-width: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-bar>div:nth-child(2) {
|
||||||
|
text-align: center;
|
||||||
|
font-size: 1.125rem;
|
||||||
|
flex: 1 1 0%;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav-bar>div:last-child {
|
||||||
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-box {
|
.search-box {
|
||||||
|
Loading…
Reference in New Issue
Block a user