提交 03183af483e823b34d08be889597000de7d742a0

作者 wangyu
1 个父辈 5b0eb0c6

优化

... ... @@ -57,7 +57,7 @@ Page({
57 57 label: '是否独生子女',
58 58 bindtype: 'issingle_child',
59 59 selected: '',
60   - isblack: '',
  60 + isblack: 'true',
61 61 disabled: false,
62 62 placeholder: '请选择是否独生子女',
63 63 values: ["是", "否"],
... ... @@ -67,7 +67,7 @@ Page({
67 67 label: '分摊方式',
68 68 bindtype: 'share_method',
69 69 selected: '',
70   - isblack: '',
  70 + isblack: 'true',
71 71 disabled: false,
72 72 values: ["赡养人平均分摊", "赡养人约定分摊", "被赡养人指定分摊"],
73 73 placeholder: '请选择分摊方式',
... ...
... ... @@ -22,7 +22,7 @@
22 22 <template is="picker_cell_normal" data="{{...shareMethodData}}" />
23 23 <view class='divide_line_f5f5f5'></view>
24 24 <view style='height:90rpx'>
25   - <text style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #666;margin-left:26rpx'>本年度月扣除金额</text>
  25 + <text style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #333;margin-left:26rpx'>本年度月扣除金额</text>
26 26 <text class='float_right' style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #333;margin-left:20rpx' name='country'>/月</text>
27 27 <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入(不超过1000)' type='digit' name='reduce_amount' bindinput='bindinput' disabled='{{input_disable}}' value='{{reduce_amount>=0?reduce_amount:""}}'></input>
28 28 </view>
... ... @@ -30,10 +30,9 @@
30 30 <view wx:elif="{{issinglechildData.selected=='是'}}">
31 31 <view class='divide_line_f5f5f5'></view>
32 32 <view style='height:90rpx'>
33   - <text style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #666;'>本年度月扣除金额</text>
  33 + <text style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #333;margin-left:26rpx'>本年度月扣除金额</text>
34 34 <text class='float_right' style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #ff9f00;' name='country'>2000/月</text>
35 35 </view>
36   -
37 36 </view>
38 37 </view>
39 38
... ...
注册登录 后发表评论