Commit fcb085d8 authored by Xuguangxing's avatar Xuguangxing

fix

parent 92f39003
...@@ -101,8 +101,8 @@ ...@@ -101,8 +101,8 @@
class="skuPrice" class="skuPrice"
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: 15px;">¥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
> >
...@@ -368,7 +368,7 @@ body { ...@@ -368,7 +368,7 @@ body {
left: 0; left: 0;
display: flex; display: flex;
width: 100%; width: 100%;
background-image: url('https://img.lkbang.net/activity/share/default/skuInfoBg.png'); background-image: #fff url('https://img.lkbang.net/activity/share/default/skuInfoBg.png');
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover; background-size: cover;
} }
...@@ -388,6 +388,7 @@ body { ...@@ -388,6 +388,7 @@ body {
// font-weight: lighter; // font-weight: lighter;
// } // }
.skuImg .skuInfo .skuSuccess { .skuImg .skuInfo .skuSuccess {
height: 100%;
flex: 1; flex: 1;
flex-shrink: 0; flex-shrink: 0;
display: flex; display: flex;
......
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