代码提交
This commit is contained in:
parent
ebf89e56b0
commit
ce5b969fd4
13
src/App.vue
13
src/App.vue
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue