提交 764614849703682af9e95893d8d424ffd52d332d

作者 wangyu
1 个父辈 d3fa0fc0

优化

@@ -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>
@@ -48,6 +48,7 @@ Page({ @@ -48,6 +48,7 @@ Page({
48 "house_fund": "persontax/v1/house-funds/" 48 "house_fund": "persontax/v1/house-funds/"
49 }, 49 },
50 reducetype: { 50 reducetype: {
  51 + "": "月",
51 "month": "月", 52 "month": "月",
52 "year": "年" 53 "year": "年"
53 }, 54 },
@@ -141,6 +141,7 @@ @@ -141,6 +141,7 @@
141 border-radius: 8px; 141 border-radius: 8px;
142 padding: 24rpx 28rpx; 142 padding: 24rpx 28rpx;
143 margin-left: 28rpx; 143 margin-left: 28rpx;
  144 + max-width: 500rpx;
144 } 145 }
145 146
146 .text_receive_wrap { 147 .text_receive_wrap {
注册登录 后发表评论