From 437144f41c74505d362a5214a18cec3d01b3ce4b Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期一, 10 十月 2022 17:51:30 +0800
Subject: [PATCH] 2022.10.10
---
pages/m_user/mine/mine.wxss | 25 +++++++++++++++++++++++++
1 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/pages/m_user/mine/mine.wxss b/pages/m_user/mine/mine.wxss
index 623d764..a8668fd 100644
--- a/pages/m_user/mine/mine.wxss
+++ b/pages/m_user/mine/mine.wxss
@@ -5,6 +5,13 @@
padding-bottom: 30px;
}
+.fyui-cell_select {
+ font-size: 16px;
+ padding-top: 12px;
+ padding-bottom: 12px;
+ border-bottom: 1px solid var(--fyui-BG_1);
+}
+
.flex-h {
justify-content: flex-start;
align-items: center;
@@ -36,10 +43,28 @@
}
.user-tag {
+ display: flex;
font-size: 12px;
color: var(--fyui-text-color_2);
}
.title:active {
background-color: var(--fyui-BG-COLOR-ACTIVE);
+}
+
+.user-authentication {
+ display: flex;
+ justify-content: space-between;
+}
+
+.user-authentication>view {
+ text-align: center;
+ padding: 36px 16px;
+ font-size: 14px;
+ color: var(--fyui-text-color_1);
+}
+
+.user-authentication>view>image {
+ width: 40px;
+ height: 40px;
}
\ No newline at end of file
--
Gitblit v1.9.3