1.更新西安大屏样式
This commit is contained in:
2024-06-15 13:51:44 +08:00
parent 1adff85a83
commit f6129b7aa4
12 changed files with 138 additions and 83 deletions
+1 -3
View File
@@ -1,6 +1,6 @@
<template>
<div class="outer">
<div class="title-d">
<div class="title-d outer-title" :class="themeType">
<div class="title-d-left">
{{ dayTimeO }}
</div>
@@ -329,14 +329,12 @@
line-height: 80px;
display: flex;
padding-bottom: 9px;
background: url('/@/assets/images/top-title.png') no-repeat;
background-size: 100% 100%;
.title-d-left,
.title-d-middle,
.title-d-right {
font-size: 27px;
color: #ffffff;
line-height: 60px;
text-align: center;
}