正在显示
1 个修改的文件
包含
7 行增加
和
7 行删除
... | ... | @@ -13,7 +13,7 @@ |
13 | 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' 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> | |
16 | + <input class='input_wrap' 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' placeholder='请输入证照号码' placeholder-class='text_999_30' name='children_id_card_no' maxlength='18' type='idcard' value='{{children_id_card_no}}'></input> |
... | ... | @@ -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' 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;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> |
... | ... | @@ -203,7 +203,7 @@ |
203 | 203 | <template is="picker_cell_normal" data="{{...houseLocateInfo}}" /> |
204 | 204 | <view class='divide_line_30'></view> |
205 | 205 | <view style='height:90rpx'> |
206 | - <input class='input_wrap02 float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入详细地址,精确到楼牌号' name='house_detail_address' value='{{house_detail_address}}'></input> | |
206 | + <input class='input_wrap head_in' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入详细地址,精确到楼牌号' name='house_detail_address' value='{{house_detail_address}}'></input> | |
207 | 207 | </view> |
208 | 208 | <view class='divide_line_30'></view> |
209 | 209 | <template is="picker_cell_normal" data="{{...identifytypeData}}" /> |
... | ... | @@ -280,7 +280,7 @@ |
280 | 280 | <view style='height:90rpx' hidden="{{leasetypeData.selected == '个人'}}"> |
281 | 281 | <text class='red_star_right_10'>*</text> |
282 | 282 | <text class='text_777_30 float_left'>统一社会信用代码</text> |
283 | - <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' value='{{owner_credit_no}}'></input> | |
283 | + <input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入统一社会信用代码' name='owner_credit_no' value='{{owner_credit_no}}'></input> | |
284 | 284 | </view> |
285 | 285 | <view class='divide_line_30' hidden="{{leasetypeData.selected == '企业'}}"></view> |
286 | 286 | <template is="picker_cell_normal" data="{{...cardtypeData}}"/> |
... | ... | @@ -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' 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;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> |
... | ... | @@ -299,7 +299,7 @@ |
299 | 299 | <template is="picker_cell_normal" data="{{...rentLocateInfo}}" /> |
300 | 300 | <view class='divide_line_30'></view> |
301 | 301 | <view style='height:90rpx'> |
302 | - <input class='input_wrap02 float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: rightcolor:#000;' placeholder='请输入详细地址,精确到楼牌号' name='house_detail_address' value='{{house_detail_address}}'></input> | |
302 | + <input class='input_wrap head_in' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: rightcolor:#000;' placeholder='请输入详细地址,精确到楼牌号' name='house_detail_address' value='{{house_detail_address}}'></input> | |
303 | 303 | </view> |
304 | 304 | <view class='divide_line_30'></view> |
305 | 305 | <view style='height:90rpx'> |
... | ... | @@ -349,7 +349,7 @@ |
349 | 349 | <text class='text_777_30 float_left head_in'>配偶证照号码</text> |
350 | 350 | <view wx:if="{{isIdCard}}"> |
351 | 351 | <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' id="spouse_id_card_no"></image> |
352 | - <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> | |
352 | + <input class='input_wrap' 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> | |
353 | 353 | </view> |
354 | 354 | </view> |
355 | 355 | <view class='divide_line_30'></view> | ... | ... |
请
注册
或
登录
后发表评论