From 26fb0b3e76f52212a2cef49a0bc0b94e7425880c Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 29 七月 2024 10:55:10 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

---
 wechat_jiaxuan/components/authCard/authCard.wxss |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/wechat_jiaxuan/components/authCard/authCard.wxss b/wechat_jiaxuan/components/authCard/authCard.wxss
index c5ef4f9..94cc6a7 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: 10rpx 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;
@@ -98,6 +99,7 @@
 .wrap2 .list .item .name {
   display: flex;
   margin-bottom: 20rpx;
+  font-size: 28rpx;
 }
 .wrap2 .list .item .name .icon {
   width: 60rpx;
@@ -112,6 +114,14 @@
 .wrap2 .list .item .name .icon image {
   width: 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;
   justify-content: space-between;

--
Gitblit v1.9.3