diff --git a/src/assets/imgs/home/首页01_BG_@2x.png b/src/assets/imgs/home/首页01_BG_@2x.png new file mode 100644 index 0000000..3ec8a64 Binary files /dev/null and b/src/assets/imgs/home/首页01_BG_@2x.png differ diff --git a/src/assets/imgs/home/首页02_BG_@2x.png b/src/assets/imgs/home/首页02_BG_@2x.png new file mode 100644 index 0000000..2a32703 Binary files /dev/null and b/src/assets/imgs/home/首页02_BG_@2x.png differ diff --git a/src/layouts/DefaultLayout/index.vue b/src/layouts/DefaultLayout/index.vue index 63b12e2..11c5e90 100644 --- a/src/layouts/DefaultLayout/index.vue +++ b/src/layouts/DefaultLayout/index.vue @@ -201,7 +201,8 @@ onUnmounted(() => { left: 0; width: 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-position: center; z-index: -1;