diff --git a/src/components/service-info/service-info.vue b/src/components/service-info/service-info.vue
index 335cd1cc3f73d530a82406b63bbc3be5132d11cc..3e2aa58b1d50a54cd8d4e5e2e6f6559f810b686a 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;
+}