footer 调整

This commit is contained in:
17792275749
2025-07-01 11:41:32 +08:00
parent 20db1b7441
commit 48d9695efd
2 changed files with 30 additions and 12 deletions
@@ -105,7 +105,10 @@
</div>
</template>
<div class="footer">公共事务中心&emsp;开始时间{{ startDay }}</div>
<div class="footer">
<div>公共事务中心</div>
<div>开始时间{{ startDay }}</div>
</div>
</div>
</template>
@@ -988,13 +991,19 @@ export default {
}
.footer {
color: #ffffff;
width: 100%;
height: 95px;
font-size: 32px;
font-weight: bold;
text-align: center;
line-height: 95px;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
> div {
color: #ffffff;
height: 95px;
font-size: 32px;
font-weight: bold;
line-height: 95px;
}
}
.nullData {
@@ -101,7 +101,10 @@
</div>
</template>
<div class="footer">公共事务中心&emsp;开始时间{{ startDay }}</div>
<div class="footer">
<div>公共事务中心</div>
<div>开始时间{{ startDay }}</div>
</div>
</div>
</template>
@@ -1020,13 +1023,19 @@ export default {
}
.footer {
color: #ffffff;
width: 100%;
height: 95px;
font-size: 32px;
font-weight: bold;
text-align: center;
line-height: 95px;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
> div {
color: #ffffff;
height: 95px;
font-size: 32px;
font-weight: bold;
line-height: 95px;
}
}
.nullData {