正在显示
3 个修改的文件
包含
4 行增加
和
4 行删除
| @@ -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> |
| @@ -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 | } |
请
注册
或
登录
后发表评论