正在显示
3 个修改的文件
包含
36 行增加
和
31 行删除
@@ -177,7 +177,7 @@ | @@ -177,7 +177,7 @@ | ||
177 | <view wx:if="{{datas.owner_type=='企业'}}"> | 177 | <view wx:if="{{datas.owner_type=='企业'}}"> |
178 | <view style='height:90rpx;width:100%;clear:both;'> | 178 | <view style='height:90rpx;width:100%;clear:both;'> |
179 | <text class='text_left'>统一社会信用代码</text> | 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 | </view> | 181 | </view> |
182 | </view> | 182 | </view> |
183 | 183 |
@@ -20,7 +20,7 @@ | @@ -20,7 +20,7 @@ | ||
20 | <view wx:if="{{issinglechildData.selected=='否'}}"> | 20 | <view wx:if="{{issinglechildData.selected=='否'}}"> |
21 | <template is="picker_cell_normal" data="{{...shareMethodData}}" /> | 21 | <template is="picker_cell_normal" data="{{...shareMethodData}}" /> |
22 | <view class='divide_line_f5f5f5'></view> | 22 | <view class='divide_line_f5f5f5'></view> |
23 | - <view style='height:90rpx'> | 23 | + <view style='height:90rpx'> |
24 | <text style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #666'>本年度月扣除金额</text> | 24 | <text style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #666'>本年度月扣除金额</text> |
25 | <text class='float_right' style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #333;margin-left:20rpx' name='country'>/月</text> | 25 | <text class='float_right' style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #333;margin-left:20rpx' name='country'>/月</text> |
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> | 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,7 +32,7 @@ | ||
32 | <text style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #666;'>本年度月扣除金额</text> | 32 | <text style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #666;'>本年度月扣除金额</text> |
33 | <text class='float_right' style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #ff9f00;' name='country'>2000/月</text> | 33 | <text class='float_right' style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #ff9f00;' name='country'>2000/月</text> |
34 | </view> | 34 | </view> |
35 | - | 35 | + |
36 | </view> | 36 | </view> |
37 | </view> | 37 | </view> |
38 | 38 | ||
@@ -329,16 +329,20 @@ | @@ -329,16 +329,20 @@ | ||
329 | </view> | 329 | </view> |
330 | <view style='padding-right: 30rpx'> | 330 | <view style='padding-right: 30rpx'> |
331 | <view class='divide_line_f5f5f5'></view> | 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 | </view> | 340 | </view> |
337 | - <view wx:if="{{house_type=='house_fund_loan'}}"> | 341 | + <!-- <view wx:if="{{house_type=='house_fund_loan'}}"> |
338 | <text class='text_999_28 ' style='line-height:70rpx'>房屋坐落地址:</text> | 342 | <text class='text_999_28 ' style='line-height:70rpx'>房屋坐落地址:</text> |
339 | <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.house_address_new}}</text> | 343 | <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.house_address_new}}</text> |
340 | <text class='text_999_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.house_detail_address}}</text> | 344 | <text class='text_999_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.house_detail_address}}</text> |
341 | - </view> | 345 | + </view> --> |
342 | <view style='height:70rpx'> | 346 | <view style='height:70rpx'> |
343 | <text class='text_999_28 ' style='line-height:70rpx'>扣除方式:</text> | 347 | <text class='text_999_28 ' style='line-height:70rpx'>扣除方式:</text> |
344 | <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{reducetype[item.deduction_type]}}度</text> | 348 | <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{reducetype[item.deduction_type]}}度</text> |
@@ -350,7 +354,7 @@ | @@ -350,7 +354,7 @@ | ||
350 | <view class='divide_line_f5f5f5'></view> | 354 | <view class='divide_line_f5f5f5'></view> |
351 | <text class='text_blue_28 float_right' style='line-height:90rpx;margin-left:40rpx' id='{{index}}' bindtap='showdetail'>查看</text> | 355 | <text class='text_blue_28 float_right' style='line-height:90rpx;margin-left:40rpx' id='{{index}}' bindtap='showdetail'>查看</text> |
352 | <view class='float_right' wx:if="{{item.status=='failed'}}"> | 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 | <text class='text_blue_28 ' style='line-height:90rpx;' id='{{index}}' bindtap='goedit'>编辑</text> | 358 | <text class='text_blue_28 ' style='line-height:90rpx;' id='{{index}}' bindtap='goedit'>编辑</text> |
355 | </view> | 359 | </view> |
356 | </view> | 360 | </view> |
@@ -11,7 +11,7 @@ | @@ -11,7 +11,7 @@ | ||
11 | width: 40rpx; | 11 | width: 40rpx; |
12 | height: 40rpx; | 12 | height: 40rpx; |
13 | float: right; | 13 | float: right; |
14 | - margin-top:24rpx; | 14 | + margin-top: 24rpx; |
15 | } | 15 | } |
16 | 16 | ||
17 | .text_num_wrap { | 17 | .text_num_wrap { |
@@ -28,9 +28,9 @@ | @@ -28,9 +28,9 @@ | ||
28 | text-align: center; | 28 | text-align: center; |
29 | } | 29 | } |
30 | 30 | ||
31 | -.btn_blue_radius{ | 31 | +.btn_blue_radius { |
32 | margin: 26rpx 30rpx; | 32 | margin: 26rpx 30rpx; |
33 | - background: #357AEB; | 33 | + background: #357aeb; |
34 | border-radius: 5px; | 34 | border-radius: 5px; |
35 | height: 84rpx; | 35 | height: 84rpx; |
36 | } | 36 | } |
@@ -86,6 +86,12 @@ | @@ -86,6 +86,12 @@ | ||
86 | text-align: right; | 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 | .text_orange_28 { | 95 | .text_orange_28 { |
90 | font-family: PingFangSC-Regular; | 96 | font-family: PingFangSC-Regular; |
91 | font-size: 28rpx; | 97 | font-size: 28rpx; |
@@ -111,14 +117,14 @@ | @@ -111,14 +117,14 @@ | ||
111 | .text_white_34 { | 117 | .text_white_34 { |
112 | font-family: PingFangSC-Regular; | 118 | font-family: PingFangSC-Regular; |
113 | font-size: 17px; | 119 | font-size: 17px; |
114 | - color: #FFFFFF; | 120 | + color: #fff; |
115 | text-align: center; | 121 | text-align: center; |
116 | line-height: 42px; | 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 | height: 136rpx; | 128 | height: 136rpx; |
123 | width: 100%; | 129 | width: 100%; |
124 | position: fixed; | 130 | position: fixed; |
@@ -136,10 +142,6 @@ | @@ -136,10 +142,6 @@ | ||
136 | white-space: nowrap; | 142 | white-space: nowrap; |
137 | } | 143 | } |
138 | 144 | ||
139 | - | ||
140 | - | ||
141 | - | ||
142 | - | ||
143 | /* 遮罩层 */ | 145 | /* 遮罩层 */ |
144 | 146 | ||
145 | .mask { | 147 | .mask { |
@@ -199,7 +201,7 @@ | @@ -199,7 +201,7 @@ | ||
199 | letter-spacing: 0; | 201 | letter-spacing: 0; |
200 | text-align: center; | 202 | text-align: center; |
201 | flex: 1; | 203 | flex: 1; |
202 | - padding: 30rpx | 204 | + padding: 30rpx; |
203 | } | 205 | } |
204 | 206 | ||
205 | .text_confirm { | 207 | .text_confirm { |
@@ -209,7 +211,7 @@ | @@ -209,7 +211,7 @@ | ||
209 | letter-spacing: 0; | 211 | letter-spacing: 0; |
210 | text-align: center; | 212 | text-align: center; |
211 | flex: 1; | 213 | flex: 1; |
212 | - padding: 30rpx | 214 | + padding: 30rpx; |
213 | } | 215 | } |
214 | 216 | ||
215 | .text_cancel01 { | 217 | .text_cancel01 { |
@@ -219,7 +221,7 @@ | @@ -219,7 +221,7 @@ | ||
219 | letter-spacing: 0; | 221 | letter-spacing: 0; |
220 | text-align: center; | 222 | text-align: center; |
221 | flex: 1; | 223 | flex: 1; |
222 | - padding: 30rpx | 224 | + padding: 30rpx; |
223 | } | 225 | } |
224 | 226 | ||
225 | .text_confirm01 { | 227 | .text_confirm01 { |
@@ -229,7 +231,7 @@ | @@ -229,7 +231,7 @@ | ||
229 | letter-spacing: 0; | 231 | letter-spacing: 0; |
230 | text-align: center; | 232 | text-align: center; |
231 | flex: 1; | 233 | flex: 1; |
232 | - padding: 30rpx | 234 | + padding: 30rpx; |
233 | } | 235 | } |
234 | 236 | ||
235 | .icon_choosed { | 237 | .icon_choosed { |
@@ -270,18 +272,17 @@ | @@ -270,18 +272,17 @@ | ||
270 | justify-content: center; | 272 | justify-content: center; |
271 | line-height: 48rpx; | 273 | line-height: 48rpx; |
272 | margin-top: 30rpx; | 274 | margin-top: 30rpx; |
273 | - float:right; | 275 | + float: right; |
274 | } | 276 | } |
275 | 277 | ||
276 | -.orange_bg{ | 278 | +.orange_bg { |
277 | background: #f5a623; | 279 | background: #f5a623; |
278 | } | 280 | } |
279 | 281 | ||
280 | -.red_bg{ | 282 | +.red_bg { |
281 | background: #f56723; | 283 | background: #f56723; |
282 | } | 284 | } |
283 | 285 | ||
284 | -.blue_bg{ | ||
285 | - background: #357AEB; | 286 | +.blue_bg { |
287 | + background: #357aeb; | ||
286 | } | 288 | } |
287 | - |
请
注册
或
登录
后发表评论