|
|
@ -15,16 +15,19 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<div class="build_box_for" v-for="(item, index) in boxlist" :key="index">
|
|
|
|
<div
|
|
|
|
|
|
|
|
class="build_box_for"
|
|
|
|
|
|
|
|
v-for="(item, index) in boxlist"
|
|
|
|
|
|
|
|
:key="index"
|
|
|
|
|
|
|
|
>
|
|
|
|
<div class="build_box_right">{{ item.place }}</div>
|
|
|
|
<div class="build_box_right">{{ item.place }}</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- 实有房屋 -->
|
|
|
|
<!-- 实有房屋 -->
|
|
|
|
<ActualBuildingVue></ActualBuildingVue>
|
|
|
|
<ActualBuildingVue></ActualBuildingVue>
|
|
|
|
<!-- 实有人口标题 -->
|
|
|
|
<!-- 实有人口标题 -->
|
|
|
|
<ActualPeopleVue></ActualPeopleVue>
|
|
|
|
<ActualPeopleVue></ActualPeopleVue>
|
|
|
|
<!-- 房屋结构 -->
|
|
|
|
<!-- 房屋结构 -->
|
|
|
|
<div class="structure">
|
|
|
|
<div class="structure">
|
|
|
|
<div class="structure_icon"></div>
|
|
|
|
<div class="structure_icon"></div>
|
|
|
@ -57,7 +60,11 @@
|
|
|
|
>
|
|
|
|
>
|
|
|
|
{{ item.floor2 }}
|
|
|
|
{{ item.floor2 }}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="f3" :style="{ backgroundImage: back_change2(item.type1) }">
|
|
|
|
<div
|
|
|
|
|
|
|
|
class="f3"
|
|
|
|
|
|
|
|
@click="floorinfo1"
|
|
|
|
|
|
|
|
:style="{ backgroundImage: back_change2(item.type1) }"
|
|
|
|
|
|
|
|
>
|
|
|
|
{{ item.floor3 }}
|
|
|
|
{{ item.floor3 }}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -70,7 +77,7 @@ import ActualBuildingVue from './actualBuilding.vue'
|
|
|
|
import ActualPeopleVue from './actualPeople.vue'
|
|
|
|
import ActualPeopleVue from './actualPeople.vue'
|
|
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
|
components:{
|
|
|
|
components: {
|
|
|
|
ActualBuildingVue,
|
|
|
|
ActualBuildingVue,
|
|
|
|
ActualPeopleVue
|
|
|
|
ActualPeopleVue
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -165,8 +172,12 @@ export default {
|
|
|
|
console.log(123)
|
|
|
|
console.log(123)
|
|
|
|
this.$emit('floorinfo')
|
|
|
|
this.$emit('floorinfo')
|
|
|
|
},
|
|
|
|
},
|
|
|
|
deleteinfo(){
|
|
|
|
floorinfo1() {
|
|
|
|
this.play =!this.play
|
|
|
|
console.log(123)
|
|
|
|
|
|
|
|
this.$emit('floorinfo1')
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
deleteinfo() {
|
|
|
|
|
|
|
|
this.play = !this.play
|
|
|
|
this.$emit('deleteinfo')
|
|
|
|
this.$emit('deleteinfo')
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -192,7 +203,7 @@ export default {
|
|
|
|
height: 15vh;
|
|
|
|
height: 15vh;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
.X1{
|
|
|
|
.X1 {
|
|
|
|
width: 0.8vw;
|
|
|
|
width: 0.8vw;
|
|
|
|
height: 1.8vh;
|
|
|
|
height: 1.8vh;
|
|
|
|
// background-color: #fff;
|
|
|
|
// background-color: #fff;
|
|
|
@ -201,7 +212,7 @@ export default {
|
|
|
|
right: 0.5vw;
|
|
|
|
right: 0.5vw;
|
|
|
|
background-image: url(@/assets/house-hza/bg9.png);
|
|
|
|
background-image: url(@/assets/house-hza/bg9.png);
|
|
|
|
background-size: 100% 100%;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
&:hover{
|
|
|
|
&:hover {
|
|
|
|
background-color: #07e2d0;
|
|
|
|
background-color: #07e2d0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -269,8 +280,6 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.structure {
|
|
|
|
.structure {
|
|
|
|
width: 18vw;
|
|
|
|
width: 18vw;
|
|
|
|
height: 4vh;
|
|
|
|
height: 4vh;
|
|
|
|