diff --git a/public/index.html b/public/index.html index 57a0ef71..01b8c8c4 100644 --- a/public/index.html +++ b/public/index.html @@ -19,9 +19,11 @@ justify-content: center; align-items: center; flex-direction: column; - background: #757F9A; - background: -webkit-linear-gradient(to top, #D7DDE8, #757F9A); - background: linear-gradient(to top, #D7DDE8, #757F9A); + /* background: #757F9A; */ + /* background: -webkit-linear-gradient(to top, #D7DDE8, #757F9A); */ + /* background: linear-gradient(to top, #D7DDE8, #757F9A); */ + background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898; + background-blend-mode: multiply,multiply; } .d2-app-loading-title { color: #FFF; diff --git a/src/layout/header-aside/components/header-user/index.vue b/src/layout/header-aside/components/header-user/index.vue index 62de837b..37d17d0e 100644 --- a/src/layout/header-aside/components/header-user/index.vue +++ b/src/layout/header-aside/components/header-user/index.vue @@ -9,9 +9,7 @@