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-06-04 17:04:49 +08:00
|
|
|
<div
|
|
|
|
class="flex1"
|
|
|
|
style="flex: 0.5"
|
|
|
|
>
|
2024-04-17 14:20:33 +08:00
|
|
|
<div class="yd_title left_1">
|
2024-06-04 09:26:53 +08:00
|
|
|
<div class="animate-border">
|
|
|
|
<i></i>
|
|
|
|
<i></i>
|
|
|
|
</div>
|
2024-04-17 14:20:33 +08:00
|
|
|
<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
|
2024-05-11 16:59:30 +08:00
|
|
|
src="@/assets/images/hygiene/yb_2_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-05-22 15:12:28 +08:00
|
|
|
<ePie
|
|
|
|
v-if="leftchoose.first == '1'"
|
|
|
|
:list="data.medicalInsurance.ffrc"
|
|
|
|
:year="data.medicalInsurance.year"
|
|
|
|
></ePie>
|
|
|
|
<ePie2
|
|
|
|
v-else
|
|
|
|
:list="data.medicalInsurance.ffje"
|
|
|
|
:year="data.medicalInsurance.year"
|
|
|
|
></ePie2>
|
2024-04-12 09:26:48 +08:00
|
|
|
</div>
|
2024-04-19 15:55:36 +08:00
|
|
|
|
2024-06-04 17:04:49 +08:00
|
|
|
<div
|
|
|
|
class="flex1"
|
|
|
|
style="margin-top: 10px"
|
|
|
|
>
|
2024-06-04 09:26:53 +08:00
|
|
|
<div class="yd_title left_3">
|
|
|
|
<div class="animate-border">
|
2024-06-04 17:04:49 +08:00
|
|
|
<i></i>
|
|
|
|
<i></i>
|
|
|
|
</div>
|
2024-06-04 09:26:53 +08:00
|
|
|
</div>
|
2024-04-19 15:55:36 +08:00
|
|
|
<div class="sm_title_1"></div>
|
2024-06-04 17:04:49 +08:00
|
|
|
<tnb
|
|
|
|
:list="data.lmb.tnbrs"
|
|
|
|
:year="data.lmb.year"
|
|
|
|
></tnb>
|
2024-04-19 15:55:36 +08:00
|
|
|
<div class="sm_title_2"></div>
|
2024-06-04 17:04:49 +08:00
|
|
|
<gxy
|
|
|
|
:list="data.lmb.gxyrs"
|
|
|
|
:year="data.lmb.year"
|
|
|
|
></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">
|
2024-06-04 09:26:53 +08:00
|
|
|
<div class="yd_title center_2">
|
|
|
|
<div class="animate-border">
|
2024-06-04 17:04:49 +08:00
|
|
|
<i></i>
|
|
|
|
<i></i>
|
|
|
|
</div>
|
2024-06-04 09:26:53 +08:00
|
|
|
</div>
|
2024-04-19 15:55:36 +08:00
|
|
|
<div class="center_top">
|
|
|
|
<div class="item">
|
2024-06-04 17:04:49 +08:00
|
|
|
<img
|
|
|
|
src="@/assets/images/hygiene/mjzrc.png"
|
|
|
|
class="left"
|
|
|
|
/>
|
2024-04-19 15:55:36 +08:00
|
|
|
<div class="right">
|
|
|
|
<div class="right_top">门急诊人次</div>
|
2024-06-04 17:04:49 +08:00
|
|
|
<img
|
|
|
|
src="@/assets/images/hygiene/jt.png"
|
|
|
|
class="right_center"
|
|
|
|
/>
|
2024-05-22 15:12:28 +08:00
|
|
|
<div class="right_bottom">{{ data.mz.mjzrc }}</div>
|
2024-04-19 15:55:36 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="item">
|
2024-06-04 17:04:49 +08:00
|
|
|
<img
|
|
|
|
src="@/assets/images/hygiene/zyrs.png"
|
|
|
|
class="left"
|
|
|
|
/>
|
2024-04-19 15:55:36 +08:00
|
|
|
<div class="right">
|
|
|
|
<div class="right_top">住院人数</div>
|
2024-06-04 17:04:49 +08:00
|
|
|
<img
|
|
|
|
src="@/assets/images/hygiene/jt.png"
|
|
|
|
class="right_center"
|
|
|
|
/>
|
2024-05-22 15:12:28 +08:00
|
|
|
<div class="right_bottom">{{ data.mz.zyrs }}</div>
|
2024-04-19 15:55:36 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
2024-04-12 09:26:48 +08:00
|
|
|
</div>
|
2024-04-19 15:55:36 +08:00
|
|
|
</div>
|
2024-06-04 17:04:49 +08:00
|
|
|
<div
|
|
|
|
class="flex1"
|
|
|
|
style="flex: 0.3"
|
|
|
|
>
|
2024-06-04 09:26:53 +08:00
|
|
|
<div class="yd_title center_1">
|
|
|
|
<div class="animate-border">
|
2024-06-04 17:04:49 +08:00
|
|
|
<i></i>
|
|
|
|
<i></i>
|
|
|
|
</div>
|
2024-06-04 09:26:53 +08:00
|
|
|
</div>
|
2024-04-19 15:55:36 +08:00
|
|
|
<div class="minTop">
|
|
|
|
<div class="minTopPart">
|
|
|
|
<div class="history2">
|
|
|
|
<div class="va">33.67万</div>
|
2024-06-04 17:04:49 +08:00
|
|
|
<img
|
|
|
|
src="@/assets/images/hygiene/shang_left.png"
|
|
|
|
alt=""
|
|
|
|
/>
|
|
|
|
<img
|
|
|
|
class="moveImg"
|
|
|
|
src="@/assets/images/hygiene/shang_left2.png"
|
|
|
|
alt=""
|
|
|
|
/>
|
|
|
|
<img
|
|
|
|
class="moveImg2"
|
|
|
|
src="@/assets/images/hygiene/jd.gif"
|
|
|
|
alt=""
|
|
|
|
/>
|
2024-04-19 15:55:36 +08:00
|
|
|
<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">
|
2024-06-04 17:04:49 +08:00
|
|
|
<div class="leftImg">
|
|
|
|
<eP4></eP4>
|
|
|
|
</div>
|
2024-04-19 15:55:36 +08:00
|
|
|
<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-06-04 17:04:49 +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-06-04 17:04:49 +08:00
|
|
|
<div
|
|
|
|
class="flex1"
|
|
|
|
style="margin-top: 20px"
|
|
|
|
>
|
2024-06-04 09:26:53 +08:00
|
|
|
<div class="yd_title familyPlanning">
|
|
|
|
<div class="animate-border">
|
2024-06-04 17:04:49 +08:00
|
|
|
<i></i>
|
|
|
|
<i></i>
|
|
|
|
</div>
|
2024-06-04 09:26:53 +08:00
|
|
|
</div>
|
2024-04-17 14:20:33 +08:00
|
|
|
<!-- <div style="width: 100%; "> -->
|
2024-05-22 15:12:28 +08:00
|
|
|
<eP5 :list="data.jsbgl"></eP5>
|
2024-04-17 14:20:33 +08:00
|
|
|
<!-- </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-06-04 17:04:49 +08:00
|
|
|
<div
|
|
|
|
class="flex1"
|
|
|
|
style="flex: 0.9"
|
|
|
|
>
|
2024-06-04 09:26:53 +08:00
|
|
|
<div class="yd_title mechanism">
|
|
|
|
<div class="animate-border">
|
2024-06-04 17:04:49 +08:00
|
|
|
<i></i>
|
|
|
|
<i></i>
|
|
|
|
</div>
|
2024-06-04 09:26:53 +08:00
|
|
|
</div>
|
2024-04-19 15:55:36 +08:00
|
|
|
<div class="history">
|
|
|
|
<div class="history1">
|
2024-05-22 15:12:28 +08:00
|
|
|
<div class="va">{{ data.fyglrs.ycfrc }}</div>
|
2024-06-04 17:04:49 +08:00
|
|
|
<img
|
|
|
|
src="@/assets/images/hygiene/fy.png"
|
|
|
|
alt=""
|
|
|
|
/>
|
|
|
|
<img
|
|
|
|
src="@/assets/images/hygiene/fy1.png"
|
|
|
|
alt=""
|
|
|
|
class="fyMove"
|
|
|
|
/>
|
2024-04-19 15:55:36 +08:00
|
|
|
<div class="historyimg">孕产妇系统管理人数</div>
|
|
|
|
</div>
|
|
|
|
<div class="history1">
|
2024-05-22 15:12:28 +08:00
|
|
|
<div class="va">{{ data.fyglrs.etrs }}</div>
|
2024-06-04 17:04:49 +08:00
|
|
|
<img
|
|
|
|
src="@/assets/images/hygiene/fy.png"
|
|
|
|
alt=""
|
|
|
|
/>
|
|
|
|
<img
|
|
|
|
src="@/assets/images/hygiene/fy2.png"
|
|
|
|
alt=""
|
|
|
|
class="fyMove"
|
|
|
|
/>
|
2024-04-19 15:55:36 +08:00
|
|
|
<div class="historyimg">0-6岁儿童系统管理人数</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2024-04-12 09:26:48 +08:00
|
|
|
</div>
|
2024-06-04 17:04:49 +08:00
|
|
|
<div
|
|
|
|
class="flex1"
|
|
|
|
style="flex: 1.1"
|
|
|
|
>
|
2024-06-04 09:26:53 +08:00
|
|
|
<div class="yd_title service">
|
|
|
|
<div class="animate-border">
|
2024-06-04 17:04:49 +08:00
|
|
|
<i></i>
|
|
|
|
<i></i>
|
|
|
|
</div>
|
2024-06-04 09:26:53 +08:00
|
|
|
</div>
|
2024-06-04 17:04:49 +08:00
|
|
|
<eP7
|
|
|
|
:list="data.jktj.jktjrs"
|
|
|
|
:year="data.jktj.year"
|
|
|
|
></eP7>
|
2024-04-12 09:26:48 +08:00
|
|
|
</div>
|
2024-04-19 10:00:02 +08:00
|
|
|
<div class="flex1">
|
2024-06-04 09:26:53 +08:00
|
|
|
<div class="yd_title last">
|
|
|
|
<div class="animate-border">
|
2024-06-04 17:04:49 +08:00
|
|
|
<i></i>
|
|
|
|
<i></i>
|
|
|
|
</div>
|
2024-06-04 09:26:53 +08:00
|
|
|
</div>
|
2024-05-28 14:41:01 +08:00
|
|
|
|
2024-05-22 15:12:28 +08:00
|
|
|
<div
|
2024-05-28 14:41:01 +08:00
|
|
|
class="table"
|
|
|
|
ref="mainRef"
|
2024-05-22 15:12:28 +08:00
|
|
|
@mouseenter="stopAutoScroll"
|
|
|
|
@mouseleave="startAutoScroll"
|
|
|
|
>
|
2024-06-04 17:04:49 +08:00
|
|
|
<div
|
|
|
|
class="item"
|
|
|
|
v-for="item in data.jkhd"
|
|
|
|
>
|
2024-05-28 14:41:01 +08:00
|
|
|
{{ item.jkhd }}
|
2024-04-19 10:00:02 +08:00
|
|
|
</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-05-22 15:12:28 +08:00
|
|
|
import { ref, reactive, onMounted, onBeforeMount } from "vue";
|
2024-05-13 10:53:21 +08:00
|
|
|
import http from "@/utils/request.js";
|
2024-04-17 14:20:33 +08:00
|
|
|
const leftchoose = ref({
|
|
|
|
first: "1",
|
|
|
|
second: "1",
|
|
|
|
third: "1",
|
|
|
|
});
|
|
|
|
const change = (name, index) => {
|
|
|
|
leftchoose.value[name] = index;
|
|
|
|
};
|
2024-05-13 10:53:21 +08:00
|
|
|
const data = reactive({
|
2024-05-22 15:12:28 +08:00
|
|
|
medicalInsurance: {}, //医疗保险
|
|
|
|
lmb: {}, //两慢病
|
|
|
|
mz: {}, //门诊住院
|
|
|
|
jkda: [], //健康档案
|
|
|
|
jsbgl: [], //精神病管理
|
|
|
|
fyglrs: {}, //系统管理
|
|
|
|
jktj: {}, //65岁健康体检
|
|
|
|
jkhd: [], //健康活动
|
|
|
|
});
|
|
|
|
//自动滚动
|
|
|
|
const mainRef = ref(null);
|
|
|
|
let isAutoScrolling = true;
|
|
|
|
|
|
|
|
const stopAutoScroll = () => {
|
|
|
|
isAutoScrolling = false;
|
|
|
|
};
|
|
|
|
|
|
|
|
const startAutoScroll = () => {
|
|
|
|
isAutoScrolling = true;
|
|
|
|
autoScroll();
|
|
|
|
};
|
|
|
|
|
|
|
|
const autoScroll = () => {
|
|
|
|
if (!isAutoScrolling) return;
|
|
|
|
|
|
|
|
const mainEl = mainRef.value;
|
|
|
|
mainEl.scrollTop += 1; // 每次滚动的距离
|
|
|
|
|
2024-05-28 14:41:01 +08:00
|
|
|
if (mainEl.scrollTop + 1 >= mainEl.scrollHeight - mainEl.clientHeight) {
|
2024-05-22 15:12:28 +08:00
|
|
|
setTimeout(() => {
|
|
|
|
mainEl.scrollTo({ top: 0, behavior: "smooth" });
|
|
|
|
setTimeout(autoScroll, 2000); // 2秒后再次滚动到底部
|
|
|
|
}, 1000); // 暂停1秒后开始快速滚回顶部
|
|
|
|
} else {
|
|
|
|
requestAnimationFrame(autoScroll);
|
|
|
|
}
|
|
|
|
};
|
|
|
|
|
|
|
|
onBeforeMount(async () => {
|
2024-05-13 10:53:21 +08:00
|
|
|
getData();
|
|
|
|
});
|
2024-05-22 15:12:28 +08:00
|
|
|
onMounted(() => {
|
|
|
|
startAutoScroll();
|
2024-06-04 11:25:28 +08:00
|
|
|
// console.log(
|
|
|
|
// mainRef.value.scrollTop,
|
|
|
|
// mainRef.value.scrollHeight,
|
|
|
|
// mainRef.value.clientHeight
|
|
|
|
// );
|
2024-05-22 15:12:28 +08:00
|
|
|
});
|
2024-05-15 13:25:33 +08:00
|
|
|
const getData = async () => {
|
|
|
|
await http.get("/api/ggfwyth/health").then((res) => {
|
2024-05-13 10:53:21 +08:00
|
|
|
if (res.code == 200) {
|
|
|
|
data.medicalInsurance = res.data.medicalInsurance;
|
|
|
|
data.lmb = res.data.lmb;
|
|
|
|
data.mz = res.data.mz;
|
|
|
|
// data.jkda = res.data.jkda;
|
|
|
|
data.jsbgl = res.data.jsbgl;
|
|
|
|
data.fyglrs = res.data.fyglrs;
|
|
|
|
data.jktj = res.data.jktj;
|
|
|
|
data.jkhd = res.data.jkhd;
|
|
|
|
}
|
|
|
|
});
|
|
|
|
};
|
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-06-04 09:26:53 +08:00
|
|
|
overflow: hidden;
|
|
|
|
/* 利用伪元素和两个i元素产生4条线 */
|
|
|
|
.animate-border {
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
&::before,
|
|
|
|
&::after {
|
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
2024-06-04 09:47:11 +08:00
|
|
|
height: 2px;
|
2024-06-04 09:26:53 +08:00
|
|
|
}
|
|
|
|
i {
|
|
|
|
position: absolute;
|
|
|
|
display: inline-block;
|
|
|
|
height: 100%;
|
2024-06-04 09:47:11 +08:00
|
|
|
width: 2px;
|
2024-06-04 09:26:53 +08:00
|
|
|
}
|
|
|
|
&::before {
|
|
|
|
top: 0;
|
|
|
|
left: -100%;
|
|
|
|
background-image: linear-gradient(
|
|
|
|
90deg,
|
|
|
|
transparent,
|
|
|
|
#03e9f4,
|
|
|
|
transparent
|
|
|
|
);
|
|
|
|
|
|
|
|
animation: one 4s linear infinite;
|
|
|
|
}
|
|
|
|
i:nth-child(1) {
|
|
|
|
top: -100%;
|
|
|
|
right: 0;
|
|
|
|
background-image: linear-gradient(
|
|
|
|
180deg,
|
|
|
|
transparent,
|
|
|
|
#03e9f4,
|
|
|
|
transparent
|
|
|
|
);
|
|
|
|
/* 动画名称 动画持续时间 动画渲染函数 动画延迟时间 动画执行次数 */
|
|
|
|
animation: two 4s linear 1s infinite;
|
|
|
|
}
|
|
|
|
&::after {
|
|
|
|
bottom: 0;
|
|
|
|
right: -100%;
|
|
|
|
background-image: linear-gradient(
|
|
|
|
-90deg,
|
|
|
|
transparent,
|
|
|
|
#03e9f4,
|
|
|
|
transparent
|
|
|
|
);
|
|
|
|
animation: three 4s linear 2s infinite;
|
|
|
|
}
|
|
|
|
i:nth-child(2) {
|
|
|
|
bottom: -100%;
|
|
|
|
left: 0;
|
|
|
|
background-image: linear-gradient(
|
|
|
|
360deg,
|
|
|
|
transparent,
|
|
|
|
#03e9f4,
|
|
|
|
transparent
|
|
|
|
);
|
|
|
|
animation: four 4s linear 3s infinite;
|
|
|
|
}
|
|
|
|
}
|
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-06-04 09:26:53 +08:00
|
|
|
@keyframes one {
|
|
|
|
0% {
|
|
|
|
left: -100%;
|
|
|
|
}
|
|
|
|
50%,
|
|
|
|
100% {
|
|
|
|
left: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes two {
|
|
|
|
0% {
|
|
|
|
top: -100%;
|
|
|
|
}
|
|
|
|
50%,
|
|
|
|
100% {
|
|
|
|
top: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes three {
|
|
|
|
0% {
|
|
|
|
right: -100%;
|
|
|
|
}
|
|
|
|
50%,
|
|
|
|
100% {
|
|
|
|
right: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes four {
|
|
|
|
0% {
|
|
|
|
bottom: -100%;
|
|
|
|
}
|
|
|
|
50%,
|
|
|
|
100% {
|
|
|
|
bottom: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-04-17 14:20:33 +08:00
|
|
|
.familyPlanning {
|
2024-04-22 13:46:46 +08:00
|
|
|
width: 96%;
|
2024-05-23 14:33:54 +08:00
|
|
|
background-image: url(@/assets/images/hygiene/new_zcs.png);
|
2024-04-17 14:20:33 +08:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mechanism {
|
2024-05-23 14:33:54 +08:00
|
|
|
background-image: url(@/assets/images/hygiene/new_fygl.png);
|
2024-04-17 14:20:33 +08:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.service {
|
2024-05-23 14:33:54 +08:00
|
|
|
background-image: url(@/assets/images/hygiene/new_tjrs.png);
|
2024-04-17 14:20:33 +08:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
}
|
|
|
|
.last {
|
2024-05-23 14:33:54 +08:00
|
|
|
background-image: url(@/assets/images/hygiene/new_jkhd.png);
|
2024-04-17 14:20:33 +08:00
|
|
|
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;
|
2024-05-21 16:12:54 +08:00
|
|
|
font-family: TCloudNumber, TCloudNumber;
|
2024-04-17 14:20:33 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.mealAssistance {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
.mealAssistanceimg {
|
|
|
|
width: 495px;
|
|
|
|
height: 35px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.left_1 {
|
2024-05-23 14:33:54 +08:00
|
|
|
background-image: url(@/assets/images/hygiene/new_ylbx.png);
|
2024-04-17 14:20:33 +08:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
}
|
|
|
|
|
2024-05-24 15:32:07 +08:00
|
|
|
// .left_2 {
|
|
|
|
// background-image: url(@/assets/images/hygiene/left_title_2.png);
|
|
|
|
// background-repeat: no-repeat;
|
|
|
|
// background-size: 100% 100%;
|
|
|
|
// }
|
2024-04-17 14:20:33 +08:00
|
|
|
|
|
|
|
.left_3 {
|
2024-05-23 14:33:54 +08:00
|
|
|
background-image: url(@/assets/images/hygiene/new_lmb.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-05-23 14:33:54 +08:00
|
|
|
background-image: url(@/assets/images/hygiene/new_jkda.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
|
|
|
.center_2 {
|
2024-04-22 13:46:46 +08:00
|
|
|
width: 96%;
|
2024-05-23 14:33:54 +08:00
|
|
|
background-image: url(@/assets/images/hygiene/new_mz.png);
|
2024-04-19 15:55:36 +08:00
|
|
|
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;
|
2024-04-25 16:28:11 +08:00
|
|
|
padding-left: 20px;
|
2024-04-17 14:20:33 +08:00
|
|
|
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-06-04 17:04:49 +08:00
|
|
|
position: relative;
|
|
|
|
.fyMove{
|
|
|
|
position: absolute;
|
|
|
|
top: 60px;
|
|
|
|
width: 60px;
|
|
|
|
height: 64px;
|
|
|
|
animation: example 3s infinite linear;
|
|
|
|
}
|
|
|
|
@keyframes example {
|
|
|
|
0% {
|
|
|
|
transform: translateY(0);
|
|
|
|
}
|
|
|
|
25% {
|
|
|
|
transform: translateY(-4px);
|
|
|
|
}
|
|
|
|
50% {
|
|
|
|
transform: translateY(0);
|
|
|
|
}
|
|
|
|
75% {
|
|
|
|
transform: translateY(4px);
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
transform: translateY(0);
|
|
|
|
}
|
|
|
|
}
|
2024-04-19 15:55:36 +08:00
|
|
|
.va {
|
|
|
|
margin-top: 27px;
|
|
|
|
margin-bottom: 10px;
|
2024-05-21 16:12:54 +08:00
|
|
|
font-family: TCloudNumber, TCloudNumber;
|
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;
|
2024-06-04 17:04:49 +08:00
|
|
|
position: relative;
|
|
|
|
.moveImg {
|
|
|
|
position: absolute;
|
|
|
|
top: 60px;
|
|
|
|
width: 64px;
|
|
|
|
height: 64px;
|
|
|
|
animation: example 3s infinite linear;
|
|
|
|
}
|
|
|
|
@keyframes example {
|
|
|
|
0% {
|
|
|
|
transform: translateY(0);
|
|
|
|
}
|
|
|
|
25% {
|
|
|
|
transform: translateY(-4px);
|
|
|
|
}
|
|
|
|
50% {
|
|
|
|
transform: translateY(0);
|
|
|
|
}
|
|
|
|
75% {
|
|
|
|
transform: translateY(4px);
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
transform: translateY(0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.moveImg2 {
|
|
|
|
position: absolute;
|
|
|
|
top: 70px;
|
|
|
|
}
|
2024-04-22 13:46:46 +08:00
|
|
|
.va {
|
|
|
|
margin-top: 27px;
|
|
|
|
margin-bottom: 20px;
|
2024-05-21 16:12:54 +08:00
|
|
|
font-family: TCloudNumber, TCloudNumber;
|
2024-04-22 13:46:46 +08:00
|
|
|
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;
|
2024-05-21 16:12:54 +08:00
|
|
|
font-family: TCloudNumber, TCloudNumber;
|
2024-04-22 13:46:46 +08:00
|
|
|
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;
|
2024-05-21 16:12:54 +08:00
|
|
|
font-family: TCloudNumber, TCloudNumber;
|
2024-04-22 13:46:46 +08:00
|
|
|
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>
|