代码提交

This commit is contained in:
lixiaobang 2023-02-10 16:06:33 +08:00
parent ebf89e56b0
commit ce5b969fd4
1 changed files with 12 additions and 1 deletions

View File

@ -11,7 +11,10 @@
</div>
</div>
<div class="topCenter">
国网南京雨花供电营业厅
<div class="topText">
国网南京雨花供电营业厅
</div>
</div>
<div class="topRight"></div>
</div>
@ -67,6 +70,14 @@ export default {
height: 100%;
background: url("./assets/images/topBg.png") no-repeat;
background-size: 100% 100%;
display: flex;
justify-content: center;
.topText{
height: 65%;
font-size: 35px;
display: flex;
align-items: center;
}
}
.topRight{
width: 11%;