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 | 24 ++++++++++++++++++------
1 files changed, 18 insertions(+), 6 deletions(-)
diff --git a/wechat_jiaxuan/components/authCard/authCard.less b/wechat_jiaxuan/components/authCard/authCard.less
index 81d6107..1f28e2b 100644
--- a/wechat_jiaxuan/components/authCard/authCard.less
+++ b/wechat_jiaxuan/components/authCard/authCard.less
@@ -1,7 +1,8 @@
.container{
- width: 750rpx;
+ width: 670rpx;
+ margin: 0 auto;
background-color: #fff;
- padding: 10rpx 40rpx;
+ padding-bottom: 10rpx;
}
.wrap1{
display: flex;
@@ -29,7 +30,7 @@
font-weight: 600;
font-size: 32rpx;
color: #111111;
- margin-bottom: 2rpx;
+ margin-bottom: 6rpx;
}
.desc{
font-weight: 300;
@@ -63,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;
}
@@ -89,15 +91,15 @@
.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;
margin-bottom: 20rpx;
+ font-size: 28rpx;
.icon{
width: 60rpx;
height: 60rpx;
@@ -109,7 +111,16 @@
margin-right: 20rpx;
image{
width: 36rpx;
+ height: 36rpx;
}
+ }
+ .text{
+ flex: 1;
+ overflow : hidden;
+ text-overflow: ellipsis;
+ display: -webkit-box;
+ -webkit-line-clamp: 2;
+ -webkit-box-orient: vertical;
}
}
.addr{
@@ -123,6 +134,7 @@
color: #999999;
.icon{
width: 24rpx;
+ height: 24rpx;
}
}
.right{
--
Gitblit v1.9.3