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.wxss |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/wechat_jiaxuan/components/authCard/authCard.wxss b/wechat_jiaxuan/components/authCard/authCard.wxss
index 60a6a1b..67c7017 100644
--- a/wechat_jiaxuan/components/authCard/authCard.wxss
+++ b/wechat_jiaxuan/components/authCard/authCard.wxss
@@ -2,7 +2,7 @@
   width: 670rpx;
   margin: 0 auto;
   background-color: #fff;
-  padding: 10rpx 10rpx;
+  padding-bottom: 10rpx;
 }
 .wrap1 {
   display: flex;
@@ -32,7 +32,7 @@
   font-weight: 600;
   font-size: 32rpx;
   color: #111111;
-  margin-bottom: 2rpx;
+  margin-bottom: 6rpx;
 }
 .wrap1 .content .desc {
   font-weight: 300;
@@ -65,10 +65,11 @@
   display: flex;
   align-items: center;
   font-weight: 600;
-  font-size: 36rpx;
+  font-size: 34rpx;
 }
 .wrap2 .header .left .name .icon {
   width: 36rpx;
+  height: 36rpx;
   margin-right: 12rpx;
 }
 .wrap2 .header .left .desc {
@@ -89,11 +90,10 @@
 .wrap2 .list .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;
 }
 .wrap2 .list .item .name {
@@ -113,6 +113,15 @@
 }
 .wrap2 .list .item .name .icon image {
   width: 36rpx;
+  height: 36rpx;
+}
+.wrap2 .list .item .name .text {
+  flex: 1;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  display: -webkit-box;
+  -webkit-line-clamp: 2;
+  -webkit-box-orient: vertical;
 }
 .wrap2 .list .item .addr {
   display: flex;
@@ -127,6 +136,7 @@
 }
 .wrap2 .list .item .addr .left .icon {
   width: 24rpx;
+  height: 24rpx;
 }
 .wrap2 .list .item .addr .right {
   display: flex;

--
Gitblit v1.9.3