提交 f47a552325ac5ed7fc201de77cbf586877151726

作者 pangy
2 个父辈 74b9a76b bb5630ff

Merge branch 'dev_py' into dev2.0

@@ -19,6 +19,12 @@ @@ -19,6 +19,12 @@
19 height: 2rpx; 19 height: 2rpx;
20 } 20 }
21 21
  22 +.divide_line_30{
  23 + background: #f5f5f5;
  24 + /* width: 100%; */
  25 + height: 2rpx;
  26 + margin-left: 30rpx;
  27 +}
22 .divide_line_f5f5f5{ 28 .divide_line_f5f5f5{
23 background: #f5f5f5; 29 background: #f5f5f5;
24 width: 100%; 30 width: 100%;
@@ -162,3 +168,6 @@ @@ -162,3 +168,6 @@
162 box-shadow: 0 4px 14px 0 rgba(208, 208, 208, 0.50); 168 box-shadow: 0 4px 14px 0 rgba(208, 208, 208, 0.50);
163 border-radius: 8px; 169 border-radius: 8px;
164 } 170 }
  171 +.head_in{
  172 + margin-left: 26rpx;
  173 +}
1 <template name="picker_cell_normal"> 1 <template name="picker_cell_normal">
2 <view class='item_body' hidden='{{hidden}}'> 2 <view class='item_body' hidden='{{hidden}}'>
3 - <text hidden='{{!isrequre}}' style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
4 - <view wx:if='{{isrequre||isblack}}'>  
5 - <text class='text_black_30 float_left' style='line-height: 90rpx;'>{{label}}</text> 3 + <text hidden='{{!isrequre}}' style='color:red;font-size: 30rpx;line-height: 90rpx;float:left; margin-right: 10rpx'>*</text>
  4 + <view wx:if='{{isrequre}}'>
  5 + <text class='text_777_30 float_left' style='line-height: 90rpx;'>{{label}}</text>
  6 + </view>
  7 + <view wx:elif='{{isblack}}'>
  8 + <text class='text_black_30 float_left head_in' style='line-height: 90rpx;'>{{label}}</text>
6 </view> 9 </view>
7 <view wx:else> 10 <view wx:else>
8 - <text class='text_666_30 float_left' style='line-height: 90rpx;'>{{label}}</text> 11 + <text class='text_777_30 float_left head_in' style='line-height: 90rpx;'>{{label}}</text>
9 </view> 12 </view>
10 <image wx:if='{{!disabled}}' class='arrow_wrap' src='/images/arrow_right.png'></image> 13 <image wx:if='{{!disabled}}' class='arrow_wrap' src='/images/arrow_right.png'></image>
11 14
12 <view class="weui-cell__bd"> 15 <view class="weui-cell__bd">
13 <picker mode="{{mode?mode:'selector'}}" range-key="{{range_key}}" range="{{values}}" fields="{{fields}}" start="{{start}}" end="{{end}}" bindchange="{{onChange}}" bindcolumnchange="{{onColumnChange}}" disabled="{{disabled}}" id='{{bindtype}}'> 16 <picker mode="{{mode?mode:'selector'}}" range-key="{{range_key}}" range="{{values}}" fields="{{fields}}" start="{{start}}" end="{{end}}" bindchange="{{onChange}}" bindcolumnchange="{{onColumnChange}}" disabled="{{disabled}}" id='{{bindtype}}'>
14 - <!-- <view wx:if="{{selected&&disabled}}" class="text_999_30 float_right">{{selected}}</view>  
15 - <view wx:elif="{{selected}}" class="text_333_30 float_right ">{{selected}}</view>  
16 - <view wx:else class="text_999_30 float_right ">{{placeholder}}</view> -->  
17 -  
18 - <text wx:if="{{selected&&disabled}}" class="text_777_30 float_right" style='line-height: 90rpx;'>{{selected}}</text>  
19 - <text wx:elif="{{selected}}" class="text_333_30 float_right " style='line-height: 90rpx;'>{{selected}}</text> 17 + <text wx:if="{{selected&&disabled}}" class="text_black_30 float_right" style='line-height: 90rpx;'>{{selected}}</text>
  18 + <text wx:elif="{{selected}}" class="text_black_30 float_right " style='line-height: 90rpx;'>{{selected}}</text>
20 <text wx:else class="text_999_30 float_right " style='line-height: 90rpx;'>{{placeholder}}</text> 19 <text wx:else class="text_999_30 float_right " style='line-height: 90rpx;'>{{placeholder}}</text>
21 </picker> 20 </picker>
22 </view> 21 </view>
@@ -64,7 +64,6 @@ Page({ @@ -64,7 +64,6 @@ Page({
64 bindtype: 'lovercardtype', 64 bindtype: 'lovercardtype',
65 selected: '居民身份证', 65 selected: '居民身份证',
66 disabled: true, 66 disabled: true,
67 - isblack: 'true',  
68 placeholder: '请选择证照类型', 67 placeholder: '请选择证照类型',
69 values: ["居民身份证", "军官证", '士兵证', '武警警官证', '港澳居民来往内地通行证', '外交官证', '中国护照', 68 values: ["居民身份证", "军官证", '士兵证', '武警警官证', '港澳居民来往内地通行证', '外交官证', '中国护照',
70 '外国护照', '香港永久性居民身份证', '澳门特别行政区永久性居民身份证', '台湾身份证', '台湾居民来往大陆通行证', '外国人永久居留证' 69 '外国护照', '香港永久性居民身份证', '澳门特别行政区永久性居民身份证', '台湾身份证', '台湾居民来往大陆通行证', '外国人永久居留证'
@@ -75,7 +74,6 @@ Page({ @@ -75,7 +74,6 @@ Page({
75 label: '出生日期', 74 label: '出生日期',
76 bindtype: 'loverbirthday', 75 bindtype: 'loverbirthday',
77 selected: '', 76 selected: '',
78 - isblack: 'true',  
79 placeholder: '请选择出生日期', 77 placeholder: '请选择出生日期',
80 mode: "date", 78 mode: "date",
81 fields: "day", 79 fields: "day",
@@ -272,7 +270,6 @@ Page({ @@ -272,7 +270,6 @@ Page({
272 isrequre: false, 270 isrequre: false,
273 bindtype: 'reduce_type', 271 bindtype: 'reduce_type',
274 selected: '', 272 selected: '',
275 - isblack: 'true',  
276 values: ["月度", "年度"], 273 values: ["月度", "年度"],
277 placeholder: '请选择扣除方式', 274 placeholder: '请选择扣除方式',
278 onChange: 'onPickerSelect' 275 onChange: 'onPickerSelect'
@@ -7,30 +7,31 @@ @@ -7,30 +7,31 @@
7 <view wx:if="{{cur_index=='children_education'}}"> 7 <view wx:if="{{cur_index=='children_education'}}">
8 <view style='padding:0 30rpx;'> 8 <view style='padding:0 30rpx;'>
9 <template is="picker_cell_normal" data="{{...childrencardtypeData}}" /> 9 <template is="picker_cell_normal" data="{{...childrencardtypeData}}" />
10 - <view class='divide_line_f5f5f5'></view> 10 + <view class='divide_line_30'></view>
11 <view style='height:90rpx'> 11 <view style='height:90rpx'>
12 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
13 - <text class='text_black_30 float_left' style='line-height: 90rpx'>子女证照号码</text> 12 + <text class='red_star_right_10'>*</text>
  13 + <text class='text_777_30 float_left' style='line-height: 90rpx'>子女证照号码</text>
14 <view wx:if="{{isIdCard}}"> 14 <view wx:if="{{isIdCard}}">
15 <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' id="children_id_card_no"></image> 15 <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' id="children_id_card_no"></image>
16 - <input class='input_wrap01 float_right' placeholder='请输入证照号码' placeholder-class='text_999_30' name='children_id_card_no' maxlength='18' type='idcard' value='{{children_id_card_no}}' bindinput="idChange" id='children_id_card_no_input'></input> 16 + <input class='input_wrap01 float_right' style='color:#000;' placeholder='请输入或拍摄身份证' placeholder-class='text_999_30' name='children_id_card_no' maxlength='18' type='idcard' value='{{children_id_card_no}}' bindinput="idChange" id='children_id_card_no_input'></input>
17 </view> 17 </view>
18 <!-- <view wx:else> 18 <!-- <view wx:else>
19 <input class='input_wrap float_right' placeholder='请输入证照号码' placeholder-class='text_999_30' name='children_id_card_no' maxlength='18' type='idcard' value='{{children_id_card_no}}'></input> 19 <input class='input_wrap float_right' placeholder='请输入证照号码' placeholder-class='text_999_30' name='children_id_card_no' maxlength='18' type='idcard' value='{{children_id_card_no}}'></input>
20 </view> --> 20 </view> -->
21 </view> 21 </view>
22 - <view class='divide_line_f5f5f5'></view> 22 + <view class='divide_line_30'></view>
23 <view style='height:90rpx'> 23 <view style='height:90rpx'>
24 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
25 - <text class='text_black_30 float_left'>子女姓名</text>  
26 - <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入子女姓名' name='children_name' value='{{children_name}}'></input> 24 + <text class='red_star_right_10'>*</text>
  25 + <text class='text_777_30 float_left'>子女姓名</text>
  26 + <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入子女姓名' name='children_name' value='{{children_name}}'></input>
27 </view> 27 </view>
  28 + <view class='divide_line_30'></view>
28 <template is="picker_cell_normal" data="{{...commonbirthDate}}" /> 29 <template is="picker_cell_normal" data="{{...commonbirthDate}}" />
29 - <view class='divide_line_f5f5f5'></view> 30 + <view class='divide_line_30'></view>
30 <view style='height:90rpx'> 31 <view style='height:90rpx'>
31 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
32 - <text class='text_black_30 float_left'>国籍</text>  
33 - <text class='text_777_30 float_right' style='line-height: 90rpx;text-align:right' name='children_country'>中国</text> 32 + <text class='red_star_right_10'>*</text>
  33 + <text class='text_777_30 float_left'>国籍</text>
  34 + <text class='text_black_30 float_right' style='line-height: 90rpx;text-align:right' name='children_country'>中国</text>
34 </view> 35 </view>
35 </view> 36 </view>
36 37
@@ -38,78 +39,77 @@ @@ -38,78 +39,77 @@
38 39
39 <view style='padding:0 30rpx;'> 40 <view style='padding:0 30rpx;'>
40 <!-- <view style='height:90rpx;'> 41 <!-- <view style='height:90rpx;'>
41 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
42 - <text class='text_black_30 float_left'>分配比例</text> 42 + <text class='red_star_right_10'>*</text>
  43 + <text class='text_777_30 float_left'>分配比例</text>
43 <text class='text_black_30 float_right' style='line-height: 90rpx;margin-left:20rpx;text-align: right'>%</text> 44 <text class='text_black_30 float_right' style='line-height: 90rpx;margin-left:20rpx;text-align: right'>%</text>
44 <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入分配比例' type='number' name='percent' value='{{percent}}'></input> 45 <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入分配比例' type='number' name='percent' value='{{percent}}'></input>
45 </view> --> 46 </view> -->
46 <template is="picker_cell_normal" data="{{...childrenpercentData}}" /> 47 <template is="picker_cell_normal" data="{{...childrenpercentData}}" />
47 48
48 - <view class='divide_line_f5f5f5'></view> 49 + <view class='divide_line_30'></view>
49 <view style='height:90rpx'> 50 <view style='height:90rpx'>
50 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
51 - <text class='text_black_30 float_left'>子女学籍号</text>  
52 - <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入子女学籍号' name='children_student_no' value='{{children_student_no}}'></input> 51 + <text class='red_star_right_10'>*</text>
  52 + <text class='text_777_30 float_left'>子女学籍号</text>
  53 + <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入子女学籍号' name='children_student_no' value='{{children_student_no}}'></input>
53 </view> 54 </view>
54 - <view class='divide_line_f5f5f5'></view> 55 + <view class='divide_line_30'></view>
55 56
56 <template is="picker_cell_normal" data="{{...childedudegreeData}}" /> 57 <template is="picker_cell_normal" data="{{...childedudegreeData}}" />
57 - <view class='divide_line_f5f5f5'></view> 58 + <view class='divide_line_30'></view>
58 59
59 <template is="picker_cell_normal" data="{{...studystartdate}}" /> 60 <template is="picker_cell_normal" data="{{...studystartdate}}" />
60 - <view class='divide_line_f5f5f5'></view> 61 + <view class='divide_line_30'></view>
61 62
62 <template is="picker_cell_normal" data="{{...studyenddate}}" /> 63 <template is="picker_cell_normal" data="{{...studyenddate}}" />
63 64
64 - <view class='divide_line_f5f5f5'></view> 65 + <view class='divide_line_30'></view>
65 <template is="picker_cell_normal" data="{{...schoolCountryData}}" /> 66 <template is="picker_cell_normal" data="{{...schoolCountryData}}" />
66 - <view class='divide_line_f5f5f5'></view> 67 + <view class='divide_line_30'></view>
67 <view style='height:90rpx'> 68 <view style='height:90rpx'>
68 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
69 - <text class='text_black_30 float_left'>就读学校名称</text>  
70 - <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入就读学校' name='school_name' value='{{school_name}}'></input> 69 + <text class='red_star_right_10'>*</text>
  70 + <text class='text_777_30 float_left'>就读学校名称</text>
  71 + <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入就读学校' name='school_name' value='{{school_name}}'></input>
71 </view> 72 </view>
72 - <view class='divide_line_f5f5f5'></view>  
73 </view> 73 </view>
74 </view> 74 </view>
75 <!-- 继续教育 --> 75 <!-- 继续教育 -->
76 <view wx:if="{{cur_index=='continuing_education'}}" style='padding:0 30rpx;'> 76 <view wx:if="{{cur_index=='continuing_education'}}" style='padding:0 30rpx;'>
77 77
78 <template is="picker_cell_normal" data="{{...edutypeData}}" /> 78 <template is="picker_cell_normal" data="{{...edutypeData}}" />
79 - <view class='divide_line_f5f5f5'></view> 79 + <view class='divide_line_30'></view>
80 <view wx:if="{{edu_lable=='school'}}"> 80 <view wx:if="{{edu_lable=='school'}}">
81 <!-- <view style='height:90rpx'> 81 <!-- <view style='height:90rpx'>
82 - <text class='text_black_30 float_left'>学历教育阶段</text> 82 + <text class='text_777_30 float_left'>学历教育阶段</text>
83 <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入学历教育阶段' name='education_period'></input> 83 <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入学历教育阶段' name='education_period'></input>
84 </view> --> 84 </view> -->
85 <template is="picker_cell_normal" data="{{...edulevelData}}" /> 85 <template is="picker_cell_normal" data="{{...edulevelData}}" />
86 - <view class='divide_line_f5f5f5'></view> 86 + <view class='divide_line_30'></view>
87 <template is="picker_cell_normal" data="{{...studystartdate}}" /> 87 <template is="picker_cell_normal" data="{{...studystartdate}}" />
88 - <view class='divide_line_f5f5f5'></view> 88 + <view class='divide_line_30'></view>
89 <template is="picker_cell_normal" data="{{...studyenddate}}" /> 89 <template is="picker_cell_normal" data="{{...studyenddate}}" />
90 90
91 </view> 91 </view>
92 <view wx:elif="{{edu_lable=='tech'}}"> 92 <view wx:elif="{{edu_lable=='tech'}}">
93 <template is="picker_cell_normal" data="{{...edustyleData}}" /> 93 <template is="picker_cell_normal" data="{{...edustyleData}}" />
94 - <view class='divide_line_f5f5f5'></view> 94 + <view class='divide_line_30'></view>
95 <template is="picker_cell_normal" data="{{...applydate}}" /> 95 <template is="picker_cell_normal" data="{{...applydate}}" />
96 - <view class='divide_line_f5f5f5'></view> 96 + <view class='divide_line_30'></view>
97 <view style='height:90rpx'> 97 <view style='height:90rpx'>
98 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
99 - <text class='text_black_30 float_left'>证书名称</text>  
100 - <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入证书名称' name='certification_name'></input> 98 + <text class='red_star_right_10'>*</text>
  99 + <text class='text_777_30 float_left'>证书名称</text>
  100 + <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入证书名称' name='certification_name'></input>
101 </view> 101 </view>
102 - <view class='divide_line_f5f5f5'></view> 102 + <view class='divide_line_30'></view>
103 <view style='height:90rpx'> 103 <view style='height:90rpx'>
104 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
105 - <text class='text_black_30 float_left'>证书编号</text>  
106 - <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入证书编号' name='certification_no'></input> 104 + <text class='red_star_right_10'>*</text>
  105 + <text class='text_777_30 float_left'>证书编号</text>
  106 + <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入证书编号' name='certification_no'></input>
107 </view> 107 </view>
108 - <view class='divide_line_f5f5f5'></view> 108 + <view class='divide_line_30'></view>
109 <view style='height:90rpx'> 109 <view style='height:90rpx'>
110 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
111 - <text class='text_black_30 float_left'>发证机关</text>  
112 - <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入发证机关' name='certification_authority'></input> 110 + <text class='red_star_right_10'>*</text>
  111 + <text class='text_777_30 float_left'>发证机关</text>
  112 + <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入发证机关' name='certification_authority'></input>
113 </view> 113 </view>
114 </view> 114 </view>
115 115
@@ -118,39 +118,37 @@ @@ -118,39 +118,37 @@
118 <view wx:if="{{cur_index=='support_duty'}}" style='padding:0 30rpx;'> 118 <view wx:if="{{cur_index=='support_duty'}}" style='padding:0 30rpx;'>
119 <!-- <template is="picker_cell_normal" data="{{...supporttypeData}}" /> 119 <!-- <template is="picker_cell_normal" data="{{...supporttypeData}}" />
120 <template is="picker_cell_normal" data="{{...shareMethodData}}" /> --> 120 <template is="picker_cell_normal" data="{{...shareMethodData}}" /> -->
121 - <view class='divide_line_f5f5f5'></view> 121 + <view class='divide_line_30'></view>
122 <view style='height:90rpx'> 122 <view style='height:90rpx'>
123 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
124 - <text class='text_black_30 float_left'>被赡养人姓名</text>  
125 - <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入被赡养人姓名' name='supported_name' value='{{supported_name}}'></input> 123 + <text class='red_star_right_10'>*</text>
  124 + <text class='text_777_30 float_left'>被赡养人姓名</text>
  125 + <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入被赡养人姓名' name='supported_name' value='{{supported_name}}'></input>
126 </view> 126 </view>
127 - <view class='divide_line_f5f5f5'></view> 127 + <view class='divide_line_30'></view>
128 <template is="picker_cell_normal" data="{{...oldercardtypeData}}" /> 128 <template is="picker_cell_normal" data="{{...oldercardtypeData}}" />
129 - <view class='divide_line_f5f5f5'></view> 129 + <view class='divide_line_30'></view>
130 <view style='height:90rpx'> 130 <view style='height:90rpx'>
131 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
132 - <text class='text_black_30 float_left'>被赡养人证照号码</text> 131 + <text class='red_star_right_10'>*</text>
  132 + <text class='text_777_30 float_left'>被赡养人证照号码</text>
133 <view wx:if="{{isIdCard}}"> 133 <view wx:if="{{isIdCard}}">
134 <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' id="older_id_card_no"></image> 134 <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' id="older_id_card_no"></image>
135 - <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;width:380rpx;' placeholder='请输入证照号码' maxlength='18' type='idcard' name='id_card_no' value='{{id_card_no}}' bindinput="idChange" id="older_id_card_no_input"></input> 135 + <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;width:350rpx;color:#000;' placeholder='请输入或拍摄身份证' maxlength='18' type='idcard' name='id_card_no' value='{{id_card_no}}' bindinput="idChange" id="older_id_card_no_input"></input>
136 </view> 136 </view>
137 </view> 137 </view>
138 - <view class='divide_line_f5f5f5'></view> 138 + <view class='divide_line_30'></view>
139 <template is="picker_cell_normal" data="{{...olderbirthDate}}" /> 139 <template is="picker_cell_normal" data="{{...olderbirthDate}}" />
140 - <view class='divide_line_f5f5f5'></view> 140 + <view class='divide_line_30'></view>
141 <view style='height:90rpx'> 141 <view style='height:90rpx'>
142 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
143 - <text class='text_black_30 float_left'>被赡养人国籍(地区)</text>  
144 - <text class='text_777_30 float_right' style='line-height: 90rpx;text-align:right' name='country'>中国</text> 142 + <text class='red_star_right_10'>*</text>
  143 + <text class='text_777_30 float_left'>被赡养人国籍(地区)</text>
  144 + <text class='text_black_30 float_right' style='line-height: 90rpx;text-align:right' name='country'>中国</text>
145 </view> 145 </view>
146 - <view class='divide_line_f5f5f5'></view> 146 + <view class='divide_line_30'></view>
147 147
148 <template is="picker_cell_normal" data="{{...older_relativeData}}" /> 148 <template is="picker_cell_normal" data="{{...older_relativeData}}" />
149 -  
150 - <view class='divide_line_f5f5f5'></view>  
151 <!-- <view style='height:90rpx;'> 149 <!-- <view style='height:90rpx;'>
152 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
153 - <text class='text_black_30 float_left'>分摊比例</text> 150 + <text class='red_star_right_10'>*</text>
  151 + <text class='text_777_30 float_left'>分摊比例</text>
154 <text class='text_black_30 float_right' style='line-height: 90rpx;margin-left:20rpx;text-align: right'>%</text> 152 <text class='text_black_30 float_right' style='line-height: 90rpx;margin-left:20rpx;text-align: right'>%</text>
155 <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入分摊比例' type='number' name='percentage' value='{{percentage}}'></input> 153 <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入分摊比例' type='number' name='percentage' value='{{percentage}}'></input>
156 </view> --> 154 </view> -->
@@ -158,43 +156,43 @@ @@ -158,43 +156,43 @@
158 <!-- 大病医疗 --> 156 <!-- 大病医疗 -->
159 <view wx:if="{{cur_index=='medical_fund'}}" style='padding:0 30rpx;'> 157 <view wx:if="{{cur_index=='medical_fund'}}" style='padding:0 30rpx;'>
160 <view style='height:90rpx'> 158 <view style='height:90rpx'>
161 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
162 - <text class='text_black_30 float_left'>病人姓名</text>  
163 - <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入姓名' name='name' value='{{name}}'></input> 159 + <text class='red_star_right_10'>*</text>
  160 + <text class='text_777_30 float_left'>病人姓名</text>
  161 + <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入姓名' name='name' value='{{name}}'></input>
164 </view> 162 </view>
165 - <view class='divide_line_f5f5f5'></view> 163 + <view class='divide_line_30'></view>
166 164
167 <template is="picker_cell_normal" data="{{...cardtypeData}}" /> 165 <template is="picker_cell_normal" data="{{...cardtypeData}}" />
168 - <view class='divide_line_f5f5f5'></view> 166 + <view class='divide_line_30'></view>
169 <view style='height:90rpx'> 167 <view style='height:90rpx'>
170 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
171 - <text class='text_black_30 float_left'>病人证照号码</text> 168 + <text class='red_star_right_10'>*</text>
  169 + <text class='text_777_30 float_left'>病人证照号码</text>
172 <view wx:if="{{isIdCard}}"> 170 <view wx:if="{{isIdCard}}">
173 <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' id="medical_id_card_no"></image> 171 <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' id="medical_id_card_no"></image>
174 - <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;width:380rpx;' placeholder='请输入证照号码' name='id_card_no' type='idcard' value='{{id_card_no}}' bindinput="idChange" id="medical_id_card_no_input"></input> 172 + <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;width:380rpx;color:#000;' placeholder='请输入或拍摄身份证' name='id_card_no' type='idcard' value='{{id_card_no}}' bindinput="idChange" id="medical_id_card_no_input"></input>
175 </view> 173 </view>
176 </view> 174 </view>
177 - <view class='divide_line_f5f5f5'></view> 175 + <view class='divide_line_30'></view>
178 <template is="picker_cell_normal" data="{{...commonbirthDate}}" /> 176 <template is="picker_cell_normal" data="{{...commonbirthDate}}" />
179 - <view class='divide_line_f5f5f5'></view> 177 + <view class='divide_line_30'></view>
180 <view style='height:90rpx'> 178 <view style='height:90rpx'>
181 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
182 - <text class='text_black_30 float_left'>病人国籍</text>  
183 - <text class='text_777_30 float_right' style='line-height: 90rpx;text-align:right' name='children_country'>中国</text> 179 + <text class='red_star_right_10'>*</text>
  180 + <text class='text_777_30 float_left'>病人国籍</text>
  181 + <text class='text_black_30 float_right' style='line-height: 90rpx;text-align:right' name='children_country'>中国</text>
184 </view> 182 </view>
185 - <view class='divide_line_f5f5f5'></view> 183 + <view class='divide_line_30'></view>
186 <template is="picker_cell_normal" data="{{...taxperson_relativeData}}" /> 184 <template is="picker_cell_normal" data="{{...taxperson_relativeData}}" />
187 - <view class='divide_line_f5f5f5'></view> 185 + <view class='divide_line_30'></view>
188 <view style='height:90rpx'> 186 <view style='height:90rpx'>
189 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
190 - <text class='text_black_30 float_left'>医疗支出总金额</text>  
191 - <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入总金额' type='digit' name='total_amount' value='{{total_amount}}'></input> 187 + <text class='red_star_right_10'>*</text>
  188 + <text class='text_777_30 float_left'>医疗支出总金额</text>
  189 + <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;width:200rpx;color:#000;' placeholder='请输入总金额' type='digit' name='total_amount' value='{{total_amount}}'></input>
192 </view> 190 </view>
193 - <view class='divide_line_f5f5f5'></view> 191 + <view class='divide_line_30'></view>
194 <view style='height:90rpx'> 192 <view style='height:90rpx'>
195 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
196 - <text class='text_black_30 float_left'>个人负担金额</text>  
197 - <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入金额' type='digit' name='amount_by_person' value='{{total_amount}}'></input> 193 + <text class='red_star_right_10'>*</text>
  194 + <text class='text_777_30 float_left'>个人负担金额</text>
  195 + <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入金额' type='digit' name='amount_by_person' value='{{total_amount}}'></input>
198 </view> 196 </view>
199 </view> 197 </view>
200 <!-- 住房 --> 198 <!-- 住房 -->
@@ -203,18 +201,18 @@ @@ -203,18 +201,18 @@
203 <view wx:if="{{house_type=='house_fund_loan'}}"> 201 <view wx:if="{{house_type=='house_fund_loan'}}">
204 <view style='padding:0 30rpx;'> 202 <view style='padding:0 30rpx;'>
205 <template is="picker_cell_normal" data="{{...houseLocateInfo}}" /> 203 <template is="picker_cell_normal" data="{{...houseLocateInfo}}" />
206 - <view class='divide_line_f5f5f5'></view> 204 + <view class='divide_line_30'></view>
207 <template is="picker_cell_normal" data="{{...identifytypeData}}" /> 205 <template is="picker_cell_normal" data="{{...identifytypeData}}" />
208 - <view class='divide_line_f5f5f5'></view> 206 + <view class='divide_line_30'></view>
209 <view style='height:90rpx'> 207 <view style='height:90rpx'>
210 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
211 - <text class='text_black_30 float_left'>证书号码</text>  
212 - <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入证书号码' name='certification_no'></input> 208 + <text class='red_star_right_10'>*</text>
  209 + <text class='text_777_30 float_left'>证书号码</text>
  210 + <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入证书号码' name='certification_no'></input>
213 </view> 211 </view>
214 - <view class='divide_line_f5f5f5'></view> 212 + <view class='divide_line_30'></view>
215 213
216 <template is="picker_cell_normal" data="{{...beforemarryData}}" /> 214 <template is="picker_cell_normal" data="{{...beforemarryData}}" />
217 - <view class='divide_line_f5f5f5'></view> 215 + <view class='divide_line_30'></view>
218 <template is="picker_cell_normal" data="{{...isselfData}}" /> 216 <template is="picker_cell_normal" data="{{...isselfData}}" />
219 217
220 </view> 218 </view>
@@ -222,22 +220,22 @@ @@ -222,22 +220,22 @@
222 <view style='height:20rpx;width:100%;background:#F8F8F8;'></view> 220 <view style='height:20rpx;width:100%;background:#F8F8F8;'></view>
223 <view style='padding:0 30rpx;'> 221 <view style='padding:0 30rpx;'>
224 <template is="picker_cell_normal" data="{{...loantypeData}}" /> 222 <template is="picker_cell_normal" data="{{...loantypeData}}" />
225 - <view class='divide_line_f5f5f5'></view> 223 + <view class='divide_line_30'></view>
226 <view style='height:90rpx'> 224 <view style='height:90rpx'>
227 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
228 - <text class='text_black_30 float_left'>贷款合同编号</text>  
229 - <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入贷款合同编号' name='loan_contract_no'></input> 225 + <text class='red_star_right_10'>*</text>
  226 + <text class='text_777_30 float_left'>贷款合同编号</text>
  227 + <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入贷款合同编号' name='loan_contract_no'></input>
230 </view> 228 </view>
231 - <view class='divide_line_f5f5f5'></view> 229 + <view class='divide_line_30'></view>
232 <template is="picker_cell_normal" data="{{...bankInfo}}" /> 230 <template is="picker_cell_normal" data="{{...bankInfo}}" />
233 - <view class='divide_line_f5f5f5'></view> 231 + <view class='divide_line_30'></view>
234 <template is="picker_cell_normal" data="{{...firstpaybackDate}}" /> 232 <template is="picker_cell_normal" data="{{...firstpaybackDate}}" />
235 - <view class='divide_line_f5f5f5'></view> 233 + <view class='divide_line_30'></view>
236 <!-- <template is="picker_cell_normal" data="{{...loandatelongData}}" /> --> 234 <!-- <template is="picker_cell_normal" data="{{...loandatelongData}}" /> -->
237 <view style='height:90rpx'> 235 <view style='height:90rpx'>
238 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
239 - <text class='text_black_30 float_left'>贷款期限(月数)</text>  
240 - <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入贷款月数' name='loan_months' type='number'></input> 236 + <text class='red_star_right_10'>*</text>
  237 + <text class='text_777_30 float_left'>贷款期限(月数)</text>
  238 + <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入贷款月数' name='loan_months' type='number'></input>
241 </view> 239 </view>
242 </view> 240 </view>
243 241
@@ -246,48 +244,48 @@ @@ -246,48 +244,48 @@
246 244
247 <view style='padding:0 30rpx;'> 245 <view style='padding:0 30rpx;'>
248 <template is="picker_cell_normal" data="{{...workingcityInfo}}" /> 246 <template is="picker_cell_normal" data="{{...workingcityInfo}}" />
249 - <view class='divide_line_f5f5f5'></view> 247 + <view class='divide_line_30'></view>
250 <template is="picker_cell_normal" data="{{...leasetypeData}}" /> 248 <template is="picker_cell_normal" data="{{...leasetypeData}}" />
251 - <view class='divide_line_f5f5f5'></view> 249 + <view class='divide_line_30'></view>
252 <view style='height:90rpx'> 250 <view style='height:90rpx'>
253 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
254 - <text class='text_black_30 float_left'>出租方名称</text>  
255 - <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入出租方名称' name='owner_name'></input> 251 + <text class='red_star_right_10'>*</text>
  252 + <text class='text_777_30 float_left'>出租方名称</text>
  253 + <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入出租方名称' name='owner_name'></input>
256 </view> 254 </view>
257 - <view class='divide_line_f5f5f5'></view> 255 + <view class='divide_line_30'></view>
258 <view style='height:90rpx'> 256 <view style='height:90rpx'>
259 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
260 - <text class='text_black_30 float_left'>出租方纳税人识别号</text>  
261 - <input class='input_wrap01 float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='统一社会信用代码' name='owner_credit_no'></input> 257 + <text class='red_star_right_10'>*</text>
  258 + <text class='text_777_30 float_left'>出租方纳税人识别号</text>
  259 + <input class='input_wrap01 float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;width:350rpx;color:#000;' placeholder='统一社会信用代码' name='owner_credit_no'></input>
262 </view> 260 </view>
263 - <view class='divide_line_f5f5f5'></view> 261 + <view class='divide_line_30'></view>
264 <template is="picker_cell_normal" data="{{...cardtypeData}}" /> 262 <template is="picker_cell_normal" data="{{...cardtypeData}}" />
265 - <view class='divide_line_f5f5f5'></view> 263 + <view class='divide_line_30'></view>
266 <view style='height:90rpx'> 264 <view style='height:90rpx'>
267 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
268 - <text class='text_black_30 float_left'>证照号码</text> 265 + <text class='red_star_right_10'>*</text>
  266 + <text class='text_777_30 float_left'>证照号码</text>
269 <view wx:if="{{isIdCard}}"> 267 <view wx:if="{{isIdCard}}">
270 <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' id="owner_id_card_no"></image> 268 <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' id="owner_id_card_no"></image>
271 - <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;width:380rpx;' placeholder='请输入证照号码' maxlength='18' type='idcard' name='owner_id_card_no' value='{{owner_id_card_no}}' bindinput="idChange" id='owner_id_card_no_input'></input> 269 + <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;width:380rpx;color:#000;' placeholder='请输入或拍摄身份证' maxlength='18' type='idcard' name='owner_id_card_no' value='{{owner_id_card_no}}' bindinput="idChange" id='owner_id_card_no_input'></input>
272 </view> 270 </view>
273 </view> 271 </view>
274 </view> 272 </view>
275 <view style='height:20rpx;width:100%;background:#F8F8F8;'></view> 273 <view style='height:20rpx;width:100%;background:#F8F8F8;'></view>
276 <view style='padding:0 30rpx;'> 274 <view style='padding:0 30rpx;'>
277 <template is="picker_cell_normal" data="{{...rentLocateInfo}}" /> 275 <template is="picker_cell_normal" data="{{...rentLocateInfo}}" />
278 - <view class='divide_line_f5f5f5'></view> 276 + <view class='divide_line_30'></view>
279 <view style='height:90rpx'> 277 <view style='height:90rpx'>
280 - <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入详细地址,精确到楼牌号' name='house_detail_address'></input> 278 + <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: rightcolor:#000;' placeholder='请输入详细地址,精确到楼牌号' name='house_detail_address'></input>
281 </view> 279 </view>
282 - <view class='divide_line_f5f5f5'></view> 280 + <view class='divide_line_30'></view>
283 <view style='height:90rpx'> 281 <view style='height:90rpx'>
284 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
285 - <text class='text_black_30 float_left'>租赁合同编号</text>  
286 - <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输合同编号' name='rent_contract_no'></input> 282 + <text class='red_star_right_10'>*</text>
  283 + <text class='text_777_30 float_left'>租赁合同编号</text>
  284 + <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: rightcolor:#000;' placeholder='请输合同编号' name='rent_contract_no'></input>
287 </view> 285 </view>
288 - <view class='divide_line_f5f5f5'></view> 286 + <view class='divide_line_30'></view>
289 <template is="picker_cell_normal" data="{{...leasestartDate}}" /> 287 <template is="picker_cell_normal" data="{{...leasestartDate}}" />
290 - <view class='divide_line_f5f5f5'></view> 288 + <view class='divide_line_30'></view>
291 <template is="picker_cell_normal" data="{{...leaseendDate}}" /> 289 <template is="picker_cell_normal" data="{{...leaseendDate}}" />
292 </view> 290 </view>
293 291
@@ -295,16 +293,16 @@ @@ -295,16 +293,16 @@
295 </view> 293 </view>
296 294
297 <view style='padding:0 30rpx;' wx:if="{{cur_index!='medical_fund'}}"> 295 <view style='padding:0 30rpx;' wx:if="{{cur_index!='medical_fund'}}">
298 - <view class='divide_line_f5f5f5'></view> 296 + <view class='divide_line_30'></view>
299 <template is="picker_cell_normal" data="{{...reducetypeData}}" /> 297 <template is="picker_cell_normal" data="{{...reducetypeData}}" />
300 - <view class='divide_line_f5f5f5'></view> 298 + <view class='divide_line_30'></view>
301 <view style='height:90rpx'> 299 <view style='height:90rpx'>
302 - <text class='text_black_30 float_left'>扣除金额</text>  
303 - <text wx:if="{{reducetypeData.selected=='月度'}}" class='text_black_30 float_right' style='line-height: 90rpx;margin-left:20rpx;text-align: right;color:#FF9F00;'>¥{{deduction_amount}}/月</text>  
304 - <text wx:if="{{reducetypeData.selected=='年度'}}" class='text_black_30 float_right' style='line-height: 90rpx;margin-left:20rpx;text-align: right;color:#FF9F00;'>¥{{deduction_amount}}/年</text> 300 + <text class='text_777_30 float_left head_in'>扣除金额</text>
  301 + <text wx:if="{{reducetypeData.selected=='月度'}}" class='text_black_30 float_right' style='line-height: 90rpx;margin-left:20rpx;text-align: right;color:#FF9F00;font-family: PingFangSC-Semibold;'>¥{{deduction_amount}}/月</text>
  302 + <text wx:if="{{reducetypeData.selected=='年度'}}" class='text_black_30 float_right' style='line-height: 90rpx;margin-left:20rpx;text-align: right;color:#FF9F00;font-family: PingFangSC-Semibold;'>¥{{deduction_amount}}/年</text>
305 <!-- <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#FF9F00;' placeholder='请输入扣除金额' type='digit' name='reduce_money'></input> --> 303 <!-- <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#FF9F00;' placeholder='请输入扣除金额' type='digit' name='reduce_money'></input> -->
306 </view> 304 </view>
307 - <view class='divide_line_f5f5f5'></view> 305 + <view class='divide_line_30'></view>
308 306
309 </view> 307 </view>
310 308
@@ -314,35 +312,35 @@ @@ -314,35 +312,35 @@
314 312
315 <view wx:if="{{cur_index=='children_education' || cur_index=='house_fund'}}"> 313 <view wx:if="{{cur_index=='children_education' || cur_index=='house_fund'}}">
316 <template is="picker_cell_normal" data="{{...hasLoverData}}" /> 314 <template is="picker_cell_normal" data="{{...hasLoverData}}" />
317 - <view class='divide_line_f5f5f5'></view> 315 + <view class='divide_line_30'></view>
318 </view> 316 </view>
319 <view wx:if="{{hasLover}}"> 317 <view wx:if="{{hasLover}}">
320 <view style='height:90rpx'> 318 <view style='height:90rpx'>
321 - <text class='text_black_30 float_left'>配偶姓名</text>  
322 - <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入配偶姓名' name='spouse_name' value='{{spouse_name}}'></input> 319 + <text class='text_777_30 float_left head_in'>配偶姓名</text>
  320 + <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入配偶姓名' name='spouse_name' value='{{spouse_name}}'></input>
323 </view> 321 </view>
324 - <view class='divide_line_f5f5f5'></view> 322 + <view class='divide_line_30'></view>
325 <template is="picker_cell_normal" data="{{...lovercardtypeData}}" /> 323 <template is="picker_cell_normal" data="{{...lovercardtypeData}}" />
326 - <view class='divide_line_f5f5f5'></view> 324 + <view class='divide_line_30'></view>
327 <view style='height:90rpx'> 325 <view style='height:90rpx'>
328 - <text class='text_black_30 float_left'>配偶证照号码</text> 326 + <text class='text_777_30 float_left head_in'>配偶证照号码</text>
329 <view wx:if="{{isIdCard}}"> 327 <view wx:if="{{isIdCard}}">
330 <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' id="spouse_id_card_no"></image> 328 <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' id="spouse_id_card_no"></image>
331 - <input class='input_wrap01 float_right' placeholder='请输入证照号码' placeholder-class='text_999_30' name='spouse_id_card_no' maxlength='18' type='idcard' value='{{spouse_id_card_no}}' bindinput="idChange" id='spouse_id_card_no_input'></input> 329 + <input class='input_wrap01 float_right' style='color:#000;' placeholder='请输入或拍摄身份证' placeholder-class='text_999_30' name='spouse_id_card_no' maxlength='18' type='idcard' value='{{spouse_id_card_no}}' bindinput="idChange" id='spouse_id_card_no_input'></input>
332 </view> 330 </view>
333 </view> 331 </view>
334 - <view class='divide_line_f5f5f5'></view> 332 + <view class='divide_line_30'></view>
335 <template is="picker_cell_normal" data="{{...loverbirthDate}}" /> 333 <template is="picker_cell_normal" data="{{...loverbirthDate}}" />
336 - <view class='divide_line_f5f5f5'></view> 334 + <view class='divide_line_30'></view>
337 <view style='height:90rpx'> 335 <view style='height:90rpx'>
338 - <text class='text_black_30 float_left'>国籍</text>  
339 - <text class='text_777_30 float_right' style='line-height: 90rpx;text-align:right' name='lover_country'>中国</text> 336 + <text class='text_777_30 float_left head_in'>国籍</text>
  337 + <text class='text_black_30 float_right' style='line-height: 90rpx;text-align:right;' name='lover_country'>中国</text>
340 </view> 338 </view>
341 </view> 339 </view>
342 340
343 341
344 </view> 342 </view>
345 -<!-- <view class='divide_line_f5f5f5'></view> 343 +<!-- <view class='divide_line_30'></view>
346 <view class='text_black_30 float_left'>上传材料</view> --> 344 <view class='text_black_30 float_left'>上传材料</view> -->
347 <view style='width:100%;height:180rpx;background:#f8f8f8'></view> 345 <view style='width:100%;height:180rpx;background:#f8f8f8'></view>
348 <!-- <view style='margin-bottom:140rpx'> 346 <!-- <view style='margin-bottom:140rpx'>
1 /* pages/main/addtionalreduce/addextrainfo/addextrainfo.wxss */ 1 /* pages/main/addtionalreduce/addextrainfo/addextrainfo.wxss */
  2 +@import "../../taxperson/addinfo/addinfo.wxss";
  3 +
2 .text_black_30 { 4 .text_black_30 {
3 font-family: PingFangSC-Regular; 5 font-family: PingFangSC-Regular;
4 font-size: 30rpx; 6 font-size: 30rpx;
@@ -54,7 +54,6 @@ Page({ @@ -54,7 +54,6 @@ Page({
54 onChange: 'onPickerSelect' 54 onChange: 'onPickerSelect'
55 }, 55 },
56 genderData: { 56 genderData: {
57 - isblack:true,  
58 label: '性别', 57 label: '性别',
59 bindtype: 'gender', 58 bindtype: 'gender',
60 selected: '', 59 selected: '',
@@ -2,59 +2,64 @@ @@ -2,59 +2,64 @@
2 <import src="../../../common/picker_cell" /> 2 <import src="../../../common/picker_cell" />
3 3
4 <view class='page__'> 4 <view class='page__'>
  5 + <view class="divide_line"></view>
5 <form bindsubmit='formSubmit'> 6 <form bindsubmit='formSubmit'>
6 7
7 <view class='data_list' hidden="{{isself}}"> 8 <view class='data_list' hidden="{{isself}}">
8 <view class='data_item'> 9 <view class='data_item'>
9 10
10 <template is="picker_cell_normal" data="{{...relativeData}}" /> 11 <template is="picker_cell_normal" data="{{...relativeData}}" />
11 - <view class="divide_line"></view> 12 + <view class="divide_line_30"></view>
12 13
13 <view class='item_body'> 14 <view class='item_body'>
14 - <text style='color:red;font-size: 28rpx;line-height: 80rpx;float:left'>*</text>  
15 - <text class='text_black_28 float_left'>证照类型</text>  
16 - <text class='text_777_30 float_right'>居民身份证</text> 15 + <text class='red_star_right_10'>*</text>
  16 + <text class='text_777_30 float_left'>证照类型</text>
  17 + <text class='text_black_30 float_right' style='line-height: 90rpx'>居民身份证</text>
17 </view> 18 </view>
18 - <view class="divide_line"></view> 19 + <view class="divide_line_30"></view>
19 20
20 <view class='item_body'> 21 <view class='item_body'>
21 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
22 - <text class='text_black_30 float_left'style='line-height: 90rpx'>证照号码</text> 22 + <text class='red_star_right_10'>*</text>
  23 + <text class='text_777_30 float_left'style='line-height: 90rpx'>证照号码</text>
23 <view wx:if="{{isIdCard}}" > 24 <view wx:if="{{isIdCard}}" >
24 <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo'></image> 25 <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo'></image>
25 <!-- <text class='text_333_28 float_right'>{{card_number}}</text> --> 26 <!-- <text class='text_333_28 float_right'>{{card_number}}</text> -->
26 - <input class='input_wrap float_right' placeholder='请输入证照号码' placeholder-class='text_777_30' name='id_card_no' maxlength='18' value='{{card_number}}' bindblur="idDone" bindinput="idChange" disabled='{{isDisable}}'></input> 27 + <input class='input_wrap float_right' placeholder='请输入或拍摄身份证' placeholder-class='text_777_30' name='id_card_no' maxlength='18' value='{{card_number}}' bindblur="idDone" bindinput="idChange" disabled='{{isDisable}}'></input>
27 </view> 28 </view>
28 <view wx:else> 29 <view wx:else>
29 <input class='input_wrap float_right' placeholder='请输入证照号码' placeholder-class='text_777_30' name='id_card_no' maxlength='18' type="idcard" value='{{card_number}}' bindblur="idDone" bindinput="idChange" disabled='{{isDisable}}'></input> 30 <input class='input_wrap float_right' placeholder='请输入证照号码' placeholder-class='text_777_30' name='id_card_no' maxlength='18' type="idcard" value='{{card_number}}' bindblur="idDone" bindinput="idChange" disabled='{{isDisable}}'></input>
30 </view> 31 </view>
31 </view> 32 </view>
32 - <view class="divide_line"></view> 33 + <view class="divide_line_30"></view>
33 34
34 <view class='item_body'> 35 <view class='item_body'>
35 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
36 - <text class='text_black_30 float_left' style='line-height: 90rpx'>姓名</text> 36 + <text class='red_star_right_10'>*</text>
  37 + <text class='text_777_30 float_left' style='line-height: 90rpx'>姓名</text>
37 <input class='input_wrap float_right' placeholder='请填写姓名' name='name' value='{{name}}' placeholder-class='text_777_30' maxlength='15' disabled='{{isDisable}}'></input> 38 <input class='input_wrap float_right' placeholder='请填写姓名' name='name' value='{{name}}' placeholder-class='text_777_30' maxlength='15' disabled='{{isDisable}}'></input>
38 </view> 39 </view>
39 - <view class="divide_line"></view> 40 + <view class="divide_line_30"></view>
40 41
41 <template is="picker_cell_normal" data="{{...genderData}}" /> 42 <template is="picker_cell_normal" data="{{...genderData}}" />
42 - <view class="divide_line"></view> 43 + <view class="divide_line_30"></view>
43 <view class='item_body'> 44 <view class='item_body'>
44 - <text class='text_black_30 float_left'style='line-height: 90rpx'>年龄</text> 45 + <text class='text_777_30 float_left head_in' style='line-height: 90rpx'>年龄</text>
45 <input class='input_wrap float_right' name='age' type='number' placeholder-class='text_777_30' placeholder='请输入年龄' maxlength='2' value='{{age}}' disabled='{{isDisable}}'></input> 46 <input class='input_wrap float_right' name='age' type='number' placeholder-class='text_777_30' placeholder='请输入年龄' maxlength='2' value='{{age}}' disabled='{{isDisable}}'></input>
46 </view> 47 </view>
47 - <view class="divide_line"></view> 48 + <view class="divide_line_30"></view>
48 49
49 50
50 <view class='item_body'> 51 <view class='item_body'>
51 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
52 - <text class='text_black_30 float_left' style='line-height: 90rpx'>国籍</text>  
53 - <text class='text_777_30 float_right' >中国</text> 52 + <text class='red_star_right_10'>*</text>
  53 + <text class='text_777_30 float_left' style='line-height: 90rpx'>国籍</text>
  54 + <text class='text_black_30 float_right' style='line-height: 90rpx' >中国</text>
54 </view> 55 </view>
55 56
56 - <view class="divide_line"></view>  
57 - <template is="picker_cell_normal" data="{{...forignerInfo}}" /> 57 + <view class="divide_line_30"></view>
  58 + <view class='item_body'>
  59 + <text class='text_777_30 float_left head_in' style='line-height: 90rpx'>是否境外人员</text>
  60 + <text class='text_black_30 float_right' style='line-height: 90rpx' >否</text>
  61 + </view>
  62 + <!-- <template is="picker_cell_normal" data="{{...forignerInfo}}" /> -->
58 63
59 </view> 64 </view>
60 </view> 65 </view>
1 /* pages/main/addinfo/addinfo.wxss */ 1 /* pages/main/addinfo/addinfo.wxss */
2 2
3 -/* pages/main//editinfo/editinfo.wxss */  
4 page{ 3 page{
5 background: #f8f8f8; 4 background: #f8f8f8;
6 } 5 }
@@ -9,10 +8,12 @@ page{ @@ -9,10 +8,12 @@ page{
9 } 8 }
10 9
11 .head_wrap { 10 .head_wrap {
12 - height: 90rpx;  
13 - background: #f7f9fd; 11 + height: 96rpx;
  12 + /* background: #f7f9fd; */
  13 + background: #fff;
14 padding-right: 20rpx; 14 padding-right: 20rpx;
15 padding-left: 32rpx; 15 padding-left: 32rpx;
  16 + /* line-height: 96rpx; */
16 } 17 }
17 18
18 .head_red_star { 19 .head_red_star {
@@ -66,10 +67,10 @@ page{ @@ -66,10 +67,10 @@ page{
66 } 67 }
67 68
68 .input_wrap { 69 .input_wrap {
69 - width: 500rpx; 70 + width: 480rpx;
70 height: 90rpx; 71 height: 90rpx;
71 - font-size: 30rpx;  
72 - color: #333; 72 + font-size: 28rpx;
  73 + color: #000;
73 text-align: right; 74 text-align: right;
74 overflow: hidden; 75 overflow: hidden;
75 text-overflow: ellipsis; 76 text-overflow: ellipsis;
@@ -102,13 +103,6 @@ page{ @@ -102,13 +103,6 @@ page{
102 word-wrap: break-word; 103 word-wrap: break-word;
103 } 104 }
104 105
105 -.divide_line {  
106 - background: #e5e5e5;  
107 - width: 100%;  
108 - height: 2rpx;  
109 -}  
110 -  
111 -  
112 .text_999_30 { 106 .text_999_30 {
113 font-size: 30rpx; 107 font-size: 30rpx;
114 color: #999; 108 color: #999;
@@ -117,4 +111,17 @@ page{ @@ -117,4 +111,17 @@ page{
117 } 111 }
118 input[disabled]{ 112 input[disabled]{
119 color: #777; 113 color: #777;
  114 +}
  115 +.red_star_right_10{
  116 + color:red;
  117 + font-size: 30rpx;
  118 + line-height: 90rpx;
  119 + float:left;
  120 + margin-right: 10rpx;
  121 +}
  122 +.arrow_wrap {
  123 + width: 40rpx;
  124 + height: 40rpx;
  125 + float: right;
  126 + margin-top:24rpx;
120 } 127 }
@@ -16,52 +16,55 @@ @@ -16,52 +16,55 @@
16 <image class='head_image_wrap_down' src='/images/arrow_down.png'></image> 16 <image class='head_image_wrap_down' src='/images/arrow_down.png'></image>
17 </view> 17 </view>
18 </view> 18 </view>
19 - 19 + <view style='background:#fff;'>
  20 + <view class="divide_line_30"></view>
  21 + </view>
20 <view class='data_list'> 22 <view class='data_list'>
21 <view class='data_item'> 23 <view class='data_item'>
22 - <view class="divide_line"></view>  
23 <view class='item_body' hidden="{{!isself}}"> 24 <view class='item_body' hidden="{{!isself}}">
24 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
25 - <text class='text_black_30 float_left' style='line-height: 90rpx'>姓名</text>  
26 - <input class='input_wrap float_right' hidden="{{taxInfo.certification_status=='active'}}" placeholder="请输入姓名" value='{{name}}' disabled="{{taxInfo.certification_status=='active'}}" bindblur='bindinputname' style='line-height: 90rpx'></input>  
27 - <input hidden="{{taxInfo.certification_status!='active'}}" class='input_wrap float_right' placeholder="{{taxInfo.certification_status=='active'||name?name:'请输入姓名'}}" disabled="{{taxInfo.certification_status=='active'}}" bindblur='bindinputname' style='line-height: 90rpx'></input> 25 + <text class='red_star_right_10'>*</text>
  26 + <text class='text_777_30 float_left' style='line-height: 90rpx'>姓名</text>
  27 + <input class='input_wrap float_right' placeholder="请输入姓名" value='{{name}}' disabled="{{taxInfo.certification_status=='active'}}" bindblur='bindinputname' style='line-height: 90rpx'></input>
  28 + <!-- <input hidden="{{taxInfo.certification_status=='active'}}" class='input_wrap float_right' placeholder="请输入姓名" value='{{name}}' bindblur='bindinputname' style='line-height: 90rpx'></input>
  29 + <input hidden="{{taxInfo.certification_status!='active'}}" class='input_wrap float_right' placeholder="{{name}}" disabled="true" bindblur='bindinputname' style='line-height: 90rpx'></input> -->
28 </view> 30 </view>
29 - <view class="divide_line"></view> 31 + <view class="divide_line_30"></view>
30 32
31 <view class='item_body'> 33 <view class='item_body'>
32 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
33 - <text class='text_black_30 float_left' style='line-height: 90rpx'>国籍(地区)</text>  
34 - <text class='text_999_30 float_right' style='line-height: 90rpx'>中国</text> 34 + <text class='red_star_right_10'>*</text>
  35 + <text class='text_777_30 float_left' style='line-height: 90rpx'>国籍(地区)</text>
  36 + <text class='text_black_30 float_right' style='line-height: 90rpx'>中国</text>
35 </view> 37 </view>
36 - <view class="divide_line"></view> 38 + <view class="divide_line_30"></view>
37 <view class='item_body'> 39 <view class='item_body'>
38 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
39 - <text class='text_black_30 float_left' style='line-height: 90rpx'>纳税人类型</text>  
40 - <text class='text_999_30 float_right' style='line-height: 90rpx'>居民</text> 40 + <text class='red_star_right_10'>*</text>
  41 + <text class='text_777_30 float_left' style='line-height: 90rpx'>纳税人类型</text>
  42 + <text class='text_black_30 float_right' style='line-height: 90rpx'>居民</text>
41 </view> 43 </view>
42 - <view class="divide_line"></view> 44 + <view class="divide_line_30"></view>
43 <view class='item_body'> 45 <view class='item_body'>
44 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
45 - <text class='text_black_30 float_left' style='line-height: 90rpx'>是否境外人员</text>  
46 - <text class='text_999_30 float_right' style='line-height: 90rpx'>否</text> 46 + <text class='red_star_right_10'>*</text>
  47 + <text class='text_777_30 float_left' style='line-height: 90rpx'>是否境外人员</text>
  48 + <text class='text_black_30 float_right' style='line-height: 90rpx'>否</text>
47 </view> 49 </view>
48 - <view class="divide_line"></view> 50 + <view class="divide_line_30"></view>
49 <template is="picker_cell_normal" data="{{...cardtypeData}}" /> 51 <template is="picker_cell_normal" data="{{...cardtypeData}}" />
50 - <view class="divide_line"></view> 52 + <view class="divide_line_30"></view>
51 53
52 <view class='item_body'> 54 <view class='item_body'>
53 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
54 - <text class='text_black_30 float_left' style='line-height: 90rpx'>证照号码</text> 55 + <text class='red_star_right_10'>*</text>
  56 + <text class='text_777_30 float_left' style='line-height: 90rpx'>证照号码</text>
55 <view> 57 <view>
56 <image wx:if="{{isIdCard}}" class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' hidden="{{taxInfo.certification_status=='active'}}"></image> 58 <image wx:if="{{isIdCard}}" class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' hidden="{{taxInfo.certification_status=='active'}}"></image>
57 - <input class='input_wrap float_right' hidden="{{taxInfo.certification_status=='active'}}" placeholder="请输入证照号码" value='{{card_number}}' name='id_card_no' maxlength='18' bindblur='idcardblur' bindinput = 'bindinputcardnum'></input>  
58 - <input class='input_wrap float_right' hidden="{{taxInfo.certification_status!='active'}}" placeholder="{{card_number?card_number:'身份证号获取失败'}}" name='id_card_no' disabled='true'></input> 59 + <input class='input_wrap float_right' disabled="{{taxInfo.certification_status=='active'}}" placeholder="请输入证照号码" value="{{card_number?card_number:'身份证号获取失败'}}" name='id_card_no' maxlength='18' bindblur='idcardblur' bindinput = 'bindinputcardnum'></input>
  60 + <!-- <input class='input_wrap float_right' hidden="{{taxInfo.certification_status=='active'}}" placeholder="请输入证照号码" value='{{card_number}}' name='id_card_no' maxlength='18' bindblur='idcardblur' bindinput = 'bindinputcardnum'></input>
  61 + <input class='input_wrap float_right' hidden="{{taxInfo.certification_status!='active'}}" placeholder="{{card_number?card_number:'身份证号获取失败'}}" name='id_card_no' disabled='true'></input> -->
59 </view> 62 </view>
60 </view> 63 </view>
61 <view hidden='{{!isshow01}}'> 64 <view hidden='{{!isshow01}}'>
62 - <view class="divide_line"></view> 65 + <view class="divide_line_30"></view>
63 <template is="picker_cell_normal" data="{{...genderData}}" /> 66 <template is="picker_cell_normal" data="{{...genderData}}" />
64 - <view class="divide_line"></view> 67 + <view class="divide_line_30"></view>
65 <template is="picker_cell_normal" data="{{...birthDate}}" /> 68 <template is="picker_cell_normal" data="{{...birthDate}}" />
66 </view> 69 </view>
67 </view> 70 </view>
@@ -79,36 +82,37 @@ @@ -79,36 +82,37 @@
79 <image class='head_image_wrap_down' src='/images/arrow_down.png'></image> 82 <image class='head_image_wrap_down' src='/images/arrow_down.png'></image>
80 </view> 83 </view>
81 </view> 84 </view>
82 - 85 + <view style='background:#fff;'>
  86 + <view class="divide_line_30"></view>
  87 + </view>
83 <view class='data_list'> 88 <view class='data_list'>
84 <view class='data_item'> 89 <view class='data_item'>
85 - <view class="divide_line"></view>  
86 <view class='item_body'> 90 <view class='item_body'>
87 - <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>  
88 - <text class='text_black_30 float_left' style='line-height: 90rpx'>手机号码</text> 91 + <text class='red_star_right_10'>*</text>
  92 + <text class='text_777_30 float_left' style='line-height: 90rpx'>手机号码</text>
89 <input class='input_wrap float_right' placeholder="请输入手机号" value='{{mobile}}' name='mobile' type='number' maxlength='11' bindblur='bindinputmobile'></input> 93 <input class='input_wrap float_right' placeholder="请输入手机号" value='{{mobile}}' name='mobile' type='number' maxlength='11' bindblur='bindinputmobile'></input>
90 </view> 94 </view>
91 95
92 <!-- 非必填部分02 --> 96 <!-- 非必填部分02 -->
93 <view hidden='{{!isshow02}}'> 97 <view hidden='{{!isshow02}}'>
94 - <view class="divide_line"></view> 98 + <view class="divide_line_30"></view>
95 <template is="picker_cell_normal" data="{{...currentaddressInfo}}" /> 99 <template is="picker_cell_normal" data="{{...currentaddressInfo}}" />
96 - <view class="divide_line"></view> 100 + <view class="divide_line_30"></view>
97 <view class='item_body'> 101 <view class='item_body'>
98 - <text class='text_666_30 float_left ' style='line-height: 90rpx'>详细地址</text> 102 + <text class='text_666_30 float_left head_in' style='line-height: 90rpx'>详细地址</text>
99 <input class='input_wrap float_right ' name='current_address_detail' value="{{taxInfo.current_address_detail}}" placeholder-class='text_999_30' placeholder='请输入详细居住地址'></input> 103 <input class='input_wrap float_right ' name='current_address_detail' value="{{taxInfo.current_address_detail}}" placeholder-class='text_999_30' placeholder='请输入详细居住地址'></input>
100 </view> 104 </view>
101 - <view class="divide_line"></view> 105 + <view class="divide_line_30"></view>
102 <template is="picker_cell_normal" data="{{...birthaddressInfo}}" /> 106 <template is="picker_cell_normal" data="{{...birthaddressInfo}}" />
103 - <view class="divide_line"></view> 107 + <view class="divide_line_30"></view>
104 <view class='item_body '> 108 <view class='item_body '>
105 - <text class='text_666_30 float_left ' style='line-height: 90rpx'>详细地址</text> 109 + <text class='text_666_30 float_left head_in' style='line-height: 90rpx'>详细地址</text>
106 <input class='input_wrap float_right ' name='huji_address_detail' placeholder-class='text_999_30' placeholder='请输入详细户籍地址' value='{{huji_address_detail}}'></input> 110 <input class='input_wrap float_right ' name='huji_address_detail' placeholder-class='text_999_30' placeholder='请输入详细户籍地址' value='{{huji_address_detail}}'></input>
107 </view> 111 </view>
108 - <view class="divide_line"></view> 112 + <view class="divide_line_30"></view>
109 113
110 <view class='item_body'> 114 <view class='item_body'>
111 - <text class='text_666_30 float_left' style='line-height: 90rpx'>电子邮箱</text> 115 + <text class='text_666_30 float_left head_in' style='line-height: 90rpx'>电子邮箱</text>
112 <input class='input_wrap float_right' name='email' value='{{taxInfo.email}}' placeholder='请输入电子邮箱' placeholder-class='text_999_30' maxlength='20'></input> 116 <input class='input_wrap float_right' name='email' value='{{taxInfo.email}}' placeholder='请输入电子邮箱' placeholder-class='text_999_30' maxlength='20'></input>
113 </view> 117 </view>
114 </view> 118 </view>
@@ -129,41 +133,43 @@ @@ -129,41 +133,43 @@
129 <image class='head_image_wrap_down' src='/images/arrow_down.png'></image> 133 <image class='head_image_wrap_down' src='/images/arrow_down.png'></image>
130 </view> 134 </view>
131 </view> 135 </view>
  136 + <view style='background:#fff;'>
  137 + <view class="divide_line_30" hidden='{{!isshow03}}'></view>
  138 + </view>
132 <view class='data_list'> 139 <view class='data_list'>
133 <view class='data_item'> 140 <view class='data_item'>
134 <view hidden='{{!isshow03}}'> 141 <view hidden='{{!isshow03}}'>
135 - <view class="divide_line"></view>  
136 <template is="picker_cell_normal" data="{{...degreeData}}" /> 142 <template is="picker_cell_normal" data="{{...degreeData}}" />
137 - <view class="divide_line"></view> 143 + <view class="divide_line_30"></view>
138 <template is="picker_cell_normal" data="{{...professionData}}" /> 144 <template is="picker_cell_normal" data="{{...professionData}}" />
139 - <view class="divide_line"></view> 145 + <view class="divide_line_30"></view>
140 <template is="picker_cell_normal" data="{{...bankInfo}}" /> 146 <template is="picker_cell_normal" data="{{...bankInfo}}" />
141 - <view class="divide_line"></view> 147 + <view class="divide_line_30"></view>
142 <view class='item_body'> 148 <view class='item_body'>
143 - <text class='text_666_30 float_left' style='line-height: 90rpx'>银行账号</text> 149 + <text class='text_666_30 float_left head_in' style='line-height: 90rpx'>银行账号</text>
144 <input class='input_wrap float_right' name='bank_account' value='{{taxInfo.bank_account}}' placeholder-class='text_999_30' placeholder='请输入银行账号' maxlength='24'></input> 150 <input class='input_wrap float_right' name='bank_account' value='{{taxInfo.bank_account}}' placeholder-class='text_999_30' placeholder='请输入银行账号' maxlength='24'></input>
145 </view> 151 </view>
146 - <view class="divide_line"></view> 152 + <view class="divide_line_30"></view>
147 <template is="picker_cell_normal" data="{{...disabilityInfo}}" /> 153 <template is="picker_cell_normal" data="{{...disabilityInfo}}" />
148 - <view class="divide_line" hidden="{{disabilityInfo.selected!='是'}}"></view> 154 + <view class="divide_line_30" hidden="{{disabilityInfo.selected!='是'}}"></view>
149 <view class='item_body' hidden="{{disabilityInfo.selected!='是'}}"> 155 <view class='item_body' hidden="{{disabilityInfo.selected!='是'}}">
150 <text class='text_666_30 float_left'>残疾证号</text> 156 <text class='text_666_30 float_left'>残疾证号</text>
151 <input class='input_wrap float_right' name='disability_no' type='number' value='{{taxInfo.disability_no}}' placeholder-class='text_999_30' placeholder='请输入残疾证号' maxlength='24'></input> 157 <input class='input_wrap float_right' name='disability_no' type='number' value='{{taxInfo.disability_no}}' placeholder-class='text_999_30' placeholder='请输入残疾证号' maxlength='24'></input>
152 </view> 158 </view>
153 - <view class="divide_line"></view> 159 + <view class="divide_line_30"></view>
154 160
155 <template is="picker_cell_normal" data="{{...lieshuInfo}}" /> 161 <template is="picker_cell_normal" data="{{...lieshuInfo}}" />
156 - <view class="divide_line" hidden="{{lieshuInfo.selected!='是'}}"></view> 162 + <view class="divide_line_30" hidden="{{lieshuInfo.selected!='是'}}"></view>
157 <view class='item_body' hidden="{{lieshuInfo.selected!='是'}}"> 163 <view class='item_body' hidden="{{lieshuInfo.selected!='是'}}">
158 <text class='text_666_30 float_left'>烈属证号</text> 164 <text class='text_666_30 float_left'>烈属证号</text>
159 <input class='input_wrap float_right' name='martyr_family_no' type='number' value='{{taxInfo.martyr_family_no}}' placeholder-class='text_999_30' placeholder='请输入烈属证号' maxlength='24'></input> 165 <input class='input_wrap float_right' name='martyr_family_no' type='number' value='{{taxInfo.martyr_family_no}}' placeholder-class='text_999_30' placeholder='请输入烈属证号' maxlength='24'></input>
160 </view> 166 </view>
161 - <view class="divide_line"></view> 167 + <view class="divide_line_30"></view>
162 168
163 <template is="picker_cell_normal" data="{{...lonelyolderInfo}}" /> 169 <template is="picker_cell_normal" data="{{...lonelyolderInfo}}" />
164 - <view class="divide_line"></view> 170 + <view class="divide_line_30"></view>
165 <view class='item_body'> 171 <view class='item_body'>
166 - <text class='text_666_30 float_left' style='line-height: 90rpx'>备注</text> 172 + <text class='text_666_30 float_left head_in' style='line-height: 90rpx'>备注</text>
167 <input class='input_wrap float_right' value='{{taxInfo.comment}}' name='comment' placeholder-class='text_999_30' placeholder='请输入备注'></input> 173 <input class='input_wrap float_right' value='{{taxInfo.comment}}' name='comment' placeholder-class='text_999_30' placeholder='请输入备注'></input>
168 </view> 174 </view>
169 175
@@ -178,40 +184,40 @@ @@ -178,40 +184,40 @@
178 <view class='data_item '> 184 <view class='data_item '>
179 185
180 <template is="picker_cell_normal" data="{{...investInfo}}" /> 186 <template is="picker_cell_normal" data="{{...investInfo}}" />
181 - <view class="divide_line"></view> 187 + <view class="divide_line_30"></view>
182 188
183 <template is="picker_cell_normal" data="{{...specificIndustryInfo}}" /> 189 <template is="picker_cell_normal" data="{{...specificIndustryInfo}}" />
184 - <view class="divide_line"></view> 190 + <view class="divide_line_30"></view>
185 191
186 <template is="picker_cell_normal" data="{{...employeeInfo}}" /> 192 <template is="picker_cell_normal" data="{{...employeeInfo}}" />
187 <view hidden='{{!isshow03}}'> 193 <view hidden='{{!isshow03}}'>
188 - <view class="divide_line"></view> 194 + <view class="divide_line_30"></view>
189 <view class='item_body '> 195 <view class='item_body '>
190 <text class='text_666_30 float_left' style='line-height: 90rpx'>公司股本总额</text> 196 <text class='text_666_30 float_left' style='line-height: 90rpx'>公司股本总额</text>
191 <input class='input_wrap float_right ' name='company_equity_total' type='digit' value='{{taxInfo.company_equity_total}}' placeholder-class='text_999_30' placeholder='请输入股本总额(保留两位小数)' maxlength='13' bindblur='companymoney'></input> 197 <input class='input_wrap float_right ' name='company_equity_total' type='digit' value='{{taxInfo.company_equity_total}}' placeholder-class='text_999_30' placeholder='请输入股本总额(保留两位小数)' maxlength='13' bindblur='companymoney'></input>
192 </view> 198 </view>
193 - <view class="divide_line"></view> 199 + <view class="divide_line_30"></view>
194 200
195 <template is="picker_cell_normal" data="{{...startDate}}" /> 201 <template is="picker_cell_normal" data="{{...startDate}}" />
196 202
197 - <view class="divide_line"></view> 203 + <view class="divide_line_30"></view>
198 204
199 <template is="picker_cell_normal" data="{{...endDate}}" /> 205 <template is="picker_cell_normal" data="{{...endDate}}" />
200 206
201 - <view class="divide_line"></view> 207 + <view class="divide_line_30"></view>
202 <view class='item_body '> 208 <view class='item_body '>
203 <text class='text_666_30 float_left ' style='line-height: 90rpx'>工号</text> 209 <text class='text_666_30 float_left ' style='line-height: 90rpx'>工号</text>
204 <input class='input_wrap float_right ' name='employee_no' value='{{taxInfo.employee_no}}' placeholder-class='text_999_30' placeholder='请输入工号' maxlength='20'></input> 210 <input class='input_wrap float_right ' name='employee_no' value='{{taxInfo.employee_no}}' placeholder-class='text_999_30' placeholder='请输入工号' maxlength='20'></input>
205 </view> 211 </view>
206 - <view class="divide_line"></view> 212 + <view class="divide_line_30"></view>
207 213
208 <template is="picker_cell_normal" data="{{...investpersonalInfo}}" /> 214 <template is="picker_cell_normal" data="{{...investpersonalInfo}}" />
209 - <view class="divide_line"></view> 215 + <view class="divide_line_30"></view>
210 <view class='item_body'> 216 <view class='item_body'>
211 <text class='text_666_30 float_left ' style='line-height: 90rpx'>个人投资总额</text> 217 <text class='text_666_30 float_left ' style='line-height: 90rpx'>个人投资总额</text>
212 <input class='input_wrap float_right ' name='personal_equity_total' type='digit' value='{{taxInfo.personal_equity_total}}' placeholder-class='text_999_30' placeholder='请输入个人投资总额(保留两位小数)' maxlength='13' bindblur='personalmoney'></input> 218 <input class='input_wrap float_right ' name='personal_equity_total' type='digit' value='{{taxInfo.personal_equity_total}}' placeholder-class='text_999_30' placeholder='请输入个人投资总额(保留两位小数)' maxlength='13' bindblur='personalmoney'></input>
213 </view> 219 </view>
214 - <view class="divide_line"></view> 220 + <view class="divide_line_30"></view>
215 </view> 221 </view>
216 222
217 223
1 -/* pages/main//editinfo/editinfo.wxss */  
2 - 1 +@import "../addinfo/addinfo.wxss";
3 .page { 2 .page {
4 background: #f8f8f8; 3 background: #f8f8f8;
5 } 4 }
6 -  
7 -.head_wrap {  
8 - height: 96rpx;  
9 - /* background: #f7f9fd; */  
10 - background: #fff;  
11 - padding-right: 20rpx;  
12 - padding-left: 32rpx;  
13 - /* line-height: 96rpx; */  
14 -}  
15 -  
16 -.head_red_star {  
17 - color: red;  
18 - font-size: 30rpx;  
19 - line-height: 90rpx;  
20 -}  
21 -  
22 -.head_text_wrap1 {  
23 - line-height: 90rpx;  
24 - font-family: PingFangSC-Semibold;  
25 - font-size: 16px;  
26 - color: #333;  
27 - letter-spacing: 0;  
28 - text-align: left;  
29 -}  
30 -  
31 -.head_text_wrap2 {  
32 - font-family: PingFang-SC-Medium;  
33 - font-size: 12px;  
34 - color: #999;  
35 - letter-spacing: 0;  
36 - text-align: left;  
37 -}  
38 -  
39 -.head_image_wrap_down {  
40 - width: 28rpx;  
41 - height: 16rpx;  
42 - margin-top: 40rpx  
43 -}  
44 -  
45 -.head_image_wrap_up {  
46 - width: 40rpx;  
47 - height: 40rpx;  
48 - margin-top: 24rpx;  
49 -}  
50 -  
51 -.data_list {  
52 - display: flex;  
53 - font-family: PingFangSC-Regular;  
54 - padding-left: 30rpx;  
55 - padding-right: 30rpx;  
56 - background: #fff;  
57 -}  
58 -  
59 -.data_item {  
60 - width: 100%;  
61 - height: auto;  
62 - flex-direction: column;  
63 - display: flex;  
64 -}  
65 -  
66 -.input_wrap {  
67 - width: 480rpx;  
68 - height: 90rpx;  
69 - font-size: 28rpx;  
70 - color: #333;  
71 - text-align: right;  
72 - overflow: hidden;  
73 - text-overflow: ellipsis;  
74 - white-space: nowrap;  
75 -}  
76 -  
77 -.text_666_28 {  
78 - font-family: PingFangSC-Regular;  
79 - font-size: 26rpx;  
80 - color: #666;  
81 - text-align: right;  
82 - line-height: 90rpx;  
83 -}  
84 -  
85 -.image_camera {  
86 - width: 42rpx;  
87 - height: 42rpx;  
88 - margin-left: 10rpx;  
89 - margin-top: 22rpx;  
90 -}  
91 -  
92 -.extra_input {  
93 - width: 600rpx;  
94 - font-size: 28rpx;  
95 - color: #333;  
96 - float: right;  
97 - line-height: 40rpx;  
98 - padding: 16rpx 0;  
99 - word-wrap: break-word;  
100 -}  
101 -  
102 -.divide_line {  
103 - background: #e5e5e5;  
104 - width: 100%;  
105 - height: 2rpx;  
106 -}  
注册登录 后发表评论