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 | 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