|
|
@@ -31,7 +31,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="module-wrap shop-detail">
|
|
|
- <view class="module-tit app-size-30">商品详情</view>
|
|
|
+ <view class="module-tit app-size-32 app-bold">商品详情</view>
|
|
|
<view class="module-det">
|
|
|
<view class="module-det-text">
|
|
|
<view class="preview-page">
|
|
|
@@ -49,7 +49,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="module-wrap shop-desc">
|
|
|
- <view class="module-tit app-size-30">{{ common_title }}</view>
|
|
|
+ <view class="module-tit app-size-32 app-bold">{{ common_title }}</view>
|
|
|
<view class="module-det">
|
|
|
<view class="preview-content">
|
|
|
<rich-media-viewer
|
|
|
@@ -61,6 +61,8 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <!--把底部支撑起来-->
|
|
|
+ <view style="padding-bottom:50upx;color:white;">--</view>
|
|
|
</scroll-view>
|
|
|
|
|
|
<sel-popup
|