健康咨询平台实时时间

This commit is contained in:
huangzhen
2025-09-30 10:18:06 +08:00
26 changed files with 841 additions and 316 deletions
@@ -33,6 +33,7 @@
import healthContentBottomItem2 from './components/healthContentBottomItem2.vue';
import healthContentBottomItem3 from './components/healthContentBottomItem3.vue';
import healthContentBottomItem4 from './components/healthContentBottomItem4.vue';
import { ref, onMounted, watch, onUnmounted } from 'vue';
import dayjs from 'dayjs';
import { startTime } from '/@/utils/utils.ts';
@@ -72,6 +73,7 @@
getTime();
updateRightDate();
startTimer(); // 启动定时器
document.title = '健康咨询平台';
});
watch(
@@ -97,7 +99,7 @@
background-size: 100% 100%;
.sun-screen-title {
height: 87px;
height: 80px;
background: url('/@/assets/indexSun/bg.png') no-repeat;
background-size: 100% 100%;
display: flex;
@@ -125,10 +127,10 @@
.sun-title-center {
flex: 1;
font-size: 58px;
font-size: 50px;
letter-spacing: 10px;
// text-shadow: 2px 2px 5px rgba(118, 141, 219, 0.53);
font-weight: 400;
font-weight: bold;
font-family: PangMenZhengDao;
}
}