From 9382eab44c3be56e5517dad86cfd26257ea03a98 Mon Sep 17 00:00:00 2001
From: XT-202209211744\Administrator <623844246@qq.com>
Date: Wed, 02 Nov 2022 22:41:36 +0800
Subject: [PATCH] 最新

---
 src/page/home/components/GoLogin.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/page/home/components/GoLogin.vue b/src/page/home/components/GoLogin.vue
index f9d2deb..bb978ed 100644
--- a/src/page/home/components/GoLogin.vue
+++ b/src/page/home/components/GoLogin.vue
@@ -37,10 +37,12 @@
     > div {
         width: 90%;
         height: 100%;
-        background: rgb(28,28,30);
+        background: rgba(39,39,51,0.85);
         border-radius: .2228rem;
         display: flex;
         align-items: center;
+        -webkit-backdrop-filter: blur(10px);
+        backdrop-filter: blur(10px);
     }
     .left_mess {
         width: 70%;
@@ -71,4 +73,4 @@
     }
 }
 
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3