From e3a8d46ed7f215a7ad1d61d7e6d3a853e3922361 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 30 七月 2024 19:13:47 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia
---
wechat_jiaxuan/components/authCard/authCard.wxss | 15 +++++++++++++--
1 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/wechat_jiaxuan/components/authCard/authCard.wxss b/wechat_jiaxuan/components/authCard/authCard.wxss
index 60a6a1b..10eae7f 100644
--- a/wechat_jiaxuan/components/authCard/authCard.wxss
+++ b/wechat_jiaxuan/components/authCard/authCard.wxss
@@ -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 {
@@ -113,6 +114,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 +137,7 @@
}
.wrap2 .list .item .addr .left .icon {
width: 24rpx;
+ height: 24rpx;
}
.wrap2 .list .item .addr .right {
display: flex;
--
Gitblit v1.9.3