提交 e715ef7499f136e8b3575d39cc7f56cfbf936137

作者 wangyu
2 个父辈 aa676068 524b9332

Merge branch 'dev2.0' into dev_wy

@@ -52,9 +52,10 @@ @@ -52,9 +52,10 @@
52 <text class='text_left'>就读国家(地区)</text> 52 <text class='text_left'>就读国家(地区)</text>
53 <text class='text_right_333'>{{datas.school_country&&datas.school_country.length>0?datas.school_country:'中国(大陆)'}}</text> 53 <text class='text_right_333'>{{datas.school_country&&datas.school_country.length>0?datas.school_country:'中国(大陆)'}}</text>
54 </view> 54 </view>
55 - <view style='height:90rpx;width:100%;clear:both;'> 55 + <view style='width:100%;clear:both;'>
56 <text class='text_left'>就读学校名称</text> 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 </view> 59 </view>
59 <!-- <view style='height:90rpx;width:100%'> 60 <!-- <view style='height:90rpx;width:100%'>
60 <text class='text_left'>就读国家(地区)</text> 61 <text class='text_left'>就读国家(地区)</text>
@@ -163,9 +164,10 @@ @@ -163,9 +164,10 @@
163 <text class='text_left'>出租方类型</text> 164 <text class='text_left'>出租方类型</text>
164 <text class='text_right_333'>{{datas.owner_type}}</text> 165 <text class='text_right_333'>{{datas.owner_type}}</text>
165 </view> 166 </view>
166 - <view style='height:90rpx;width:100%;clear:both;'> 167 + <view style='width:100%;clear:both;'>
167 <text class='text_left'>出租方名称</text> 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 </view> 171 </view>
170 <!-- <view style='height:90rpx;width:100%;clear:both;'> 172 <!-- <view style='height:90rpx;width:100%;clear:both;'>
171 <view style='height:90rpx;float:left;display:flex;flex-direction:column'> 173 <view style='height:90rpx;float:left;display:flex;flex-direction:column'>
@@ -196,8 +198,9 @@ @@ -196,8 +198,9 @@
196 <text class='text_left'>租赁房屋坐落地址</text> 198 <text class='text_left'>租赁房屋坐落地址</text>
197 <text class='text_right_333'>{{datas.house_address_new}}</text> 199 <text class='text_right_333'>{{datas.house_address_new}}</text>
198 </view> 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 </view> 204 </view>
202 <view wx:if="{{datas.rent_contract_no&&datas.rent_contract_no.length>0}}" style='height:90rpx;width:100%;clear:both;'> 205 <view wx:if="{{datas.rent_contract_no&&datas.rent_contract_no.length>0}}" style='height:90rpx;width:100%;clear:both;'>
203 <text class='text_left'>租赁合同编号</text> 206 <text class='text_left'>租赁合同编号</text>
@@ -229,8 +232,9 @@ @@ -229,8 +232,9 @@
229 <text class='text_left'>房屋坐落地址</text> 232 <text class='text_left'>房屋坐落地址</text>
230 <text class='text_right_333'>{{datas.house_address_new}}</text> 233 <text class='text_right_333'>{{datas.house_address_new}}</text>
231 </view> 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 </view> 238 </view>
235 <view style='height:90rpx;width:100%;clear:both;'> 239 <view style='height:90rpx;width:100%;clear:both;'>
236 <text class='text_left'>证书类型</text> 240 <text class='text_left'>证书类型</text>
注册登录 后发表评论