正在显示
3 个修改的文件
包含
4 行增加
和
2 行删除
@@ -13,7 +13,7 @@ | @@ -13,7 +13,7 @@ | ||
13 | <view wx:if="{{item.addition_items&&item.addition_items.length>0}}"> | 13 | <view wx:if="{{item.addition_items&&item.addition_items.length>0}}"> |
14 | <block wx:for="{{item.addition_items}}" wx:key="" wx:for-item="itemData" wx:for-index="idx02"> | 14 | <block wx:for="{{item.addition_items}}" wx:key="" wx:for-item="itemData" wx:for-index="idx02"> |
15 | <view> | 15 | <view> |
16 | - <view class='divide_line' style='margin:0 50rpx'></view> | 16 | + <view style='margin:0 50rpx;background:#e5e5e5;height:2rpx;'></view> |
17 | <view style='padding:30rpx 40rpx;display:flex;flex-direction:column '> | 17 | <view style='padding:30rpx 40rpx;display:flex;flex-direction:column '> |
18 | <view style='height:40rpx'> | 18 | <view style='height:40rpx'> |
19 | <text class='text_333_32 float_left'>{{additiontitle[itemData.addition_category]}}</text> | 19 | <text class='text_333_32 float_left'>{{additiontitle[itemData.addition_category]}}</text> |
@@ -67,7 +67,7 @@ | @@ -67,7 +67,7 @@ | ||
67 | </view> | 67 | </view> |
68 | </block> | 68 | </block> |
69 | </view> | 69 | </view> |
70 | - <view style='width:100%;height:20rpx;background:#F5F5F5'></view> | 70 | + <view style='height:20rpx;background:#F5F5F5'></view> |
71 | </view> | 71 | </view> |
72 | <!-- <view wx:else> | 72 | <!-- <view wx:else> |
73 | <image style='width:55%;height:254rpx;margin:166rpx;' src='/images/noreduce_img.png'></image> | 73 | <image style='width:55%;height:254rpx;margin:166rpx;' src='/images/noreduce_img.png'></image> |
请
注册
或
登录
后发表评论