Commit c3a9014c by 高淑倩

详情页描述

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