|
|
|
@ -1,14 +1,14 @@
|
|
|
|
|
<template>
|
|
|
|
|
<div>
|
|
|
|
|
<div>
|
|
|
|
|
<div class="people_title">
|
|
|
|
|
<div class="people_icon"></div>
|
|
|
|
|
<div class="people_text">实有人口</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- echarts -->
|
|
|
|
|
<div class="people_echarts">
|
|
|
|
|
<div class="echarts_icon"></div>
|
|
|
|
|
<div class="echarts_icon"></div>
|
|
|
|
|
|
|
|
|
|
<div class="people_type">
|
|
|
|
|
<div class="people_type">
|
|
|
|
|
<div class="people_type_list">人户一致</div>
|
|
|
|
|
<div class="type_number">51</div>
|
|
|
|
|
</div>
|
|
|
|
@ -31,8 +31,7 @@
|
|
|
|
|
<div class="people_type5">
|
|
|
|
|
<div class="people_type_list">关爱人员</div>
|
|
|
|
|
<div class="type_number">51</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="list_number">80</div>
|
|
|
|
|
<div class="list_number_text">总数</div>
|
|
|
|
@ -55,148 +54,146 @@
|
|
|
|
|
<div class="people1_number">5</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
export default {
|
|
|
|
|
name:"ActualPeople"
|
|
|
|
|
}
|
|
|
|
|
export default {
|
|
|
|
|
name: 'ActualPeople'
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<style lang="scss" >
|
|
|
|
|
|
|
|
|
|
.people_title {
|
|
|
|
|
width: 18vw;
|
|
|
|
|
height: 3.5vh;
|
|
|
|
|
// background-color: #fff;
|
|
|
|
|
margin-left: 1vw;
|
|
|
|
|
margin-top: 1vh;
|
|
|
|
|
display: flex;
|
|
|
|
|
.people_icon {
|
|
|
|
|
width: 1vw;
|
|
|
|
|
height: 2.2vh;
|
|
|
|
|
background-image: url(@/assets/house-hza/bg17.png);
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
// background-color: pink;
|
|
|
|
|
margin-top: 0.5vh;
|
|
|
|
|
}
|
|
|
|
|
.people_text {
|
|
|
|
|
color: antiquewhite;
|
|
|
|
|
margin-left: 1vw;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
line-height: 3.5vh;
|
|
|
|
|
text-shadow: 0px 0px 10px #0b4672;
|
|
|
|
|
letter-spacing: 2px;
|
|
|
|
|
// background-color: orange;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.people_echarts {
|
|
|
|
|
width: 18vw;
|
|
|
|
|
height: 15vh;
|
|
|
|
|
<style lang="scss">
|
|
|
|
|
.people_title {
|
|
|
|
|
width: 18vw;
|
|
|
|
|
height: 3.5vh;
|
|
|
|
|
// background-color: #fff;
|
|
|
|
|
margin-left: 1vw;
|
|
|
|
|
margin-top: 1vh;
|
|
|
|
|
display: flex;
|
|
|
|
|
.people_icon {
|
|
|
|
|
width: 1vw;
|
|
|
|
|
height: 2.2vh;
|
|
|
|
|
background-image: url(@/assets/house-hza/bg17.png);
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
// background-color: pink;
|
|
|
|
|
margin-top: 0.5vh;
|
|
|
|
|
}
|
|
|
|
|
.people_text {
|
|
|
|
|
color: antiquewhite;
|
|
|
|
|
margin-left: 1vw;
|
|
|
|
|
margin-top: 1vh;
|
|
|
|
|
position: relative;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
|
|
|
|
|
.echarts_icon {
|
|
|
|
|
height: 15vh;
|
|
|
|
|
width: 10.5vw;
|
|
|
|
|
background-image: url(@/assets/house-hza/bg11.png);
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
margin-left: 4vw;
|
|
|
|
|
}
|
|
|
|
|
.people_type {
|
|
|
|
|
width: 3.2vw;
|
|
|
|
|
height: 5vh;
|
|
|
|
|
// background-color: #fff;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
.people_type_list{
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.people_type1 {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 5vh;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
line-height: 3.5vh;
|
|
|
|
|
text-shadow: 0px 0px 10px #0b4672;
|
|
|
|
|
letter-spacing: 2px;
|
|
|
|
|
// background-color: orange;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.people_echarts {
|
|
|
|
|
width: 18vw;
|
|
|
|
|
height: 15vh;
|
|
|
|
|
// background-color: pink;
|
|
|
|
|
margin-left: 1vw;
|
|
|
|
|
margin-top: 1vh;
|
|
|
|
|
position: relative;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
|
|
|
|
|
.echarts_icon {
|
|
|
|
|
height: 15vh;
|
|
|
|
|
width: 10.5vw;
|
|
|
|
|
background-image: url(@/assets/house-hza/bg11.png);
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
margin-left: 4vw;
|
|
|
|
|
}
|
|
|
|
|
.people_type {
|
|
|
|
|
width: 3.2vw;
|
|
|
|
|
height: 5vh;
|
|
|
|
|
// background-color: #fff;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
.people_type_list {
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
}
|
|
|
|
|
.people_type2 {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 11vh;
|
|
|
|
|
}
|
|
|
|
|
.people_type3 {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
}
|
|
|
|
|
.people_type4 {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 5vh;
|
|
|
|
|
right: 0;
|
|
|
|
|
}
|
|
|
|
|
.people_type5 {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 11vh;
|
|
|
|
|
right: 0;
|
|
|
|
|
}
|
|
|
|
|
.list_number {
|
|
|
|
|
// background-color: #fff;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
left: 8.2vw;
|
|
|
|
|
top: 5vh;
|
|
|
|
|
}
|
|
|
|
|
.list_number_text {
|
|
|
|
|
// background-color: #fff;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 8.3vw;
|
|
|
|
|
top: 8.5vh;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.people_bottom {
|
|
|
|
|
width: 18vw;
|
|
|
|
|
.people_type1 {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 5vh;
|
|
|
|
|
}
|
|
|
|
|
.people_type2 {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 11vh;
|
|
|
|
|
}
|
|
|
|
|
.people_type3 {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
}
|
|
|
|
|
.people_type4 {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 5vh;
|
|
|
|
|
right: 0;
|
|
|
|
|
}
|
|
|
|
|
.people_type5 {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 11vh;
|
|
|
|
|
right: 0;
|
|
|
|
|
}
|
|
|
|
|
.list_number {
|
|
|
|
|
// background-color: #fff;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
left: 8.2vw;
|
|
|
|
|
top: 5vh;
|
|
|
|
|
}
|
|
|
|
|
.list_number_text {
|
|
|
|
|
// background-color: #fff;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 8.3vw;
|
|
|
|
|
top: 8.5vh;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.people_bottom {
|
|
|
|
|
width: 18vw;
|
|
|
|
|
height: 4vh;
|
|
|
|
|
// background-color: orange;
|
|
|
|
|
margin-left: 1vw;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
margin-top: 1vh;
|
|
|
|
|
.people1 {
|
|
|
|
|
width: 5.5vw;
|
|
|
|
|
height: 4vh;
|
|
|
|
|
// background-color: orange;
|
|
|
|
|
margin-left: 1vw;
|
|
|
|
|
// background-color: #fff;
|
|
|
|
|
background-image: url(@/assets/house-hza/bg-6.png);
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
margin-top: 1vh;
|
|
|
|
|
.people1 {
|
|
|
|
|
width: 5.5vw;
|
|
|
|
|
height: 4vh;
|
|
|
|
|
// background-color: #fff;
|
|
|
|
|
background-image: url(@/assets/house-hza/bg-6.png);
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
display: flex;
|
|
|
|
|
.people1_text {
|
|
|
|
|
font-size: 0.8rem;
|
|
|
|
|
margin-top: 1vh;
|
|
|
|
|
margin-left: 0.2vw;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
.people1_number {
|
|
|
|
|
margin-left: 0.8vw;
|
|
|
|
|
margin-top: 0.5vh;
|
|
|
|
|
font-size: 1.3rem;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
.people1_text {
|
|
|
|
|
font-size: 0.8rem;
|
|
|
|
|
margin-top: 1vh;
|
|
|
|
|
margin-left: 0.2vw;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
.people1_number {
|
|
|
|
|
margin-left: 0.8vw;
|
|
|
|
|
margin-top: 0.5vh;
|
|
|
|
|
font-size: 1.3rem;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dit {
|
|
|
|
|
width: 0.3vw;
|
|
|
|
|
height: 0.6vh;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
background-color: #00f5ff;
|
|
|
|
|
margin-top: 0.8vw;
|
|
|
|
|
margin-left: 0.5vw;
|
|
|
|
|
}
|
|
|
|
|
.dit {
|
|
|
|
|
width: 0.3vw;
|
|
|
|
|
height: 0.6vh;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
background-color: #00f5ff;
|
|
|
|
|
margin-top: 0.8vw;
|
|
|
|
|
margin-left: 0.5vw;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</style>
|