Commit d34ba71a authored by 刘殿昕's avatar 刘殿昕

调优

parent 4d07df3e
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<p class="des_p">{{ data.descript }}</p> <p class="des_p">{{ data.descript }}</p>
<div class="jiage_d"> <div class="jiage_d">
<div class="dbn_wkdn"> <div class="dbn_wkdn">
&nbsp;&nbsp;格:<span class="ndwa_indowa"> <span class="gnekg_fwf"><span style="margin-right: 30px;"></span>格:</span><span class="ndwa_indowa">
{{ {{
specification && specification.money specification && specification.money
? specification.money * (showTime ? duration : 1) ? specification.money * (showTime ? duration : 1)
...@@ -54,8 +54,9 @@ ...@@ -54,8 +54,9 @@
<span class="kfdf_jffa">金币</span> <span class="kfdf_jffa">金币</span>
</div> </div>
<div class="nmd_kwd"> <div class="nmd_kwd">
月售:<span class="ndwa_dn">{{ data.month_sale }}</span <span class="bgnerighur">月售:<span class="ndwa_dn">{{ data.month_sale }}</span
><img src="@/assets/imgs/shop_ic_star.png" class="dwin_diwa" /> ></span>
<img src="@/assets/imgs/shop_ic_star.png" class="dwin_diwa" />
<span class="dn_wjd">{{ data.scoreDetail.avgScore }}</span> <span class="dn_wjd">{{ data.scoreDetail.avgScore }}</span>
</div> </div>
</div> </div>
...@@ -495,45 +496,48 @@ export default { ...@@ -495,45 +496,48 @@ export default {
margin-left: 120px; margin-left: 120px;
} }
.dbn_wkdn { .dbn_wkdn {
color: #8890a7; color: #242c43;
font-size: 14px; font-size: 14px;
} }
.ndwa_indowa { .ndwa_indowa {
color: #e56600; color: #e56600;
font-size: 26px; font-size: 32px;
font-weight: bold; font-weight: bold;
margin: 0 8px 0 20px;
} }
.kfdf_jffa { .kfdf_jffa {
color: #e56600; color: #e56600;
font-size: 14px; font-size: 14px;
position: relative;
bottom: 6px;
} }
.nmd_kwd { .nmd_kwd {
color: #8890a7; color: #242c43;
} }
.ndwa_dn { .ndwa_dn {
color: #242c43; color: #242c43;
} }
.dn_wjd { .dn_wjd {
color: #ea7d19; color: #ea7d19;
font-size: 18px; font-size: 20px;
position: relative; position: relative;
font-weight: bold; font-weight: bold;
} }
.dwin_diwa { .dwin_diwa {
width: 14px; width: 14px;
height: 14px; height: 14px;
margin-left: 20px; margin-left: 42px;
margin-right: 4px; margin-right: 4px;
position: relative; position: relative;
} }
.dn_wjd::after { .dn_wjd::after {
content: ""; content: "";
position: absolute; position: absolute;
width: 2px; width: 1px;
height: 16px; height: 14px;
background-color: #e3e5ef; background-color:#eccb8a;
top: 5px; top: 8px;
left: -35px; left: -44px;
} }
.service_add_cart { .service_add_cart {
width: 192px; width: 192px;
...@@ -599,11 +603,15 @@ export default { ...@@ -599,11 +603,15 @@ export default {
width: 896px; width: 896px;
height: 72px; height: 72px;
margin-bottom: 16px; margin-bottom: 16px;
padding: 20px; padding: 20px 30px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
} }
.gnekg_fwf {
position: relative;
bottom: 6px;
}
.spec_des { .spec_des {
margin-left: 128px; margin-left: 128px;
color: rgba(88, 97, 122, 0.5); color: rgba(88, 97, 122, 0.5);
...@@ -611,6 +619,10 @@ export default { ...@@ -611,6 +619,10 @@ export default {
line-height: 14px; line-height: 14px;
margin-top: 8px; margin-top: 8px;
} }
.bgnerighur {
position: relative;
bottom: 1px;
}
</style> </style>
<style> <style>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment