From f6002b22ea5c6284812c231e56cf4a2ca602d78d Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 22 Nov 2021 15:26:04 +0800
Subject: [PATCH] 签到样式

---
 public/zhiwenDemo/app.css |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/public/zhiwenDemo/app.css b/public/zhiwenDemo/app.css
index 164d0a9..6787192 100644
--- a/public/zhiwenDemo/app.css
+++ b/public/zhiwenDemo/app.css
@@ -22,14 +22,14 @@
     flex-direction: column;
 }
 #main {
-    width: 100%;
+    width: 96%;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: space-around;
 }
 #imgs {
-    width: 100%;
+    width: 256px;
     height: 180px;
     /* border: 1px  dashed #fff; */
     /* border-image:url(/img/zhiwen/zhi.png) 30 300 round; */
@@ -52,7 +52,7 @@
     opacity: 0.9;
 }
 #butDiv {
-    width: 100%;
+    width: 200px;
     height: 180px;
     display: flex;
     align-items: center;
@@ -88,8 +88,9 @@
 }
 #connect_server {
     width: 66px;
-    height: 40px;
+    height: 35px;
     border: none;
+    font-size: 16px;
     background-color: #409eff;
     border-radius: 5px;
     color: #fff;
@@ -109,13 +110,14 @@
     left: 13px;
 }
 #onceGgin {
-    width: 66px;
-    height: 40px;
+    width: 60px;
+    height: 31px;
+    font-size: 12px;
     border: none;
     background-color: #409eff;
     border-radius: 5px;
     color: #fff;
     display: none;
     position: relative;
-    left: 13px;
+    left: 8px;
 }

--
Gitblit v1.9.3