From cacdfd4e896906b51a8255fac3a2bb3329158c92 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Fri, 26 Jul 2024 15:00:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=B4=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/my/indextaociliaoList.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/my/indextaociliaoList.vue b/pages/my/indextaociliaoList.vue index e5ab203..f90614e 100644 --- a/pages/my/indextaociliaoList.vue +++ b/pages/my/indextaociliaoList.vue @@ -355,7 +355,7 @@ white-space: nowrap; } .item-view{ - width:60%; + width:59%; height: 100%; display: flex; flex-direction: column; @@ -364,8 +364,8 @@ padding:5rpx 0; } .item-img{ - width: 240rpx; - height: 200rpx; + width: 246rpx; + height: 206rpx; border-radius: 14rpx; position: relative; } @@ -390,8 +390,8 @@ height: 100%; } .item { - width: 96%; - margin: 0 2% ; + width: 100%; + margin:0 auto; display: flex; flex-direction: row; justify-content: space-between; @@ -400,7 +400,7 @@ border-radius: 21rpx; margin-top:10px; align-items: center; - padding:20rpx; + padding:16rpx; } .item-detail { @@ -477,7 +477,7 @@ font-weight: bold; position: absolute; right:40rpx; - top: 20rpx; + top: 19rpx; font-size: 30rpx; display: flex; align-items: center;