Explorar el Código

宅基地资产地图公开优化

rongxin_prod
Xyq123* hace 1 año
padre
commit
174ad75b37
Se han modificado 1 ficheros con 40 adiciones y 30 borrados
  1. +40
    -30
      src/views/sunVillage_info/assetMapOpen.vue

+ 40
- 30
src/views/sunVillage_info/assetMapOpen.vue Ver fichero

@@ -1,7 +1,13 @@
<template> <template>
<div class="homestead_main"> <div class="homestead_main">
<!--<div id="landMapDiv"></div>--> <!--<div id="landMapDiv"></div>-->
<div id="mapAll"></div>
<div class="header_main"
:style="`background-image:url(${require(showBtn?'@/assets/images/sunVillage_info/list_head.png':'@/assets/images/sunVillage_info/list_head_red.png')})`"
>
资产地图公开
<div class="return_btn" @click="onClickLeft"></div>
</div>
<div id="mapAll"> </div>
<div id="info" style="display: none"></div> <div id="info" style="display: none"></div>
<div class="plotPremises_right" v-if="this.mapHaDataValue"> <div class="plotPremises_right" v-if="this.mapHaDataValue">
<div class="land_information_main"> <div class="land_information_main">
@@ -223,6 +229,39 @@
top: 0; top: 0;
width: 100vw; width: 100vw;
} }
.header_main{
height: 116px;
background: url('../../assets/images/sunVillage_info/list_head.png') no-repeat;
background-size: 100% 100%;
position: fixed;
top: 0;
left: 0;
width: 100%;
font-size: 36px;
line-height: 116px;
text-align: center;
color: #fff;
position: fixed;
z-index: 9999;
.return_btn{
width: 24px;
height: 43.2px;
background: url('../../assets/images/sunVillage_info/list_icon_5.png') center center no-repeat;
background-size: 20px 36px;
position: absolute;
left: 38px;
top: 36px;
}
.add_btn{
width: 56.4px;
height: 40.8px;
background: url('../../assets/images/sunVillage_info/list_icon_9.png') center center no-repeat;
background-size: 47px 34px;
position: absolute;
right: 38px;
top: 36px;
}
}
.fileList{ .fileList{
img{ img{
width: 8vw; width: 8vw;
@@ -423,35 +462,6 @@
} }
.farmhouse_table { .farmhouse_table {
padding: 4% 0 2%; padding: 4% 0 2%;
.header_main {
display: block;
overflow: hidden;
.farmhouse_title {
margin: 0;
font-size: 14px;
color: #fff;
float: left;
}
.farmhouse_ul {
font-size: 12px;
margin: 0;
float: right;
color: #fff;
padding: 0;
padding-right: 5px;
li {
float: left;
margin-left: 9px;
list-style: none;
cursor: pointer;
padding: 0;
&.active {
color: #87cf9a;
border-bottom: 1px solid #87cf9a;
}
}
}
}
} }
} }
} }


Cargando…
Cancelar
Guardar