diff --git a/dist.zip b/dist.zip new file mode 100644 index 0000000..f917af7 Binary files /dev/null and b/dist.zip differ diff --git a/src/assets/images/sy/jtcx.png b/src/assets/images/sy/jtcx.png new file mode 100644 index 0000000..d30ffd3 Binary files /dev/null and b/src/assets/images/sy/jtcx.png differ diff --git a/src/view/sy.vue b/src/view/sy.vue index ef88113..851b226 100644 --- a/src/view/sy.vue +++ b/src/view/sy.vue @@ -180,7 +180,9 @@ class="left_3_1_item" @click="showDialog('就业培训', '/api/ggfwyth/jypxList')" > -
{{ data.employmentService.jypx }}
+
+ {{ data.employmentService.jypx }} +
就业培训
@@ -188,7 +190,7 @@ class="left_3_1_item" @click="showDialog('就业见习服务', '/api/ggfwyth/jyjxfwList')" > -
{{ data.employmentService.jyjxfw }}
+
{{ data.employmentService.jyjxfw }}
就业见习服务
@@ -196,7 +198,7 @@ class="left_3_1_item" @click="showDialog('就业援助', '/api/ggfwyth/jyyzList')" > -
{{ data.employmentService.jyyz }}
+
{{ data.employmentService.jyyz }}
就业援助
@@ -1075,7 +1077,7 @@ const data = reactive({ name: "公共自行车", key1: "骑行次数", key1_value: "117231", - dw:"人次", + dw: "人次", key2: "骑行时长", key2_value: "1283时", img: ggjtimg, @@ -1084,7 +1086,7 @@ const data = reactive({ name: "电动单车", key1: "骑行次数", key1_value: "1172491", - dw:"人次", + dw: "人次", key2: "骑行时长", key2_value: "1283时", img: ggjtimg1, @@ -1093,7 +1095,7 @@ const data = reactive({ name: "公共汽车", key1: "公交线路", key1_value: "176", - dw:"条", + dw: "条", key2: "乘坐人次", key2_value: "239741人次", img: ggjtimg2, @@ -1102,7 +1104,7 @@ const data = reactive({ name: "长途汽车", key1: "班车次数", key1_value: "133", - dw:"次", + dw: "次", key2: "客流量", key2_value: "192874人次", img: ggjtimg3, @@ -1111,7 +1113,7 @@ const data = reactive({ name: "高铁", key1: "列车班次", key1_value: "23", - dw:"次", + dw: "次", key2: "客流量", key2_value: "113414人次", img: ggjtimg4, @@ -2017,7 +2019,7 @@ onBeforeMount(async () => { } .last_1 { - background-image: url(@/assets/images/sy/new_jtsy.png); + background-image: url(@/assets/images/sy/jtcx.png); background-repeat: no-repeat; background-size: 100% 100%; } @@ -2246,8 +2248,8 @@ onBeforeMount(async () => { margin-top: 15px; .sr { - display: flex; - align-items: center; + // display: flex; + // align-items: center; .left { font-weight: 400; diff --git a/src/view/sy_details.vue b/src/view/sy_details.vue index 7a84081..81ba480 100644 --- a/src/view/sy_details.vue +++ b/src/view/sy_details.vue @@ -9,22 +9,22 @@ -
+
- - - - - + + + + +
@@ -47,13 +47,13 @@ -
+
-
+
@@ -730,7 +739,7 @@ onMounted(() => { .module { width: 100%; height: 943px; - margin-top: 112px; + margin-top: 125px; display: flex; justify-content: space-between; padding: 10px 45px; @@ -905,20 +914,20 @@ onMounted(() => { } } .backgroundVirtual { - position: absolute; - top: 0; - width: 100%; - height: 79px; - // background: linear-gradient( - // 270deg, - // rgba(0, 52, 131, 0.20) 0%, - // rgba(0, 32, 83, 0.30) 50%, - // rgba(0, 60, 131, 0.40) 100% - // ); - box-shadow: inset 0px 0px 55px 0px rgba(173, 221, 255, 1); - // backdrop-filter: blur(0px); - z-index: 99; - } + position: absolute; + top: 0; + width: 100%; + height: 79px; + // background: linear-gradient( + // 270deg, + // rgba(0, 52, 131, 0.20) 0%, + // rgba(0, 32, 83, 0.30) 50%, + // rgba(0, 60, 131, 0.40) 100% + // ); + box-shadow: inset 0px 0px 55px 0px rgba(173, 221, 255, 1); + // backdrop-filter: blur(0px); + z-index: 99; + } }