|
1
|
<!--pages/main/addtionalreduce/childreneducate/childreneducate.wxml-->
|
1
|
<!--pages/main/addtionalreduce/childreneducate/childreneducate.wxml-->
|
|
2
|
|
2
|
|
|
3
|
<view class='page'>
|
3
|
<view class='page'>
|
|
4
|
- <view style='display:flex;flex-direction:column'>
|
4
|
+ <view style='display:flex;flex-direction:column;background:#FCFCFC'>
|
|
5
|
<!-- <view style='height:180rpx'>
|
5
|
<!-- <view style='height:180rpx'>
|
|
6
|
<image style='width:100%;height:180rpx;position:absolute;' src='/images/extra_img_bg.png'></image>
|
6
|
<image style='width:100%;height:180rpx;position:absolute;' src='/images/extra_img_bg.png'></image>
|
|
7
|
<view class='view_bg_wrap' style='margin-top: 48rpx;'>
|
7
|
<view class='view_bg_wrap' style='margin-top: 48rpx;'>
|
|
@@ -23,7 +23,10 @@ |
|
@@ -23,7 +23,10 @@ |
|
23
|
<text style='padding-left:15rpx;' class='text_blue_28'>申报说明</text>
|
23
|
<text style='padding-left:15rpx;' class='text_blue_28'>申报说明</text>
|
|
24
|
</view> -->
|
24
|
</view> -->
|
|
25
|
<image class='openmodal_img' src="/images/openmodal_img.png" bindtap='showdeclare'></image>
|
25
|
<image class='openmodal_img' src="/images/openmodal_img.png" bindtap='showdeclare'></image>
|
|
26
|
- <view style='height:100rpx;margin:0 30rpx' bindtap='reducetype'>
|
26
|
+
|
|
|
|
27
|
+ <image style='width:55%;height:254rpx;align-self:center;margin-top:160rpx;margin-bottom:320rpx' hidden='true' src='/images/noreduce_img.png'></image>
|
|
|
|
28
|
+
|
|
|
|
29
|
+ <view style='height:100rpx;margin:0 30rpx;background:#FFF' bindtap='reducetype'>
|
|
27
|
<text style='font-size:30rpx;color:#333;line-height:100rpx;font-family: PingFangSC-Semibold;float:left'>扣除方式</text>
|
30
|
<text style='font-size:30rpx;color:#333;line-height:100rpx;font-family: PingFangSC-Semibold;float:left'>扣除方式</text>
|
|
28
|
<image class='arrow_img float_right' style='margin-top:28rpx' src="/images/arrow_right.png"></image>
|
31
|
<image class='arrow_img float_right' style='margin-top:28rpx' src="/images/arrow_right.png"></image>
|
|
29
|
<text class='text_999_30 float_right' style='line-height:100rpx'>月度</text>
|
32
|
<text class='text_999_30 float_right' style='line-height:100rpx'>月度</text>
|
|
@@ -308,6 +311,7 @@ |
|
@@ -308,6 +311,7 @@ |
|
308
|
|
311
|
|
|
309
|
<!-- </view> -->
|
312
|
<!-- </view> -->
|
|
310
|
|
313
|
|
|
|
|
314
|
+
|
|
311
|
<view wx:if="true">
|
315
|
<view wx:if="true">
|
|
312
|
<view wx:for="{{datas}}">
|
316
|
<view wx:for="{{datas}}">
|
|
313
|
<view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column'>
|
317
|
<view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column'>
|
|
@@ -341,7 +345,6 @@ |
|
@@ -341,7 +345,6 @@ |
|
341
|
</view>
|
345
|
</view>
|
|
342
|
|
346
|
|
|
343
|
<view>
|
347
|
<view>
|
|
344
|
- <!-- 非学历教育 -->
|
|
|
|
345
|
<view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column'>
|
348
|
<view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column'>
|
|
346
|
<view style='height:110rpx'>
|
349
|
<view style='height:110rpx'>
|
|
347
|
<text class='text_gray_36' style='line-height:110rpx'>非学历教育</text>
|
350
|
<text class='text_gray_36' style='line-height:110rpx'>非学历教育</text>
|
|
@@ -379,7 +382,6 @@ |
|
@@ -379,7 +382,6 @@ |
|
379
|
</view>
|
382
|
</view>
|
|
380
|
</view>
|
383
|
</view>
|
|
381
|
</view>
|
384
|
</view>
|
|
382
|
- <!-- 学历教育 -->
|
|
|
|
383
|
<view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column'>
|
385
|
<view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column'>
|
|
384
|
<view style='height:110rpx'>
|
386
|
<view style='height:110rpx'>
|
|
385
|
<text class='text_gray_36' style='line-height:110rpx'>学历教育</text>
|
387
|
<text class='text_gray_36' style='line-height:110rpx'>学历教育</text>
|
|
@@ -502,12 +504,9 @@ |
|
@@ -502,12 +504,9 @@ |
|
502
|
</view>
|
504
|
</view>
|
|
503
|
<view style='padding-right: 30rpx'>
|
505
|
<view style='padding-right: 30rpx'>
|
|
504
|
<view class='divide_line_f5f5f5'></view>
|
506
|
<view class='divide_line_f5f5f5'></view>
|
|
505
|
- <view style='height:70rpx'>
|
507
|
+ <view style=''>
|
|
506
|
<text class='text_999_28 ' style='line-height:70rpx'>租赁房屋坐落地址:</text>
|
508
|
<text class='text_999_28 ' style='line-height:70rpx'>租赁房屋坐落地址:</text>
|
|
507
|
<text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>北京市 市辖区 朝阳区</text>
|
509
|
<text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>北京市 市辖区 朝阳区</text>
|
|
508
|
- </view>
|
|
|
|
509
|
- <view style='height:70rpx'>
|
|
|
|
510
|
- <text class='text_999_28 ' style='line-height:70rpx'></text>
|
|
|
|
511
|
<text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>瑞创国际SA大厦1101</text>
|
510
|
<text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>瑞创国际SA大厦1101</text>
|
|
512
|
</view>
|
511
|
</view>
|
|
513
|
<view style='height:70rpx'>
|
512
|
<view style='height:70rpx'>
|
|
@@ -524,10 +523,14 @@ |
|
@@ -524,10 +523,14 @@ |
|
524
|
</view>
|
523
|
</view>
|
|
525
|
</view>
|
524
|
</view>
|
|
526
|
|
525
|
|
|
527
|
- <view class='divide_line_f5f5f5'></view>
|
|
|
|
528
|
- <view style='margin:30rpx;line-height:84rpx;text-align:center;font-size:34rpx;color:#fff;background:#357AEB;' bindtap='goadd'>
|
|
|
|
529
|
- 添加
|
526
|
+
|
|
|
|
527
|
+
|
|
|
|
528
|
+ <view style='background:#FFF;padding:30rpx'>
|
|
|
|
529
|
+ <view style='line-height:84rpx;text-align:center;font-size:34rpx;color:#fff;background:#357AEB;' bindtap='goadd'>
|
|
|
|
530
|
+ 添加
|
|
|
|
531
|
+ </view>
|
|
530
|
</view>
|
532
|
</view>
|
|
|
|
533
|
+
|
|
531
|
<view style='margin-left:30rpx'>
|
534
|
<view style='margin-left:30rpx'>
|
|
532
|
<text class='text_999_28'>您还没有添加继续共同赡养人,</text>
|
535
|
<text class='text_999_28'>您还没有添加继续共同赡养人,</text>
|
|
533
|
<text class='text_blue_28' bindtap='goadd'>请添加</text>
|
536
|
<text class='text_blue_28' bindtap='goadd'>请添加</text>
|