ggfwjsc/src/view/yl.vue

1492 lines
34 KiB
Vue
Raw Normal View History

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">
2024-06-04 09:26:53 +08:00
<div class="animate-border">
<i></i>
<i></i>
</div>
2024-04-15 09:49:39 +08:00
<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
2024-07-02 10:35:51 +08:00
v-if="leftchoose.first == '1' && showEchart"
2024-05-13 11:21:32 +08:00
: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-06-06 10:11:42 +08:00
<div class="flex1" style="margin-top: 10px">
2024-04-16 13:30:03 +08:00
<div class="yd_title left_2">
2024-06-04 09:26:53 +08:00
<div class="animate-border">
2024-06-04 13:58:49 +08:00
<i></i>
<i></i>
</div>
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
2024-07-02 10:35:51 +08:00
v-if="leftchoose.second == '1' && showEchart"
2024-05-13 11:21:32 +08:00
: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-06-06 10:11:42 +08:00
<div class="flex1" style="margin-top: 10px">
2024-04-15 09:49:39 +08:00
<div class="yd_title left_3">
2024-06-04 09:26:53 +08:00
<div class="animate-border">
2024-06-04 13:58:49 +08:00
<i></i>
<i></i>
</div>
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
2024-07-02 10:35:51 +08:00
v-if="leftchoose.third == '1' && showEchart"
2024-05-13 11:21:32 +08:00
: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-06-04 09:26:53 +08:00
<div class="yd_title center_1">
<div class="animate-border">
2024-06-04 13:58:49 +08:00
<i></i>
<i></i>
</div>
2024-06-04 09:26:53 +08:00
</div>
2024-04-15 14:09:23 +08:00
<div class="minTopPart">
2024-06-04 13:12:11 +08:00
<div class="moveImg"></div>
2024-04-15 14:09:23 +08:00
<div class="mtpImg1"></div>
<div class="mtpImg2"></div>
<div class="mtpImg3"></div>
2024-05-15 17:30:56 +08:00
<div class="mtpText1">{{ data.oldAgeTotal }}</div>
<div class="mtpText2">{{ data.oldAgePercent }}%</div>
2024-04-12 09:26:48 +08:00
</div>
2024-06-28 11:08:54 +08:00
<div class="ageGroup">
<div class="ageGroupBj">
<div class="Gendern"></div>
<div class="Male">男性总人数</div>
2024-06-28 14:15:27 +08:00
<div class="ageGroupNum">{{ data.ylLnrkgk.rkzsman }}</div>
2024-06-28 11:08:54 +08:00
</div>
<div class="ageGroupBj">
<div class="Genderv"></div>
<div class="Male">女性总人数</div>
2024-06-28 14:15:27 +08:00
<div class="ageGroupNum">{{ data.ylLnrkgk.rkzswomen }}</div>
2024-06-28 11:08:54 +08:00
</div>
</div>
<div class="ageGroupone">
2024-07-02 10:35:51 +08:00
<ePie3d v-if="showEchart" :list="data.rkgk"></ePie3d>
2024-06-28 11:08:54 +08:00
<div class="btList" ref="mainRef">
<div class="btListding">
<span>各年龄段</span>
<span>总数/</span>
<span>男性人数/</span>
<span>女性人数/</span>
</div>
<div class="btList_item" v-for="(item, index) in btList">
<div class="btList_item_color" :style="bt(index)"></div>
<div class="btList_item_value">
{{ item.name }}
<div
class="btList_item_value1"
v-for="(item1, index) in item.value"
>
{{ item1 }}
</div>
</div>
</div>
</div>
</div>
2024-04-12 09:26:48 +08:00
</div>
<div class="flex1">
2024-06-04 09:26:53 +08:00
<div class="yd_title familyPlanning">
<div class="animate-border">
2024-06-04 13:58:49 +08:00
<i></i>
<i></i>
</div>
2024-06-04 09:26:53 +08:00
</div>
2024-05-13 11:21:32 +08:00
<ylJHSY
2024-07-02 10:35:51 +08:00
v-if="showEchart"
2024-05-13 11:21:32 +08:00
: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-06-04 09:26:53 +08:00
<div class="yd_title mechanism">
<div class="animate-border">
2024-06-04 13:58:49 +08:00
<i></i>
<i></i>
</div>
2024-06-04 09:26:53 +08:00
</div>
2024-04-15 09:15:31 +08:00
<div class="history">
2024-06-12 11:27:16 +08:00
<div
class="history1"
2024-07-14 11:11:19 +08:00
@click="showMapDialog('养老机构')"
2024-06-12 11:27:16 +08:00
>
2024-04-15 13:21:51 +08:00
<div>
2024-05-15 17:30:56 +08:00
<span>{{ data.yljgzlzx.yljg }}<span class="unit"></span></span>
2024-04-15 13:21:51 +08:00
</div>
2024-06-06 10:11:42 +08:00
<img src="@/assets/YLimg/ylimg11.png" alt="" />
<img class="historyimg" src="@/assets/YLimg/ylimg5.png" alt="" />
<img src="@/assets/YLimg/yljg.gif" class="historyMoveImg" />
2024-04-15 13:21:51 +08:00
</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-06-12 11:27:16 +08:00
<div
class="history1"
@click="
2024-06-28 11:08:54 +08:00
showDialog(
'居家养老服务照料中心',
'/api/ggfwyth/yljgzlzxList',
'num'
)
2024-06-12 11:27:16 +08:00
"
>
2024-04-15 13:21:51 +08:00
<div>
2024-05-15 17:30:56 +08:00
<span>{{ data.yljgzlzx.zlzx }}<span class="unit"></span></span>
2024-04-15 13:21:51 +08:00
</div>
2024-06-06 10:11:42 +08:00
<img src="@/assets/YLimg/ylimg12.png" alt="" />
<img class="historyimg" src="@/assets/YLimg/ylimg10.png" alt="" />
<img src="@/assets/YLimg/yljg.gif" class="historyMoveImg" />
2024-04-15 13:21:51 +08:00
</div>
2024-04-12 09:26:48 +08:00
</div>
</div>
2024-04-15 09:15:31 +08:00
<div class="flex1">
2024-06-04 09:26:53 +08:00
<div class="yd_title service">
<div class="animate-border">
2024-06-04 13:58:49 +08:00
<i></i>
<i></i>
</div>
2024-06-04 09:26:53 +08:00
</div>
2024-04-15 13:21:51 +08:00
<div class="serviceBox">
<div class="serviceTop">
<div class="visit">
2024-06-06 10:11:42 +08:00
<img class="serviceimg" src="@/assets/YLimg/ylimg8.png" alt="" />
2024-07-02 10:35:51 +08:00
<ylSMFW v-if="showEchart" :list="data.smfwcs"></ylSMFW>
2024-04-15 13:21:51 +08:00
</div>
<div class="medicalService">
2024-06-06 10:11:42 +08:00
<img class="serviceimg" src="@/assets/YLimg/ylimg9.png" alt="" />
<img class="moveYl" src="@/assets/YLimg/turn.gif" alt="" />
2024-04-15 13:21:51 +08:00
<div class="medicalServiceTop">
2024-06-06 10:11:42 +08:00
<img class="ylimg" src="@/assets/YLimg/ylimg1.png" alt="" />
2024-05-15 14:48:46 +08:00
<span>36,234</span>
2024-04-15 13:21:51 +08:00
</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-27 17:05:55 +08:00
<ylXZZC
2024-07-02 10:35:51 +08:00
v-if="showEchart"
2024-05-27 17:05:55 +08:00
:list1="data.zccs1"
:list2="data.zccs2"
2024-06-04 09:26:53 +08:00
@village="chooseVillage"
2024-05-27 17:05:55 +08:00
></ylXZZC>
2024-04-15 09:15:31 +08:00
</div>
</div>
2024-05-27 17:05:55 +08:00
<Dialog
:dialogShow="dialogShow"
:columns="tableType.columns"
:title="tableType.title"
:tableData="tableType.data"
:pagination="pagination"
@close="close"
@handle="handlePagination"
>
2024-05-27 17:27:06 +08:00
<template #iordertype="{ currentCol, currentData }">
<div v-if="currentData.iordertype == '1'">就餐订单</div>
<div v-else-if="currentData.iordertype == '2'">送餐订单</div>
</template>
<template #itimetype="{ currentCol, currentData }">
<div v-if="currentData.itimetype == '0'">早餐</div>
<div v-else-if="currentData.itimetype == '1'">中餐</div>
<div v-else-if="currentData.itimetype == '2'">晚餐</div>
2024-05-27 17:05:55 +08:00
</template>
</Dialog>
2024-07-14 11:11:19 +08:00
<DialogMap :dialogShowMap="dialogShowMap" :title="mapTitle" @close="close">
</DialogMap>
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-27 17:05:55 +08:00
import Dialog from "./dialog/dialog.vue";
2024-07-14 11:11:19 +08:00
import DialogMap from "./dialog/dialogMap.vue";
2024-06-28 11:08:54 +08:00
import { ref, onMounted, onBeforeMount, reactive, computed } 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",
});
2024-07-02 10:35:51 +08:00
const showEchart = ref(false);
2024-05-27 17:05:55 +08:00
// 详情弹框
const dialogShow = ref(false);
2024-07-14 11:11:19 +08:00
const dialogShowMap = ref(false);
const mapTitle = ref("");
2024-05-27 17:05:55 +08:00
const tableType = reactive({
2024-06-11 10:23:47 +08:00
url: "",
2024-05-27 17:05:55 +08:00
title: "",
2024-06-11 10:23:47 +08:00
columns: [],
2024-05-27 17:10:22 +08:00
data: [],
2024-05-27 17:05:55 +08:00
});
2024-06-11 10:23:47 +08:00
const xz_column = ref([
{
label: "照料中心",
property: "sdailycarecentername",
width: "160",
},
{
label: "老人名称",
property: "scustomername",
width: "120",
},
{
label: "就餐/送餐订单",
property: "iordertype",
width: "140",
type: "slot",
},
{
label: "早、中、晚餐",
property: "itimetype",
width: "140",
type: "slot",
},
{
label: "菜品信息",
property: "dishesmealnames",
width: "160",
},
{
label: "订单金额",
property: "totalprice",
width: "120",
},
{
label: "实际支付金额",
property: "actualprice",
width: "120",
},
{
label: "订单结束时间",
property: "dtfinishtime",
},
]);
const yl_column = ref([
{
label: "机构名称",
2024-06-12 11:27:16 +08:00
property: "mc",
2024-06-28 11:08:54 +08:00
align: "left",
2024-06-11 10:23:47 +08:00
},
{
label: "机构地址",
2024-06-12 11:27:16 +08:00
property: "dz",
2024-06-11 10:23:47 +08:00
},
{
label: "老人数量",
2024-06-12 11:27:16 +08:00
property: "rzlrsl",
2024-06-11 10:23:47 +08:00
},
]);
2024-06-14 14:03:24 +08:00
const yl_column2 = ref([
{
label: "机构名称",
property: "mc",
},
{
label: "机构地址",
property: "dz",
},
]);
2024-05-27 17:05:55 +08:00
// 表格分页
const pagination = reactive({
total: 100,
2024-06-04 15:33:10 +08:00
pageSize: 10,
2024-05-27 17:05:55 +08:00
currentPage: 1,
});
2024-04-15 13:33:05 +08:00
const change = (name, index) => {
leftchoose.value[name] = index;
};
2024-05-27 17:05:55 +08:00
const chooseVillage = (village) => {
2024-06-04 09:26:53 +08:00
tableType.title = village;
2024-06-11 10:23:47 +08:00
tableType.columns = xz_column.value;
tableType.url = "/api/ggfwyth/zcxxList";
2024-06-04 09:26:53 +08:00
getTownDetail();
};
2024-06-28 11:08:54 +08:00
const showDialog = (title, url, coulumn) => {
2024-06-11 10:23:47 +08:00
tableType.title = title;
tableType.url = url;
2024-06-28 11:08:54 +08:00
if (coulumn == "num") {
2024-06-14 14:03:24 +08:00
tableType.columns = yl_column2.value;
2024-06-28 11:08:54 +08:00
} else {
tableType.columns = yl_column.value;
2024-06-14 14:03:24 +08:00
}
2024-06-28 11:08:54 +08:00
2024-06-11 10:23:47 +08:00
getTable(url, pagination.currentPage);
};
2024-07-14 11:11:19 +08:00
//养老机构地图
const showMapDialog =(title)=>{
mapTitle.value = title;
dialogShowMap.value = true;
}
2024-06-11 10:23:47 +08:00
//获取表格数据
const getTable = (url, currentPage) => {
2024-06-12 11:27:16 +08:00
http
.get(`${url}?page=${currentPage}&size=${pagination.pageSize}`)
.then((res) => {
if (res.code == 200) {
tableType.data = res.data;
pagination.total = res.count;
dialogShow.value = true;
}
});
2024-06-11 10:23:47 +08:00
};
2024-05-27 17:05:55 +08:00
const close = () => {
dialogShow.value = false;
2024-07-14 11:11:19 +08:00
dialogShowMap.value = false;
2024-06-04 14:35:04 +08:00
pagination.currentPage = 1;
2024-06-11 13:19:32 +08:00
pagination.total = 100;
2024-05-27 17:05:55 +08:00
};
const handlePagination = (current) => {
2024-06-04 09:26:53 +08:00
pagination.currentPage = current;
2024-06-11 10:23:47 +08:00
if (tableType.url == "/api/ggfwyth/zcxxList") {
getTownDetail();
} else {
getTable(tableType.url, pagination.currentPage);
}
2024-05-27 17:05:55 +08:00
};
const getTownDetail = () => {
let params = {
scasecadebareaname: tableType.title,
page: pagination.currentPage,
2024-06-04 09:26:53 +08:00
size: pagination.pageSize,
};
2024-05-27 17:27:06 +08:00
http.get("/api/ggfwyth/zcxxList", params).then((res) => {
2024-05-27 17:05:55 +08:00
if (res.code == 200) {
2024-06-04 09:26:53 +08:00
pagination.total = res.count;
tableType.data = res.data;
2024-05-27 17:05:55 +08:00
dialogShow.value = true;
}
});
2024-06-04 09:26:53 +08:00
};
2024-06-28 11:08:54 +08:00
const btList = ref([
{
2024-06-28 14:15:27 +08:00
name: "61-70岁",
2024-06-28 11:08:54 +08:00
value: ["17824", "17824", "17824"],
},
{
2024-06-28 14:15:27 +08:00
name: "71-80岁",
2024-06-28 11:08:54 +08:00
value: ["18742", "18742", "18742"],
},
{
2024-06-28 14:15:27 +08:00
name: "81-90岁",
2024-06-28 11:08:54 +08:00
value: ["3407", "3407", "3407"],
},
{
2024-06-28 14:15:27 +08:00
name: "91-100岁",
2024-06-28 11:08:54 +08:00
value: ["144", "144", "144"],
},
{
name: "100岁以上",
value: ["10", "10", "10"],
},
]);
2024-06-28 14:15:27 +08:00
const ageGroups = [
{ ageRange: "6170", index: 0 },
{ ageRange: "7180", index: 1 },
{ ageRange: "8190", index: 2 },
{ ageRange: "91100", index: 3 },
{ ageRange: "100", index: 4 },
];
2024-06-28 11:08:54 +08:00
//扇形图颜色数据
const colorList = [
{ color2: "#FFE35F" },
{ color2: "#0081FF" },
{ color2: "#8ABEDB" },
{ color2: "#25B9C8" },
{ color2: "#30EB92" },
{ color2: "rgba(254,178,128,1)" },
{ color2: "rgba(151,176,255,1)" },
{ color2: "rgba(164,151,255,1)" },
{ color2: "rgba(159,110,254,1)" },
{ color2: "rgba(180,143,241,1)" },
{ color2: "rgba(76,174,254,1)" },
];
const bt = computed(() => {
return (index) => {
let str = `--i:${colorList[index].color2}`;
return str;
};
});
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: [],
2024-05-15 17:30:56 +08:00
oldAgePercent: "",
oldAgeTotal: "",
2024-06-28 11:08:54 +08:00
rkgk: {},
2024-05-13 11:21:32 +08:00
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-06-06 10:11:42 +08:00
smfwcs: {
data: [{ nf: "2024", yf: "5", rq: "22", fwcs: "16", sc: "22" }],
day: ["5.22"],
},
2024-06-28 14:15:27 +08:00
ylLnrkgk: {
rkzs: "390545",
rkzsman: "390545",
rkzswomen: "390545",
man6170: "28896",
man7180: "20001",
man8190: "5619",
man91100: "754",
man100: "8",
women6170: "28905",
women7180: "20835",
women8190: "5646",
women91100: "1155",
women100: "19",
},
2024-05-13 11:21:32 +08:00
});
2024-06-28 14:15:27 +08:00
2024-06-06 10:12:09 +08:00
onBeforeMount(() => {
2024-05-11 16:05:32 +08:00
getData();
2024-05-11 14:30:29 +08:00
});
2024-05-14 10:00:40 +08:00
2024-06-06 10:12:09 +08:00
const getData = () => {
http.get("/api/ggfwyth/yl").then((res) => {
2024-05-11 14:30:29 +08:00
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-15 17:30:56 +08:00
// 老年人各年龄及占比
data.oldAgePercent = res.data.lnrgnljzb.oldAgePercent;
data.oldAgeTotal = res.data.lnrgnljzb.oldAgeTotal;
data.rkgk = res.data.lnrgnljzb.rkgk;
2024-06-28 14:15:27 +08:00
// 更新 data.ylLnrkgk
data.ylLnrkgk = res.data.ylLnrkgk;
data.ylLnrkgk.rkzsman = ageGroups.reduce(
(acc, group) => acc + parseInt(data.ylLnrkgk[`man${group.ageRange}`]),
0
);
data.ylLnrkgk.rkzswomen = ageGroups.reduce(
(acc, group) => acc + parseInt(data.ylLnrkgk[`women${group.ageRange}`]),
0
);
// 更新 btList
ageGroups.forEach((group) => {
const manCount = parseInt(data.ylLnrkgk[`man${group.ageRange}`]);
const womenCount = parseInt(data.ylLnrkgk[`women${group.ageRange}`]);
btList.value[group.index].value[0] = manCount + womenCount;
btList.value[group.index].value[1] = manCount;
btList.value[group.index].value[2] = womenCount;
});
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); // 人次
2024-06-06 15:24:04 +08:00
data.centerBottom2.push((element.jhsybtje / 10000).toFixed(0)); // 金额
// 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-06-04 13:58:49 +08:00
data.smfwcs = res.data.zlfw.smfwcs;
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-07-02 10:35:51 +08:00
showEchart.value = true;
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-07-24 14:58:07 +08:00
margin-top: 112px;
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-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-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-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-15 14:09:23 +08:00
2024-04-15 13:21:51 +08:00
.familyPlanning {
2024-05-23 14:33:54 +08:00
background-image: url(@/assets/images/yl/new_jhsy.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 {
2024-05-23 14:33:54 +08:00
background-image: url(@/assets/images/yl/new_yljg.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 {
2024-05-23 14:33:54 +08:00
background-image: url(@/assets/images/yl/new_zlfw.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-06-05 10:45:56 +08:00
position: relative;
.moveYl {
position: absolute;
width: 200px;
height: 190px;
top: 36px;
}
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;
2024-05-21 16:12:54 +08:00
font-family: TCloudNumber, TCloudNumber;
2024-04-15 13:21:51 +08:00
}
}
}
}
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 {
2024-05-23 14:33:54 +08:00
background-image: url(@/assets/images/yl/new_ylbx.png);
2024-04-15 09:49:39 +08:00
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 {
2024-05-23 14:33:54 +08:00
background-image: url(@/assets/images/yl/new_gllrbt.png);
2024-04-15 09:49:39 +08:00
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 {
2024-05-23 14:33:54 +08:00
background-image: url(@/assets/images/yl/new_tklrjz.png);
2024-04-15 09:49:39 +08:00
background-repeat: no-repeat;
background-size: 100% 100%;
}
2024-04-15 14:09:23 +08:00
.center_1 {
2024-05-23 14:33:54 +08:00
background-image: url(@/assets/images/yl/new_lnrzb.png);
2024-04-15 14:09:23 +08:00
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 {
2024-07-17 14:29:42 +08:00
cursor: pointer;
2024-04-15 13:21:51 +08:00
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 14:11:26 +08:00
position: relative;
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-06-04 14:11:26 +08:00
.historyMoveImg {
position: absolute;
left: 10px;
top: 37px;
width: 160px;
height: 120px;
}
2024-04-15 13:21:51 +08:00
}
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 {
2024-06-25 09:13:19 +08:00
//background-image: url(@/assets/img_05.png);
2024-04-12 09:26:48 +08:00
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-06-28 11:08:54 +08:00
// margin-bottom: 14px;
2024-04-15 14:09:23 +08:00
position: relative;
2024-06-04 14:11:26 +08:00
.moveImg {
2024-06-04 13:12:11 +08:00
position: absolute;
background-image: url(@/assets/ylMove.gif);
background-repeat: no-repeat;
background-size: 100% 100%;
left: 170px;
width: 190px;
height: 173px;
}
2024-04-15 14:09:23 +08:00
.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-06-28 11:08:54 +08:00
top: 350px;
left: 20px;
2024-04-15 14:09:23 +08:00
}
.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-06-28 11:08:54 +08:00
.ageGroup {
display: flex;
justify-content: space-between;
width: 530px;
height: 50px;
margin-left: 10px;
.ageGroupBj {
width: 253px;
height: 50px;
background-image: url(@/assets/images/yl/ylnlbj.png);
background-repeat: no-repeat;
background-size: 100% 100%;
display: flex;
align-items: center;
.Gendern {
width: 34px;
height: 34px;
background-image: url(@/assets/images/yl/ylnln.png);
background-repeat: no-repeat;
background-size: 100% 100%;
margin-right: 12px;
margin-left: 14px;
}
.Genderv {
width: 34px;
height: 34px;
background-image: url(@/assets/images/yl/ylnlv.png);
background-repeat: no-repeat;
background-size: 100% 100%;
margin-right: 12px;
margin-left: 14px;
}
.Male {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 16px;
color: #ffffff;
letter-spacing: 2px;
text-align: left;
font-style: normal;
margin-right: 18px;
}
.ageGroupNum {
font-size: 16px;
font-weight: 400;
color: #00fff0;
letter-spacing: 1px;
text-align: right;
font-style: normal;
font-family: TCloudNumber, TCloudNumber;
}
}
}
.ageGroupone {
display: flex;
2024-07-02 09:37:04 +08:00
justify-content: flex-end;
2024-06-28 11:08:54 +08:00
.btList {
width: 70%;
height: 200px;
margin-top: 10px;
2024-07-02 09:37:04 +08:00
margin-right: 8px;
2024-06-28 11:08:54 +08:00
.btListding {
font-weight: 500;
font-size: 14px;
color: #ffffff;
text-align: left;
font-style: normal;
font-family: PingFangSC, PingFang SC;
text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.65);
display: flex;
align-items: center;
justify-content: flex-end;
span {
width: 20%;
display: flex;
align-items: center;
2024-07-02 09:37:04 +08:00
justify-content: flex-end;
2024-06-28 11:08:54 +08:00
}
span:nth-child(3) {
width: 25%;
}
span:nth-child(4) {
width: 25%;
}
}
.btList_item {
display: flex;
align-items: center;
box-sizing: border-box;
width: 100%;
padding: 5px;
.btList_item_color {
width: 22px;
height: 8px;
background-color: var(--i);
border-radius: 6px;
margin-right: 17px;
}
.btList_item_value {
width: 100%;
font-size: 18px;
color: #ffffff;
display: flex;
justify-content: space-between;
}
.btList_item_value1 {
width: 24%;
display: flex;
align-items: center;
justify-content: center;
}
}
}
}
2024-06-24 16:04:31 +08:00
2024-05-27 17:27:06 +08:00
:deep(.el-table) {
background: rgba(32, 64, 115, 1);
--el-table-border-color: none;
border: 1px solid #7aceff;
}
.table {
:deep(.el-table td.el-table__cell, .el-table th.el-table__cell.is-leaf) {
border: none !important;
padding-left: 10px !important;
}
:deep(.el-table td.el-table__cell) {
padding-left: 10px;
}
}
2024-05-29 09:57:23 +08:00
:deep(.el-table--enable-row-hover .el-table__body tr:hover > td) {
2024-05-27 17:05:55 +08:00
background-color: #2f4b74;
}
2024-05-29 09:57:23 +08:00
:deep(.el-table__empty-block) {
2024-05-27 17:05:55 +08:00
background-color: #122560;
}
:deep(.el-table .el-table__row) {
border-bottom: none;
}
2024-04-12 09:26:48 +08:00
</style>