2024-04-12 09:26:48 +08:00
|
|
|
<template>
|
|
|
|
<div class="module">
|
2024-04-16 09:01:43 +08:00
|
|
|
<div class="displayFlex left_bg">
|
|
|
|
<div class="flex1">
|
2024-04-15 09:49:39 +08:00
|
|
|
<div class="yd_title left_1">
|
|
|
|
<span class="text">
|
2024-05-11 14:52:27 +08:00
|
|
|
<img
|
|
|
|
v-if="leftchoose.first == '1'"
|
|
|
|
src="@/assets/images/ylbx_1.png"
|
|
|
|
class="c"
|
|
|
|
style="width: 160px"
|
|
|
|
/>
|
|
|
|
<img
|
|
|
|
v-else
|
|
|
|
src="@/assets/images/ylbx_1_1.png"
|
|
|
|
class="c"
|
|
|
|
@click="change('first', '1')"
|
|
|
|
/>
|
|
|
|
<img
|
|
|
|
v-if="leftchoose.first == '2'"
|
|
|
|
src="@/assets/images/ylbx_1.png"
|
|
|
|
class="c"
|
|
|
|
style="width: 160px"
|
|
|
|
/>
|
|
|
|
<img
|
|
|
|
v-else
|
|
|
|
src="@/assets/images/ylbx_2_1.png"
|
|
|
|
class="c"
|
|
|
|
@click="change('first', '2')"
|
|
|
|
style="height: 35px; width: 120px; margin-right: 10px"
|
|
|
|
/>
|
2024-04-15 09:49:39 +08:00
|
|
|
</span>
|
2024-04-12 09:26:48 +08:00
|
|
|
</div>
|
2024-05-13 11:21:32 +08:00
|
|
|
<ePie
|
|
|
|
v-if="leftchoose.first == '1'"
|
|
|
|
:list1="data.leftTop1"
|
|
|
|
:list2="data.leftTop2"
|
|
|
|
:year="data.leftTopYear"
|
|
|
|
></ePie>
|
|
|
|
<ePie2
|
|
|
|
v-else
|
|
|
|
:list1="data.leftTop3"
|
|
|
|
:list2="data.leftTop4"
|
|
|
|
:year="data.leftTopYear"
|
|
|
|
></ePie2>
|
2024-04-12 09:26:48 +08:00
|
|
|
</div>
|
2024-04-16 13:30:03 +08:00
|
|
|
<div class="flex1" style="margin-top: 10px">
|
|
|
|
<div class="yd_title left_2">
|
2024-04-15 13:33:05 +08:00
|
|
|
<span class="text">
|
2024-05-11 14:52:27 +08:00
|
|
|
<img
|
|
|
|
v-if="leftchoose.second == '1'"
|
|
|
|
src="@/assets/images/gllrbt_1.png"
|
|
|
|
class="c"
|
|
|
|
style="width: 160px"
|
|
|
|
/>
|
|
|
|
<img
|
|
|
|
v-else
|
|
|
|
src="@/assets/images/gllrbt_1_1.png"
|
|
|
|
class="c"
|
|
|
|
@click="change('second', '1')"
|
|
|
|
/>
|
|
|
|
<img
|
|
|
|
v-if="leftchoose.second == '2'"
|
2024-05-11 16:56:06 +08:00
|
|
|
src="@/assets/images/gllrbt_2.png"
|
2024-05-11 14:52:27 +08:00
|
|
|
class="c"
|
|
|
|
style="width: 160px"
|
|
|
|
/>
|
|
|
|
<img
|
|
|
|
v-else
|
|
|
|
src="@/assets/images/gllrbt_2_1.png"
|
|
|
|
class="c"
|
|
|
|
@click="change('second', '2')"
|
|
|
|
/>
|
2024-04-15 13:33:05 +08:00
|
|
|
</span>
|
2024-04-12 09:26:48 +08:00
|
|
|
</div>
|
2024-05-13 11:21:32 +08:00
|
|
|
<eP2
|
|
|
|
v-if="leftchoose.second == '1'"
|
|
|
|
:list1="data.leftCenter1"
|
|
|
|
:list2="data.leftCenter2"
|
|
|
|
:year="data.leftCenterYear"
|
|
|
|
></eP2>
|
|
|
|
<eP2_2
|
|
|
|
v-else
|
|
|
|
:list1="data.leftCenter3"
|
|
|
|
:list2="data.leftCenter4"
|
|
|
|
:year="data.leftCenterYear"
|
|
|
|
/>
|
2024-04-12 09:26:48 +08:00
|
|
|
</div>
|
2024-04-16 13:30:03 +08:00
|
|
|
<div class="flex1" style="margin-top: 10px">
|
2024-04-15 09:49:39 +08:00
|
|
|
<div class="yd_title left_3">
|
2024-04-15 13:33:05 +08:00
|
|
|
<span class="text">
|
2024-05-11 14:52:27 +08:00
|
|
|
<img
|
|
|
|
v-if="leftchoose.third == '1'"
|
|
|
|
src="@/assets/images/tkjz_1.png"
|
|
|
|
class="c"
|
|
|
|
style="width: 160px"
|
|
|
|
/>
|
|
|
|
<img
|
|
|
|
v-else
|
|
|
|
src="@/assets/images/tkjz_1_1.png"
|
|
|
|
class="c"
|
|
|
|
@click="change('third', '1')"
|
|
|
|
/>
|
|
|
|
<img
|
|
|
|
v-if="leftchoose.third == '2'"
|
2024-05-11 16:56:06 +08:00
|
|
|
src="@/assets/images/tkjz_2.png"
|
2024-05-11 14:52:27 +08:00
|
|
|
class="c"
|
|
|
|
style="width: 160px"
|
|
|
|
/>
|
|
|
|
<img
|
|
|
|
v-else
|
|
|
|
src="@/assets/images/tkjz_2_1.png"
|
|
|
|
class="c"
|
|
|
|
@click="change('third', '2')"
|
|
|
|
/>
|
2024-04-15 13:33:05 +08:00
|
|
|
</span>
|
2024-04-12 09:26:48 +08:00
|
|
|
</div>
|
2024-05-13 11:21:32 +08:00
|
|
|
<eP3
|
|
|
|
v-if="leftchoose.third == '1'"
|
|
|
|
:list1="data.leftbottom1"
|
|
|
|
:list2="data.leftbottom2"
|
|
|
|
:year="data.leftbottomYear"
|
|
|
|
></eP3>
|
|
|
|
<eP3_2
|
|
|
|
v-else
|
|
|
|
:list1="data.leftbottom3"
|
|
|
|
:list2="data.leftbottom4"
|
|
|
|
:year="data.leftbottomYear"
|
|
|
|
></eP3_2>
|
2024-04-12 09:26:48 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
2024-04-15 15:58:12 +08:00
|
|
|
<div class="displayFlex center_bg">
|
2024-04-12 09:26:48 +08:00
|
|
|
<div class="flex1">
|
2024-04-16 09:01:43 +08:00
|
|
|
<div class="yd_title center_1"></div>
|
2024-04-15 14:09:23 +08:00
|
|
|
<div class="minTopPart">
|
|
|
|
<div class="mtpImg1"></div>
|
|
|
|
<div class="mtpImg2"></div>
|
|
|
|
<div class="mtpImg3"></div>
|
2024-05-13 11:21:32 +08:00
|
|
|
<div class="mtpText1">588811</div>
|
2024-04-15 14:09:23 +08:00
|
|
|
<div class="mtpText2">18%</div>
|
2024-04-12 09:26:48 +08:00
|
|
|
</div>
|
2024-04-15 09:15:31 +08:00
|
|
|
<ePie3d></ePie3d>
|
2024-04-12 09:26:48 +08:00
|
|
|
</div>
|
|
|
|
<div class="flex1">
|
2024-04-16 09:01:43 +08:00
|
|
|
<div class="yd_title familyPlanning"></div>
|
2024-05-13 11:21:32 +08:00
|
|
|
<ylJHSY
|
|
|
|
:list1="data.centerBottom1"
|
|
|
|
:list2="data.centerBottom2"
|
|
|
|
:year="data.centerBottomYear"
|
|
|
|
></ylJHSY>
|
2024-04-12 09:26:48 +08:00
|
|
|
</div>
|
2024-04-15 09:15:31 +08:00
|
|
|
</div>
|
2024-04-16 10:33:50 +08:00
|
|
|
<div class="displayFlex right_bg">
|
2024-04-16 09:59:35 +08:00
|
|
|
<div class="flex1">
|
2024-04-16 10:26:59 +08:00
|
|
|
<div class="yd_title mechanism"></div>
|
2024-04-15 09:15:31 +08:00
|
|
|
<div class="history">
|
2024-04-15 13:21:51 +08:00
|
|
|
<div class="history1">
|
|
|
|
<div>
|
2024-05-13 11:21:32 +08:00
|
|
|
<span>{{data.yljgzlzx.yljg}}<span class="unit">个</span></span>
|
2024-04-15 13:21:51 +08:00
|
|
|
</div>
|
2024-05-11 14:52:27 +08:00
|
|
|
<img src="@/assets/YLimg/ylimg11.png" alt="" />
|
2024-04-15 13:21:51 +08:00
|
|
|
<img class="historyimg" src="@/assets/YLimg/ylimg5.png" alt="" />
|
|
|
|
</div>
|
2024-05-11 14:36:55 +08:00
|
|
|
<!-- <div class="history1">
|
2024-04-15 13:21:51 +08:00
|
|
|
<div>
|
2024-04-16 09:10:40 +08:00
|
|
|
<span>239<span class="unit">个</span> </span>
|
2024-04-15 13:21:51 +08:00
|
|
|
</div>
|
|
|
|
<img src="@/assets/YLimg/ylimg3.png" alt="" />
|
|
|
|
<img class="historyimg" src="@/assets/YLimg/ylimg6.png" alt="" />
|
2024-05-11 14:36:55 +08:00
|
|
|
</div> -->
|
2024-04-15 13:21:51 +08:00
|
|
|
<div class="history1">
|
|
|
|
<div>
|
2024-05-13 11:21:32 +08:00
|
|
|
<span>{{data.yljgzlzx.zlzx}}<span class="unit">个</span></span>
|
2024-04-15 13:21:51 +08:00
|
|
|
</div>
|
2024-05-11 14:52:27 +08:00
|
|
|
<img src="@/assets/YLimg/ylimg12.png" alt="" />
|
2024-04-15 13:21:51 +08:00
|
|
|
<img class="historyimg" src="@/assets/YLimg/ylimg10.png" alt="" />
|
|
|
|
</div>
|
2024-04-12 09:26:48 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
2024-04-15 09:15:31 +08:00
|
|
|
<div class="flex1">
|
2024-04-16 09:59:35 +08:00
|
|
|
<div class="yd_title service"></div>
|
2024-04-15 13:21:51 +08:00
|
|
|
<div class="serviceBox">
|
|
|
|
<div class="serviceTop">
|
|
|
|
<div class="visit">
|
|
|
|
<img class="serviceimg" src="@/assets/YLimg/ylimg8.png" alt="" />
|
2024-04-16 09:59:35 +08:00
|
|
|
<ylSMFW></ylSMFW>
|
2024-04-15 13:21:51 +08:00
|
|
|
</div>
|
|
|
|
<div class="medicalService">
|
|
|
|
<img class="serviceimg" src="@/assets/YLimg/ylimg9.png" alt="" />
|
|
|
|
<div class="medicalServiceTop">
|
|
|
|
<img class="ylimg" src="@/assets/YLimg/ylimg1.png" alt="" />
|
|
|
|
<span>18,789</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2024-04-16 09:59:35 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="flex1">
|
|
|
|
<div class="mealAssistance">
|
2024-05-11 14:52:27 +08:00
|
|
|
<img
|
|
|
|
class="mealAssistanceimg"
|
|
|
|
src="@/assets/YLimg/ylimg7.png"
|
|
|
|
alt=""
|
|
|
|
/>
|
2024-04-15 09:15:31 +08:00
|
|
|
</div>
|
2024-05-13 11:21:32 +08:00
|
|
|
<ylXZZC :list1="data.zccs1"
|
|
|
|
:list2="data.zccs2"></ylXZZC>
|
2024-04-15 09:15:31 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
2024-04-12 09:26:48 +08:00
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script setup>
|
2024-04-16 11:56:49 +08:00
|
|
|
import ePie from "./echarts_yl/pie.vue";
|
|
|
|
import eP2 from "./echarts_yl/eP2.vue";
|
|
|
|
import eP2_2 from "./echarts_yl/eP2_2.vue";
|
|
|
|
import eP3 from "./echarts_yl/eP3.vue";
|
|
|
|
import eP3_2 from "./echarts_yl/eP3_2.vue";
|
|
|
|
import ePie2 from "./echarts_yl/pie2.vue";
|
|
|
|
import eGraph from "./echarts_yl/graph.vue";
|
|
|
|
import ePie3d from "./echarts_yl/pie3d.vue";
|
|
|
|
import ylJHSY from "./echarts_yl/ylJHSY.vue";
|
|
|
|
import ylSMFW from "./echarts_yl/ylSMFW.vue";
|
|
|
|
import ylXZZC from "./echarts_yl/ylXZZC.vue";
|
2024-05-11 16:05:32 +08:00
|
|
|
import { ref, onMounted, onBeforeMount, reactive } from "vue";
|
2024-05-11 14:30:29 +08:00
|
|
|
import http from "@/utils/request.js";
|
2024-04-15 13:33:05 +08:00
|
|
|
const leftchoose = ref({
|
|
|
|
first: "1",
|
|
|
|
second: "1",
|
|
|
|
third: "1",
|
|
|
|
});
|
|
|
|
const change = (name, index) => {
|
|
|
|
leftchoose.value[name] = index;
|
|
|
|
};
|
2024-05-11 16:05:32 +08:00
|
|
|
const data = reactive({
|
2024-05-13 11:21:32 +08:00
|
|
|
leftTop1: [],
|
|
|
|
leftTop2: [],
|
|
|
|
leftTop3: [],
|
|
|
|
leftTop4: [],
|
|
|
|
leftTopYear: [],
|
|
|
|
leftCenter1: [],
|
|
|
|
leftCenter2: [],
|
|
|
|
leftCenter3: [],
|
|
|
|
leftCenter4: [],
|
|
|
|
leftCenterYear: [],
|
|
|
|
leftbottom1: [],
|
|
|
|
leftbottom2: [],
|
|
|
|
leftbottom3: [],
|
|
|
|
leftbottom4: [],
|
|
|
|
leftbottomYear: [],
|
|
|
|
centerBottom1: [],
|
|
|
|
centerBottom2: [],
|
|
|
|
centerBottomYear: [],
|
|
|
|
yljgzlzx: { yljg: "", zlzx: "" },
|
2024-05-13 09:42:06 +08:00
|
|
|
zccs1: [],
|
2024-05-13 11:21:32 +08:00
|
|
|
zccs2: [],
|
|
|
|
});
|
2024-05-11 16:05:32 +08:00
|
|
|
onBeforeMount(() => {
|
|
|
|
getData();
|
2024-05-11 14:30:29 +08:00
|
|
|
});
|
2024-05-14 10:00:40 +08:00
|
|
|
|
2024-05-11 16:05:32 +08:00
|
|
|
const getData = () => {
|
2024-05-11 14:30:29 +08:00
|
|
|
http.get("/api/ggfwyth/yl").then((res) => {
|
|
|
|
if (res.code == 200) {
|
2024-05-13 09:42:06 +08:00
|
|
|
// 养老保险
|
|
|
|
// 人次
|
2024-05-13 11:21:32 +08:00
|
|
|
res.data.endowmentInsurance.ffrc.forEach((element) => {
|
|
|
|
data.leftTop1.push(element.zgffrc);
|
|
|
|
data.leftTop2.push(element.cxffrc);
|
2024-05-11 16:05:32 +08:00
|
|
|
});
|
2024-05-13 09:42:06 +08:00
|
|
|
//金额
|
2024-05-13 11:21:32 +08:00
|
|
|
res.data.endowmentInsurance.ffje.forEach((element) => {
|
|
|
|
data.leftTop3.push(element.zgffje);
|
|
|
|
data.leftTop4.push(element.cxffje);
|
2024-05-11 16:05:32 +08:00
|
|
|
});
|
2024-05-13 09:42:06 +08:00
|
|
|
// 年份
|
2024-05-13 11:21:32 +08:00
|
|
|
data.leftTopYear = res.data.endowmentInsurance.year;
|
2024-05-13 09:42:06 +08:00
|
|
|
//高龄老人补贴
|
|
|
|
// 人次
|
2024-05-13 11:21:32 +08:00
|
|
|
res.data.oldAgeSubsidy.btrs.forEach((element) => {
|
|
|
|
data.leftCenter1.push(element.ninetyNinetyEight);
|
|
|
|
data.leftCenter2.push(element.ninetyNine);
|
2024-05-11 16:51:39 +08:00
|
|
|
});
|
2024-05-13 09:42:06 +08:00
|
|
|
//金额
|
2024-05-13 11:21:32 +08:00
|
|
|
res.data.oldAgeSubsidy.btje.forEach((element) => {
|
|
|
|
data.leftCenter3.push(element.ninetyNinetyEight);
|
|
|
|
data.leftCenter4.push(element.ninetyNine);
|
2024-05-11 16:51:39 +08:00
|
|
|
});
|
2024-05-13 11:21:32 +08:00
|
|
|
data.leftCenterYear = res.data.oldAgeSubsidy.year;
|
2024-05-13 09:42:06 +08:00
|
|
|
// 特困低保老人救助
|
|
|
|
// 人次
|
2024-05-13 11:21:32 +08:00
|
|
|
res.data.tkdbOldAge.tkdbffrc.forEach((element) => {
|
|
|
|
data.leftbottom1.push(element.tkjzrc);
|
|
|
|
data.leftbottom2.push(element.dbjzrc);
|
2024-05-13 09:42:06 +08:00
|
|
|
});
|
|
|
|
//金额
|
2024-05-13 11:21:32 +08:00
|
|
|
res.data.tkdbOldAge.tkdbffje.forEach((element) => {
|
|
|
|
data.leftbottom3.push(element.tkjzje);
|
|
|
|
data.leftbottom4.push(element.dbjzje);
|
2024-05-13 09:42:06 +08:00
|
|
|
});
|
|
|
|
// 年份
|
2024-05-13 11:21:32 +08:00
|
|
|
data.leftbottomYear = res.data.tkdbOldAge.year;
|
2024-05-13 09:42:06 +08:00
|
|
|
// 计划生育
|
2024-05-13 11:21:32 +08:00
|
|
|
res.data.familyPlanning.familyPlanningData.forEach((element) => {
|
|
|
|
data.centerBottom1.push(element.jhsyrs); // 人次
|
|
|
|
data.centerBottom2.push(element.jhsybtje); // 金额
|
2024-05-13 09:42:06 +08:00
|
|
|
});
|
|
|
|
// 年份
|
2024-05-13 11:21:32 +08:00
|
|
|
data.centerBottomYear = res.data.familyPlanning.year;
|
|
|
|
// 养老机构及照料中心
|
|
|
|
data.yljgzlzx.yljg = res.data.yljgzlzx.yljg;
|
|
|
|
data.yljgzlzx.zlzx = res.data.yljgzlzx.zlzx;
|
2024-05-13 09:42:06 +08:00
|
|
|
// 助老服务
|
|
|
|
// 乡镇助餐次数
|
2024-05-13 11:21:32 +08:00
|
|
|
res.data.zlfw.xzzccs.forEach((element) => {
|
|
|
|
data.zccs1.push(element.xzjd); // 地点
|
|
|
|
data.zccs2.push(element.zccs); // 次数
|
2024-05-13 09:42:06 +08:00
|
|
|
});
|
2024-05-11 14:30:29 +08:00
|
|
|
}
|
|
|
|
});
|
|
|
|
};
|
2024-04-12 09:26:48 +08:00
|
|
|
</script>
|
|
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
.displayFlex {
|
2024-04-15 15:19:07 +08:00
|
|
|
box-sizing: border-box;
|
2024-04-16 09:01:34 +08:00
|
|
|
height: 100%;
|
2024-04-12 09:26:48 +08:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2024-04-15 17:13:43 +08:00
|
|
|
// flex: 1;
|
|
|
|
width: 33.333333333%;
|
2024-04-12 09:26:48 +08:00
|
|
|
}
|
2024-04-15 14:09:23 +08:00
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
.flex1 {
|
2024-04-15 15:19:07 +08:00
|
|
|
flex: 1;
|
2024-04-15 14:11:14 +08:00
|
|
|
// padding: 0 28px;
|
2024-04-12 09:26:48 +08:00
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
2024-04-15 14:09:23 +08:00
|
|
|
|
2024-04-15 13:21:51 +08:00
|
|
|
.flex2 {
|
|
|
|
// flex: 1;
|
2024-04-15 17:13:43 +08:00
|
|
|
// padding: 0 38px;
|
2024-04-15 13:21:51 +08:00
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
2024-04-15 14:09:23 +08:00
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
.module {
|
|
|
|
display: flex;
|
2024-04-16 09:01:34 +08:00
|
|
|
width: 100%;
|
2024-04-12 09:26:48 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.yd_title {
|
2024-04-15 09:49:39 +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-15 15:19:07 +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-15 14:09:23 +08:00
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
.text {
|
2024-04-15 09:49:39 +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-15 13:33:05 +08:00
|
|
|
right: 5px;
|
2024-04-18 11:51:31 +08:00
|
|
|
top: 1px;
|
2024-04-18 16:37:35 +08:00
|
|
|
align-items: center;
|
2024-04-18 11:51:31 +08:00
|
|
|
}
|
2024-05-11 14:30:29 +08:00
|
|
|
|
2024-04-18 11:51:31 +08:00
|
|
|
.c {
|
|
|
|
width: 130px;
|
|
|
|
height: 42px;
|
|
|
|
cursor: pointer;
|
2024-04-12 09:26:48 +08:00
|
|
|
}
|
|
|
|
}
|
2024-04-15 14:09:23 +08:00
|
|
|
|
2024-04-15 13:21:51 +08:00
|
|
|
.familyPlanning {
|
|
|
|
background-image: url(@/assets/YLTitle/titleImg9.png);
|
2024-04-15 17:13:43 +08:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 100% 100%;
|
2024-04-15 13:21:51 +08:00
|
|
|
}
|
2024-04-15 14:09:23 +08:00
|
|
|
|
2024-04-15 13:21:51 +08:00
|
|
|
.mechanism {
|
|
|
|
background-image: url(@/assets/YLTitle/titleImg10.png);
|
2024-04-15 17:13:43 +08:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 100% 100%;
|
2024-04-15 13:21:51 +08:00
|
|
|
}
|
2024-04-15 14:09:23 +08:00
|
|
|
|
2024-04-15 13:21:51 +08:00
|
|
|
.service {
|
|
|
|
background-image: url(@/assets/YLTitle/titleImg11.png);
|
2024-04-15 17:13:43 +08:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 100% 100%;
|
2024-04-15 13:21:51 +08:00
|
|
|
}
|
2024-04-15 14:09:23 +08:00
|
|
|
|
2024-04-15 13:21:51 +08:00
|
|
|
.serviceBox {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2024-04-15 17:13:43 +08:00
|
|
|
box-sizing: border-box;
|
2024-04-15 13:21:51 +08:00
|
|
|
|
|
|
|
.serviceimg {
|
|
|
|
width: 182px;
|
|
|
|
height: 35px;
|
|
|
|
}
|
2024-04-15 14:09:23 +08:00
|
|
|
|
2024-04-15 13:21:51 +08:00
|
|
|
.serviceTop {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
2024-04-16 09:01:43 +08:00
|
|
|
padding: 10px 36px 0px 20px;
|
2024-04-15 17:13:43 +08:00
|
|
|
box-sizing: border-box;
|
2024-05-11 14:30:29 +08:00
|
|
|
|
2024-04-15 17:13:43 +08:00
|
|
|
.visit {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2024-05-11 14:30:29 +08:00
|
|
|
|
2024-04-15 13:21:51 +08:00
|
|
|
.medicalService {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
2024-04-15 14:09:23 +08:00
|
|
|
|
2024-04-15 13:21:51 +08:00
|
|
|
.ylimg {
|
2024-04-15 17:13:43 +08:00
|
|
|
width: 200px;
|
|
|
|
height: 220px;
|
2024-04-15 13:21:51 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.medicalServiceTop {
|
|
|
|
position: relative;
|
2024-05-11 14:30:29 +08:00
|
|
|
|
2024-04-15 13:21:51 +08:00
|
|
|
span {
|
|
|
|
position: absolute;
|
2024-04-18 11:07:22 +08:00
|
|
|
left: 45px;
|
|
|
|
top: 70px;
|
2024-04-15 13:21:51 +08:00
|
|
|
font-weight: bold;
|
2024-04-15 17:13:43 +08:00
|
|
|
font-size: 32px;
|
2024-04-15 13:21:51 +08:00
|
|
|
color: #ffffff;
|
|
|
|
line-height: 41px;
|
|
|
|
letter-spacing: 1px;
|
|
|
|
text-align: center;
|
|
|
|
font-style: normal;
|
|
|
|
font-family: DINAlternate, DINAlternate;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2024-04-16 09:59:35 +08:00
|
|
|
}
|
2024-05-11 14:30:29 +08:00
|
|
|
|
2024-04-16 09:59:35 +08:00
|
|
|
.mealAssistance {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2024-04-15 14:09:23 +08:00
|
|
|
|
2024-04-16 09:59:35 +08:00
|
|
|
.mealAssistanceimg {
|
|
|
|
width: 495px;
|
|
|
|
height: 35px;
|
2024-04-15 13:21:51 +08:00
|
|
|
}
|
|
|
|
}
|
2024-04-12 09:26:48 +08:00
|
|
|
|
2024-04-15 09:49:39 +08:00
|
|
|
.left_1 {
|
|
|
|
background-image: url(@/assets/images/ylbx.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
}
|
2024-04-15 14:09:23 +08:00
|
|
|
|
2024-04-15 09:49:39 +08:00
|
|
|
.left_2 {
|
|
|
|
background-image: url(@/assets/images/gllrbt.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
}
|
2024-04-15 14:09:23 +08:00
|
|
|
|
2024-04-15 09:49:39 +08:00
|
|
|
.left_3 {
|
|
|
|
background-image: url(@/assets/images/tkjz.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
}
|
2024-04-15 14:09:23 +08:00
|
|
|
|
|
|
|
.center_1 {
|
|
|
|
background-image: url(@/assets/YLTitle/titleImg8.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
}
|
|
|
|
|
2024-04-15 14:11:14 +08:00
|
|
|
.left_bg {
|
2024-04-16 09:01:43 +08:00
|
|
|
width: 642px;
|
2024-04-15 17:13:43 +08:00
|
|
|
// height: 100%;
|
2024-04-15 14:11:14 +08:00
|
|
|
box-sizing: border-box;
|
2024-04-16 09:01:43 +08:00
|
|
|
padding-left: 50px;
|
|
|
|
margin-right: 28px;
|
2024-04-15 14:11:14 +08:00
|
|
|
background-image: url(@/assets/images/left_bg.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 100% 100%;
|
2024-04-15 09:49:39 +08:00
|
|
|
}
|
2024-05-11 14:30:29 +08:00
|
|
|
|
2024-04-16 09:01:43 +08:00
|
|
|
.center_bg {
|
|
|
|
width: 582px;
|
|
|
|
// height: 100%;
|
2024-04-15 15:58:12 +08:00
|
|
|
box-sizing: border-box;
|
2024-04-16 09:01:43 +08:00
|
|
|
padding-left: 10px;
|
|
|
|
margin-right: 28px;
|
2024-04-15 15:58:12 +08:00
|
|
|
background-image: url(@/assets/images/center_bg.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
}
|
2024-05-11 14:30:29 +08:00
|
|
|
|
2024-04-16 10:33:50 +08:00
|
|
|
.right_bg {
|
|
|
|
width: 642px;
|
|
|
|
box-sizing: border-box;
|
2024-04-25 16:28:11 +08:00
|
|
|
padding-left: 20px;
|
2024-04-16 10:33:50 +08:00
|
|
|
margin-right: 28px;
|
|
|
|
background-image: url(@/assets/images/right_bg.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
}
|
2024-05-11 14:30:29 +08:00
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
.basicInformation {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
padding-top: 22px;
|
2024-04-15 14:09:23 +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-15 14:09:23 +08:00
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
.icon {
|
|
|
|
width: 79px;
|
|
|
|
height: 47px;
|
|
|
|
}
|
2024-04-15 14:09:23 +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-15 14:09:23 +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-15 14:09:23 +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-15 14:09:23 +08:00
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
img {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2024-04-15 14:09:23 +08:00
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
.visitLog_item_box {
|
|
|
|
flex: auto;
|
2024-04-15 14:09:23 +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-15 14:09:23 +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-15 14:09:23 +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-16 13:30:03 +08:00
|
|
|
height: calc(100% - 36px);
|
2024-04-15 13:21:51 +08:00
|
|
|
display: flex;
|
2024-04-15 17:13:43 +08:00
|
|
|
justify-content: space-around;
|
2024-04-16 13:30:03 +08:00
|
|
|
align-items: center;
|
2024-05-11 14:30:29 +08:00
|
|
|
|
2024-04-15 13:21:51 +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-05-11 14:52:27 +08:00
|
|
|
span {
|
|
|
|
font-family: PangMenZhengDao;
|
|
|
|
font-size: 26px;
|
|
|
|
color: #ffffff;
|
|
|
|
letter-spacing: 1px;
|
|
|
|
text-align: center;
|
|
|
|
font-style: normal;
|
|
|
|
margin-left: 4px;
|
|
|
|
}
|
2024-04-15 13:21:51 +08:00
|
|
|
.unit {
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #9cdeff;
|
|
|
|
line-height: 20px;
|
|
|
|
text-align: left;
|
|
|
|
font-style: normal;
|
|
|
|
font-family: PingFangSC, PingFang SC;
|
|
|
|
}
|
2024-04-15 14:09:23 +08:00
|
|
|
|
2024-04-15 13:21:51 +08:00
|
|
|
.historyimg {
|
|
|
|
width: 182px;
|
|
|
|
height: 35px;
|
|
|
|
}
|
|
|
|
}
|
2024-04-15 14:09:23 +08:00
|
|
|
|
2024-04-15 13:21:51 +08:00
|
|
|
img {
|
|
|
|
width: 154px;
|
|
|
|
height: 136px;
|
|
|
|
}
|
2024-04-15 14:09:23 +08:00
|
|
|
|
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-15 14:09:23 +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-15 14:09:23 +08:00
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
.property {
|
|
|
|
display: flex;
|
|
|
|
padding: 14px 0 10px;
|
2024-04-15 14:09:23 +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-15 14:09:23 +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-15 14:09:23 +08:00
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
p {
|
|
|
|
font-size: 21px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #48ece7;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2024-04-15 14:09:23 +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-15 14:09:23 +08:00
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
.activity_content {
|
|
|
|
margin: 0 -6px 12px;
|
|
|
|
display: flex;
|
2024-04-15 14:09:23 +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-15 14:09:23 +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-15 14:09:23 +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-15 14:09:23 +08:00
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
img {
|
|
|
|
width: 115px;
|
|
|
|
height: 84px;
|
|
|
|
margin-right: 21px;
|
|
|
|
}
|
2024-04-15 14:09:23 +08:00
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
.monitor_box_text {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-between;
|
2024-04-15 14:09:23 +08:00
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
h4 {
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 400;
|
|
|
|
color: #ffffff;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
2024-04-15 14:09:23 +08:00
|
|
|
|
2024-04-12 09:26:48 +08:00
|
|
|
p {
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 400;
|
|
|
|
color: #818181;
|
|
|
|
line-height: 23px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2024-04-15 14:09:23 +08:00
|
|
|
|
|
|
|
.minTopPart {
|
|
|
|
width: 530px;
|
|
|
|
height: 174px;
|
|
|
|
background-image: url(@/assets/minTopBg.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
margin: 4px auto;
|
2024-04-25 16:28:11 +08:00
|
|
|
margin-top: 10px;
|
2024-04-15 14:09:23 +08:00
|
|
|
position: relative;
|
|
|
|
|
|
|
|
.mtpImg1 {
|
|
|
|
width: 140px;
|
|
|
|
height: 24px;
|
|
|
|
background-image: url(@/assets/minTop1.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
position: absolute;
|
|
|
|
top: 49px;
|
|
|
|
left: 23px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mtpImg2 {
|
|
|
|
width: 140px;
|
|
|
|
height: 24px;
|
|
|
|
background-image: url(@/assets/minTop2.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
position: absolute;
|
|
|
|
top: 49px;
|
|
|
|
right: 23px;
|
|
|
|
}
|
2024-05-11 14:30:29 +08:00
|
|
|
|
2024-04-15 14:09:23 +08:00
|
|
|
.mtpImg3 {
|
|
|
|
width: 125px;
|
|
|
|
height: 36px;
|
|
|
|
background-image: url(@/assets/minTop3.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
position: absolute;
|
2024-04-16 13:59:49 +08:00
|
|
|
top: 358px;
|
2024-04-15 14:09:23 +08:00
|
|
|
left: 84px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mtpText1 {
|
|
|
|
width: 140px;
|
|
|
|
height: 30px;
|
|
|
|
position: absolute;
|
|
|
|
top: 94px;
|
|
|
|
left: 23px;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 30px;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 26px;
|
2024-04-16 09:01:43 +08:00
|
|
|
color: #ffffff;
|
2024-04-15 14:09:23 +08:00
|
|
|
}
|
2024-05-11 14:30:29 +08:00
|
|
|
|
2024-04-15 14:09:23 +08:00
|
|
|
.mtpText2 {
|
|
|
|
width: 140px;
|
|
|
|
height: 30px;
|
|
|
|
position: absolute;
|
|
|
|
top: 94px;
|
|
|
|
right: 23px;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 30px;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 26px;
|
2024-04-16 09:01:43 +08:00
|
|
|
color: #ffffff;
|
2024-04-15 14:09:23 +08:00
|
|
|
}
|
|
|
|
}
|
2024-04-12 09:26:48 +08:00
|
|
|
</style>
|