From d637a86dab2753cd9e9818e53ea21e4cb93b3a33 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 2 Jul 2024 15:56:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=84=E4=BB=B7=E6=8C=89=E9=92=AE=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E8=8C=83=E5=9B=B4=E5=8F=98=E5=A4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fengdu/AppStore/components/Evaluate.vue | 33 +++++++++++-------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/src/project/fengdu/AppStore/components/Evaluate.vue b/src/project/fengdu/AppStore/components/Evaluate.vue index e4a5cb1..7189f0c 100644 --- a/src/project/fengdu/AppStore/components/Evaluate.vue +++ b/src/project/fengdu/AppStore/components/Evaluate.vue @@ -28,7 +28,9 @@
- 评价 +
+ 评价 +
{{ item.shopName }}
@@ -206,18 +208,21 @@ export default { width: calc(100% - 168px); .right-btn { position: absolute; - top: 32px; - right: 32px; - width: 112px; - line-height: 48px; - background: #2D7DFF; - border-radius: 24px; - padding-left: 20px; - box-sizing: border-box; - font-family: PingFangSC-Regular; - font-weight: 400; - font-size: 24px; - color: #FFF; + top: 0; + right: 0; + padding: 32px; + div { + width: 112px; + line-height: 48px; + background: #2D7DFF; + border-radius: 24px; + padding-left: 20px; + box-sizing: border-box; + font-family: PingFangSC-Regular; + font-weight: 400; + font-size: 24px; + color: #FFF; + } img { width: 28px; height: 28px; @@ -226,7 +231,7 @@ export default { } } .store-name { - width: calc(100% - 128px); + width: calc(100% - 192px); line-height: 40px; font-family: PingFangSC-Medium; font-weight: 500;