正在显示
7 个修改的文件
包含
155 行增加
和
165 行删除
... | ... | @@ -64,7 +64,6 @@ Page({ |
64 | 64 | bindtype: 'lovercardtype', |
65 | 65 | selected: '居民身份证', |
66 | 66 | disabled: true, |
67 | - isblack: 'true', | |
68 | 67 | placeholder: '请选择证照类型', |
69 | 68 | values: ["居民身份证", "军官证", '士兵证', '武警警官证', '港澳居民来往内地通行证', '外交官证', '中国护照', |
70 | 69 | '外国护照', '香港永久性居民身份证', '澳门特别行政区永久性居民身份证', '台湾身份证', '台湾居民来往大陆通行证', '外国人永久居留证' |
... | ... | @@ -75,7 +74,6 @@ Page({ |
75 | 74 | label: '出生日期', |
76 | 75 | bindtype: 'loverbirthday', |
77 | 76 | selected: '', |
78 | - isblack: 'true', | |
79 | 77 | placeholder: '请选择出生日期', |
80 | 78 | mode: "date", |
81 | 79 | fields: "day", |
... | ... | @@ -272,7 +270,6 @@ Page({ |
272 | 270 | isrequre: false, |
273 | 271 | bindtype: 'reduce_type', |
274 | 272 | selected: '', |
275 | - isblack: 'true', | |
276 | 273 | values: ["月度", "年度"], |
277 | 274 | placeholder: '请选择扣除方式', |
278 | 275 | onChange: 'onPickerSelect' |
... | ... |
... | ... | @@ -7,30 +7,31 @@ |
7 | 7 | <view wx:if="{{cur_index=='children_education'}}"> |
8 | 8 | <view style='padding:0 30rpx;'> |
9 | 9 | <template is="picker_cell_normal" data="{{...childrencardtypeData}}" /> |
10 | - <view class='divide_line_f5f5f5'></view> | |
10 | + <view class='divide_line_30'></view> | |
11 | 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 | 14 | <view wx:if="{{isIdCard}}"> |
15 | 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 | 17 | </view> |
18 | 18 | <!-- <view wx:else> |
19 | 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 | 20 | </view> --> |
21 | 21 | </view> |
22 | - <view class='divide_line_f5f5f5'></view> | |
22 | + <view class='divide_line_30'></view> | |
23 | 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 | 27 | </view> |
28 | + <view class='divide_line_30'></view> | |
28 | 29 | <template is="picker_cell_normal" data="{{...commonbirthDate}}" /> |
29 | - <view class='divide_line_f5f5f5'></view> | |
30 | + <view class='divide_line_30'></view> | |
30 | 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 | 35 | </view> |
35 | 36 | </view> |
36 | 37 | |
... | ... | @@ -38,78 +39,77 @@ |
38 | 39 | |
39 | 40 | <view style='padding:0 30rpx;'> |
40 | 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 | 44 | <text class='text_black_30 float_right' style='line-height: 90rpx;margin-left:20rpx;text-align: right'>%</text> |
44 | 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 | 46 | </view> --> |
46 | 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 | 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 | 54 | </view> |
54 | - <view class='divide_line_f5f5f5'></view> | |
55 | + <view class='divide_line_30'></view> | |
55 | 56 | |
56 | 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 | 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 | 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 | 66 | <template is="picker_cell_normal" data="{{...schoolCountryData}}" /> |
66 | - <view class='divide_line_f5f5f5'></view> | |
67 | + <view class='divide_line_30'></view> | |
67 | 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 | 72 | </view> |
72 | - <view class='divide_line_f5f5f5'></view> | |
73 | 73 | </view> |
74 | 74 | </view> |
75 | 75 | <!-- 继续教育 --> |
76 | 76 | <view wx:if="{{cur_index=='continuing_education'}}" style='padding:0 30rpx;'> |
77 | 77 | |
78 | 78 | <template is="picker_cell_normal" data="{{...edutypeData}}" /> |
79 | - <view class='divide_line_f5f5f5'></view> | |
79 | + <view class='divide_line_30'></view> | |
80 | 80 | <view wx:if="{{edu_lable=='school'}}"> |
81 | 81 | <!-- <view style='height:90rpx'> |
82 | - <text class='text_black_30 float_left'>学历教育阶段</text> | |
82 | + <text class='text_777_30 float_left'>学历教育阶段</text> | |
83 | 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 | 84 | </view> --> |
85 | 85 | <template is="picker_cell_normal" data="{{...edulevelData}}" /> |
86 | - <view class='divide_line_f5f5f5'></view> | |
86 | + <view class='divide_line_30'></view> | |
87 | 87 | <template is="picker_cell_normal" data="{{...studystartdate}}" /> |
88 | - <view class='divide_line_f5f5f5'></view> | |
88 | + <view class='divide_line_30'></view> | |
89 | 89 | <template is="picker_cell_normal" data="{{...studyenddate}}" /> |
90 | 90 | |
91 | 91 | </view> |
92 | 92 | <view wx:elif="{{edu_lable=='tech'}}"> |
93 | 93 | <template is="picker_cell_normal" data="{{...edustyleData}}" /> |
94 | - <view class='divide_line_f5f5f5'></view> | |
94 | + <view class='divide_line_30'></view> | |
95 | 95 | <template is="picker_cell_normal" data="{{...applydate}}" /> |
96 | - <view class='divide_line_f5f5f5'></view> | |
96 | + <view class='divide_line_30'></view> | |
97 | 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 | 101 | </view> |
102 | - <view class='divide_line_f5f5f5'></view> | |
102 | + <view class='divide_line_30'></view> | |
103 | 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 | 107 | </view> |
108 | - <view class='divide_line_f5f5f5'></view> | |
108 | + <view class='divide_line_30'></view> | |
109 | 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 | 113 | </view> |
114 | 114 | </view> |
115 | 115 | |
... | ... | @@ -118,39 +118,37 @@ |
118 | 118 | <view wx:if="{{cur_index=='support_duty'}}" style='padding:0 30rpx;'> |
119 | 119 | <!-- <template is="picker_cell_normal" data="{{...supporttypeData}}" /> |
120 | 120 | <template is="picker_cell_normal" data="{{...shareMethodData}}" /> --> |
121 | - <view class='divide_line_f5f5f5'></view> | |
121 | + <view class='divide_line_30'></view> | |
122 | 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 | 126 | </view> |
127 | - <view class='divide_line_f5f5f5'></view> | |
127 | + <view class='divide_line_30'></view> | |
128 | 128 | <template is="picker_cell_normal" data="{{...oldercardtypeData}}" /> |
129 | - <view class='divide_line_f5f5f5'></view> | |
129 | + <view class='divide_line_30'></view> | |
130 | 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 | 133 | <view wx:if="{{isIdCard}}"> |
134 | 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 | 136 | </view> |
137 | 137 | </view> |
138 | - <view class='divide_line_f5f5f5'></view> | |
138 | + <view class='divide_line_30'></view> | |
139 | 139 | <template is="picker_cell_normal" data="{{...olderbirthDate}}" /> |
140 | - <view class='divide_line_f5f5f5'></view> | |
140 | + <view class='divide_line_30'></view> | |
141 | 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 | 145 | </view> |
146 | - <view class='divide_line_f5f5f5'></view> | |
146 | + <view class='divide_line_30'></view> | |
147 | 147 | |
148 | 148 | <template is="picker_cell_normal" data="{{...older_relativeData}}" /> |
149 | - | |
150 | - <view class='divide_line_f5f5f5'></view> | |
151 | 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 | 152 | <text class='text_black_30 float_right' style='line-height: 90rpx;margin-left:20rpx;text-align: right'>%</text> |
155 | 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 | 154 | </view> --> |
... | ... | @@ -158,43 +156,43 @@ |
158 | 156 | <!-- 大病医疗 --> |
159 | 157 | <view wx:if="{{cur_index=='medical_fund'}}" style='padding:0 30rpx;'> |
160 | 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 | 162 | </view> |
165 | - <view class='divide_line_f5f5f5'></view> | |
163 | + <view class='divide_line_30'></view> | |
166 | 164 | |
167 | 165 | <template is="picker_cell_normal" data="{{...cardtypeData}}" /> |
168 | - <view class='divide_line_f5f5f5'></view> | |
166 | + <view class='divide_line_30'></view> | |
169 | 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 | 170 | <view wx:if="{{isIdCard}}"> |
173 | 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 | 173 | </view> |
176 | 174 | </view> |
177 | - <view class='divide_line_f5f5f5'></view> | |
175 | + <view class='divide_line_30'></view> | |
178 | 176 | <template is="picker_cell_normal" data="{{...commonbirthDate}}" /> |
179 | - <view class='divide_line_f5f5f5'></view> | |
177 | + <view class='divide_line_30'></view> | |
180 | 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 | 182 | </view> |
185 | - <view class='divide_line_f5f5f5'></view> | |
183 | + <view class='divide_line_30'></view> | |
186 | 184 | <template is="picker_cell_normal" data="{{...taxperson_relativeData}}" /> |
187 | - <view class='divide_line_f5f5f5'></view> | |
185 | + <view class='divide_line_30'></view> | |
188 | 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 | 190 | </view> |
193 | - <view class='divide_line_f5f5f5'></view> | |
191 | + <view class='divide_line_30'></view> | |
194 | 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 | 196 | </view> |
199 | 197 | </view> |
200 | 198 | <!-- 住房 --> |
... | ... | @@ -203,18 +201,18 @@ |
203 | 201 | <view wx:if="{{house_type=='house_fund_loan'}}"> |
204 | 202 | <view style='padding:0 30rpx;'> |
205 | 203 | <template is="picker_cell_normal" data="{{...houseLocateInfo}}" /> |
206 | - <view class='divide_line_f5f5f5'></view> | |
204 | + <view class='divide_line_30'></view> | |
207 | 205 | <template is="picker_cell_normal" data="{{...identifytypeData}}" /> |
208 | - <view class='divide_line_f5f5f5'></view> | |
206 | + <view class='divide_line_30'></view> | |
209 | 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 | 211 | </view> |
214 | - <view class='divide_line_f5f5f5'></view> | |
212 | + <view class='divide_line_30'></view> | |
215 | 213 | |
216 | 214 | <template is="picker_cell_normal" data="{{...beforemarryData}}" /> |
217 | - <view class='divide_line_f5f5f5'></view> | |
215 | + <view class='divide_line_30'></view> | |
218 | 216 | <template is="picker_cell_normal" data="{{...isselfData}}" /> |
219 | 217 | |
220 | 218 | </view> |
... | ... | @@ -222,22 +220,22 @@ |
222 | 220 | <view style='height:20rpx;width:100%;background:#F8F8F8;'></view> |
223 | 221 | <view style='padding:0 30rpx;'> |
224 | 222 | <template is="picker_cell_normal" data="{{...loantypeData}}" /> |
225 | - <view class='divide_line_f5f5f5'></view> | |
223 | + <view class='divide_line_30'></view> | |
226 | 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 | 228 | </view> |
231 | - <view class='divide_line_f5f5f5'></view> | |
229 | + <view class='divide_line_30'></view> | |
232 | 230 | <template is="picker_cell_normal" data="{{...bankInfo}}" /> |
233 | - <view class='divide_line_f5f5f5'></view> | |
231 | + <view class='divide_line_30'></view> | |
234 | 232 | <template is="picker_cell_normal" data="{{...firstpaybackDate}}" /> |
235 | - <view class='divide_line_f5f5f5'></view> | |
233 | + <view class='divide_line_30'></view> | |
236 | 234 | <!-- <template is="picker_cell_normal" data="{{...loandatelongData}}" /> --> |
237 | 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 | 239 | </view> |
242 | 240 | </view> |
243 | 241 | |
... | ... | @@ -246,48 +244,48 @@ |
246 | 244 | |
247 | 245 | <view style='padding:0 30rpx;'> |
248 | 246 | <template is="picker_cell_normal" data="{{...workingcityInfo}}" /> |
249 | - <view class='divide_line_f5f5f5'></view> | |
247 | + <view class='divide_line_30'></view> | |
250 | 248 | <template is="picker_cell_normal" data="{{...leasetypeData}}" /> |
251 | - <view class='divide_line_f5f5f5'></view> | |
249 | + <view class='divide_line_30'></view> | |
252 | 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 | 254 | </view> |
257 | - <view class='divide_line_f5f5f5'></view> | |
255 | + <view class='divide_line_30'></view> | |
258 | 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 | 260 | </view> |
263 | - <view class='divide_line_f5f5f5'></view> | |
261 | + <view class='divide_line_30'></view> | |
264 | 262 | <template is="picker_cell_normal" data="{{...cardtypeData}}" /> |
265 | - <view class='divide_line_f5f5f5'></view> | |
263 | + <view class='divide_line_30'></view> | |
266 | 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 | 267 | <view wx:if="{{isIdCard}}"> |
270 | 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 | 270 | </view> |
273 | 271 | </view> |
274 | 272 | </view> |
275 | 273 | <view style='height:20rpx;width:100%;background:#F8F8F8;'></view> |
276 | 274 | <view style='padding:0 30rpx;'> |
277 | 275 | <template is="picker_cell_normal" data="{{...rentLocateInfo}}" /> |
278 | - <view class='divide_line_f5f5f5'></view> | |
276 | + <view class='divide_line_30'></view> | |
279 | 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 | 279 | </view> |
282 | - <view class='divide_line_f5f5f5'></view> | |
280 | + <view class='divide_line_30'></view> | |
283 | 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 | 285 | </view> |
288 | - <view class='divide_line_f5f5f5'></view> | |
286 | + <view class='divide_line_30'></view> | |
289 | 287 | <template is="picker_cell_normal" data="{{...leasestartDate}}" /> |
290 | - <view class='divide_line_f5f5f5'></view> | |
288 | + <view class='divide_line_30'></view> | |
291 | 289 | <template is="picker_cell_normal" data="{{...leaseendDate}}" /> |
292 | 290 | </view> |
293 | 291 | |
... | ... | @@ -295,16 +293,16 @@ |
295 | 293 | </view> |
296 | 294 | |
297 | 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 | 297 | <template is="picker_cell_normal" data="{{...reducetypeData}}" /> |
300 | - <view class='divide_line_f5f5f5'></view> | |
298 | + <view class='divide_line_30'></view> | |
301 | 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 | 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 | 304 | </view> |
307 | - <view class='divide_line_f5f5f5'></view> | |
305 | + <view class='divide_line_30'></view> | |
308 | 306 | |
309 | 307 | </view> |
310 | 308 | |
... | ... | @@ -314,35 +312,35 @@ |
314 | 312 | |
315 | 313 | <view wx:if="{{cur_index=='children_education' || cur_index=='house_fund'}}"> |
316 | 314 | <template is="picker_cell_normal" data="{{...hasLoverData}}" /> |
317 | - <view class='divide_line_f5f5f5'></view> | |
315 | + <view class='divide_line_30'></view> | |
318 | 316 | </view> |
319 | 317 | <view wx:if="{{hasLover}}"> |
320 | 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 | 321 | </view> |
324 | - <view class='divide_line_f5f5f5'></view> | |
322 | + <view class='divide_line_30'></view> | |
325 | 323 | <template is="picker_cell_normal" data="{{...lovercardtypeData}}" /> |
326 | - <view class='divide_line_f5f5f5'></view> | |
324 | + <view class='divide_line_30'></view> | |
327 | 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 | 327 | <view wx:if="{{isIdCard}}"> |
330 | 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 | 330 | </view> |
333 | 331 | </view> |
334 | - <view class='divide_line_f5f5f5'></view> | |
332 | + <view class='divide_line_30'></view> | |
335 | 333 | <template is="picker_cell_normal" data="{{...loverbirthDate}}" /> |
336 | - <view class='divide_line_f5f5f5'></view> | |
334 | + <view class='divide_line_30'></view> | |
337 | 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 | 338 | </view> |
341 | 339 | </view> |
342 | 340 | |
343 | 341 | |
344 | 342 | </view> |
345 | -<!-- <view class='divide_line_f5f5f5'></view> | |
343 | +<!-- <view class='divide_line_30'></view> | |
346 | 344 | <view class='text_black_30 float_left'>上传材料</view> --> |
347 | 345 | <view style='width:100%;height:180rpx;background:#f8f8f8'></view> |
348 | 346 | <!-- <view style='margin-bottom:140rpx'> |
... | ... |
... | ... | @@ -12,19 +12,19 @@ |
12 | 12 | <view class="divide_line_30"></view> |
13 | 13 | |
14 | 14 | <view class='item_body'> |
15 | - <text class='red_star'>*</text> | |
15 | + <text class='red_star_right_10'>*</text> | |
16 | 16 | <text class='text_777_30 float_left'>证照类型</text> |
17 | 17 | <text class='text_black_30 float_right' style='line-height: 90rpx'>居民身份证</text> |
18 | 18 | </view> |
19 | 19 | <view class="divide_line_30"></view> |
20 | 20 | |
21 | 21 | <view class='item_body'> |
22 | - <text class='red_star'>*</text> | |
22 | + <text class='red_star_right_10'>*</text> | |
23 | 23 | <text class='text_777_30 float_left'style='line-height: 90rpx'>证照号码</text> |
24 | 24 | <view wx:if="{{isIdCard}}" > |
25 | 25 | <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo'></image> |
26 | 26 | <!-- <text class='text_333_28 float_right'>{{card_number}}</text> --> |
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 | + <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> | |
28 | 28 | </view> |
29 | 29 | <view wx:else> |
30 | 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> |
... | ... | @@ -33,7 +33,7 @@ |
33 | 33 | <view class="divide_line_30"></view> |
34 | 34 | |
35 | 35 | <view class='item_body'> |
36 | - <text class='red_star'>*</text> | |
36 | + <text class='red_star_right_10'>*</text> | |
37 | 37 | <text class='text_777_30 float_left' style='line-height: 90rpx'>姓名</text> |
38 | 38 | <input class='input_wrap float_right' placeholder='请填写姓名' name='name' value='{{name}}' placeholder-class='text_777_30' maxlength='15' disabled='{{isDisable}}'></input> |
39 | 39 | </view> |
... | ... | @@ -49,7 +49,7 @@ |
49 | 49 | |
50 | 50 | |
51 | 51 | <view class='item_body'> |
52 | - <text class='red_star'>*</text> | |
52 | + <text class='red_star_right_10'>*</text> | |
53 | 53 | <text class='text_777_30 float_left' style='line-height: 90rpx'>国籍</text> |
54 | 54 | <text class='text_black_30 float_right' style='line-height: 90rpx' >中国</text> |
55 | 55 | </view> |
... | ... |
... | ... | @@ -103,13 +103,6 @@ page{ |
103 | 103 | word-wrap: break-word; |
104 | 104 | } |
105 | 105 | |
106 | -.divide_line { | |
107 | - background: #e5e5e5; | |
108 | - width: 100%; | |
109 | - height: 2rpx; | |
110 | -} | |
111 | - | |
112 | - | |
113 | 106 | .text_999_30 { |
114 | 107 | font-size: 30rpx; |
115 | 108 | color: #999; |
... | ... | @@ -119,7 +112,7 @@ page{ |
119 | 112 | input[disabled]{ |
120 | 113 | color: #777; |
121 | 114 | } |
122 | -.red_star{ | |
115 | +.red_star_right_10{ | |
123 | 116 | color:red; |
124 | 117 | font-size: 30rpx; |
125 | 118 | line-height: 90rpx; |
... | ... |
... | ... | @@ -22,7 +22,7 @@ |
22 | 22 | <view class='data_list'> |
23 | 23 | <view class='data_item'> |
24 | 24 | <view class='item_body' hidden="{{!isself}}"> |
25 | - <text class='red_star'>*</text> | |
25 | + <text class='red_star_right_10'>*</text> | |
26 | 26 | <text class='text_777_30 float_left' style='line-height: 90rpx'>姓名</text> |
27 | 27 | <input class='input_wrap float_right' placeholder="请输入姓名" value='{{name}}' disabled="{{taxInfo.certification_status=='active'}}" bindblur='bindinputname' style='line-height: 90rpx'></input> |
28 | 28 | <!-- <input hidden="{{taxInfo.certification_status=='active'}}" class='input_wrap float_right' placeholder="请输入姓名" value='{{name}}' bindblur='bindinputname' style='line-height: 90rpx'></input> |
... | ... | @@ -31,19 +31,19 @@ |
31 | 31 | <view class="divide_line_30"></view> |
32 | 32 | |
33 | 33 | <view class='item_body'> |
34 | - <text class='red_star'>*</text> | |
34 | + <text class='red_star_right_10'>*</text> | |
35 | 35 | <text class='text_777_30 float_left' style='line-height: 90rpx'>国籍(地区)</text> |
36 | 36 | <text class='text_black_30 float_right' style='line-height: 90rpx'>中国</text> |
37 | 37 | </view> |
38 | 38 | <view class="divide_line_30"></view> |
39 | 39 | <view class='item_body'> |
40 | - <text class='red_star'>*</text> | |
40 | + <text class='red_star_right_10'>*</text> | |
41 | 41 | <text class='text_777_30 float_left' style='line-height: 90rpx'>纳税人类型</text> |
42 | 42 | <text class='text_black_30 float_right' style='line-height: 90rpx'>居民</text> |
43 | 43 | </view> |
44 | 44 | <view class="divide_line_30"></view> |
45 | 45 | <view class='item_body'> |
46 | - <text class='red_star'>*</text> | |
46 | + <text class='red_star_right_10'>*</text> | |
47 | 47 | <text class='text_777_30 float_left' style='line-height: 90rpx'>是否境外人员</text> |
48 | 48 | <text class='text_black_30 float_right' style='line-height: 90rpx'>否</text> |
49 | 49 | </view> |
... | ... | @@ -52,7 +52,7 @@ |
52 | 52 | <view class="divide_line_30"></view> |
53 | 53 | |
54 | 54 | <view class='item_body'> |
55 | - <text class='red_star'>*</text> | |
55 | + <text class='red_star_right_10'>*</text> | |
56 | 56 | <text class='text_777_30 float_left' style='line-height: 90rpx'>证照号码</text> |
57 | 57 | <view> |
58 | 58 | <image wx:if="{{isIdCard}}" class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' hidden="{{taxInfo.certification_status=='active'}}"></image> |
... | ... | @@ -88,7 +88,7 @@ |
88 | 88 | <view class='data_list'> |
89 | 89 | <view class='data_item'> |
90 | 90 | <view class='item_body'> |
91 | - <text class='red_star'>*</text> | |
91 | + <text class='red_star_right_10'>*</text> | |
92 | 92 | <text class='text_777_30 float_left' style='line-height: 90rpx'>手机号码</text> |
93 | 93 | <input class='input_wrap float_right' placeholder="请输入手机号" value='{{mobile}}' name='mobile' type='number' maxlength='11' bindblur='bindinputmobile'></input> |
94 | 94 | </view> |
... | ... |
请
注册
或
登录
后发表评论