From 741d1f7b2e2ac1c3f89d80dfac7625e3427e2367 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 12 十月 2022 17:43:02 +0800
Subject: [PATCH] 2022.10.12

---
 pages/m_user/mine/mine.wxss |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/pages/m_user/mine/mine.wxss b/pages/m_user/mine/mine.wxss
index 6b3e5cd..a8668fd 100644
--- a/pages/m_user/mine/mine.wxss
+++ b/pages/m_user/mine/mine.wxss
@@ -43,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