Commit c3a9014c by 高淑倩

详情页描述

parent 50a76778
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
.wxParser image { .wxParser image {
width:100%; width:100%;
} }
.wxParser {
margin:-20rpx 0;
}
/* .wxParser .wxParser-p{ /* .wxParser .wxParser-p{
text-align: center; text-align: center;
......
...@@ -84,7 +84,9 @@ ...@@ -84,7 +84,9 @@
<!--<view class="scroll-tips"> <!--<view class="scroll-tips">
继续拖动,查看图文详情 继续拖动,查看图文详情
</view>--> </view>-->
<view class="scroll-tips" wx:if="{{htmlContent == null}}">{{scrollTips}}</view> <view class="scroll-tips" wx:if="{{htmlContent == null}}">
<view class="scroll-tips-text">{{scrollTips}}</view>
</view>
<block wx:if="{{showHtml}}"> <block wx:if="{{showHtml}}">
<x-html html="{{productInfo.descHtml}}" /> <x-html html="{{productInfo.descHtml}}" />
......
...@@ -162,8 +162,8 @@ page{ ...@@ -162,8 +162,8 @@ page{
.scroll-tips{ .scroll-tips{
width: 750rpx; width: 750rpx;
text-align: center; text-align: center;
padding: 15rpx 0 30rpx; /* padding: 15rpx 0 30rpx; */
margin-bottom: 100rpx; /* margin-bottom: 100rpx; */
color: #666666; color: #666666;
font-size: 24rpx; font-size: 24rpx;
} }
...@@ -254,3 +254,6 @@ page{ ...@@ -254,3 +254,6 @@ page{
float:right; float:right;
margin-top: 26rpx; margin-top: 26rpx;
} }
.scroll-tips-text {
margin: 20rpx 0;
}
\ No newline at end of file
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
"list": [] "list": []
}, },
"miniprogram": { "miniprogram": {
"current": 22, "current": 16,
"list": [ "list": [
{ {
"id": -1, "id": -1,
...@@ -144,7 +144,7 @@ ...@@ -144,7 +144,7 @@
"id": 16, "id": 16,
"name": "商品详情页", "name": "商品详情页",
"pathName": "pages/productDetail/productDetail", "pathName": "pages/productDetail/productDetail",
"query": "id=621372413208301568", "query": "id=628181797502586880",
"scene": null "scene": null
}, },
{ {
......
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