diff --git a/src/view/echarts_work/ePjz.vue b/src/view/echarts_work/ePjz.vue new file mode 100644 index 0000000..de954ea --- /dev/null +++ b/src/view/echarts_work/ePjz.vue @@ -0,0 +1,281 @@ + + + + + diff --git a/src/view/echarts_yl/ylXZZC.vue b/src/view/echarts_yl/ylXZZC.vue index abc7cc1..7b92c4a 100644 --- a/src/view/echarts_yl/ylXZZC.vue +++ b/src/view/echarts_yl/ylXZZC.vue @@ -152,7 +152,7 @@ let option = { }, }, axisTick: { - show: false, // 这里设置x轴刻度不显示 + show: false, // 这里设置y轴刻度不显示 }, //分割线配置 splitLine: { diff --git a/src/view/work.vue b/src/view/work.vue index 7648793..9d1843e 100644 --- a/src/view/work.vue +++ b/src/view/work.vue @@ -57,47 +57,7 @@
-
-
- 1,211 - 学校总数 -
-
- 46,718 学生总数 -
-
- 883 班级总数 -
-
- 4,381 教职工总数 -
-
-
-
-
- 初中 7 -
-
- 高中 7 -
-
-
-
- 小学 7 -
-
- 中职 7 -
-
-
-
- 幼儿园 7 -
-
- 特殊教育 7 -
-
-
+
@@ -106,9 +66,9 @@
- 资助项目 - 资助数量 - 资助金额 + 一卡通财政补贴 + 金额(元) + 数据对比
- 幼儿资助 - 379人次 + 城乡居民最低生活保障金 + 99,126,474 70.88
@@ -180,6 +140,7 @@ import eP1 from "./echarts_work/eP1.vue"; import eP2 from "./echarts_work/eP2.vue"; import eP3 from "./echarts_work/eP3.vue"; import eP4 from "./echarts_work/eP4.vue"; +import ePjz from "./echarts_work/ePjz.vue"; const zxjz = ref(true); const zxjzChange = () => { zxjz.value = !zxjz.value; @@ -910,114 +871,7 @@ onBeforeMount(() => { display: flex; flex-direction: column; justify-content: space-around; - .schoolaBox { - display: flex; - justify-content: space-between; - } - .schoola { - width: 124px; - height: 79px; - margin-top: 20px; - padding: 2px 0 14px 0; - box-sizing: border-box; - background-image: url(@/assets/eduImg/jyImg3.png); - background-repeat: no-repeat; - background-size: 100% 100%; - display: flex; - align-items: center; - justify-content: center; - flex-direction: column; - justify-content: space-between; - span { - // font-weight: 500; - // font-size: 14px; - // color: #ffffff; - // letter-spacing: 4px; - // font-style: normal; - // font-family: PingFangSC, PingFang SC; - font-family: DINAlternate, DINAlternate; - // font-weight: bold; - font-size: 23px; - color: #ffffff; - line-height: 30px; - letter-spacing: 1px; - text-shadow: 0px 0px 23px rgba(0, 52, 52, 0.5); - text-align: center; - font-style: normal; - } - .schoola1 { - font-family: PingFangSC, PingFang SC; - font-weight: 500; - font-size: 16px; - color: #ffffff; - line-height: 22px; - letter-spacing: 3px; - text-shadow: 0px 0px 4px rgba(60, 145, 249, 0.65); - text-align: center; - font-style: normal; - } - } - .schoolb { - width: 550px; - height: 241px; - // height: calc(100% - 0px); - background-image: url(@/assets/eduImg/jyImg2.png); - background-repeat: no-repeat; - background-size: 100% 100%; - margin-top: 20px; - display: flex; - flex-direction: column; - padding: 10px 0; - box-sizing: border-box; - span { - font-weight: 500; - font-size: 14px; - color: #ffffff; - letter-spacing: 4px; - font-style: normal; - font-family: PingFangSC, PingFang SC; - } - .grade { - display: flex; - justify-content: space-between; - padding: 36px 0 0px 18px; - .schoolbs { - // width: 128px; - height: 41px; - padding: 0px 20px 0 30px; - background-image: url(@/assets/eduImg/jyImg1.png); - background-repeat: no-repeat; - background-size: 100% 100%; - display: flex; - align-items: center; - justify-content: center; - position: relative; - } - .spot { - position: relative; - margin-right: 7px; - } - /* 添加伪元素圆点 */ - .spot::before { - content: ""; - position: absolute; - top: 50%; - left: -16px; /* 调整圆点的位置 */ - transform: translateY(-50%); - width: 6px; - height: 6px; - background-color: rgba(0, 230, 255, 1); - border-radius: 50%; - box-shadow: 0px 0px 7px 0px #00ffd3; - filter: blur(0px); - } - } - .grade1 { - padding: 12px 110px 0 138px; - box-sizing: border-box; - } - } } .fundingBox { display: flex;