|
@@ -8,6 +8,7 @@
|
|
|
<div class="search-header">
|
|
|
<div class="header-left">
|
|
|
<i class="icon-position1" />
|
|
|
+ <div class="text1">地址</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="search-list">
|
|
@@ -34,7 +35,6 @@
|
|
|
v-for="(item, index) in searchState.layerList"
|
|
|
:key="index"
|
|
|
class="list-item"
|
|
|
- style="margin-top: 20px"
|
|
|
@click="selectSearchMarker(item)"
|
|
|
>
|
|
|
<div class="tag">{{ item.dict_label }}</div>
|
|
@@ -57,7 +57,6 @@
|
|
|
v-for="(item, index) in searchState.videoList"
|
|
|
:key="index"
|
|
|
class="list-item2"
|
|
|
- style="margin-top: 20px"
|
|
|
>
|
|
|
<div class="text1" :title="item.name" @click="handleShowDialog(item)">{{ item.name }}</div>
|
|
|
<div class="tags">
|
|
@@ -297,8 +296,8 @@ defineExpose({ setMenuChange });
|
|
|
border: none;
|
|
|
outline: none;
|
|
|
color: #fff;
|
|
|
- width: calc(100% - 85px);
|
|
|
- margin-left: 85px;
|
|
|
+ width: calc(100% - 100px);
|
|
|
+ margin-left: 100px;
|
|
|
height: 90px;
|
|
|
font-size: 46px;
|
|
|
background-color: transparent;
|
|
@@ -316,7 +315,13 @@ defineExpose({ setMenuChange });
|
|
|
z-index: 9;
|
|
|
padding: 35px 15px;
|
|
|
.search-title {
|
|
|
- font-size: 44px;
|
|
|
+ color: transparent;
|
|
|
+ background-image: linear-gradient(to bottom, #fff 50%, #a6d3e1 100%);
|
|
|
+ -webkit-background-clip: text;
|
|
|
+ background-clip: text;
|
|
|
+ display: inline-block;
|
|
|
+ font-family: 'YouSheBiaoTiHei';
|
|
|
+ font-size: 48px;
|
|
|
line-height: 36px;
|
|
|
padding: 0 27px;
|
|
|
}
|
|
@@ -327,11 +332,12 @@ defineExpose({ setMenuChange });
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
width: 805px;
|
|
|
- height: 76px;
|
|
|
- background: url('@/assets/images/map/titleBox3.png') no-repeat;
|
|
|
- background-size: 100% 100%;
|
|
|
- padding-left: 20px;
|
|
|
+ height: 100px;
|
|
|
+ background: url('@/assets/images/map/titleBox3.png') no-repeat bottom left;
|
|
|
+ background-size: 100% 76px;
|
|
|
+ padding-left: 50px;
|
|
|
padding-bottom: 16px;
|
|
|
+ margin-top: 20px;
|
|
|
.header-left {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
@@ -357,7 +363,7 @@ defineExpose({ setMenuChange });
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
.text1 {
|
|
|
- margin-left: -12px;
|
|
|
+ margin-left: 5px;
|
|
|
font-size: 38px;
|
|
|
}
|
|
|
}
|
|
@@ -365,12 +371,12 @@ defineExpose({ setMenuChange });
|
|
|
}
|
|
|
.search-list {
|
|
|
width: 780px;
|
|
|
- height: 500px;
|
|
|
+ height: 445px;
|
|
|
padding-bottom: 10px;
|
|
|
background: url('@/assets/images/map/base.png') no-repeat center bottom;
|
|
|
background-size: 780px 198px;
|
|
|
.scroll {
|
|
|
- height: 490px;
|
|
|
+ height: 410px;
|
|
|
overflow-y: auto;
|
|
|
}
|
|
|
.list-item,
|
|
@@ -378,7 +384,7 @@ defineExpose({ setMenuChange });
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
cursor: pointer;
|
|
|
- margin-top: -11px;
|
|
|
+ margin-top: 20px;
|
|
|
.icon1 {
|
|
|
display: inline-block;
|
|
|
width: 90px;
|