Merge branch 'master' of http://git.lgzn.space/lixiaobang/YingYeTing
33
src/App.vue
|
@ -12,9 +12,19 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="topCenter">
|
<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>
|
||||||
<div class="topRight"></div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<router-view />
|
<router-view />
|
||||||
|
@ -52,7 +62,7 @@ export default {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 8.6%;
|
height: 8.6%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
jjustify-content: space-evenly;
|
||||||
.topLeft{
|
.topLeft{
|
||||||
width: 11%;
|
width: 11%;
|
||||||
height: 55%;
|
height: 55%;
|
||||||
|
@ -68,11 +78,22 @@ export default {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: url("./assets/images/topBg.png") no-repeat;
|
background: url("./assets/images/topBg.png") no-repeat;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
.topText{
|
||||||
|
height: 65%;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.topRight{
|
.topRight{
|
||||||
width: 11%;
|
width: 12%;
|
||||||
height: 100%;
|
height: 50%;
|
||||||
border: 1px solid blue;
|
color:#ffffff;
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-evenly;
|
||||||
|
align-items: center;
|
||||||
|
color: #fff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.main{
|
.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 |