Compare commits
4 Commits
19b69e323c
...
bf19a791a1
Author | SHA1 | Date |
---|---|---|
|
bf19a791a1 | |
|
6dad24c3ba | |
|
cb3227f8a6 | |
|
ce5b969fd4 |
33
src/App.vue
|
@ -12,9 +12,19 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="topCenter">
|
||||
国网南京雨花供电营业厅
|
||||
<div class="topText">
|
||||
<img src="./assets/images/topText.png"/>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="topRight">
|
||||
<div>
|
||||
天气 :
|
||||
<img src="./assets/weather/sun.png"/>
|
||||
多云
|
||||
</div>
|
||||
<div style="color:rgb(57,173,194)">| 5~25℃</div>
|
||||
</div>
|
||||
<div class="topRight"></div>
|
||||
</div>
|
||||
<div class="main">
|
||||
<router-view />
|
||||
|
@ -52,7 +62,7 @@ export default {
|
|||
width: 100%;
|
||||
height: 8.6%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
jjustify-content: space-evenly;
|
||||
.topLeft{
|
||||
width: 11%;
|
||||
height: 55%;
|
||||
|
@ -68,11 +78,22 @@ export default {
|
|||
height: 100%;
|
||||
background: url("./assets/images/topBg.png") no-repeat;
|
||||
background-size: 100% 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
.topText{
|
||||
height: 65%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
.topRight{
|
||||
width: 11%;
|
||||
height: 100%;
|
||||
border: 1px solid blue;
|
||||
width: 12%;
|
||||
height: 50%;
|
||||
color:#ffffff;
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
align-items: center;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
.main{
|
||||
|
|
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.6 KiB |