From d41f1f707dc643b726a42b9d2a63b186dd9e4f28 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 06 八月 2024 16:12:38 +0800
Subject: [PATCH] ll

---
 wechat_jiaxuan/components/authCard/authCard.wxss |   24 ++++++++++++++++++------
 1 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/wechat_jiaxuan/components/authCard/authCard.wxss b/wechat_jiaxuan/components/authCard/authCard.wxss
index c5ef4f9..67c7017 100644
--- a/wechat_jiaxuan/components/authCard/authCard.wxss
+++ b/wechat_jiaxuan/components/authCard/authCard.wxss
@@ -1,7 +1,8 @@
 .container {
-  width: 750rpx;
+  width: 670rpx;
+  margin: 0 auto;
   background-color: #fff;
-  padding: 10rpx 40rpx;
+  padding-bottom: 10rpx;
 }
 .wrap1 {
   display: flex;
@@ -31,7 +32,7 @@
   font-weight: 600;
   font-size: 32rpx;
   color: #111111;
-  margin-bottom: 2rpx;
+  margin-bottom: 6rpx;
 }
 .wrap1 .content .desc {
   font-weight: 300;
@@ -64,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 {
@@ -88,16 +90,16 @@
 .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 {
   display: flex;
   margin-bottom: 20rpx;
+  font-size: 28rpx;
 }
 .wrap2 .list .item .name .icon {
   width: 60rpx;
@@ -111,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;
@@ -125,6 +136,7 @@
 }
 .wrap2 .list .item .addr .left .icon {
   width: 24rpx;
+  height: 24rpx;
 }
 .wrap2 .list .item .addr .right {
   display: flex;

--
Gitblit v1.9.3