From 1a6905045d38bb50b0c6554c3440bdfd339c8d23 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 30 七月 2024 19:13:46 +0800
Subject: [PATCH] ‘’

---
 wechat_jiaxuan/components/authCard/authCard.less |   21 +++++++++++++++++----
 1 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/wechat_jiaxuan/components/authCard/authCard.less b/wechat_jiaxuan/components/authCard/authCard.less
index 81d6107..be32644 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;
@@ -29,7 +30,7 @@
       font-weight: 600;
       font-size: 32rpx;
       color: #111111;
-      margin-bottom: 2rpx;
+      margin-bottom: 6rpx;
     }
     .desc{
       font-weight: 300;
@@ -63,9 +64,10 @@
         display: flex;
         align-items: center;
         font-weight: 600;
-        font-size: 36rpx;
+        font-size: 34rpx;
         .icon{
           width: 36rpx;
+          height: 36rpx;
           margin-right: 12rpx;
           
         }
@@ -98,6 +100,7 @@
       .name{
         display: flex;
         margin-bottom: 20rpx;
+        font-size: 28rpx;
         .icon{
           width: 60rpx;
           height: 60rpx;
@@ -109,7 +112,16 @@
           margin-right: 20rpx;
           image{
             width: 36rpx;
+            height: 36rpx;
           }
+        }
+        .text{
+          flex: 1;
+          overflow : hidden;
+          text-overflow: ellipsis;
+          display: -webkit-box;
+          -webkit-line-clamp: 2;
+          -webkit-box-orient: vertical;
         }
       }
       .addr{
@@ -123,6 +135,7 @@
           color: #999999;
           .icon{
             width: 24rpx;
+            height: 24rpx;
           }
         }
         .right{

--
Gitblit v1.9.3