This commit is contained in:
parent
4d1de6648b
commit
b8741b9ef8
Binary file not shown.
After Width: | Height: | Size: 101 KiB |
Binary file not shown.
After Width: | Height: | Size: 100 KiB |
Binary file not shown.
After Width: | Height: | Size: 100 KiB |
Binary file not shown.
After Width: | Height: | Size: 97 KiB |
|
@ -1,7 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="module">
|
<div class="module">
|
||||||
|
<div class="displayFlex left_bg">
|
||||||
<div class="displayFlex">
|
|
||||||
<div class="flex1">
|
<div class="flex1">
|
||||||
<div class="yd_title">
|
<div class="yd_title">
|
||||||
<span class="text">助乡兴趣点</span>
|
<span class="text">助乡兴趣点</span>
|
||||||
|
@ -83,12 +82,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="visitLog">
|
<div class="visitLog">
|
||||||
<div class="visitLog_item">
|
<div class="visitLog_item">
|
||||||
<img
|
<img src="../assets/img_02.png" width="48px" height="51px" alt="" />
|
||||||
src="../assets/img_02.png"
|
|
||||||
width="48px"
|
|
||||||
height="51px"
|
|
||||||
alt=""
|
|
||||||
/>
|
|
||||||
<div class="visitLog_item_box">
|
<div class="visitLog_item_box">
|
||||||
<h4>故居走访</h4>
|
<h4>故居走访</h4>
|
||||||
<p>走访人员:陈思思</p>
|
<p>走访人员:陈思思</p>
|
||||||
|
@ -97,12 +91,7 @@
|
||||||
<span class="check">点击查看</span>
|
<span class="check">点击查看</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="visitLog_item">
|
<div class="visitLog_item">
|
||||||
<img
|
<img src="../assets/img_02.png" width="48px" height="51px" alt="" />
|
||||||
src="../assets/img_02.png"
|
|
||||||
width="48px"
|
|
||||||
height="51px"
|
|
||||||
alt=""
|
|
||||||
/>
|
|
||||||
<div class="visitLog_item_box">
|
<div class="visitLog_item_box">
|
||||||
<h4>节日走访</h4>
|
<h4>节日走访</h4>
|
||||||
<p>走访人员:陈思思</p>
|
<p>走访人员:陈思思</p>
|
||||||
|
@ -111,12 +100,7 @@
|
||||||
<span class="check">点击查看</span>
|
<span class="check">点击查看</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="visitLog_item">
|
<div class="visitLog_item">
|
||||||
<img
|
<img src="../assets/img_02.png" width="48px" height="51px" alt="" />
|
||||||
src="../assets/img_02.png"
|
|
||||||
width="48px"
|
|
||||||
height="51px"
|
|
||||||
alt=""
|
|
||||||
/>
|
|
||||||
<div class="visitLog_item_box">
|
<div class="visitLog_item_box">
|
||||||
<h4>新年走访</h4>
|
<h4>新年走访</h4>
|
||||||
<p>走访人员:陈思思</p>
|
<p>走访人员:陈思思</p>
|
||||||
|
@ -148,13 +132,11 @@
|
||||||
<eBubble></eBubble>
|
<eBubble></eBubble>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
// import eBubble from "./echarts/bubble.vue";
|
import eBubble from "./echarts_education/bubble.vue";
|
||||||
// import ePie from "./echarts/pie.vue";
|
// import ePie from "./echarts/pie.vue";
|
||||||
// import ePie2 from "./echarts/pie2.vue";
|
// import ePie2 from "./echarts/pie2.vue";
|
||||||
// import eGraph from "./echarts/graph.vue";
|
// import eGraph from "./echarts/graph.vue";
|
||||||
|
@ -167,7 +149,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
// flex: 1;
|
// flex: 1;
|
||||||
width: 33.333333333%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex1 {
|
.flex1 {
|
||||||
|
@ -175,12 +157,24 @@
|
||||||
// padding: 0 28px;
|
// padding: 0 28px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.module {
|
.module {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100vh - 112px);
|
height: calc(100vh - 112px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.left_bg {
|
||||||
|
width: 642px;
|
||||||
|
// height: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
|
padding-left: 50px;
|
||||||
|
margin-right: 28px;
|
||||||
|
background-image: url(@/assets/images/left_bg.png);
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: 100% 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.yd_title {
|
.yd_title {
|
||||||
background-image: url(@/assets/img_04.png);
|
background-image: url(@/assets/img_04.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
@ -189,6 +183,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-family: SourceHanSansCN;
|
font-family: SourceHanSansCN;
|
||||||
|
@ -205,6 +200,7 @@
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
padding-top: 22px;
|
padding-top: 22px;
|
||||||
|
|
||||||
.basicInformation_item {
|
.basicInformation_item {
|
||||||
flex: 0 0 50%;
|
flex: 0 0 50%;
|
||||||
padding: 0 2px;
|
padding: 0 2px;
|
||||||
|
@ -213,10 +209,12 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
width: 79px;
|
width: 79px;
|
||||||
height: 47px;
|
height: 47px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.right {
|
.right {
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
|
|
||||||
|
@ -226,6 +224,7 @@
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: bottom;
|
background-position: bottom;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
@ -234,6 +233,7 @@
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -253,12 +253,15 @@
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
padding: 15px 8px;
|
padding: 15px 8px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.visitLog_item_box {
|
.visitLog_item_box {
|
||||||
flex: auto;
|
flex: auto;
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-family: MicrosoftYaHei;
|
font-family: MicrosoftYaHei;
|
||||||
|
@ -266,6 +269,7 @@
|
||||||
color: #0096ff;
|
color: #0096ff;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-family: SourceHanSansCN;
|
font-family: SourceHanSansCN;
|
||||||
|
@ -274,6 +278,7 @@
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.check {
|
.check {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-family: SourceHanSansCN;
|
font-family: SourceHanSansCN;
|
||||||
|
@ -286,6 +291,7 @@
|
||||||
|
|
||||||
.history {
|
.history {
|
||||||
padding-top: 12px;
|
padding-top: 12px;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
@ -301,6 +307,7 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin: 12px 0 20px;
|
margin: 12px 0 20px;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: rgba(0, 89, 130, 0.73);
|
background: rgba(0, 89, 130, 0.73);
|
||||||
|
@ -314,9 +321,11 @@
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.property {
|
.property {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 14px 0 10px;
|
padding: 14px 0 10px;
|
||||||
|
|
||||||
.property_box {
|
.property_box {
|
||||||
background-image: url(@/assets/img_05.png);
|
background-image: url(@/assets/img_05.png);
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
|
@ -325,12 +334,14 @@
|
||||||
height: 91px;
|
height: 91px;
|
||||||
margin: 0 12px;
|
margin: 0 12px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
h5 {
|
h5 {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
margin: 9px 0 16px;
|
margin: 9px 0 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -338,6 +349,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.activity {
|
.activity {
|
||||||
h5 {
|
h5 {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
@ -347,9 +359,11 @@
|
||||||
border-bottom: 2px solid rgba(0, 164, 250, 1);
|
border-bottom: 2px solid rgba(0, 164, 250, 1);
|
||||||
margin-bottom: 17px;
|
margin-bottom: 17px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.activity_content {
|
.activity_content {
|
||||||
margin: 0 -6px 12px;
|
margin: 0 -6px 12px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
.activity_box {
|
.activity_box {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -357,6 +371,7 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background-color: rgba(15, 28, 54, 1);
|
background-color: rgba(15, 28, 54, 1);
|
||||||
padding: 12px 12px 19px;
|
padding: 12px 12px 19px;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
@ -367,26 +382,31 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.monitor {
|
.monitor {
|
||||||
.monitor_box {
|
.monitor_box {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 8px 0;
|
padding: 8px 0;
|
||||||
border-bottom: 2px solid rgba(255, 255, 255, 0.67);
|
border-bottom: 2px solid rgba(255, 255, 255, 0.67);
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 115px;
|
width: 115px;
|
||||||
height: 84px;
|
height: 84px;
|
||||||
margin-right: 21px;
|
margin-right: 21px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.monitor_box_text {
|
.monitor_box_text {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
Loading…
Reference in New Issue