From a82b8c09ca795a4b6273b03a79ba488f6cce5eb0 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期四, 11 八月 2022 15:54:21 +0800
Subject: [PATCH] 微信一键登录

---
 app.wxss |   27 +++++++++++++++++++++++++--
 1 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/app.wxss b/app.wxss
index 373a62f..a96fbbe 100644
--- a/app.wxss
+++ b/app.wxss
@@ -65,6 +65,19 @@
   bottom: 0
 }
 
+.submit {
+  border-radius: 4px;
+  background: linear-gradient(to right, #6DF1A9, #62EBCF);
+  margin: 8px;
+  color: white;
+  padding: 8px;
+  text-align: center;
+}
+
+.submit:active {
+  background-color: var(--fyui-BG-COLOR-ACTIVE);
+}
+
 /********************************** 閫氱敤-end ***********************************/
 
 /********************************** 涓荤晫闈㈣儗鏅�-start ***********************************/
@@ -177,6 +190,16 @@
   background-color: white;
 }
 
+.fyui-box:before{
+  content: " ";
+  width: 100%;
+  height: 1px;
+  background-color: var(--fyui-BG_1);
+  top: -2px;
+  position: absolute;
+  
+}
+
 .fyui-box:active {
   background-color: var(--fyui-BG-COLOR-ACTIVE);
 }
@@ -232,7 +255,7 @@
   width: 100%;
   height: auto;
   border-radius: 0px;
-  font-size: medium;
+  font-size: large;
   font-weight: 600;
   /* background-color: greenyellow; */
 }
@@ -250,7 +273,7 @@
 
 .fyui-box__text .fyui-box__bd .fyui-box__content {
   color: var(--fyui-text-color_3);
-  font-size: x-small;
+  font-size: medium;
 }
 
 .fyui-box__text .fyui-box__bd .fyui-box__tag {

--
Gitblit v1.9.3