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/authCard/authCard.less |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/wechat_jiaxuan/components/authCard/authCard.less b/wechat_jiaxuan/components/authCard/authCard.less
index dfadc94..1f28e2b 100644
--- a/wechat_jiaxuan/components/authCard/authCard.less
+++ b/wechat_jiaxuan/components/authCard/authCard.less
@@ -2,7 +2,7 @@
   width: 670rpx;
   margin: 0 auto;
   background-color: #fff;
-  padding: 10rpx 10rpx;
+  padding-bottom: 10rpx;
 }
 .wrap1{
   display: flex;
@@ -30,7 +30,7 @@
       font-weight: 600;
       font-size: 32rpx;
       color: #111111;
-      margin-bottom: 2rpx;
+      margin-bottom: 6rpx;
     }
     .desc{
       font-weight: 300;
@@ -64,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;
           
         }
@@ -90,11 +91,10 @@
     .item{
       flex-shrink: 0;
       width: 305rpx;
-      height: 184rpx;
       background: rgba(176,135,113,0.05) #FFFFFF;
       box-shadow: 0rpx 4rpx 12rpx 0rpx rgba(0,0,0,0.12);
       border-radius: 8rpx;
-      padding: 20rpx;
+      padding: 24rpx 20rpx;
       margin-right: 20rpx;
       .name{
         display: flex;
@@ -111,6 +111,7 @@
           margin-right: 20rpx;
           image{
             width: 36rpx;
+            height: 36rpx;
           }
         }
         .text{
@@ -133,6 +134,7 @@
           color: #999999;
           .icon{
             width: 24rpx;
+            height: 24rpx;
           }
         }
         .right{

--
Gitblit v1.9.3