提交 524b9332e9fd7221b41489b1ab8d5c2331b18f57

作者 wangyu
1 个父辈 1edc4ef0

优化

... ... @@ -52,9 +52,10 @@
52 52 <text class='text_left'>就读国家(地区)</text>
53 53 <text class='text_right_333'>{{datas.school_country&&datas.school_country.length>0?datas.school_country:'中国(大陆)'}}</text>
54 54 </view>
55   - <view style='height:90rpx;width:100%;clear:both;'>
  55 + <view style='width:100%;clear:both;'>
56 56 <text class='text_left'>就读学校名称</text>
57   - <text class='text_right_333'>{{datas.school_name}}</text>
  57 + <view class='float_right' style='padding:12px 0;font-family: PingFangSC-Regular;font-size: 28rpx;color: #333;line-height:40rpx;max-width:500rpx'>{{datas.school_name}}</view>
  58 + <!-- <text class='text_right_333'>{{datas.school_name}}</text> -->
58 59 </view>
59 60 <!-- <view style='height:90rpx;width:100%'>
60 61 <text class='text_left'>就读国家(地区)</text>
... ... @@ -163,9 +164,10 @@
163 164 <text class='text_left'>出租方类型</text>
164 165 <text class='text_right_333'>{{datas.owner_type}}</text>
165 166 </view>
166   - <view style='height:90rpx;width:100%;clear:both;'>
  167 + <view style='width:100%;clear:both;'>
167 168 <text class='text_left'>出租方名称</text>
168   - <text class='text_right_333'>{{datas.owner_name}}</text>
  169 + <view class='float_right' style='padding:12px 0;font-family: PingFangSC-Regular;font-size: 28rpx;color: #333;line-height:40rpx;max-width:500rpx'>{{datas.owner_name}}</view>
  170 + <!-- <text class='text_right_333'>{{datas.owner_name}}</text> -->
169 171 </view>
170 172 <!-- <view style='height:90rpx;width:100%;clear:both;'>
171 173 <view style='height:90rpx;float:left;display:flex;flex-direction:column'>
... ... @@ -196,8 +198,9 @@
196 198 <text class='text_left'>租赁房屋坐落地址</text>
197 199 <text class='text_right_333'>{{datas.house_address_new}}</text>
198 200 </view>
199   - <view wx:if="{{datas.house_detail_address.length>0}}" style='height:90rpx;clear:both;'>
200   - <text class='text_right_333' style='line-height:40rpx;'>{{datas.house_detail_address}}</text>
  201 + <view wx:if="{{datas.house_detail_address.length>0}}" style='clear:both;'>
  202 + <!-- <text class='text_right_333' style='line-height:40rpx;'>{{datas.house_detail_address}}</text> -->
  203 + <view class='float_right' style='padding:12px 0;font-family: PingFangSC-Regular;font-size: 28rpx;color: #333;line-height:40rpx;'>{{datas.house_detail_address}}</view>
201 204 </view>
202 205 <view wx:if="{{datas.rent_contract_no&&datas.rent_contract_no.length>0}}" style='height:90rpx;width:100%;clear:both;'>
203 206 <text class='text_left'>租赁合同编号</text>
... ... @@ -229,8 +232,9 @@
229 232 <text class='text_left'>房屋坐落地址</text>
230 233 <text class='text_right_333'>{{datas.house_address_new}}</text>
231 234 </view>
232   - <view wx:if="{{datas.house_detail_address.length>0}}" style='height:90rpx;clear:both;'>
233   - <text class='text_right_333' style='line-height:40rpx;'>{{datas.house_detail_address}}</text>
  235 + <view wx:if="{{datas.house_detail_address.length>0}}" style='clear:both;'>
  236 + <view class='float_right' style='padding:12px 0;font-family: PingFangSC-Regular;font-size: 28rpx;color: #333;line-height:40rpx;'>{{datas.house_detail_address}}</view>
  237 + <!-- <text class='text_right_333' style='line-height:40rpx;'>{{datas.house_detail_address}}</text> -->
234 238 </view>
235 239 <view style='height:90rpx;width:100%;clear:both;'>
236 240 <text class='text_left'>证书类型</text>
... ...
注册登录 后发表评论