背景图修改
This commit is contained in:
parent
5fa12af177
commit
095ac7d45e
Binary file not shown.
|
After Width: | Height: | Size: 1.5 MiB |
|
|
@ -212,7 +212,8 @@ export default {
|
||||||
.homePage {
|
.homePage {
|
||||||
width: 1920px;
|
width: 1920px;
|
||||||
height: 1080px;
|
height: 1080px;
|
||||||
background: url(../../assets/img/myImage/screenBg.png) no-repeat center;
|
// background: url(../../assets/img/myImage/screenBg.png) no-repeat center;
|
||||||
|
background: url('../../assets/img/screen_new_bg.png') no-repeat center;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue