From 0f2fdf16f47bd2d1d8fee86449c3a5095ccc8c23 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 21 十月 2022 18:32:04 +0800
Subject: [PATCH] 首发版本 2022.10.21

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

diff --git a/pages/m_user/mine/mine.wxss b/pages/m_user/mine/mine.wxss
index 6b3e5cd..c6d237d 100644
--- a/pages/m_user/mine/mine.wxss
+++ b/pages/m_user/mine/mine.wxss
@@ -43,10 +43,54 @@
 }
 
 .user-tag {
+  display: flex;
   font-size: 12px;
   color: var(--fyui-text-color_2);
 }
 
 .title:active {
   background-color: var(--fyui-BG-COLOR-ACTIVE);
+}
+
+.user-authentication {
+  position: relative;
+  display: flex;
+  justify-content: space-between;
+}
+
+.user-authentication>view {
+  position: relative;
+  text-align: center;
+  padding: 20px 16px;
+  font-size: 14px;
+  color: var(--fyui-text-color_2);
+}
+
+.user-authentication>view>image {
+  width: 40px;
+  height: 40px;
+}
+
+.user-authentication .status-1{
+  position: absolute;
+  top: 36px;
+  right: 10px;
+  font-size: 10px;
+  color: white;
+  background-color: #05EDC4;
+  border: white 2px solid;
+  padding: 0 4px;
+  border-radius: 4px;
+}
+
+.user-authentication .status-2{
+  position: absolute;
+  top: 36px;
+  right: 10px;
+  font-size: 10px;
+  color: white;
+  background-color: #F20202;
+  border: white 2px solid;
+  padding: 0 4px;
+  border-radius: 4px;
 }
\ No newline at end of file

--
Gitblit v1.9.3