|
1
|
|
-<!--pages/main/addtionalreduce/adddupporters/adddupporters.wxml-->
|
|
2
|
|
-<view class='page'>
|
|
3
|
|
- <form bindsubmit='formSubmit'>
|
|
4
|
|
- <view style='height:90rpx;padding:0 30rpx'>
|
|
5
|
|
- <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>
|
|
6
|
|
- <text style='color:#777;font-size: 30rpx;line-height: 90rpx; float:left'>证照类型</text>
|
|
7
|
|
- <input class='text_333_30 float_right' placeholder='请输入姓名' name='name' value='{{name}}' placeholder-class='text_999_30' maxlength='15'></input>
|
|
8
|
|
- </view>
|
|
9
|
|
- <view class="divide_line"></view>
|
|
10
|
|
- <view style='height:90rpx;padding:0 30rpx'>
|
|
11
|
|
- <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>
|
|
12
|
|
- <text style='color:#777;font-size: 30rpx;line-height: 90rpx; float:left'>证照类型</text>
|
|
13
|
|
- <text style='color:#333;font-size: 30rpx;line-height: 90rpx; float:right'>居民身份证</text>
|
|
14
|
|
- </view>
|
|
15
|
|
- <view class="divide_line"></view>
|
|
16
|
|
- <view class="btn_bottom">
|
|
17
|
|
- <button class="btn_bottom" formType="submit"> 保存</button>
|
|
18
|
|
- </view>
|
|
19
|
|
- </form>
|
|
20
|
|
-</view> |
|
|
\ No newline at end of file |