提交 21bd5ee087d9db535a1e6fd4a17933cbf041ba01

作者 wangyu
1 个父辈 0b3cd4c6

优化

@@ -328,12 +328,12 @@ @@ -328,12 +328,12 @@
328 <view wx:if="{{house_type=='house_fund_rent'}}"> 328 <view wx:if="{{house_type=='house_fund_rent'}}">
329 <text class='text_999_28 ' style='line-height:70rpx'>租赁房屋坐落地址:</text> 329 <text class='text_999_28 ' style='line-height:70rpx'>租赁房屋坐落地址:</text>
330 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.house_address_new}}</text> 330 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.house_address_new}}</text>
331 - <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.house_detail_address}}</text> 331 + <text class='text_999_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.house_detail_address}}</text>
332 </view> 332 </view>
333 <view wx:if="{{house_type=='house_fund_loan'}}"> 333 <view wx:if="{{house_type=='house_fund_loan'}}">
334 <text class='text_999_28 ' style='line-height:70rpx'>房屋坐落地址:</text> 334 <text class='text_999_28 ' style='line-height:70rpx'>房屋坐落地址:</text>
335 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.house_address_new}}</text> 335 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.house_address_new}}</text>
336 - <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.house_detail_address}}</text> 336 + <text class='text_999_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.house_detail_address}}</text>
337 </view> 337 </view>
338 <view style='height:70rpx'> 338 <view style='height:70rpx'>
339 <text class='text_999_28 ' style='line-height:70rpx'>扣除方式:</text> 339 <text class='text_999_28 ' style='line-height:70rpx'>扣除方式:</text>
@@ -32,7 +32,7 @@ @@ -32,7 +32,7 @@
32 } 32 }
33 33
34 .icon_wrap{ 34 .icon_wrap{
35 - width: 104rpx; 35 + width: 112rpx;
36 height: 102rpx; 36 height: 102rpx;
37 align-self: center 37 align-self: center
38 } 38 }
@@ -162,7 +162,7 @@ @@ -162,7 +162,7 @@
162 .text_send_wrap { 162 .text_send_wrap {
163 font-family: PingFangSC-Regular; 163 font-family: PingFangSC-Regular;
164 font-size: 14px; 164 font-size: 14px;
165 - color: #4a4a4a; 165 + color: #fff;
166 letter-spacing: 0; 166 letter-spacing: 0;
167 word-break: break-all; 167 word-break: break-all;
168 } 168 }
注册登录 后发表评论