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 | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/wechat_jiaxuan/components/authCard/authCard.wxss b/wechat_jiaxuan/components/authCard/authCard.wxss
index c03535e..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,7 @@
}
.wrap2 .list .item .name .icon image {
width: 36rpx;
+ height: 36rpx;
}
.wrap2 .list .item .name .text {
flex: 1;
@@ -135,6 +136,7 @@
}
.wrap2 .list .item .addr .left .icon {
width: 24rpx;
+ height: 24rpx;
}
.wrap2 .list .item .addr .right {
display: flex;
--
Gitblit v1.9.3