From d34ba71afbed1b5c426125f9423ec9a5e88030aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=AE=BF=E6=98=95?= Date: Fri, 27 Nov 2020 19:10:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E4=BC=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/service-info/service-info.vue | 40 +++++++++++++------- 1 file changed, 26 insertions(+), 14 deletions(-) diff --git a/src/components/service-info/service-info.vue b/src/components/service-info/service-info.vue index 335cd1c..3e2aa58 100644 --- a/src/components/service-info/service-info.vue +++ b/src/components/service-info/service-info.vue @@ -44,7 +44,7 @@

{{ data.descript }}

- 价  格: + 格: {{ specification && specification.money ? specification.money * (showTime ? duration : 1) @@ -54,8 +54,9 @@ 金币
- 月售:{{ data.month_sale }} 笔 + 月售:{{ data.month_sale }} 笔 + {{ data.scoreDetail.avgScore }}
@@ -495,45 +496,48 @@ export default { margin-left: 120px; } .dbn_wkdn { - color: #8890a7; + color: #242c43; font-size: 14px; } .ndwa_indowa { color: #e56600; - font-size: 26px; + font-size: 32px; font-weight: bold; + margin: 0 8px 0 20px; } .kfdf_jffa { color: #e56600; font-size: 14px; + position: relative; + bottom: 6px; } .nmd_kwd { - color: #8890a7; + color: #242c43; } .ndwa_dn { color: #242c43; } .dn_wjd { color: #ea7d19; - font-size: 18px; + font-size: 20px; position: relative; font-weight: bold; } .dwin_diwa { width: 14px; height: 14px; - margin-left: 20px; + margin-left: 42px; margin-right: 4px; position: relative; } .dn_wjd::after { content: ""; position: absolute; - width: 2px; - height: 16px; - background-color: #e3e5ef; - top: 5px; - left: -35px; + width: 1px; + height: 14px; + background-color:#eccb8a; + top: 8px; + left: -44px; } .service_add_cart { width: 192px; @@ -599,11 +603,15 @@ export default { width: 896px; height: 72px; margin-bottom: 16px; - padding: 20px; + padding: 20px 30px; display: flex; justify-content: space-between; align-items: center; } +.gnekg_fwf { + position: relative; + bottom: 6px; +} .spec_des { margin-left: 128px; color: rgba(88, 97, 122, 0.5); @@ -611,6 +619,10 @@ export default { line-height: 14px; margin-top: 8px; } +.bgnerighur { + position: relative; + bottom: 1px; +}