提交 fa6206031507850120e1cede16223cd51efd16d6

作者 wangyu
2 个父辈 79c5222f 267880c9

Merge branch 'dev2.0' into dev_wy

... ... @@ -176,4 +176,9 @@
176 176 overflow: hidden;
177 177 text-overflow:ellipsis;
178 178 white-space:nowrap;
  179 +}
  180 +.weui-cell__bd {
  181 + -webkit-box-flex: 1;
  182 + -webkit-flex: 1;
  183 + flex: 1;
179 184 }
\ No newline at end of file
... ...
... ... @@ -16,14 +16,14 @@
16 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   - <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' 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 22 <view class='divide_line_30'></view>
23 23 <view style='height:90rpx'>
24 24 <text class='red_star_right_10'>*</text>
25 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>
  26 + <input class='input_wrap' 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 28 <view class='divide_line_30'></view>
29 29 <template is="picker_cell_normal" data="{{...commonbirthDate}}" />
... ... @@ -42,7 +42,7 @@
42 42 <text class='red_star_right_10'>*</text>
43 43 <text class='text_777_30 float_left'>分配比例</text>
44 44 <text class='text_black_30 float_right' style='line-height: 90rpx;margin-left:20rpx;text-align: right'>%</text>
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 + <input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入分配比例' type='number' name='percent' value='{{percent}}'></input>
46 46 </view> -->
47 47 <template is="picker_cell_normal" data="{{...childrenpercentData}}" />
48 48
... ... @@ -50,7 +50,7 @@
50 50 <view style='height:90rpx'>
51 51 <text class='red_star_right_10'>*</text>
52 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 + <input class='input_wrap' 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>
54 54 </view>
55 55 <view class='divide_line_30'></view>
56 56
... ... @@ -68,7 +68,7 @@
68 68 <view style='height:90rpx'>
69 69 <text class='red_star_right_10'>*</text>
70 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 + <input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入就读学校' name='school_name' value='{{school_name}}'></input>
72 72 </view>
73 73 </view>
74 74 </view>
... ... @@ -80,7 +80,7 @@
80 80 <view wx:if="{{edu_lable=='school'}}">
81 81 <!-- <view style='height:90rpx'>
82 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' 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 86 <view class='divide_line_30'></view>
... ... @@ -97,19 +97,19 @@
97 97 <view style='height:90rpx'>
98 98 <text class='red_star_right_10'>*</text>
99 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>
  100 + <input class='input_wrap' 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 102 <view class='divide_line_30'></view>
103 103 <view style='height:90rpx'>
104 104 <text class='red_star_right_10'>*</text>
105 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>
  106 + <input class='input_wrap' 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 108 <view class='divide_line_30'></view>
109 109 <view style='height:90rpx'>
110 110 <text class='red_star_right_10'>*</text>
111 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>
  112 + <input class='input_wrap' 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
... ... @@ -122,7 +122,7 @@
122 122 <view style='height:90rpx'>
123 123 <text class='red_star_right_10'>*</text>
124 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>
  125 + <input class='input_wrap' 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 127 <view class='divide_line_30'></view>
128 128 <template is="picker_cell_normal" data="{{...oldercardtypeData}}" />
... ... @@ -132,7 +132,7 @@
132 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: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>
  135 + <input class='input_wrap' 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 138 <view class='divide_line_30'></view>
... ... @@ -150,7 +150,7 @@
150 150 <text class='red_star_right_10'>*</text>
151 151 <text class='text_777_30 float_left'>分摊比例</text>
152 152 <text class='text_black_30 float_right' style='line-height: 90rpx;margin-left:20rpx;text-align: right'>%</text>
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>
  153 + <input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入分摊比例' type='number' name='percentage' value='{{percentage}}'></input>
154 154 </view> -->
155 155 </view>
156 156 <!-- 大病医疗 -->
... ... @@ -158,7 +158,7 @@
158 158 <view style='height:90rpx'>
159 159 <text class='red_star_right_10'>*</text>
160 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>
  161 + <input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入姓名' name='name' value='{{name}}'></input>
162 162 </view>
163 163 <view class='divide_line_30'></view>
164 164
... ... @@ -169,7 +169,7 @@
169 169 <text class='text_777_30 float_left'>病人证照号码</text>
170 170 <view wx:if="{{isIdCard}}">
171 171 <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' id="medical_id_card_no"></image>
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>
  172 + <input class='input_wrap' 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>
173 173 </view>
174 174 </view>
175 175 <view class='divide_line_30'></view>
... ... @@ -186,13 +186,13 @@
186 186 <view style='height:90rpx'>
187 187 <text class='red_star_right_10'>*</text>
188 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='请输入总金额' name='total_amount' value='{{total_amount}}' bindblur='medicalInput' id="medical_total_input"></input>
  189 + <input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;width:200rpx;color:#000;' placeholder='请输入总金额' name='total_amount' value='{{total_amount}}' bindblur='medicalInput' id="medical_total_input"></input>
190 190 </view>
191 191 <view class='divide_line_30'></view>
192 192 <view style='height:90rpx'>
193 193 <text class='red_star_right_10'>*</text>
194 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='请输入金额' name='amount_by_person' value='{{amount_by_person}}' bindblur='medicalInput' id="medical_amount_input"></input>
  195 + <input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入金额' name='amount_by_person' value='{{amount_by_person}}' bindblur='medicalInput' id="medical_amount_input"></input>
196 196 </view>
197 197 </view>
198 198 <!-- 住房 -->
... ... @@ -211,7 +211,7 @@
211 211 <view style='height:90rpx'>
212 212 <text class='red_star_right_10'>*</text>
213 213 <text class='text_777_30 float_left'>证书号码</text>
214   - <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>
  214 + <input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入证书号码' name='certification_no'></input>
215 215 </view>
216 216 <view class='divide_line_30'></view>
217 217
... ... @@ -230,7 +230,7 @@
230 230 <view style='height:90rpx'>
231 231 <text class='red_star_right_10'>*</text>
232 232 <text class='text_777_30 float_left'>公积金贷款合同编号</text>
233   - <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' value='{{loan_contract_no}}' bindinput="loan_input" id='loan_contract_no'></input>
  233 + <input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入贷款合同编号' name='loan_contract_no' value='{{loan_contract_no}}' bindinput="loan_input" id='loan_contract_no'></input>
234 234 </view>
235 235 <view class='divide_line_30'></view>
236 236 <template is="picker_cell_normal" data="{{...bankInfo}}" />
... ... @@ -241,7 +241,7 @@
241 241 <view style='height:90rpx'>
242 242 <text class='red_star_right_10'>*</text>
243 243 <text class='text_777_30 float_left'>公积金贷款期限(月数)</text>
244   - <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' value='{{loan_months}}' bindinput="loan_input" id='loan_months' type='number'></input>
  244 + <input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入贷款月数' name='loan_months' value='{{loan_months}}' bindinput="loan_input" id='loan_months' type='number'></input>
245 245 </view>
246 246 </view>
247 247 <view style='padding:0 30rpx;' wx:if="{{loantypeData.selected == '商业贷款' || loantypeData.selected == '组合贷款' }}">
... ... @@ -249,7 +249,7 @@
249 249 <view style='height:90rpx'>
250 250 <text class='red_star_right_10'>*</text>
251 251 <text class='text_777_30 float_left'>商业贷款合同编号</text>
252   - <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;width:400rpx;' placeholder='请输入贷款合同编号' name='sec_loan_contract_no' value='{{sec_loan_contract_no}}' bindinput="loan_input" id='sec_loan_contract_no' ></input>
  252 + <input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;width:400rpx;' placeholder='请输入贷款合同编号' name='sec_loan_contract_no' value='{{sec_loan_contract_no}}' bindinput="loan_input" id='sec_loan_contract_no' ></input>
253 253 </view>
254 254 <view class='divide_line_30'></view>
255 255 <template is="picker_cell_normal" data="{{...bankInfo_2}}" />
... ... @@ -260,7 +260,7 @@
260 260 <view style='height:90rpx'>
261 261 <text class='red_star_right_10'>*</text>
262 262 <text class='text_777_30 float_left'>商业贷款期限(月数)</text>
263   - <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入贷款月数' name='sec_loan_months' value='{{sec_loan_months}}' bindinput="loan_input" id='sec_loan_months' type='number'></input>
  263 + <input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入贷款月数' name='sec_loan_months' value='{{sec_loan_months}}' bindinput="loan_input" id='sec_loan_months' type='number'></input>
264 264 </view>
265 265 </view>
266 266 </view>
... ... @@ -274,7 +274,7 @@
274 274 <view style='height:90rpx'>
275 275 <text class='red_star_right_10'>*</text>
276 276 <text class='text_777_30 float_left'>出租方名称</text>
277   - <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>
  277 + <input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入出租方名称' name='owner_name'></input>
278 278 </view>
279 279 <view class='divide_line_30' hidden="{{leasetypeData.selected == '个人'}}"></view>
280 280 <view style='height:90rpx' hidden="{{leasetypeData.selected == '个人'}}">
... ... @@ -290,7 +290,7 @@
290 290 <text class='text_777_30 float_left'>证照号码</text>
291 291 <view wx:if="{{isIdCard}}">
292 292 <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' id="owner_id_card_no"></image>
293   - <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>
  293 + <input class='input_wrap' 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>
294 294 </view>
295 295 </view>
296 296 </view>
... ... @@ -305,7 +305,7 @@
305 305 <view style='height:90rpx'>
306 306 <text class='red_star_right_10'>*</text>
307 307 <text class='text_777_30 float_left'>租赁合同编号</text>
308   - <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>
  308 + <input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: rightcolor:#000;' placeholder='请输入合同编号' name='rent_contract_no'></input>
309 309 </view>
310 310 <view class='divide_line_30'></view>
311 311 <template is="picker_cell_normal" data="{{...leasestartDate}}" />
... ... @@ -324,7 +324,7 @@
324 324 <text class='text_777_30 float_left head_in'>扣除金额</text>
325 325 <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>
326 326 <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>
327   - <!-- <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> -->
  327 + <!-- <input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#FF9F00;' placeholder='请输入扣除金额' type='digit' name='reduce_money'></input> -->
328 328 </view>
329 329 <view class='divide_line_30'></view>
330 330
... ... @@ -341,7 +341,7 @@
341 341 <view wx:if="{{hasLover}}">
342 342 <view style='height:90rpx'>
343 343 <text class='text_777_30 float_left head_in'>配偶姓名</text>
344   - <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>
  344 + <input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入配偶姓名' name='spouse_name' value='{{spouse_name}}'></input>
345 345 </view>
346 346 <view class='divide_line_30'></view>
347 347 <template is="picker_cell_normal" data="{{...lovercardtypeData}}" />
... ...
... ... @@ -24,10 +24,10 @@
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}}' type='idcard'></input>
  27 + <input class='input_wrap' placeholder='请输入或拍摄身份证' placeholder-class='text_777_30' name='id_card_no' maxlength='18' value='{{card_number}}' bindblur="idDone" bindinput="idChange" disabled='{{isDisable}}' type='idcard'></input>
28 28 </view>
29 29 <view wx:else>
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 + <input class='input_wrap' placeholder='请输入证照号码' placeholder-class='text_777_30' name='id_card_no' maxlength='18' type="idcard" value='{{card_number}}' bindblur="idDone" bindinput="idChange" disabled='{{isDisable}}'></input>
31 31 </view>
32 32 </view>
33 33 <view class="divide_line_30"></view>
... ... @@ -35,7 +35,7 @@
35 35 <view class='item_body'>
36 36 <text class='red_star_right_10'>*</text>
37 37 <text class='text_777_30 float_left' style='line-height: 90rpx'>姓名</text>
38   - <input class='input_wrap float_right' placeholder='请填写姓名' name='person_name' value='{{name}}' placeholder-class='text_777_30' maxlength='15' disabled='{{isDisable}}' bindinput='nameInput'></input>
  38 + <input class='input_wrap' placeholder='请填写姓名' name='person_name' value='{{name}}' placeholder-class='text_777_30' maxlength='15' disabled='{{isDisable}}' bindinput='nameInput'></input>
39 39 </view>
40 40 <view class="divide_line_30"></view>
41 41
... ... @@ -43,7 +43,7 @@
43 43 <view class="divide_line_30"></view>
44 44 <view class='item_body'>
45 45 <text class='text_777_30 float_left head_in' style='line-height: 90rpx'>年龄</text>
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 + <input class='input_wrap' name='age' type='number' placeholder-class='text_777_30' placeholder='请输入年龄' maxlength='2' value='{{age}}' disabled='{{isDisable}}'></input>
47 47 </view>
48 48 <view class="divide_line_30"></view>
49 49
... ... @@ -56,7 +56,7 @@
56 56 <view class="divide_line_30"></view>
57 57 <view class='item_body'>
58 58 <text class='text_777_30 float_left head_in' style='line-height: 90rpx'>手机号码</text>
59   - <input class='input_wrap float_right' placeholder="请输入手机号" value='{{mobile}}' name='mobile' type='number' maxlength='11' bindblur='bindinputmobile' type='number'></input>
  59 + <input class='input_wrap' placeholder="请输入手机号" value='{{mobile}}' name='mobile' type='number' maxlength='11' bindblur='bindinputmobile' type='number'></input>
60 60 </view>
61 61 <view class="divide_line_30"></view>
62 62 <view class='item_body'>
... ...
... ... @@ -68,6 +68,9 @@ page{
68 68
69 69 .input_wrap {
70 70 /* max-width: 460rpx; */
  71 + -webkit-box-flex: 1;
  72 + -webkit-flex: 1;
  73 + flex: 1;
71 74 height: 90rpx;
72 75 font-size: 28rpx;
73 76 color: #000;
... ...
... ... @@ -29,17 +29,17 @@
29 29 <text class='text_777_30 float_left' style='line-height: 90rpx'>证照号码</text>
30 30 <view>
31 31 <image wx:if="{{isIdCard}}" class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' hidden="{{taxInfo.certification_status=='active'}}"></image>
32   - <input class='input_wrap float_right' disabled="{{taxInfo.certification_status=='active'}}" placeholder="请输入证照号码" value="{{card_number}}" name='id_card_no' maxlength='18' bindblur='idcardblur' bindinput = 'bindinputcardnum' type='idcard'></input>
33   - <!-- <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>
34   - <input class='input_wrap float_right' hidden="{{taxInfo.certification_status!='active'}}" placeholder="{{card_number?card_number:'身份证号获取失败'}}" name='id_card_no' disabled='true'></input> -->
  32 + <input class='input_wrap' disabled="{{taxInfo.certification_status=='active'}}" placeholder="请输入证照号码" value="{{card_number}}" name='id_card_no' maxlength='18' bindblur='idcardblur' bindinput = 'bindinputcardnum' type='idcard'></input>
  33 + <!-- <input class='input_wrap' hidden="{{taxInfo.certification_status=='active'}}" placeholder="请输入证照号码" value='{{card_number}}' name='id_card_no' maxlength='18' bindblur='idcardblur' bindinput = 'bindinputcardnum'></input>
  34 + <input class='input_wrap' hidden="{{taxInfo.certification_status!='active'}}" placeholder="{{card_number?card_number:'身份证号获取失败'}}" name='id_card_no' disabled='true'></input> -->
35 35 </view>
36 36 </view>
37 37 <view class='item_body' hidden="{{!isself}}">
38 38 <text class='red_star_right_10'>*</text>
39 39 <text class='text_777_30 float_left' style='line-height: 90rpx'>姓名</text>
40   - <input class='input_wrap float_right' placeholder="请输入姓名" value='{{name}}' disabled="{{taxInfo.certification_status=='active'}}" bindblur='bindinputname' style='line-height: 90rpx'></input>
41   - <!-- <input hidden="{{taxInfo.certification_status=='active'}}" class='input_wrap float_right' placeholder="请输入姓名" value='{{name}}' bindblur='bindinputname' style='line-height: 90rpx'></input>
42   - <input hidden="{{taxInfo.certification_status!='active'}}" class='input_wrap float_right' placeholder="{{name}}" disabled="true" bindblur='bindinputname' style='line-height: 90rpx'></input> -->
  40 + <input class='input_wrap' placeholder="请输入姓名" value='{{name}}' disabled="{{taxInfo.certification_status=='active'}}" bindblur='bindinputname' style='line-height: 90rpx'></input>
  41 + <!-- <input hidden="{{taxInfo.certification_status=='active'}}" class='input_wrap' placeholder="请输入姓名" value='{{name}}' bindblur='bindinputname' style='line-height: 90rpx'></input>
  42 + <input hidden="{{taxInfo.certification_status!='active'}}" class='input_wrap' placeholder="{{name}}" disabled="true" bindblur='bindinputname' style='line-height: 90rpx'></input> -->
43 43 </view>
44 44 <view class="divide_line_30"></view>
45 45
... ... @@ -91,7 +91,7 @@
91 91 <view class='item_body'>
92 92 <text class='red_star_right_10'>*</text>
93 93 <text class='text_777_30 float_left' style='line-height: 90rpx'>手机号码</text>
94   - <input class='input_wrap float_right' placeholder="请输入手机号" value='{{mobile}}' name='mobile' type='number' maxlength='11' bindblur='bindinputmobile' type='number'></input>
  94 + <input class='input_wrap' placeholder="请输入手机号" value='{{mobile}}' name='mobile' type='number' maxlength='11' bindblur='bindinputmobile' type='number'></input>
95 95 </view>
96 96
97 97 <!-- 非必填部分02 -->
... ... @@ -101,20 +101,20 @@
101 101 <view class="divide_line_30"></view>
102 102 <view class='item_body'>
103 103 <text class='text_666_30 float_left head_in' style='line-height: 90rpx'>详细地址</text>
104   - <input class='input_wrap float_right ' name='current_address_detail' value="{{taxInfo.current_address_detail}}" placeholder-class='text_999_30' placeholder='请输入详细居住地址'></input>
  104 + <input class='input_wrap ' name='current_address_detail' value="{{taxInfo.current_address_detail}}" placeholder-class='text_999_30' placeholder='请输入详细居住地址'></input>
105 105 </view>
106 106 <view class="divide_line_30"></view>
107 107 <template is="picker_cell_normal" data="{{...birthaddressInfo}}" />
108 108 <view class="divide_line_30"></view>
109 109 <view class='item_body '>
110 110 <text class='text_666_30 float_left head_in' style='line-height: 90rpx'>详细地址</text>
111   - <input class='input_wrap float_right ' name='huji_address_detail' placeholder-class='text_999_30' placeholder='请输入详细户籍地址' value='{{huji_address_detail}}'></input>
  111 + <input class='input_wrap ' name='huji_address_detail' placeholder-class='text_999_30' placeholder='请输入详细户籍地址' value='{{huji_address_detail}}'></input>
112 112 </view>
113 113 <view class="divide_line_30"></view>
114 114
115 115 <view class='item_body'>
116 116 <text class='text_666_30 float_left head_in' style='line-height: 90rpx'>电子邮箱</text>
117   - <input class='input_wrap float_right' name='email' value='{{taxInfo.email}}' placeholder='请输入电子邮箱' placeholder-class='text_999_30' maxlength='20'></input>
  117 + <input class='input_wrap' name='email' value='{{taxInfo.email}}' placeholder='请输入电子邮箱' placeholder-class='text_999_30' maxlength='20'></input>
118 118 </view>
119 119 </view>
120 120
... ... @@ -148,14 +148,14 @@
148 148 <view class="divide_line_30"></view>
149 149 <view class='item_body'>
150 150 <text class='text_666_30 float_left head_in' style='line-height: 90rpx'>银行账号</text>
151   - <input class='input_wrap float_right' name='bank_account' value='{{taxInfo.bank_account}}' placeholder-class='text_999_30' placeholder='请输入银行账号' maxlength='24' type='number'></input>
  151 + <input class='input_wrap' name='bank_account' value='{{taxInfo.bank_account}}' placeholder-class='text_999_30' placeholder='请输入银行账号' maxlength='24' type='number'></input>
152 152 </view>
153 153 <view class="divide_line_30"></view>
154 154 <template is="picker_cell_normal" data="{{...disabilityInfo}}" />
155 155 <view class="divide_line_30" hidden="{{disabilityInfo.selected!='是'}}"></view>
156 156 <view class='item_body' hidden="{{disabilityInfo.selected!='是'}}">
157 157 <text class='text_666_30 float_left head_in' style='line-height: 90rpx'>残疾证号</text>
158   - <input class='input_wrap float_right' name='disability_no' value='{{taxInfo.disability_no}}' placeholder-class='text_999_30' placeholder='请输入残疾证号' maxlength='24'></input>
  158 + <input class='input_wrap' name='disability_no' value='{{taxInfo.disability_no}}' placeholder-class='text_999_30' placeholder='请输入残疾证号' maxlength='24'></input>
159 159 </view>
160 160 <view class="divide_line_30"></view>
161 161
... ... @@ -163,7 +163,7 @@
163 163 <view class="divide_line_30" hidden="{{lieshuInfo.selected!='是'}}"></view>
164 164 <view class='item_body' hidden="{{lieshuInfo.selected!='是'}}">
165 165 <text class='text_666_30 float_left head_in' style='line-height: 90rpx'>烈属证号</text>
166   - <input class='input_wrap float_right' name='martyr_family_no' value='{{taxInfo.martyr_family_no}}' placeholder-class='text_999_30' placeholder='请输入烈属证号' maxlength='24'></input>
  166 + <input class='input_wrap' name='martyr_family_no' value='{{taxInfo.martyr_family_no}}' placeholder-class='text_999_30' placeholder='请输入烈属证号' maxlength='24'></input>
167 167 </view>
168 168 <view class="divide_line_30"></view>
169 169
... ... @@ -171,7 +171,7 @@
171 171 <view class="divide_line_30"></view>
172 172 <view class='item_body'>
173 173 <text class='text_666_30 float_left head_in' style='line-height: 90rpx'>备注</text>
174   - <input class='input_wrap float_right' value='{{taxInfo.comment}}' name='comment' placeholder-class='text_999_30' placeholder='请输入备注'></input>
  174 + <input class='input_wrap' value='{{taxInfo.comment}}' name='comment' placeholder-class='text_999_30' placeholder='请输入备注'></input>
175 175 </view>
176 176
177 177
... ... @@ -195,7 +195,7 @@
195 195 <view class="divide_line_30"></view>
196 196 <view class='item_body '>
197 197 <text class='text_666_30 float_left' style='line-height: 90rpx'>公司股本总额</text>
198   - <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>
  198 + <input class='input_wrap ' name='company_equity_total' type='digit' value='{{taxInfo.company_equity_total}}' placeholder-class='text_999_30' placeholder='请输入股本总额(保留两位小数)' maxlength='13' bindblur='companymoney'></input>
199 199 </view>
200 200 <view class="divide_line_30"></view>
201 201
... ... @@ -208,7 +208,7 @@
208 208 <view class="divide_line_30"></view>
209 209 <view class='item_body '>
210 210 <text class='text_666_30 float_left ' style='line-height: 90rpx'>工号</text>
211   - <input class='input_wrap float_right ' name='employee_no' value='{{taxInfo.employee_no}}' placeholder-class='text_999_30' placeholder='请输入工号' maxlength='20'></input>
  211 + <input class='input_wrap ' name='employee_no' value='{{taxInfo.employee_no}}' placeholder-class='text_999_30' placeholder='请输入工号' maxlength='20'></input>
212 212 </view>
213 213 <view class="divide_line_30"></view>
214 214
... ... @@ -216,7 +216,7 @@
216 216 <view class="divide_line_30"></view>
217 217 <view class='item_body'>
218 218 <text class='text_666_30 float_left ' style='line-height: 90rpx'>个人投资总额</text>
219   - <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>
  219 + <input class='input_wrap ' name='personal_equity_total' type='digit' value='{{taxInfo.personal_equity_total}}' placeholder-class='text_999_30' placeholder='请输入个人投资总额(保留两位小数)' maxlength='13' bindblur='personalmoney'></input>
220 220 </view>
221 221 <view class="divide_line_30"></view>
222 222 </view>
... ...
注册登录 后发表评论