1.调整首页图标及界面
This commit is contained in:
2025-11-04 09:32:06 +08:00
parent ef86526095
commit c7f571399a
5 changed files with 69 additions and 54 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 271 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 KiB

+69 -54
View File
@@ -5,23 +5,28 @@
<div class="sun-title-left"> <div class="sun-title-left">
{{ dateInfo?.day }} {{ dateInfo?.times }}<span style="margin-left: 30px">{{ rightDate }}</span> {{ dateInfo?.day }} {{ dateInfo?.times }}<span style="margin-left: 30px">{{ rightDate }}</span>
</div> </div>
<div class="sun-title-center">{{ getCenterInfo.screenTitle || '健康服务中心' }}</div> <div class="sun-title-center">健康服务中心</div>
<div class="sun-title-right"></div> <div class="sun-title-right"></div>
</div> </div>
<div class="body-box"> <div class="body-box">
<div class="item-list-d"> <div class="item-list-d">
<div v-for="(item, index) in itemList" :key="`list-item-${index}`" @click="toOther(index)"> <!-- <div v-for="(item, index) in itemList" :key="`list-item-${index}`" @click="toOther(index)">-->
<div> <!-- <div>-->
<img :src="item.img" alt="" /> <!-- <img :src="item.img" alt="" />-->
</div> <!-- </div>-->
<div> <!-- <div>-->
{{ item.label }} <!-- {{ item.label }}-->
</div> <!-- </div>-->
</div> <!-- </div>-->
<template v-for="(item, index) in imgList" :key="`img-list-${index}`">
<img :src="item" alt="" @click="toOther(index)" />
</template>
</div> </div>
<div class="bottom-d"> <div class="bottom-d">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;秉持统一规范高效联通自主运算智能提取原则健康服务中心创新构建健康监测健康咨询急救服务三位一体的数字化平台打造覆盖预防干预急救全链条的智慧健康保障体系该平台动态可视化追踪重点人群健康指标依托远程医疗打破资源地域限制构建分钟级急救响应通道实现健康信息互联共享与闭环管理推动健康服务从被动应对主动防控升级为员工身心健康构筑坚实防线是守护油田员工健康的数字哨兵和新疆油田公司建设5000万吨现代化综合性能源公司的健康基石 <span style="word-break: break-all">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;秉持统一规范高效联通自主运算智能提取原则健康服务中心创新构建健康监测健康咨询急救服务三位一体的数字化平台打造覆盖预防干预急救全链条的智慧健康保障体系该平台动态可视化追踪重点人群健康指标依托远程医疗打破资源地域限制构建分钟级急救响应通道实现健康信息互联共享与闭环管理推动健康服务从被动应对主动防控升级为员工身心健康构筑坚实防线是守护油田员工健康的数字哨兵和新疆油田公司建设5000万吨现代化综合性能源公司的健康基石
</span>
</div> </div>
<div class="spin-d" v-if="loading"> <div class="spin-d" v-if="loading">
@@ -38,9 +43,12 @@
import { getAuthCache } from '/@/utils/auth.ts'; import { getAuthCache } from '/@/utils/auth.ts';
import { startTime } from '/@/utils/utils.ts'; import { startTime } from '/@/utils/utils.ts';
const { getCenterInfo } = useUserStore(); const { getCenterInfo } = useUserStore();
import consultPng from '/@/assets/img/homePage/consult.png'; // import consultPng from '/@/assets/img/homePage/consult.png';
import emergencyPng from '/@/assets/img/homePage/emergency.png'; // import emergencyPng from '/@/assets/img/homePage/emergency.png';
import monitorPng from '/@/assets/img/homePage/monitor.png'; // import monitorPng from '/@/assets/img/homePage/monitor.png';
import itemOnePng from '/@/assets/homePage/itemOne.png';
import itemTwoPng from '/@/assets/homePage/itemTwo.png';
import itemThreePng from '/@/assets/homePage/itemThree.png';
import { useRouter } from 'vue-router'; import { useRouter } from 'vue-router';
import { queryAnYanTokenApi } from '/@/views/indexSun/indexSun.api.ts'; import { queryAnYanTokenApi } from '/@/views/indexSun/indexSun.api.ts';
import { message } from 'ant-design-vue'; import { message } from 'ant-design-vue';
@@ -51,21 +59,22 @@
const initDate = ref(startTime); const initDate = ref(startTime);
const router = useRouter(); const router = useRouter();
const loading = ref<boolean>(false); const loading = ref<boolean>(false);
const imgList = [itemOnePng, itemTwoPng, itemThreePng];
const itemList = [ // const itemList = [
{ // {
label: '健康监测平台', // label: '健康监测平台',
img: monitorPng, // img: monitorPng,
}, // },
{ // {
label: '急救服务平台', // label: '急救服务平台',
img: emergencyPng, // img: emergencyPng,
}, // },
{ // {
label: '健康咨询平台', // label: '健康咨询平台',
img: consultPng, // img: consultPng,
}, // },
]; // ];
onMounted(() => { onMounted(() => {
getTime(); getTime();
@@ -149,7 +158,7 @@
.sun-screen-box { .sun-screen-box {
height: 100vh; height: 100vh;
letter-spacing: 2px; letter-spacing: 2px;
background: url('/@/assets/indexSun/bigBg.png') no-repeat; background: url('/@/assets/homePage/bg.jpg') no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@@ -191,7 +200,7 @@
flex: 1; flex: 1;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding: 0 151px; padding: 0 80px;
position: relative; position: relative;
.item-list-d { .item-list-d {
@@ -199,31 +208,36 @@
justify-content: space-between; justify-content: space-between;
padding-top: 130px; padding-top: 130px;
> div { > img {
width: 480px; width: 560px;
height: 520px; height: 220px;
border: 1px solid #77849e;
border-radius: 10px;
color: #ffffff;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-weight: 400;
font-size: 40px;
cursor: pointer;
background: rgba(21, 38, 87, 0.2);
img {
width: 234px;
height: 253px;
}
&:hover {
border-color: #00ccff;
color: #00ccff;
background: rgba(21, 38, 87, 0.6);
}
} }
//> div {
// width: 480px;
// height: 520px;
// border: 1px solid #77849e;
// border-radius: 10px;
// color: #ffffff;
// display: flex;
// flex-direction: column;
// justify-content: center;
// align-items: center;
// font-weight: 400;
// font-size: 40px;
// cursor: pointer;
// background: rgba(21, 38, 87, 0.2);
// img {
// width: 234px;
// height: 253px;
// }
//
// &:hover {
// border-color: #00ccff;
// color: #00ccff;
// background: rgba(21, 38, 87, 0.6);
// }
//}
} }
.bottom-d { .bottom-d {
@@ -232,7 +246,8 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
font-weight: 500; font-weight: 500;
font-size: 18px; font-family: HarmonyOS Sans SC;
font-size: 36px;
color: #c9daff; color: #c9daff;
} }