ggfwjsc/src/view/education.vue

1042 lines
22 KiB
Vue
Raw Normal View History

2024-04-12 09:26:48 +08:00
<template>
<div class="module">
2024-04-17 10:02:10 +08:00
<div class="displayFlex left_bg">
<div class="flex1">
2024-04-17 10:12:38 +08:00
<div class="yd_title left_1"></div>
2024-04-17 15:25:43 +08:00
<div
style="
width: 100%;
height: calc(100% - 46px);
display: flex;
flex-wrap: wrap;
"
>
2024-04-17 13:08:03 +08:00
<ePie1></ePie1>
<ePie2></ePie2>
<ePie3></ePie3>
<ePie4></ePie4>
</div>
2024-04-17 10:02:10 +08:00
</div>
<div class="flex1">
2024-04-17 10:12:38 +08:00
<div class="yd_title left_2"></div>
2024-04-17 13:08:03 +08:00
<div class="selectLint">
<div class="selectBox">
2024-04-17 16:20:53 +08:00
<el-select
v-model="selectData.value1"
placeholder="请选择"
size="large"
@change="selectChange1"
>
<el-option
v-for="item in selectData.options1"
:key="item.value"
:label="item.label"
:value="item.value"
/>
2024-04-17 13:08:03 +08:00
</el-select>
</div>
<div class="selectBox">
2024-04-17 16:20:53 +08:00
<el-select
v-model="selectData.value2"
placeholder="请选择"
size="large"
@change="selectChange1"
>
<el-option
v-for="item in selectData.options2"
:key="item.value"
:label="item.label"
:value="item.value"
/>
2024-04-17 13:08:03 +08:00
</el-select>
</div>
</div>
2024-04-17 15:30:18 +08:00
<ePieRose :list="selectData.list"></ePieRose>
2024-04-12 09:26:48 +08:00
</div>
2024-04-17 10:02:10 +08:00
</div>
2024-04-17 13:19:11 +08:00
<div class="displayFlex center_bg">
2024-04-17 10:02:10 +08:00
<div class="flex1">
2024-04-17 10:12:38 +08:00
<div class="yd_title center_1"></div>
2024-04-17 15:25:43 +08:00
<div class="school">
<div class="schoolaBox">
<div class="schoola">
<span>1,211</span>
<span>学校总数</span>
</div>
<div class="schoola"><span>46,718</span> <span>学生总数</span></div>
<div class="schoola"><span>883</span> <span>班级总数</span></div>
<div class="schoola">
<span>4,381</span> <span>教职工总数</span>
</div>
</div>
<div class="schoolb">
<div class="grade">
<div class="schoolbs">
<span class="spot">初中</span> <span>7</span>
</div>
<div class="schoolbs">
<span class="spot">高中</span> <span>7</span>
</div>
</div>
<div class="grade">
<div class="schoolbs">
<span class="spot">小学</span> <span>7</span>
</div>
<div class="schoolbs">
<span class="spot">中职</span> <span>7</span>
</div>
</div>
<div class="grade grade1">
<div class="schoolbs schoolbs1">
<span class="spot">幼儿园</span> <span>7</span>
</div>
<div class="schoolbs">
<span class="spot">特殊教育</span> <span>7</span>
</div>
</div>
</div>
</div>
</div>
<div class="flex1">
<div
style="
width: 100%;
height: calc(100% - 46px);
display: flex;
flex-wrap: wrap;
"
>
<edie></edie>
<edXX></edXX>
</div>
2024-04-17 10:02:10 +08:00
</div>
2024-04-17 16:03:39 +08:00
<div class="flex1">
2024-04-17 16:20:53 +08:00
<div class="fundingBox">
<div class="funding">
<span>资助项目</span>
<span>资助数量</span>
<span>资助金额</span>
</div>
<div class="rolling">
<div
v-for="(item, index) in 20"
:key="index"
class="fundingContent"
>
<span class="spot">幼儿资助</span>
<span class="spot">379人次</span>
<span class="spot">70.88</span>
</div>
2024-04-17 16:03:39 +08:00
</div>
</div>
</div>
2024-04-17 10:02:10 +08:00
</div>
2024-04-17 10:12:38 +08:00
<div class="displayFlex right_bg">
2024-04-17 10:02:10 +08:00
<div class="flex1">
2024-04-17 10:12:38 +08:00
<div class="yd_title right_1"></div>
2024-04-17 13:19:11 +08:00
<div class="czr-sl">
<div class="historyimg historyimg1">
<span>覆盖医疗机构数量</span>
<span>22</span>
</div>
<div class="historyimg historyimg2">
<span>启用角色数量</span>
<span>101</span>
</div>
<!-- <img src="@/assets/eduImg/jyImg14.png" alt="" />
<img src="@/assets/eduImg/jyImg15.png" alt="" /> -->
</div>
<edCSR></edCSR>
</div>
<div class="flex11">
<div class="earlyWarning">
<div class="earlyWarning1">
<div>
<span class="green">16</span>
</div>
<img src="@/assets/eduImg/jyImg10.png" alt="" />
<div class="historyimg historyimg1">
<span>绿色预警</span>
</div>
</div>
<div class="earlyWarning1">
<div>
<span class="yellow">239</span>
</div>
<img src="@/assets/eduImg/jyImg9.png" alt="" />
<div class="historyimg historyimg2">
<span>黄色预警</span>
</div>
</div>
<div class="earlyWarning1">
<div>
<span class="red">139</span>
</div>
<img src="@/assets/eduImg/jyImg8.png" alt="" />
<div class="historyimg historyimg3">
<span>红色预警</span>
</div>
</div>
2024-04-17 10:02:10 +08:00
</div>
</div>
<div class="flex1">
2024-04-17 13:19:11 +08:00
<div style="display: flex; justify-content: center">
<div class="czr-bj">
<div class="czrBox">
<div class="situation situation1"></div>
2024-04-17 15:25:43 +08:00
<div class="column">
2024-04-17 16:03:39 +08:00
<div v-for="item in 20">测试信息</div>
2024-04-17 15:25:43 +08:00
</div>
2024-04-17 13:19:11 +08:00
</div>
<div class="czrBox">
<div class="situation situation2"></div>
</div>
2024-04-17 15:25:43 +08:00
<div class="situation situation3"></div>
<div class="czrBox"></div>
2024-04-17 13:19:11 +08:00
</div>
2024-04-12 09:26:48 +08:00
</div>
2024-04-17 13:19:11 +08:00
<!-- <eBubble></eBubble> -->
2024-04-12 09:26:48 +08:00
</div>
2024-04-17 10:02:10 +08:00
</div>
2024-04-12 09:26:48 +08:00
</div>
</template>
<script setup>
2024-04-17 16:20:53 +08:00
import { ref, reactive, onMounted, onBeforeMount } from "vue";
2024-04-17 13:19:11 +08:00
import edCSR from "./echarts_education/edCSR.vue";
2024-04-17 15:25:43 +08:00
import edXX from "./echarts_education/edXX.vue";
import edie from "./echarts_education/pie.vue";
2024-04-17 13:08:03 +08:00
import ePie1 from "./echarts_education/pie1.vue";
import ePie2 from "./echarts_education/pie2.vue";
import ePie3 from "./echarts_education/pie3.vue";
import ePie4 from "./echarts_education/pie4.vue";
import ePieRose from "./echarts_education/pieRose.vue";
2024-04-17 15:30:18 +08:00
const selectData = reactive({
2024-04-17 16:20:53 +08:00
value1: "111",
value2: "tes1",
options1: [
{
value: "111",
label: "2023秋季检查",
},
{
value: "222",
label: "2024春季检查",
},
],
options2: [
{
value: "tes1",
label: "中小学心理健康诊断测验(MHT",
},
{
value: "tes2",
label: "小学心理健康诊断测验",
},
{
value: "tes3",
label: "中学心理健康诊断",
},
],
2024-04-17 15:30:18 +08:00
list: [],
2024-04-17 16:20:53 +08:00
});
2024-04-17 15:30:18 +08:00
var roseData1 = ref([
{
2024-04-17 16:20:53 +08:00
name: "正常",
value: 17,
2024-04-17 13:08:03 +08:00
},
{
2024-04-17 16:20:53 +08:00
name: "关注",
value: 16,
2024-04-17 13:08:03 +08:00
},
{
2024-04-17 16:20:53 +08:00
name: "追踪",
value: 14,
2024-04-17 13:08:03 +08:00
},
{
2024-04-17 16:20:53 +08:00
name: "异常",
value: 8,
2024-04-17 13:08:03 +08:00
},
2024-04-17 15:30:18 +08:00
{
2024-04-17 16:20:53 +08:00
name: "警戒",
value: 8,
},
2024-04-17 15:30:18 +08:00
]);
var roseData2 = ref([
{
2024-04-17 16:20:53 +08:00
name: "正常",
value: 37,
2024-04-17 13:08:03 +08:00
},
{
2024-04-17 16:20:53 +08:00
name: "关注",
value: 26,
2024-04-17 13:08:03 +08:00
},
{
2024-04-17 16:20:53 +08:00
name: "追踪",
value: 24,
2024-04-17 13:08:03 +08:00
},
{
2024-04-17 16:20:53 +08:00
name: "异常",
value: 18,
2024-04-17 13:08:03 +08:00
},
2024-04-17 15:30:18 +08:00
{
2024-04-17 16:20:53 +08:00
name: "警戒",
value: 18,
},
2024-04-17 15:30:18 +08:00
]);
var roseData3 = ref([
{
2024-04-17 16:20:53 +08:00
name: "正常",
value: 227,
2024-04-17 15:30:18 +08:00
},
{
2024-04-17 16:20:53 +08:00
name: "关注",
value: 169,
2024-04-17 15:30:18 +08:00
},
{
2024-04-17 16:20:53 +08:00
name: "追踪",
value: 114,
2024-04-17 15:30:18 +08:00
},
{
2024-04-17 16:20:53 +08:00
name: "异常",
value: 98,
2024-04-17 15:30:18 +08:00
},
{
2024-04-17 16:20:53 +08:00
name: "警戒",
value: 78,
},
2024-04-17 15:30:18 +08:00
]);
const selectChange1 = () => {
2024-04-17 16:20:53 +08:00
if (selectData.value1 == "111") {
selectData.list = roseData1.value;
} else if (selectData.value2 == "tes1") {
selectData.list = roseData2.value;
} else if (selectData.value2 == "tes2") {
selectData.list = roseData3.value;
} else {
selectData.list = roseData1.value;
2024-04-17 15:30:18 +08:00
}
2024-04-17 16:20:53 +08:00
};
2024-04-17 15:30:18 +08:00
onBeforeMount(() => {
2024-04-17 16:20:53 +08:00
selectData.list = roseData1.value;
2024-04-17 15:30:18 +08:00
});
2024-04-12 09:26:48 +08:00
</script>
<style lang="scss" scoped>
2024-04-17 16:03:39 +08:00
::-webkit-scrollbar {
display: none; /* Chrome Safari */
}
2024-04-12 09:26:48 +08:00
.displayFlex {
2024-04-16 13:59:49 +08:00
box-sizing: border-box;
height: 100%;
2024-04-12 09:26:48 +08:00
display: flex;
flex-direction: column;
2024-04-16 13:59:49 +08:00
// flex: 1;
2024-04-17 10:02:10 +08:00
width: 30%;
2024-04-12 09:26:48 +08:00
}
2024-04-16 13:59:49 +08:00
2024-04-12 09:26:48 +08:00
.flex1 {
flex: 1;
2024-04-16 13:59:49 +08:00
// padding: 0 28px;
2024-04-12 09:26:48 +08:00
box-sizing: border-box;
}
2024-04-17 10:02:10 +08:00
2024-04-12 09:26:48 +08:00
.module {
display: flex;
2024-04-16 13:59:49 +08:00
width: 100%;
height: calc(100vh - 112px);
2024-04-12 09:26:48 +08:00
}
2024-04-17 10:02:10 +08:00
.left_bg {
width: 642px;
// height: 100%;
box-sizing: border-box;
padding-left: 50px;
2024-04-17 13:08:03 +08:00
padding-right: 20px;
2024-04-17 10:02:10 +08:00
margin-right: 28px;
background-image: url(@/assets/images/left_bg.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}
2024-04-17 15:30:18 +08:00
2024-04-17 13:19:11 +08:00
.center_bg {
width: 582px;
box-sizing: border-box;
padding-left: 10px;
2024-04-17 16:20:53 +08:00
padding-right: 10px;
2024-04-17 13:19:11 +08:00
background-image: url(@/assets/images/center_bg.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}
2024-04-17 15:30:18 +08:00
2024-04-17 10:12:38 +08:00
.right_bg {
width: 642px;
box-sizing: border-box;
padding-right: 50px;
padding-left: 20px;
margin-left: 28px;
background-image: url(@/assets/images/right_bg.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}
2024-04-17 13:08:03 +08:00
2024-04-17 10:12:38 +08:00
.left_1 {
background-image: url(@/assets/eduImg/title1.png);
2024-04-12 09:26:48 +08:00
background-repeat: no-repeat;
background-size: 100% 100%;
2024-04-17 10:12:38 +08:00
}
2024-04-17 13:08:03 +08:00
2024-04-17 10:12:38 +08:00
.left_2 {
background-image: url(@/assets/eduImg/title2.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}
2024-04-17 13:08:03 +08:00
2024-04-17 10:12:38 +08:00
.center_1 {
background-image: url(@/assets/eduImg/title3.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}
2024-04-17 13:08:03 +08:00
2024-04-17 13:19:11 +08:00
.right_1 {
2024-04-17 10:12:38 +08:00
background-image: url(@/assets/eduImg/title4.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}
2024-04-17 15:25:43 +08:00
// .yd_title {
// // background-image: url(@/assets/img_04.png);
// // background-repeat: no-repeat;
// // background-size: 100% 100%;
// box-sizing: border-box;
// width: 100%;
// height: 36px;
// position: relative;
// .text {
// font-size: 16px;
// font-family: SourceHanSansCN;
// font-weight: bold;
// color: #ffffff;
// position: absolute;
// left: 33px;
// top: 3px;
// }
// }
2024-04-12 09:26:48 +08:00
.basicInformation {
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding-top: 22px;
2024-04-17 10:02:10 +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 10:02:10 +08:00
2024-04-12 09:26:48 +08:00
.icon {
width: 79px;
height: 47px;
}
2024-04-17 10:02:10 +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 10:02:10 +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 10:02:10 +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 10:02:10 +08:00
2024-04-12 09:26:48 +08:00
img {
display: inline-block;
margin-right: 10px;
}
2024-04-17 10:02:10 +08:00
2024-04-12 09:26:48 +08:00
.visitLog_item_box {
flex: auto;
2024-04-17 10:02:10 +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 10:02:10 +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 10:02:10 +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 {
padding-top: 12px;
2024-04-17 10:02:10 +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-17 10:02:10 +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 10:02:10 +08:00
2024-04-12 09:26:48 +08:00
.property {
display: flex;
padding: 14px 0 10px;
2024-04-17 10:02:10 +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 10:02:10 +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 10:02:10 +08:00
2024-04-12 09:26:48 +08:00
p {
font-size: 21px;
font-weight: bold;
color: #48ece7;
}
}
}
2024-04-17 10:02:10 +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 10:02:10 +08:00
2024-04-12 09:26:48 +08:00
.activity_content {
margin: 0 -6px 12px;
display: flex;
2024-04-17 10:02:10 +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 10:02:10 +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 10:02:10 +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 10:02:10 +08:00
2024-04-12 09:26:48 +08:00
img {
width: 115px;
height: 84px;
margin-right: 21px;
}
2024-04-17 10:02:10 +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 10:02:10 +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 10:02:10 +08:00
2024-04-12 09:26:48 +08:00
p {
font-size: 14px;
font-weight: 400;
color: #818181;
line-height: 23px;
}
}
}
}
2024-04-17 13:19:11 +08:00
.yd_title {
// background-image: url(@/assets/img_04.png);
// background-repeat: no-repeat;
// background-size: 100% 100%;
box-sizing: border-box;
2024-04-17 15:25:43 +08:00
width: 98%;
2024-04-17 13:19:11 +08:00
height: 36px;
position: relative;
.text {
display: flex;
position: absolute;
font-size: 16px;
font-family: SourceHanSansCN;
font-weight: bold;
color: #ffffff;
position: absolute;
right: 5px;
top: 3px;
}
}
.mechanism {
background-image: url(@/assets/YLTitle/titleImg10.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}
2024-04-17 15:25:43 +08:00
.flex11 {
padding: 12px 0;
}
2024-04-17 13:19:11 +08:00
.czr-sl {
display: flex;
2024-04-17 15:30:18 +08:00
2024-04-17 13:19:11 +08:00
.historyimg {
width: 255px;
height: 56px;
background-repeat: no-repeat;
background-size: 100% 100%;
margin-top: 20px;
display: flex;
align-items: center;
justify-content: space-between;
padding-left: 70px;
2024-04-17 15:30:18 +08:00
2024-04-17 13:19:11 +08:00
span {
font-weight: 400;
font-size: 16px;
color: #ffffff;
line-height: 22px;
letter-spacing: 2px;
text-align: left;
font-style: normal;
font-family: PingFangSC, PingFang SC;
padding-right: 10px;
}
}
2024-04-17 15:30:18 +08:00
2024-04-17 13:19:11 +08:00
.historyimg1 {
background-image: url(@/assets/eduImg/jyImg14.png);
margin-right: 10px;
}
2024-04-17 15:30:18 +08:00
2024-04-17 13:19:11 +08:00
.historyimg2 {
background-image: url(@/assets/eduImg/jyImg15.png);
}
}
2024-04-17 15:30:18 +08:00
2024-04-17 13:19:11 +08:00
.earlyWarning {
height: calc(100% - 10px);
display: flex;
align-items: center;
justify-content: space-around;
2024-04-17 15:30:18 +08:00
2024-04-17 13:19:11 +08:00
.earlyWarning1 {
font-size: 26px;
color: #ffffff;
line-height: 30px;
letter-spacing: 1px;
text-align: center;
font-style: normal;
font-family: PangMenZhengDao;
display: flex;
flex-direction: column;
align-items: center;
2024-04-17 15:30:18 +08:00
2024-04-17 13:19:11 +08:00
img {
width: 136px;
height: 100px;
}
2024-04-17 15:30:18 +08:00
2024-04-17 13:19:11 +08:00
.green {
font-size: 26px;
font-weight: bold;
letter-spacing: 2px;
text-align: center;
font-style: normal;
font-family: DINAlternate, DINAlternate;
background-image: linear-gradient(180deg, #7be546 0%, #38ffb1 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
2024-04-17 15:30:18 +08:00
2024-04-17 13:19:11 +08:00
.yellow {
font-size: 26px;
font-weight: bold;
letter-spacing: 2px;
text-align: center;
font-style: normal;
font-family: DINAlternate, DINAlternate;
background-image: linear-gradient(180deg, #ee8404 0%, #efd404 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
2024-04-17 15:30:18 +08:00
2024-04-17 13:19:11 +08:00
.red {
font-size: 26px;
font-weight: bold;
letter-spacing: 2px;
text-align: center;
font-style: normal;
font-family: DINAlternate, DINAlternate;
background-image: linear-gradient(180deg, #ff3e00 0%, #ed5a2d 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.historyimg {
width: 133px;
height: 19px;
background-repeat: no-repeat;
background-size: 100% 100%;
margin-top: 20px;
display: flex;
align-items: center;
justify-content: center;
2024-04-17 15:30:18 +08:00
2024-04-17 13:19:11 +08:00
span {
font-weight: 500;
font-size: 14px;
color: #ffffff;
letter-spacing: 4px;
font-style: normal;
font-family: PingFangSC, PingFang SC;
}
}
2024-04-17 15:30:18 +08:00
2024-04-17 13:19:11 +08:00
.historyimg1 {
background-image: url(@/assets/eduImg/jyImg4.png);
}
2024-04-17 15:30:18 +08:00
2024-04-17 13:19:11 +08:00
.historyimg2 {
background-image: url(@/assets/eduImg/jyImg6.png);
}
2024-04-17 15:30:18 +08:00
2024-04-17 13:19:11 +08:00
.historyimg3 {
background-image: url(@/assets/eduImg/jyImg5.png);
}
}
}
2024-04-17 15:30:18 +08:00
2024-04-17 13:19:11 +08:00
.czr-bj {
width: 529px;
height: calc(100% - 26px);
background: rgba(0, 103, 165, 0.18);
box-shadow: inset 0px 0px 58px 0px rgba(37, 175, 252, 0.47);
border-radius: 2px;
padding: 20px 0 0 14px;
// box-sizing: border-box;
.czrBox {
height: 8vh;
2024-04-17 15:25:43 +08:00
.column {
height: calc(100% - 26px);
overflow-y: auto;
2024-04-17 16:03:39 +08:00
font-size: 14px;
color: #ffffff;
padding-left: 18px;
2024-04-17 15:25:43 +08:00
}
2024-04-17 13:19:11 +08:00
}
2024-04-17 15:30:18 +08:00
2024-04-17 13:19:11 +08:00
.situation {
width: 495px;
height: 26px;
background-repeat: no-repeat;
background-size: 100% 100%;
}
2024-04-17 15:30:18 +08:00
2024-04-17 13:19:11 +08:00
.situation1 {
background-image: url(@/assets/eduImg/jyImg11.png);
}
2024-04-17 15:30:18 +08:00
2024-04-17 13:19:11 +08:00
.situation2 {
background-image: url(@/assets/eduImg/jyImg12.png);
}
2024-04-17 15:30:18 +08:00
2024-04-17 13:19:11 +08:00
.situation3 {
background-image: url(@/assets/eduImg/jyImg13.png);
}
2024-04-17 15:25:43 +08:00
}
.school {
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: 10px 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;
}
}
.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: 6px 0 30px 0 0;
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: 8px;
height: 8px;
background-color: rgba(0, 230, 255, 1);
border-radius: 50%;
}
}
.grade1 {
padding: 18px 130px 0 150px;
box-sizing: border-box;
.schoolbs1 {
margin-right: 50px;
}
}
}
}
2024-04-17 16:20:53 +08:00
.fundingBox {
2024-04-17 16:03:39 +08:00
display: flex;
2024-04-17 16:20:53 +08:00
flex-direction: column;
2024-04-17 16:03:39 +08:00
align-items: center;
2024-04-17 16:20:53 +08:00
.funding {
width: 520px;
height: 34px;
margin-top: 20px;
// padding: 10px 0 14px 0;
box-sizing: border-box;
background-image: url(@/assets/eduImg/jyImg17.png);
background-repeat: no-repeat;
background-size: 100% 100%;
2024-04-17 16:03:39 +08:00
display: flex;
align-items: center;
justify-content: space-around;
2024-04-17 16:20:53 +08:00
// align-items: center;
// justify-content: center;
// flex-direction: column;
// justify-content: space-between;
2024-04-17 16:03:39 +08:00
span {
font-family: PingFangSC, PingFang SC;
2024-04-17 16:20:53 +08:00
font-weight: 500;
2024-04-17 16:03:39 +08:00
font-size: 14px;
color: #ffffff;
2024-04-17 16:20:53 +08:00
line-height: 20px;
2024-04-17 16:03:39 +08:00
letter-spacing: 3px;
}
}
2024-04-17 16:20:53 +08:00
.rolling {
width: 100%;
height: 14vh;
// height: calc(100% - 26px);
overflow-y: auto;
display: flex;
flex-direction: column;
align-items: center;
.fundingContent {
display: flex;
align-items: center;
justify-content: space-around;
margin-top: 10px;
width: 92%;
height: 34px;
box-sizing: border-box;
background-image: url(@/assets/eduImg/jyImg16.png);
span {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 14px;
color: #ffffff;
letter-spacing: 3px;
text-align: left;
font-style: normal;
}
}
}
}
2024-04-17 15:25:43 +08:00
2024-04-17 13:08:03 +08:00
.selectLint {
2024-04-17 13:51:18 +08:00
width: 94%;
2024-04-17 13:08:03 +08:00
display: flex;
margin: 30px 0 10px;
justify-content: space-between;
.selectBox {
width: 48%;
2024-04-17 16:20:53 +08:00
background-image: url(@/assets/eduImg/jyImg7.png);
2024-04-17 15:25:43 +08:00
background-repeat: no-repeat;
background-size: 100% 100%;
2024-04-17 13:08:03 +08:00
}
}
</style>
<style lang="scss">
.selectBox {
.el-select--large .el-select__wrapper {
font-size: 18px !important;
}
2024-04-17 13:45:32 +08:00
2024-04-17 13:08:03 +08:00
.el-select__wrapper {
2024-04-17 15:25:43 +08:00
background-color: rgba(255, 255, 255, 0) !important;
2024-04-17 13:08:03 +08:00
}
2024-04-17 13:45:32 +08:00
2024-04-17 15:25:43 +08:00
.el-select__placeholder {
2024-04-17 13:08:03 +08:00
color: #fff !important;
}
2024-04-17 13:45:32 +08:00
2024-04-17 15:25:43 +08:00
.el-select__caret {
2024-04-17 13:08:03 +08:00
color: #fff !important;
font-size: 18px !important;
}
2024-04-17 13:19:11 +08:00
}
2024-04-12 09:26:48 +08:00
</style>