From 3840831a56e66ae8ea51e63aca201fd53dda09f7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=B0=8F=E8=AF=BA?= <15099670051>
Date: Thu, 18 Feb 2021 13:18:11 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=9B=B4=E6=96=B0=E3=80=91=E6=9B=B4?=
=?UTF-8?q?=E6=8D=A2=E7=99=BB=E5=BD=95=E7=95=8C=E9=9D=A2=E5=9B=BE=E7=89=87?=
=?UTF-8?q?=E5=8F=8A=E7=BB=86=E8=8A=82=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
_web/src/assets/background.svg | 69 -------------------
.../components/GlobalHeader/GlobalHeader.vue | 2 +-
_web/src/components/tools/UserMenu.vue | 2 +-
_web/src/layouts/UserLayout.vue | 5 +-
4 files changed, 5 insertions(+), 73 deletions(-)
delete mode 100644 _web/src/assets/background.svg
diff --git a/_web/src/assets/background.svg b/_web/src/assets/background.svg
deleted file mode 100644
index 89c25976..00000000
--- a/_web/src/assets/background.svg
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
\ No newline at end of file
diff --git a/_web/src/components/GlobalHeader/GlobalHeader.vue b/_web/src/components/GlobalHeader/GlobalHeader.vue
index d06a4896..7db65f07 100644
--- a/_web/src/components/GlobalHeader/GlobalHeader.vue
+++ b/_web/src/components/GlobalHeader/GlobalHeader.vue
@@ -10,7 +10,7 @@
diff --git a/_web/src/components/tools/UserMenu.vue b/_web/src/components/tools/UserMenu.vue
index 172ac2f9..770378bf 100644
--- a/_web/src/components/tools/UserMenu.vue
+++ b/_web/src/components/tools/UserMenu.vue
@@ -59,7 +59,7 @@
{{ item.name }}
diff --git a/_web/src/layouts/UserLayout.vue b/_web/src/layouts/UserLayout.vue
index d32cd1ba..25f63181 100644
--- a/_web/src/layouts/UserLayout.vue
+++ b/_web/src/layouts/UserLayout.vue
@@ -66,9 +66,10 @@ export default {
width: 100%;
min-height: 100%;
background-color: #ffffff;
- background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cpolygon fill='%2340a7cc' points='957 450 539 900 1396 900'/%3E%3Cpolygon fill='%23c6dbe1' points='957 450 872.9 900 1396 900'/%3E%3Cpolygon fill='%2350a7c5' points='-60 900 398 662 816 900'/%3E%3Cpolygon fill='%23c0d7da' points='337 900 398 662 816 900'/%3E%3Cpolygon fill='%235fa6be' points='1203 546 1552 900 876 900'/%3E%3Cpolygon fill='%23bad3d4' points='1203 546 1552 900 1162 900'/%3E%3Cpolygon fill='%236fa6b8' points='641 695 886 900 367 900'/%3E%3Cpolygon fill='%23b3cfcd' points='587 900 641 695 886 900'/%3E%3Cpolygon fill='%237ea5b1' points='1710 900 1401 632 1096 900'/%3E%3Cpolygon fill='%23adcbc7' points='1710 900 1401 632 1365 900'/%3E%3Cpolygon fill='%238ea5aa' points='1210 900 971 687 725 900'/%3E%3Cpolygon fill='%23a7c7c0' points='943 900 1210 900 971 687'/%3E%3C/svg%3E");
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='88' y1='88' x2='0' y2='0'%3E%3Cstop offset='0' stop-color='%23064e77'/%3E%3Cstop offset='1' stop-color='%230a7dbe'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='75' y1='76' x2='168' y2='160'%3E%3Cstop offset='0' stop-color='%238f8f8f'/%3E%3Cstop offset='0.09' stop-color='%23b3b3b3'/%3E%3Cstop offset='0.18' stop-color='%23c9c9c9'/%3E%3Cstop offset='0.31' stop-color='%23dbdbdb'/%3E%3Cstop offset='0.44' stop-color='%23e8e8e8'/%3E%3Cstop offset='0.59' stop-color='%23f2f2f2'/%3E%3Cstop offset='0.75' stop-color='%23fafafa'/%3E%3Cstop offset='1' stop-color='%23FFFFFF'/%3E%3C/linearGradient%3E%3Cfilter id='c' x='0' y='0' width='200%25' height='200%25'%3E%3CfeGaussianBlur in='SourceGraphic' stdDeviation='12' /%3E%3C/filter%3E%3C/defs%3E%3Cpolygon fill='url(%23a)' points='0 174 0 0 174 0'/%3E%3Cpath fill='%23000' fill-opacity='.5' filter='url(%23c)' d='M121.8 174C59.2 153.1 0 174 0 174s63.5-73.8 87-94c24.4-20.9 87-80 87-80S107.9 104.4 121.8 174z'/%3E%3Cpath fill='url(%23b)' d='M142.7 142.7C59.2 142.7 0 174 0 174s42-66.3 74.9-99.3S174 0 174 0S142.7 62.6 142.7 142.7z'/%3E%3C/svg%3E");
background-attachment: fixed;
- background-size: cover;
+ background-repeat: no-repeat;
+ background-position: top left;
padding: 110px 0 144px;
position: relative;