Commit c9e582dc authored by Xuguangxing's avatar Xuguangxing

feat: 处理图片海报价格问题

parent fe9ee03f
...@@ -102,9 +102,9 @@ ...@@ -102,9 +102,9 @@
style="width: 653px;font-size: 34px;padding-left: 32px;margin-right: 10px;" style="width: 653px;font-size: 34px;padding-left: 32px;margin-right: 10px;"
> >
<span class="groupPriceContainer">拼团价 ¥</span> <span class="groupPriceContainer">拼团价 ¥</span>
<span class="groupPrice" style="font-size: 64px;margin-right: 10px;">¥0</span> <span class="groupPrice" style="font-size: 64px;margin-right: 15px;">¥0</span>
<span class="salePrice" style="line-height: 134px;font-size: 34px;" <span class="salePrice" style="line-height: 134px;font-size: 34px;"
>¥{{ sharePicData.activityPrice }}</span >售价¥{{ sharePicData.activityPrice }}</span
> >
</div> </div>
<div class="skuSuccess"> <div class="skuSuccess">
...@@ -375,10 +375,10 @@ body { ...@@ -375,10 +375,10 @@ body {
display: inline-block; display: inline-block;
color: @white; color: @white;
} }
.skuImg .skuInfo .skuPrice .salePrice { // .skuImg .skuInfo .skuPrice .salePrice {
text-decoration: line-through; // text-decoration: line-through;
font-weight: lighter; // font-weight: lighter;
} // }
.skuImg .skuInfo .skuSuccess { .skuImg .skuInfo .skuSuccess {
flex: 1; flex: 1;
flex-shrink: 0; flex-shrink: 0;
......
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