首页背景图替换

This commit is contained in:
付民康
2025-03-25 09:24:02 +08:00
parent 46db32e9e8
commit 4f3affffa1
3 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 MiB

View File

@@ -201,7 +201,8 @@ onUnmounted(() => {
left: 0; left: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 1)),url('@/assets/imgs/home/background@2x.png'); //background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 1)),url('@/assets/imgs/home/首页01_BG_@2x.png');
background-image: url('@/assets/imgs/home/首页01_BG_@2x.png');
background-size: cover; background-size: cover;
background-position: center; background-position: center;
z-index: -1; z-index: -1;