Compare commits

..

4 Commits

Author SHA1 Message Date
lixiaobang bf19a791a1 代码提交 2023-02-10 17:21:20 +08:00
lixiaobang 6dad24c3ba 代码提交 2023-02-10 17:19:29 +08:00
lixiaobang cb3227f8a6 代码提交 2023-02-10 16:55:35 +08:00
lixiaobang ce5b969fd4 代码提交 2023-02-10 16:06:33 +08:00
21 changed files with 27 additions and 6 deletions

View File

@ -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>
天气&nbsp;:&nbsp;
<img src="./assets/weather/sun.png"/>
多云
</div>
<div style="color:rgb(57,173,194)">|&nbsp;&nbsp;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{

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
src/assets/weather/gale.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
src/assets/weather/hail.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
src/assets/weather/moon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
src/assets/weather/rain.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
src/assets/weather/sand.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
src/assets/weather/smog.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
src/assets/weather/snow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
src/assets/weather/sun.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB