footer 调整
This commit is contained in:
@@ -105,7 +105,10 @@
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<div class="footer">公共事务中心 开始时间:{{ 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">公共事务中心 开始时间:{{ 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 {
|
||||
|
||||
Reference in New Issue
Block a user