|
|
@ -36,19 +36,19 @@
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
|
name:'ActualBuilding',
|
|
|
|
name: 'ActualBuilding',
|
|
|
|
data(){
|
|
|
|
data() {
|
|
|
|
return{
|
|
|
|
return {
|
|
|
|
iconlist: [
|
|
|
|
iconlist: [
|
|
|
|
{ id: '1', name: '住宅', number: '35' },
|
|
|
|
{ id: '1', name: '住宅', number: '35' },
|
|
|
|
{ id: '2', name: '商铺', number: '0' },
|
|
|
|
{ id: '2', name: '商铺', number: '0' },
|
|
|
|
{ id: '3', name: '商住两用', number: '2' },
|
|
|
|
{ id: '3', name: '商住两用', number: '2' },
|
|
|
|
{ id: '4', name: '空置', number: '27' }
|
|
|
|
{ id: '4', name: '空置', number: '27' }
|
|
|
|
],
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
methods:{
|
|
|
|
methods: {
|
|
|
|
back_change(id) {
|
|
|
|
back_change(id) {
|
|
|
|
console.log(id, 'lll')
|
|
|
|
console.log(id, 'lll')
|
|
|
|
switch (id) {
|
|
|
|
switch (id) {
|
|
|
@ -61,13 +61,13 @@
|
|
|
|
case '4':
|
|
|
|
case '4':
|
|
|
|
return `url(${require('@/assets/house-hza/bg15.png')})`
|
|
|
|
return `url(${require('@/assets/house-hza/bg15.png')})`
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
<style lang="scss" >
|
|
|
|
<style lang="scss">
|
|
|
|
.house_icon_title {
|
|
|
|
.house_icon_title {
|
|
|
|
width: 18vw;
|
|
|
|
width: 18vw;
|
|
|
|
height: 3.5vh;
|
|
|
|
height: 3.5vh;
|
|
|
|
// background-color: #fff;
|
|
|
|
// background-color: #fff;
|
|
|
@ -95,9 +95,9 @@
|
|
|
|
// background-color: pink;
|
|
|
|
// background-color: pink;
|
|
|
|
color: #00f5ff;
|
|
|
|
color: #00f5ff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.icon_bottom_flex {
|
|
|
|
.icon_bottom_flex {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
margin-left: 1vw;
|
|
|
|
margin-left: 1vw;
|
|
|
|
// margin-top: 1vh;
|
|
|
|
// margin-top: 1vh;
|
|
|
@ -127,8 +127,8 @@
|
|
|
|
margin-left: 2vw;
|
|
|
|
margin-left: 2vw;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.house_icon_box_for {
|
|
|
|
.house_icon_box_for {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
height: 11vh;
|
|
|
|
height: 11vh;
|
|
|
|
width: 18vw;
|
|
|
|
width: 18vw;
|
|
|
@ -136,7 +136,6 @@
|
|
|
|
// background-color: orange;
|
|
|
|
// background-color: orange;
|
|
|
|
// margin-top: 1vh;
|
|
|
|
// margin-top: 1vh;
|
|
|
|
.house_icon_box {
|
|
|
|
.house_icon_box {
|
|
|
|
|
|
|
|
|
|
|
|
width: 4vw;
|
|
|
|
width: 4vw;
|
|
|
|
margin-right: 1vw;
|
|
|
|
margin-right: 1vw;
|
|
|
|
|
|
|
|
|
|
|
@ -165,5 +164,5 @@
|
|
|
|
margin-top: 0.5vh;
|
|
|
|
margin-top: 0.5vh;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|