2024-04-12 09:26:48 +08:00
|
|
|
|
<template>
|
|
|
|
|
<div class="module">
|
2024-04-17 14:20:33 +08:00
|
|
|
|
<div class="displayFlex left_bg">
|
2024-04-19 15:55:36 +08:00
|
|
|
|
<div class="flex1" style="flex: 0.5">
|
2024-04-17 14:20:33 +08:00
|
|
|
|
<div class="yd_title left_1">
|
|
|
|
|
<span class="text">
|
|
|
|
|
<img
|
|
|
|
|
v-if="leftchoose.first == '1'"
|
|
|
|
|
src="@/assets/images/hygiene/yb_1.png"
|
2024-04-18 11:51:31 +08:00
|
|
|
|
class="c"
|
2024-04-19 10:00:02 +08:00
|
|
|
|
style="width: 160px"
|
2024-04-17 14:20:33 +08:00
|
|
|
|
/>
|
|
|
|
|
<img
|
|
|
|
|
v-else
|
|
|
|
|
src="@/assets/images/hygiene/yb_1_1.png"
|
2024-04-18 11:51:31 +08:00
|
|
|
|
class="c"
|
2024-04-17 14:20:33 +08:00
|
|
|
|
@click="change('first', '1')"
|
|
|
|
|
/>
|
|
|
|
|
<img
|
|
|
|
|
v-if="leftchoose.first == '2'"
|
|
|
|
|
src="@/assets/images/hygiene/yb_2.png"
|
2024-04-18 11:51:31 +08:00
|
|
|
|
class="c"
|
2024-04-19 10:00:02 +08:00
|
|
|
|
style="width: 160px"
|
2024-04-17 14:20:33 +08:00
|
|
|
|
/>
|
|
|
|
|
<img
|
|
|
|
|
v-else
|
|
|
|
|
src="@/assets/images/hygiene/yb_1_1.png"
|
2024-04-19 10:00:02 +08:00
|
|
|
|
class="c"
|
2024-04-17 14:20:33 +08:00
|
|
|
|
@click="change('first', '2')"
|
|
|
|
|
/>
|
|
|
|
|
</span>
|
2024-04-12 09:26:48 +08:00
|
|
|
|
</div>
|
2024-04-17 14:20:33 +08:00
|
|
|
|
<ePie v-if="leftchoose.first == '1'"></ePie>
|
|
|
|
|
<ePie2 v-else></ePie2>
|
2024-04-12 09:26:48 +08:00
|
|
|
|
</div>
|
2024-04-19 15:55:36 +08:00
|
|
|
|
|
2024-04-17 14:20:33 +08:00
|
|
|
|
<div class="flex1" style="margin-top: 10px">
|
|
|
|
|
<div class="yd_title left_3"></div>
|
2024-04-19 15:55:36 +08:00
|
|
|
|
<div class="sm_title_1"></div>
|
|
|
|
|
<tnb></tnb>
|
|
|
|
|
<div class="sm_title_2"></div>
|
|
|
|
|
<gxy></gxy>
|
2024-04-17 14:20:33 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="displayFlex center_bg">
|
2024-04-19 15:55:36 +08:00
|
|
|
|
<div class="flex1">
|
|
|
|
|
<div class="yd_title center_2"></div>
|
|
|
|
|
<div class="center_top">
|
|
|
|
|
<div class="item">
|
|
|
|
|
<img src="@/assets/images/hygiene/mjzrc.png" class="left" />
|
|
|
|
|
<div class="right">
|
|
|
|
|
<div class="right_top">门急诊人次</div>
|
|
|
|
|
<img src="@/assets/images/hygiene/jt.png" class="right_center" />
|
|
|
|
|
<div class="right_bottom">867.371</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="item">
|
|
|
|
|
<img src="@/assets/images/hygiene/zyrs.png" class="left" />
|
|
|
|
|
<div class="right">
|
|
|
|
|
<div class="right_top">住院人数</div>
|
|
|
|
|
<img src="@/assets/images/hygiene/jt.png" class="right_center" />
|
|
|
|
|
<div class="right_bottom">6.723</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2024-04-12 09:26:48 +08:00
|
|
|
|
</div>
|
2024-04-19 15:55:36 +08:00
|
|
|
|
</div>
|
|
|
|
|
<div class="flex1" style="flex: 0.3">
|
|
|
|
|
<div class="yd_title center_1"></div>
|
|
|
|
|
<div class="minTop">
|
|
|
|
|
<div class="minTopPart">
|
|
|
|
|
<div class="history2">
|
|
|
|
|
<div class="va">33.67万</div>
|
|
|
|
|
<img src="@/assets/images/hygiene/shang_left.png" alt="" />
|
|
|
|
|
<div class="historyimg">建档份数</div>
|
2024-04-12 09:26:48 +08:00
|
|
|
|
</div>
|
2024-04-17 14:20:33 +08:00
|
|
|
|
</div>
|
2024-04-19 15:55:36 +08:00
|
|
|
|
<div class="minTopPart2">
|
|
|
|
|
<div class="left">
|
|
|
|
|
<div class="leftImg"><eP4></eP4></div>
|
|
|
|
|
<div class="left_me">
|
|
|
|
|
<div>建档率</div>
|
2024-04-22 13:46:46 +08:00
|
|
|
|
<div class="bo">92.96%</div>
|
2024-04-19 15:55:36 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="right">
|
2024-04-22 13:46:46 +08:00
|
|
|
|
<div class="rightImg"><eP4_1></eP4_1></div>
|
2024-04-19 15:55:36 +08:00
|
|
|
|
<div class="right_me">
|
2024-04-22 13:46:46 +08:00
|
|
|
|
<div>家庭医生签约率</div>
|
|
|
|
|
<div class="bo">62.16%</div>
|
2024-04-19 15:55:36 +08:00
|
|
|
|
</div>
|
2024-04-12 09:26:48 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2024-04-17 14:20:33 +08:00
|
|
|
|
<div class="flex1" style="margin-top: 20px">
|
|
|
|
|
<div class="yd_title familyPlanning"></div>
|
|
|
|
|
<!-- 计划生育 -->
|
|
|
|
|
<!-- <div style="width: 100%; "> -->
|
|
|
|
|
<eP5></eP5>
|
|
|
|
|
<!-- </div> -->
|
2024-04-12 09:26:48 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2024-04-17 14:20:33 +08:00
|
|
|
|
<div class="displayFlex right_bg">
|
2024-04-19 10:00:02 +08:00
|
|
|
|
<div class="flex1" style="flex: 0.9">
|
2024-04-17 14:20:33 +08:00
|
|
|
|
<div class="yd_title mechanism"></div>
|
2024-04-19 15:55:36 +08:00
|
|
|
|
<div class="history">
|
|
|
|
|
<div class="history1">
|
|
|
|
|
<div class="va">2048</div>
|
|
|
|
|
<img src="@/assets/images/hygiene/yf.png" alt="" />
|
|
|
|
|
<div class="historyimg">孕产妇系统管理人数</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="history1">
|
|
|
|
|
<div class="va">21810</div>
|
|
|
|
|
<img src="@/assets/images/hygiene/et.png" alt="" />
|
|
|
|
|
<div class="historyimg">0-6岁儿童系统管理人数</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2024-04-12 09:26:48 +08:00
|
|
|
|
</div>
|
2024-04-19 10:00:02 +08:00
|
|
|
|
<div class="flex1" style="flex: 1.1">
|
2024-04-17 14:20:33 +08:00
|
|
|
|
<div class="yd_title service"></div>
|
|
|
|
|
<eP7></eP7>
|
2024-04-12 09:26:48 +08:00
|
|
|
|
</div>
|
2024-04-19 10:00:02 +08:00
|
|
|
|
<div class="flex1">
|
2024-04-17 14:20:33 +08:00
|
|
|
|
<div class="yd_title last"></div>
|
|
|
|
|
<div class="table">
|
2024-04-19 10:00:02 +08:00
|
|
|
|
<div class="item" v-for="i in 15">
|
|
|
|
|
3月2日健康日,在龙中公园进行健康活动宣
|
|
|
|
|
</div>
|
2024-04-12 09:26:48 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2024-04-17 14:20:33 +08:00
|
|
|
|
</div>
|
2024-04-12 09:26:48 +08:00
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script setup>
|
2024-04-17 14:20:33 +08:00
|
|
|
|
import ePie from "./echarts_hygiene/pie.vue";
|
|
|
|
|
import ePie2 from "./echarts_hygiene/pie2.vue";
|
|
|
|
|
import eP2 from "./echarts_hygiene/eP2.vue";
|
|
|
|
|
import eP3 from "./echarts_hygiene/eP3.vue";
|
|
|
|
|
import eP7 from "./echarts_hygiene/eP7.vue";
|
|
|
|
|
import eP6 from "./echarts_hygiene/eP6.vue";
|
|
|
|
|
import eP5 from "./echarts_hygiene/eP5.vue";
|
2024-04-17 15:25:25 +08:00
|
|
|
|
import eP4 from "./echarts_hygiene/eP4.vue";
|
2024-04-22 13:46:46 +08:00
|
|
|
|
import eP4_1 from "./echarts_hygiene/eP4_1.vue";
|
2024-04-19 15:55:36 +08:00
|
|
|
|
import tnb from "./echarts_hygiene/tnb.vue";
|
|
|
|
|
import gxy from "./echarts_hygiene/gxy.vue";
|
2024-04-17 14:20:33 +08:00
|
|
|
|
import { ref, onMounted, onBeforeMount } from "vue";
|
|
|
|
|
const leftchoose = ref({
|
|
|
|
|
first: "1",
|
|
|
|
|
second: "1",
|
|
|
|
|
third: "1",
|
|
|
|
|
});
|
|
|
|
|
const change = (name, index) => {
|
|
|
|
|
leftchoose.value[name] = index;
|
|
|
|
|
};
|
2024-04-12 09:26:48 +08:00
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
|
.displayFlex {
|
2024-04-17 14:20:33 +08:00
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
height: 100%;
|
2024-04-12 09:26:48 +08:00
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
2024-04-17 14:20:33 +08:00
|
|
|
|
// flex: 1;
|
|
|
|
|
width: 33.333333333%;
|
2024-04-12 09:26:48 +08:00
|
|
|
|
}
|
2024-04-17 14:20:33 +08:00
|
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
|
.flex1 {
|
|
|
|
|
flex: 1;
|
2024-04-17 14:20:33 +08:00
|
|
|
|
// padding: 0 28px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.flex2 {
|
|
|
|
|
// flex: 1;
|
|
|
|
|
// padding: 0 38px;
|
2024-04-12 09:26:48 +08:00
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
2024-04-17 14:20:33 +08:00
|
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
|
.module {
|
|
|
|
|
display: flex;
|
2024-04-17 14:20:33 +08:00
|
|
|
|
width: 100%;
|
2024-04-12 09:26:48 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.yd_title {
|
2024-04-17 14:20:33 +08:00
|
|
|
|
// background-image: url(@/assets/img_04.png);
|
|
|
|
|
// background-repeat: no-repeat;
|
|
|
|
|
// background-size: 100% 100%;
|
2024-04-12 09:26:48 +08:00
|
|
|
|
box-sizing: border-box;
|
2024-04-17 14:20:33 +08:00
|
|
|
|
width: 94%;
|
2024-04-18 11:51:31 +08:00
|
|
|
|
height: 42px;
|
2024-04-12 09:26:48 +08:00
|
|
|
|
position: relative;
|
2024-04-17 14:20:33 +08:00
|
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
|
.text {
|
2024-04-17 14:20:33 +08:00
|
|
|
|
display: flex;
|
|
|
|
|
position: absolute;
|
2024-04-12 09:26:48 +08:00
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-family: SourceHanSansCN;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
position: absolute;
|
2024-04-17 14:20:33 +08:00
|
|
|
|
right: 5px;
|
2024-04-18 11:51:31 +08:00
|
|
|
|
top: 1px;
|
|
|
|
|
}
|
2024-04-19 10:00:02 +08:00
|
|
|
|
.c {
|
|
|
|
|
width: 130px;
|
|
|
|
|
height: 42px;
|
|
|
|
|
cursor: pointer;
|
2024-04-12 09:26:48 +08:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2024-04-17 14:20:33 +08:00
|
|
|
|
.familyPlanning {
|
2024-04-22 13:46:46 +08:00
|
|
|
|
width: 96%;
|
2024-04-17 14:20:33 +08:00
|
|
|
|
background-image: url(@/assets/images/hygiene/center_title_2.png);
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mechanism {
|
2024-04-19 15:55:36 +08:00
|
|
|
|
background-image: url(@/assets/images/hygiene/xtgl.png);
|
2024-04-17 14:20:33 +08:00
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.service {
|
|
|
|
|
background-image: url(@/assets/images/hygiene/right_title_2.png);
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
}
|
|
|
|
|
.last {
|
|
|
|
|
background-image: url(@/assets/images/hygiene/right_title_3.png);
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
}
|
|
|
|
|
.serviceBox {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
|
|
|
|
.serviceimg {
|
|
|
|
|
width: 182px;
|
|
|
|
|
height: 35px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.serviceTop {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
padding: 10px 36px 0px 20px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
.visit {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.medicalService {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
.ylimg {
|
|
|
|
|
width: 200px;
|
|
|
|
|
height: 220px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.medicalServiceTop {
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
|
|
span {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 39px;
|
|
|
|
|
top: 35%;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 32px;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
line-height: 41px;
|
|
|
|
|
letter-spacing: 1px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-family: DINAlternate, DINAlternate;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.mealAssistance {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
.mealAssistanceimg {
|
|
|
|
|
width: 495px;
|
|
|
|
|
height: 35px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.left_1 {
|
|
|
|
|
background-image: url(@/assets/images/hygiene/left_title_1.png);
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.left_2 {
|
|
|
|
|
background-image: url(@/assets/images/hygiene/left_title_2.png);
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.left_3 {
|
2024-04-19 15:55:36 +08:00
|
|
|
|
background-image: url(@/assets/images/hygiene/right_title_1.png);
|
2024-04-17 14:20:33 +08:00
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.center_1 {
|
2024-04-22 13:46:46 +08:00
|
|
|
|
width: 96%;
|
2024-04-17 14:20:33 +08:00
|
|
|
|
background-image: url(@/assets/images/hygiene/center_title_1.png);
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
}
|
2024-04-19 15:55:36 +08:00
|
|
|
|
.center_2 {
|
2024-04-22 13:46:46 +08:00
|
|
|
|
width: 96%;
|
2024-04-19 15:55:36 +08:00
|
|
|
|
background-image: url(@/assets/images/hygiene/new_center.png);
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
}
|
|
|
|
|
.center_top {
|
|
|
|
|
width: 95%;
|
|
|
|
|
height: 150px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-around;
|
|
|
|
|
.item {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
.left {
|
|
|
|
|
width: 102px;
|
|
|
|
|
height: 102px;
|
|
|
|
|
}
|
|
|
|
|
.right {
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
.right_top {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
line-height: 22px;
|
|
|
|
|
letter-spacing: 2px;
|
|
|
|
|
}
|
|
|
|
|
.right_center {
|
|
|
|
|
width: 100px;
|
|
|
|
|
height: 7px;
|
|
|
|
|
}
|
|
|
|
|
.right_bottom {
|
|
|
|
|
margin-top: 3px;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
font-size: 22px;
|
|
|
|
|
color: #2ef1ff;
|
|
|
|
|
line-height: 26px;
|
|
|
|
|
text-shadow: 0px 0px 13px rgba(0, 252, 255, 0.5);
|
|
|
|
|
background: linear-gradient(
|
|
|
|
|
270deg,
|
|
|
|
|
rgba(255, 255, 255, 0) 0%,
|
|
|
|
|
#3976a1 100%
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-04-17 14:20:33 +08:00
|
|
|
|
.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%;
|
|
|
|
|
}
|
|
|
|
|
.center_bg {
|
|
|
|
|
width: 582px;
|
|
|
|
|
// height: 100%;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
margin-right: 28px;
|
|
|
|
|
background-image: url(@/assets/images/center_bg.png);
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
}
|
|
|
|
|
.right_bg {
|
|
|
|
|
width: 642px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
margin-right: 28px;
|
|
|
|
|
background-image: url(@/assets/images/right_bg.png);
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
}
|
2024-04-12 09:26:48 +08:00
|
|
|
|
.basicInformation {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
padding-top: 22px;
|
2024-04-17 14:20:33 +08:00
|
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
|
.basicInformation_item {
|
|
|
|
|
flex: 0 0 50%;
|
|
|
|
|
padding: 0 2px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
2024-04-17 14:20:33 +08:00
|
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
|
.icon {
|
|
|
|
|
width: 79px;
|
|
|
|
|
height: 47px;
|
|
|
|
|
}
|
2024-04-17 14:20:33 +08:00
|
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
|
.right {
|
|
|
|
|
margin-left: 4px;
|
|
|
|
|
|
|
|
|
|
.label {
|
|
|
|
|
background-image: url(@/assets/img_11.png);
|
|
|
|
|
background-size: 100%;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: bottom;
|
|
|
|
|
margin-bottom: 4px;
|
2024-04-17 14:20:33 +08:00
|
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
|
span {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #eff0f1;
|
|
|
|
|
line-height: 19px;
|
|
|
|
|
margin-left: 2px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-04-17 14:20:33 +08:00
|
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
|
p {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #6acbff;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.visitLog {
|
|
|
|
|
.visitLog_item {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
background-image: url(@/assets/img_12.png);
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
margin-top: 16px;
|
|
|
|
|
padding: 15px 8px;
|
|
|
|
|
box-sizing: border-box;
|
2024-04-17 14:20:33 +08:00
|
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
|
img {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
2024-04-17 14:20:33 +08:00
|
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
|
.visitLog_item_box {
|
|
|
|
|
flex: auto;
|
2024-04-17 14:20:33 +08:00
|
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
|
h4 {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-family: MicrosoftYaHei;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #0096ff;
|
|
|
|
|
margin-bottom: 2px;
|
|
|
|
|
}
|
2024-04-17 14:20:33 +08:00
|
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
|
p {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-family: SourceHanSansCN;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
margin-top: 6px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-04-17 14:20:33 +08:00
|
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
|
.check {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-family: SourceHanSansCN;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #0096ff;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.history {
|
2024-04-19 15:55:36 +08:00
|
|
|
|
height: 240px;
|
2024-04-17 14:20:33 +08:00
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-around;
|
2024-04-19 15:55:36 +08:00
|
|
|
|
box-sizing: border-box;
|
2024-04-17 14:20:33 +08:00
|
|
|
|
.history1 {
|
|
|
|
|
font-size: 26px;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
letter-spacing: 1px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-family: PangMenZhengDao;
|
|
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
2024-04-19 15:55:36 +08:00
|
|
|
|
.va {
|
|
|
|
|
margin-top: 27px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
font-family: DINAlternate, DINAlternate;
|
2024-04-17 14:20:33 +08:00
|
|
|
|
|
2024-04-19 15:55:36 +08:00
|
|
|
|
font-size: 26px;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
letter-spacing: 1px;
|
|
|
|
|
text-shadow: 0px 2px 4px rgba(255, 255, 255, 0.5);
|
|
|
|
|
text-align: right;
|
2024-04-17 14:20:33 +08:00
|
|
|
|
font-style: normal;
|
2024-04-19 15:55:36 +08:00
|
|
|
|
}
|
|
|
|
|
img {
|
|
|
|
|
width: 110px;
|
|
|
|
|
height: 110px;
|
2024-04-17 14:20:33 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.historyimg {
|
2024-04-19 15:55:36 +08:00
|
|
|
|
margin-top: 10px;
|
|
|
|
|
padding: 0 25px;
|
|
|
|
|
background-image: url(@/assets/images/hygiene/xtgl_1.png);
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
line-height: 21px;
|
|
|
|
|
letter-spacing: 2px;
|
2024-04-17 14:20:33 +08:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
img {
|
|
|
|
|
width: 154px;
|
|
|
|
|
height: 136px;
|
|
|
|
|
}
|
|
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
|
p {
|
|
|
|
|
margin-top: 12px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
line-height: 28px;
|
|
|
|
|
border-bottom: 13px solid rgba(57, 59, 109, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.concernLabel {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
margin: 12px 0 20px;
|
2024-04-17 14:20:33 +08:00
|
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
|
span {
|
|
|
|
|
text-align: center;
|
|
|
|
|
background: rgba(0, 89, 130, 0.73);
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
width: 118px;
|
|
|
|
|
height: 49px;
|
|
|
|
|
line-height: 49px;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
margin: 0 10px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-04-17 14:20:33 +08:00
|
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
|
.property {
|
|
|
|
|
display: flex;
|
|
|
|
|
padding: 14px 0 10px;
|
2024-04-17 14:20:33 +08:00
|
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
|
.property_box {
|
|
|
|
|
background-image: url(@/assets/img_05.png);
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
width: 179px;
|
|
|
|
|
height: 91px;
|
|
|
|
|
margin: 0 12px;
|
|
|
|
|
text-align: center;
|
2024-04-17 14:20:33 +08:00
|
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
|
h5 {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
margin: 9px 0 16px;
|
|
|
|
|
}
|
2024-04-17 14:20:33 +08:00
|
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
|
p {
|
|
|
|
|
font-size: 21px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #48ece7;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-04-17 14:20:33 +08:00
|
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
|
.activity {
|
|
|
|
|
h5 {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: rgba(0, 164, 250, 0.8);
|
|
|
|
|
line-height: 47px;
|
|
|
|
|
border-bottom: 2px solid rgba(0, 164, 250, 1);
|
|
|
|
|
margin-bottom: 17px;
|
|
|
|
|
}
|
2024-04-17 14:20:33 +08:00
|
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
|
.activity_content {
|
|
|
|
|
margin: 0 -6px 12px;
|
|
|
|
|
display: flex;
|
2024-04-17 14:20:33 +08:00
|
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
|
.activity_box {
|
|
|
|
|
width: 50%;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin: 0 6px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
background-color: rgba(15, 28, 54, 1);
|
|
|
|
|
padding: 12px 12px 19px;
|
2024-04-17 14:20:33 +08:00
|
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
|
p {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
line-height: 27px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-04-17 14:20:33 +08:00
|
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
|
.monitor {
|
|
|
|
|
.monitor_box {
|
|
|
|
|
display: flex;
|
|
|
|
|
padding: 8px 0;
|
|
|
|
|
border-bottom: 2px solid rgba(255, 255, 255, 0.67);
|
2024-04-17 14:20:33 +08:00
|
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
|
img {
|
|
|
|
|
width: 115px;
|
|
|
|
|
height: 84px;
|
|
|
|
|
margin-right: 21px;
|
|
|
|
|
}
|
2024-04-17 14:20:33 +08:00
|
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
|
.monitor_box_text {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: space-between;
|
2024-04-17 14:20:33 +08:00
|
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
|
h4 {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
}
|
2024-04-17 14:20:33 +08:00
|
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
|
p {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #818181;
|
|
|
|
|
line-height: 23px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-04-19 15:55:36 +08:00
|
|
|
|
.minTop {
|
|
|
|
|
height: 250px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
2024-04-22 13:46:46 +08:00
|
|
|
|
}
|
|
|
|
|
.history2 {
|
|
|
|
|
font-size: 26px;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
letter-spacing: 1px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-family: PangMenZhengDao;
|
|
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
.va {
|
|
|
|
|
margin-top: 27px;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
|
|
|
|
|
font-family: DINAlternate, DINAlternate;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
letter-spacing: 1px;
|
|
|
|
|
text-shadow: 0px 0px 23px rgba(0, 252, 255, 0.5);
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
}
|
|
|
|
|
img {
|
|
|
|
|
width: 113px;
|
|
|
|
|
height: 121px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.historyimg {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
padding: 0 25px;
|
|
|
|
|
background-image: url(@/assets/images/hygiene/xtgl_1.png);
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
line-height: 21px;
|
|
|
|
|
letter-spacing: 2px;
|
|
|
|
|
}
|
2024-04-17 14:20:33 +08:00
|
|
|
|
}
|
|
|
|
|
.minTopPart2 {
|
2024-04-22 13:46:46 +08:00
|
|
|
|
margin-left: 5px;
|
|
|
|
|
width: 420px;
|
|
|
|
|
height: 136px;
|
2024-04-19 15:55:36 +08:00
|
|
|
|
background-image: url(@/assets/images/hygiene/xia_1.png);
|
2024-04-17 14:20:33 +08:00
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: 100% 100%;
|
2024-04-19 15:55:36 +08:00
|
|
|
|
align-items: center;
|
2024-04-17 14:20:33 +08:00
|
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
2024-04-19 15:55:36 +08:00
|
|
|
|
margin-top: 35px;
|
2024-04-22 13:46:46 +08:00
|
|
|
|
padding: 0 5px;
|
|
|
|
|
box-sizing: border-box;
|
2024-04-17 14:20:33 +08:00
|
|
|
|
.left {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
2024-04-22 13:46:46 +08:00
|
|
|
|
margin-left: 13px;
|
2024-04-17 14:20:33 +08:00
|
|
|
|
.leftImg {
|
2024-04-22 13:46:46 +08:00
|
|
|
|
width: 90px;
|
|
|
|
|
height: 90px;
|
2024-04-17 14:20:33 +08:00
|
|
|
|
}
|
|
|
|
|
.left_me {
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
2024-04-22 13:46:46 +08:00
|
|
|
|
font-family: PingFangSC, PingFang SC;
|
2024-04-19 10:00:02 +08:00
|
|
|
|
font-weight: 500;
|
2024-04-22 13:46:46 +08:00
|
|
|
|
font-size: 14px;
|
2024-04-19 10:00:02 +08:00
|
|
|
|
color: #ffffff;
|
2024-04-22 13:46:46 +08:00
|
|
|
|
line-height: 20px;
|
2024-04-19 10:00:02 +08:00
|
|
|
|
letter-spacing: 2px;
|
2024-04-22 13:46:46 +08:00
|
|
|
|
text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.65);
|
|
|
|
|
|
|
|
|
|
.bo {
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
font-family: DINAlternate, DINAlternate;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
color: #00fffc;
|
|
|
|
|
line-height: 21px;
|
|
|
|
|
text-shadow: 0px 0px 13px rgba(0, 252, 255, 0.5);
|
|
|
|
|
}
|
2024-04-17 14:20:33 +08:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.right {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
// justify-content: center;
|
2024-04-22 13:46:46 +08:00
|
|
|
|
|
2024-04-17 14:20:33 +08:00
|
|
|
|
.rightImg {
|
2024-04-22 13:46:46 +08:00
|
|
|
|
width: 90px;
|
|
|
|
|
height: 90px;
|
2024-04-17 14:20:33 +08:00
|
|
|
|
}
|
|
|
|
|
.right_me {
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
2024-04-22 13:46:46 +08:00
|
|
|
|
font-family: PingFangSC, PingFang SC;
|
2024-04-19 10:00:02 +08:00
|
|
|
|
font-weight: 500;
|
2024-04-22 13:46:46 +08:00
|
|
|
|
font-size: 14px;
|
2024-04-19 10:00:02 +08:00
|
|
|
|
color: #ffffff;
|
2024-04-22 13:46:46 +08:00
|
|
|
|
line-height: 20px;
|
2024-04-19 10:00:02 +08:00
|
|
|
|
letter-spacing: 2px;
|
2024-04-22 13:46:46 +08:00
|
|
|
|
text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.65);
|
|
|
|
|
.bo {
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
font-family: DINAlternate, DINAlternate;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
color: #ffe92c;
|
|
|
|
|
line-height: 21px;
|
|
|
|
|
text-shadow: 0px 0px 13px rgba(0, 252, 255, 0.5);
|
|
|
|
|
}
|
2024-04-17 14:20:33 +08:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.table {
|
2024-04-17 16:52:47 +08:00
|
|
|
|
box-sizing: border-box;
|
2024-04-17 16:03:20 +08:00
|
|
|
|
margin-top: 10px;
|
2024-04-17 14:20:33 +08:00
|
|
|
|
width: 95%;
|
2024-04-18 11:07:22 +08:00
|
|
|
|
height: 240px;
|
2024-04-19 10:00:02 +08:00
|
|
|
|
|
2024-04-17 16:52:47 +08:00
|
|
|
|
overflow-y: auto;
|
2024-04-19 10:00:02 +08:00
|
|
|
|
|
2024-04-17 15:25:25 +08:00
|
|
|
|
.item {
|
2024-04-18 11:51:31 +08:00
|
|
|
|
width: 98%;
|
2024-04-17 16:52:47 +08:00
|
|
|
|
box-sizing: border-box;
|
2024-04-17 15:25:25 +08:00
|
|
|
|
margin-top: 10px;
|
|
|
|
|
padding: 16px 20px;
|
|
|
|
|
background-image: url(@/assets/images/hygiene/table_bg.png);
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
2024-04-17 14:20:33 +08:00
|
|
|
|
}
|
2024-04-17 15:45:52 +08:00
|
|
|
|
/* 滚动条整体部分 */
|
|
|
|
|
.table::-webkit-scrollbar {
|
2024-04-19 10:00:02 +08:00
|
|
|
|
width: 5px;
|
|
|
|
|
// height: 10px;
|
2024-04-17 15:45:52 +08:00
|
|
|
|
}
|
|
|
|
|
/* 滚动槽 */
|
|
|
|
|
.table::-webkit-scrollbar-track {
|
2024-04-19 10:00:02 +08:00
|
|
|
|
border-radius: 1px;
|
|
|
|
|
background: rgba(41, 157, 255, 0.56);
|
|
|
|
|
-webkit-box-shadow: inset 0 0 6px rgba(139, 139, 139, 0.3);
|
2024-04-17 15:45:52 +08:00
|
|
|
|
}
|
|
|
|
|
/* 滚动条滑块样式 */
|
|
|
|
|
.table::-webkit-scrollbar-thumb {
|
2024-04-19 10:00:02 +08:00
|
|
|
|
background-clip: content-box;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
background: rgba(41, 157, 255, 1);
|
|
|
|
|
-webkit-box-shadow: inset 0 0 6px rgba(20, 20, 20, 0.3);
|
2024-04-17 15:45:52 +08:00
|
|
|
|
}
|
2024-04-19 15:55:36 +08:00
|
|
|
|
.sm_title_1 {
|
|
|
|
|
width: 196px;
|
|
|
|
|
height: 45px;
|
|
|
|
|
margin-left: 175px;
|
|
|
|
|
background-image: url(@/assets/images/hygiene/tnbrs.png);
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
margin-top: 25px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
.sm_title_2 {
|
|
|
|
|
width: 196px;
|
|
|
|
|
height: 45px;
|
|
|
|
|
margin-left: 175px;
|
|
|
|
|
background-image: url(@/assets/images/hygiene/gxyrs.png);
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
2024-04-12 09:26:48 +08:00
|
|
|
|
</style>
|