From 7dc29ed74ebaa8a0e66f68264d9a13f95dc3af21 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 02 八月 2024 11:09:06 +0800
Subject: [PATCH] aa

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

diff --git a/wechat_jiaxuan/components/idCard/index.less b/wechat_jiaxuan/components/idCard/index.less
index 6bb6291..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 {

--
Gitblit v1.9.3