提交 a504ca61490823d2237ed197b7c2e3ef994f4a9d

作者 wangyu
1 个父辈 3cd3b94c

优化

... ... @@ -177,7 +177,7 @@
177 177 <view wx:if="{{datas.owner_type=='企业'}}">
178 178 <view style='height:90rpx;width:100%;clear:both;'>
179 179 <text class='text_left'>统一社会信用代码</text>
180   - <text class='text_right_333'>{{datas.owner_id_cartd_no}}</text>
  180 + <text class='text_right_333'>{{datas.owner_credit_no}}</text>
181 181 </view>
182 182 </view>
183 183
... ...
... ... @@ -20,7 +20,7 @@
20 20 <view wx:if="{{issinglechildData.selected=='否'}}">
21 21 <template is="picker_cell_normal" data="{{...shareMethodData}}" />
22 22 <view class='divide_line_f5f5f5'></view>
23   - <view style='height:90rpx'>
  23 + <view style='height:90rpx'>
24 24 <text style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #666'>本年度月扣除金额</text>
25 25 <text class='float_right' style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #333;margin-left:20rpx' name='country'>/月</text>
26 26 <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入(不超过1000)' type='digit' name='reduce_amount' bindinput='bindinput'></input>
... ... @@ -32,7 +32,7 @@
32 32 <text style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #666;'>本年度月扣除金额</text>
33 33 <text class='float_right' style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #ff9f00;' name='country'>2000/月</text>
34 34 </view>
35   -
  35 +
36 36 </view>
37 37 </view>
38 38
... ... @@ -329,16 +329,20 @@
329 329 </view>
330 330 <view style='padding-right: 30rpx'>
331 331 <view class='divide_line_f5f5f5'></view>
332   - <view wx:if="{{house_type=='house_fund_rent'}}">
333   - <text class='text_999_28 ' style='line-height:70rpx'>租赁房屋坐落地址:</text>
334   - <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.house_address_new}}</text>
335   - <text class='text_999_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.house_detail_address}}</text>
  332 + <view style='display:flex;flex-direction:row'>
  333 + <view wx:if="{{house_type=='house_fund_rent'}}" class='text_999_28 float_left' style='line-height:70rpx;width:250rpx;'>租赁房屋坐落地址:</view>
  334 + <text wx:if="{{house_type=='house_fund_loan'}}" class='text_999_28 float_left' style='line-height:70rpx;width:196rpx;'>房屋坐落地址:</text>
  335 + <view style='display:flex;flex-direction:column'>
  336 + <text class='text_333_28 text_singleline' style='line-height:70rpx;margin-left:20rpx;'>{{item.house_address_new}}多喝点收到多点收到</text>
  337 + <text class='text_999_28 text_singleline' style='line-height:70rpx;margin-left:20rpx;text-align:left'>{{item.house_detail_address}}</text>
  338 + </view>
  339 +
336 340 </view>
337   - <view wx:if="{{house_type=='house_fund_loan'}}">
  341 + <!-- <view wx:if="{{house_type=='house_fund_loan'}}">
338 342 <text class='text_999_28 ' style='line-height:70rpx'>房屋坐落地址:</text>
339 343 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.house_address_new}}</text>
340 344 <text class='text_999_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.house_detail_address}}</text>
341   - </view>
  345 + </view> -->
342 346 <view style='height:70rpx'>
343 347 <text class='text_999_28 ' style='line-height:70rpx'>扣除方式:</text>
344 348 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{reducetype[item.deduction_type]}}度</text>
... ... @@ -350,7 +354,7 @@
350 354 <view class='divide_line_f5f5f5'></view>
351 355 <text class='text_blue_28 float_right' style='line-height:90rpx;margin-left:40rpx' id='{{index}}' bindtap='showdetail'>查看</text>
352 356 <view class='float_right' wx:if="{{item.status=='failed'}}">
353   - <text class='text_999_28 ' style='line-height:90rpx;margin-right:40rpx' id='{{index}}' bindtap='godelete'>删除</text>
  357 + <text class='text_999_28' style='line-height:90rpx;margin-right:40rpx' id='{{index}}' bindtap='godelete'>删除</text>
354 358 <text class='text_blue_28 ' style='line-height:90rpx;' id='{{index}}' bindtap='goedit'>编辑</text>
355 359 </view>
356 360 </view>
... ...
... ... @@ -11,7 +11,7 @@
11 11 width: 40rpx;
12 12 height: 40rpx;
13 13 float: right;
14   - margin-top:24rpx;
  14 + margin-top: 24rpx;
15 15 }
16 16
17 17 .text_num_wrap {
... ... @@ -28,9 +28,9 @@
28 28 text-align: center;
29 29 }
30 30
31   -.btn_blue_radius{
  31 +.btn_blue_radius {
32 32 margin: 26rpx 30rpx;
33   - background: #357AEB;
  33 + background: #357aeb;
34 34 border-radius: 5px;
35 35 height: 84rpx;
36 36 }
... ... @@ -86,6 +86,12 @@
86 86 text-align: right;
87 87 }
88 88
  89 +.text_singleline {
  90 + overflow: hidden;
  91 + text-overflow: ellipsis;
  92 + white-space: nowrap;
  93 +}
  94 +
89 95 .text_orange_28 {
90 96 font-family: PingFangSC-Regular;
91 97 font-size: 28rpx;
... ... @@ -111,14 +117,14 @@
111 117 .text_white_34 {
112 118 font-family: PingFangSC-Regular;
113 119 font-size: 17px;
114   - color: #FFFFFF;
  120 + color: #fff;
115 121 text-align: center;
116 122 line-height: 42px;
117 123 }
118 124
119   -.bottom_btn_wrap{
120   - background: #FFFFFF;
121   - box-shadow: 0 -2px 8px 0 rgba(208,208,208,0.30);
  125 +.bottom_btn_wrap {
  126 + background: #fff;
  127 + box-shadow: 0 -2px 8px 0 rgba(208, 208, 208, 0.30);
122 128 height: 136rpx;
123 129 width: 100%;
124 130 position: fixed;
... ... @@ -136,10 +142,6 @@
136 142 white-space: nowrap;
137 143 }
138 144
139   -
140   -
141   -
142   -
143 145 /* 遮罩层 */
144 146
145 147 .mask {
... ... @@ -199,7 +201,7 @@
199 201 letter-spacing: 0;
200 202 text-align: center;
201 203 flex: 1;
202   - padding: 30rpx
  204 + padding: 30rpx;
203 205 }
204 206
205 207 .text_confirm {
... ... @@ -209,7 +211,7 @@
209 211 letter-spacing: 0;
210 212 text-align: center;
211 213 flex: 1;
212   - padding: 30rpx
  214 + padding: 30rpx;
213 215 }
214 216
215 217 .text_cancel01 {
... ... @@ -219,7 +221,7 @@
219 221 letter-spacing: 0;
220 222 text-align: center;
221 223 flex: 1;
222   - padding: 30rpx
  224 + padding: 30rpx;
223 225 }
224 226
225 227 .text_confirm01 {
... ... @@ -229,7 +231,7 @@
229 231 letter-spacing: 0;
230 232 text-align: center;
231 233 flex: 1;
232   - padding: 30rpx
  234 + padding: 30rpx;
233 235 }
234 236
235 237 .icon_choosed {
... ... @@ -270,18 +272,17 @@
270 272 justify-content: center;
271 273 line-height: 48rpx;
272 274 margin-top: 30rpx;
273   - float:right;
  275 + float: right;
274 276 }
275 277
276   -.orange_bg{
  278 +.orange_bg {
277 279 background: #f5a623;
278 280 }
279 281
280   -.red_bg{
  282 +.red_bg {
281 283 background: #f56723;
282 284 }
283 285
284   -.blue_bg{
285   - background: #357AEB;
  286 +.blue_bg {
  287 + background: #357aeb;
286 288 }
287   -
... ...
注册登录 后发表评论