1.修改大屏问题
This commit is contained in:
2025-09-29 15:41:01 +08:00
parent 7154314e93
commit e4d3e3ba1c
8 changed files with 89 additions and 60 deletions
@@ -54,6 +54,7 @@
onMounted(() => {
getTime();
rightDate.value = '累计运行时间:' + (dayjs().diff(dayjs(initDate.value), 'days') + 1) + ' 天';
document.title = '健康咨询平台';
});
watch(
@@ -72,7 +73,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;
@@ -100,10 +101,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;
}
}