From 2f72cf1a3a30b665619e7fcaa2657e225598554e Mon Sep 17 00:00:00 2001
From: flowstocktrading <tsm1258011@proton.me>
Date: Thu, 03 Nov 2022 18:22:54 +0800
Subject: [PATCH] 备份

---
 src/page/home/components/GoLogin.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/page/home/components/GoLogin.vue b/src/page/home/components/GoLogin.vue
index f9d2deb..259822f 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%;
@@ -60,7 +62,7 @@
         > .btn {
             width: 1.7949rem;
             height: .7692rem;
-            background: rgb(54,124,248);
+            background: rgb(25,122,246);
             border-radius: .1064rem;
             display: flex;
             justify-content: center;
@@ -71,4 +73,4 @@
     }
 }
 
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3