1.添加新疆大屏新首页
This commit is contained in:
2025-10-13 15:37:36 +08:00
parent 028cc03aeb
commit 98ff86f89c
7 changed files with 261 additions and 11 deletions
+6 -2
View File
@@ -3,7 +3,7 @@
<login-out-button out-url="login" />
<div class="sun-screen-title">
<div class="sun-title-left">
{{ dateInfo?.day }} {{ dateInfo?.times }}<span style="margin-left: 10px">{{ rightDate }}</span>
{{ dateInfo?.day }} {{ dateInfo?.times }}<span style="margin-left: 30px">{{ rightDate }}</span>
</div>
<div class="sun-title-center">{{ getCenterInfo.screenTitle || '健康服务中心' }}</div>
<div class="sun-title-right">
@@ -732,22 +732,26 @@
font-size: 20px;
color: #fff;
text-align: center;
font-family: MicrosoftYaHei-Bold;
.sun-title-left {
text-align: left;
flex: 1;
line-height: 60px;
padding-left: 15px;
font-weight: bold;
}
.sun-title-right {
flex: 1;
text-align: right;
line-height: 50px;
padding-right: 30px;
> button {
&:nth-child(1) {
margin-right: 10px;
}
&:nth-child(2) {
margin-right: 30px;
}
}
}