From 5656daeb79c6d4d3f9fc78f981c7faf96582d2f1 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 11 八月 2022 14:24:29 +0800
Subject: [PATCH] 登录注册模块、

---
 app.wxss |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/app.wxss b/app.wxss
index 628e0a5..a96fbbe 100644
--- a/app.wxss
+++ b/app.wxss
@@ -71,6 +71,11 @@
   margin: 8px;
   color: white;
   padding: 8px;
+  text-align: center;
+}
+
+.submit:active {
+  background-color: var(--fyui-BG-COLOR-ACTIVE);
 }
 
 /********************************** 閫氱敤-end ***********************************/
@@ -250,7 +255,7 @@
   width: 100%;
   height: auto;
   border-radius: 0px;
-  font-size: medium;
+  font-size: large;
   font-weight: 600;
   /* background-color: greenyellow; */
 }
@@ -268,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