背景图修改

This commit is contained in:
BianLzhaoMin 2025-06-09 16:16:21 +08:00
parent 5fa12af177
commit 095ac7d45e
2 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

@ -212,7 +212,8 @@ export default {
.homePage {
width: 1920px;
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%;
color: #fff;
position: relative;