正在显示
3 个修改的文件
包含
7 行增加
和
7 行删除
... | ... | @@ -9,13 +9,13 @@ |
9 | 9 | <!-- <input placeholder-class='input_placeholder_wrap' class='input_wrap' placeholder='请输入姓名' name='name' value='{{name}}' maxlength='18'></input> --> |
10 | 10 | <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> |
11 | 11 | </view> |
12 | - <view class="divide_line"></view> | |
12 | + <view style="margin:0 30rpx;background:#e5e5e5;height:2rpx;"></view> | |
13 | 13 | <view style='height:90rpx;padding:0 30rpx'> |
14 | 14 | <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> |
15 | 15 | <text style='color:#777;font-size: 30rpx;line-height: 90rpx; float:left'>共同赡养人证照类型</text> |
16 | 16 | <text style='color:#333;font-size: 30rpx;line-height: 90rpx; float:right'>居民身份证</text> |
17 | 17 | </view> |
18 | - <view class='divide_line'></view> | |
18 | + <view style="margin:0 30rpx;background:#e5e5e5;height:2rpx;"></view> | |
19 | 19 | <view style='height:90rpx;padding:0 30rpx'> |
20 | 20 | <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> |
21 | 21 | <text style='color:#777;font-size: 30rpx;line-height: 90rpx; float:left'>共同赡养人证照号码</text> |
... | ... | @@ -24,7 +24,7 @@ |
24 | 24 | <input class='input_wrap01 float_right' placeholder='请输入或拍摄身份证' placeholder-class='text_999_30' name='id_card_no' maxlength='18' type='idcard' value='{{id_card_no}}' bindinput="bindinput"></input> |
25 | 25 | </view> |
26 | 26 | </view> |
27 | - <view class="divide_line"></view> | |
27 | + <view style="margin:0 30rpx;background:#e5e5e5;height:2rpx;"></view> | |
28 | 28 | <picker mode="date" value="{{date}}" start="1919-01-01" end="2017-09-01" bindchange="bindDateChange"> |
29 | 29 | <view style='height:90rpx;padding:0 30rpx'> |
30 | 30 | <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> |
... | ... | @@ -34,19 +34,19 @@ |
34 | 34 | </view> |
35 | 35 | </picker> |
36 | 36 | <!-- <template is="picker_cell_normal" data="{{...commonbirthDate}}" /> --> |
37 | - <view class="divide_line"></view> | |
37 | + <view style="margin:0 30rpx;background:#e5e5e5;height:2rpx;"></view> | |
38 | 38 | <view style='height:90rpx;padding:0 30rpx'> |
39 | 39 | <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> |
40 | 40 | <text style='color:#777;font-size: 30rpx;line-height: 90rpx; float:left'>被赡养人国籍</text> |
41 | 41 | <text style='color:#333;font-size: 30rpx;line-height: 90rpx; float:right'>中国</text> |
42 | 42 | </view> |
43 | - <view class="divide_line"></view> | |
43 | + <view style="margin:0 30rpx;background:#e5e5e5;height:2rpx;"></view> | |
44 | 44 | <view style='height:90rpx;padding:0 30rpx'> |
45 | 45 | <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> |
46 | 46 | <text style='color:#777;font-size: 30rpx;line-height: 90rpx; float:left'>与纳税人关系</text> |
47 | 47 | <text style='color:#333;font-size: 30rpx;line-height: 90rpx; float:right'>兄、弟、姐、妹</text> |
48 | 48 | </view> |
49 | - <view class="divide_line"></view> | |
49 | + <view style="margin:0 30rpx;background:#e5e5e5;height:2rpx;"></view> | |
50 | 50 | <view class="btn_bottom"> |
51 | 51 | <button class="btn_bottom" formType="submit"> 保存</button> |
52 | 52 | </view> | ... | ... |
... | ... | @@ -159,7 +159,7 @@ |
159 | 159 | </view> |
160 | 160 | <view style='display:flex;flex-direction:row'> |
161 | 161 | <text class='text_999_28 ' style='line-height:70rpx'>发证机关:</text> |
162 | - <view class='float_right' style='font-family: PingFangSC-Regular;font-size: 28rpx;color: #333;line-height:70rpx;max-width:500rpx'>{{item.certification_authority}}</view> | |
162 | + <view class='float_right' style='padding-top:14rpx; font-family: PingFangSC-Regular;font-size: 28rpx;color: #333;line-height:40rpx;max-width:500rpx'>{{item.certification_authority}}</view> | |
163 | 163 | </view> |
164 | 164 | <view wx:if="{{item.status=='failed'||item.status=='to_declare'}}"> |
165 | 165 | <text class='text_blue_28 float_right' style='line-height:90rpx;margin-right:40rpx' id="{{'profession'+index}}" bindtap='goedit'>编辑</text> | ... | ... |
请
注册
或
登录
后发表评论