From d1304ff4c5e62c30fac5a6971c9bac7656caf278 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Tue, 25 Jun 2024 09:52:48 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E8=B4=AD=E7=89=A9=E8=BD=A6):[#1864]?= =?UTF-8?q?=E8=B4=AD=E7=89=A9=E8=BD=A6=E5=95=86=E5=AE=B6=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E8=BF=87=E9=95=BF=EF=BC=8C=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E2=80=9C=E8=BF=9B=E5=BA=97=E9=80=9B=E9=80=9B=E2=80=9D=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E5=AD=97=E6=A0=B7=E6=8A=98=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/cart.vue | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/pages/cart.vue b/pages/cart.vue index c916231..240dd75 100644 --- a/pages/cart.vue +++ b/pages/cart.vue @@ -29,7 +29,7 @@ class="group-item" > - + - {{ item['merName'] }} + {{ item['merName'] }} 进店逛逛 @@ -560,7 +559,7 @@ view { .group-item { width: 710rpx; margin: 12rpx 20rpx; - padding: 8rpx 8rpx 32rpx 20rpx; + padding: 20rpx 8rpx 32rpx 20rpx; background: #FFFFFF; border-radius: 12rpx; @@ -570,6 +569,20 @@ view { margin-right: 8rpx; border-radius: 50%; } + .mer-left { + width: calc(100% - 140rpx); + } + .mer-name { + width: calc(100% - 104rpx); + color: #333; + font-size: 30rpx; + } + .hotle-btn { + justify-content: flex-end; + width: 140rpx; + color: #E92727; + font-size: 24rpx; + } } .good-box {