From 8d48f2f55453635bf60e5e00d1e4746288e9da67 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 22 七月 2024 15:36:18 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 wechat_jiaxuan/components/authCard/authCard.less |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/wechat_jiaxuan/components/authCard/authCard.less b/wechat_jiaxuan/components/authCard/authCard.less
index 81d6107..dfadc94 100644
--- a/wechat_jiaxuan/components/authCard/authCard.less
+++ b/wechat_jiaxuan/components/authCard/authCard.less
@@ -1,7 +1,8 @@
 .container{
-  width: 750rpx;
+  width: 670rpx;
+  margin: 0 auto;
   background-color: #fff;
-  padding: 10rpx 40rpx;
+  padding: 10rpx 10rpx;
 }
 .wrap1{
   display: flex;
@@ -98,6 +99,7 @@
       .name{
         display: flex;
         margin-bottom: 20rpx;
+        font-size: 28rpx;
         .icon{
           width: 60rpx;
           height: 60rpx;
@@ -111,6 +113,14 @@
             width: 36rpx;
           }
         }
+        .text{
+          flex: 1;
+          overflow : hidden;
+          text-overflow: ellipsis;
+          display: -webkit-box;
+          -webkit-line-clamp: 2;
+          -webkit-box-orient: vertical;
+        }
       }
       .addr{
         display: flex;

--
Gitblit v1.9.3