From b2d360d9113b6955287108ca9e90d76a1f3c1419 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期日, 29 九月 2024 15:05:11 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

---
 wechat_jiaxuan/components/idCard/index.less |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/wechat_jiaxuan/components/idCard/index.less b/wechat_jiaxuan/components/idCard/index.less
index 4bf5502..cd49674 100644
--- a/wechat_jiaxuan/components/idCard/index.less
+++ b/wechat_jiaxuan/components/idCard/index.less
@@ -1,9 +1,13 @@
 .user {
+  position: fixed;
+  top: 0;
+  left: 0;
+  z-index: 999;
   width: 750rpx;
   padding: 0 40rpx;
   height: 148rpx;
   background: #FFFFFF;
-  border-radius: 8rpx;
+  // border-radius: 0 0 8rpx 8rpx;
   padding: 0 30rpx;
   display: flex;
   align-items: center;
@@ -12,7 +16,7 @@
 
     .name {
       font-size: 30rpx;
-      margin-bottom: 12rpx;
+      margin-bottom: 10rpx;
     }
 
     .desc {
@@ -36,7 +40,10 @@
       align-items: center;
       justify-content: center;
       margin-left: 70rpx;
+      font-size: 20rpx;
+      color: #333333;
       .icon{
+        margin-bottom: 6rpx;
         width: 44rpx;
         height: 44rpx;
       }

--
Gitblit v1.9.3