提交 21bd5ee087d9db535a1e6fd4a17933cbf041ba01

作者 wangyu
1 个父辈 0b3cd4c6

优化

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