From eb7366f400867d3f401fe60f06d848d6d1448457 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期一, 17 十月 2022 17:41:56 +0800
Subject: [PATCH] 2022.10.17
---
pages/m_user/userlogin/userlogin.wxss | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/pages/m_user/userlogin/userlogin.wxss b/pages/m_user/userlogin/userlogin.wxss
index edcbdea..debe055 100644
--- a/pages/m_user/userlogin/userlogin.wxss
+++ b/pages/m_user/userlogin/userlogin.wxss
@@ -19,4 +19,28 @@
.login-btn_text:active {
color: #2f655b71;
+}
+
+.weui-agree {
+ margin-top: 50px;
+ /* font-size: 14px; */
+}
+
+.weui-agree__text>text {
+ color: #3CD0B6;
+}
+
+.page {
+ justify-content: space-between;
+ background-color: transparent;
+}
+
+.page__bd{
+ flex: 1;
+ color: var(--fyui-text-color_1);
+}
+
+.page__ft{
+ font-size: 12px;
+ color: var(--fyui-text-color_3);
}
\ No newline at end of file
--
Gitblit v1.9.3