正在显示
3 个修改的文件
包含
2 行增加
和
38 行删除
1 | 1 | { |
2 | 2 | "pages": [ |
3 | - "pages/main/addtionalreduce/adddupporters/adddupporters", | |
4 | 3 | "pages/main/guide/guide", |
5 | 4 | "pages/getPhone/getPhone", |
6 | 5 | "pages/main/smartchat/chat", |
... | ... | @@ -14,7 +13,8 @@ |
14 | 13 | "pages/main/addtionalreduce/lookandupdate/lookandupdate", |
15 | 14 | "pages/main/addtionalreduce/addextrainfo/addextrainfo", |
16 | 15 | |
17 | - | |
16 | + "pages/main/addtionalreduce/adddupporters/adddupporters", | |
17 | + | |
18 | 18 | |
19 | 19 | "pages/main/addtionalreduce/additiondetail/additiondetail", |
20 | 20 | "pages/main/advancepayment/adPayHome", | ... | ... |
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 |
1 | -/* pages/main/addtionalreduce/adddupporters/adddupporters.wxss */ | |
2 | -.text_999_30{ | |
3 | - font-family: PingFangSC-Regular; | |
4 | -font-size: 15px; | |
5 | -color: #999999; | |
6 | -text-align: right; | |
7 | -line-height: 45px; | |
8 | -} | |
9 | - | |
10 | -.text_333_30{ | |
11 | - font-family: PingFangSC-Regular; | |
12 | -font-size: 15px; | |
13 | -color: #333333; | |
14 | -text-align: right; | |
15 | -line-height: 45px; | |
16 | -} | |
\ No newline at end of file |
请
注册
或
登录
后发表评论