guide.wxml 3.5 KB
<!--pages/main/guide/guide.wxml-->

<view class='page'>
  <view class="bg_wrap">
    <image class='bgimg' src='/images/guide_bg.jpg'></image>

    <view class='card_rectangle_bg' style='margin-top:280rpx;padding:30rpx' bindtap='gotaxPerson'>
      <image class="icon_wrap" src="/images/tax_person.png"></image>
      <view style='width:1px;height:140rpx;background-color:#e5e5e5;margin-left:40rpx'></view>
      <view style='display:flex;flex-direction: column;width:432rpx;margin-left:30rpx;align-self:center;'>
        <text style='font-size: 36rpx;color: #000;font-weight:bold;text-align: left;'>自然人信息采集</text>
        <text style='font-size:28rpx;color: #999;text-align: left;margin-top:6rpx'>采集本人和家庭成员的基本信息</text>
      </view>
      <image class='arrow_wrap' src='/images/arrow_right.png'></image>
    </view>

    <view class='card_rectangle_bg' style='margin-top:30rpx;padding:30rpx' bindtap='goAdditionalDiduction'>
      <image class="icon_wrap" src="/images/additional_deduction.png"></image>
      <view style='width:1px;height:140rpx;background-color:#e5e5e5;margin-left:40rpx'></view>
      <view style='display:flex;flex-direction: column;width:432rpx;margin-left:30rpx;align-self:center;'>
        <text style='font-size: 36rpx;color: #000;font-weight:bold;'>专项附加扣除</text>
        <text style='font-size:28rpx;color: #999;margin-top:6rpx'>上传可抵扣的专项附加扣除费用票据</text>
      </view>
      <image class='arrow_wrap float_right' src='/images/arrow_right.png'></image>
    </view>

    <view class='card_rectangle_bg' style='margin-top:30rpx;padding:30rpx' bindtap='goAdvancePayment'>
      <image class="icon_wrap" src="/images/advance_payment.png"></image>
      <view style='width:1px;height:140rpx;background-color:#e5e5e5;margin-left:40rpx'></view>
      <view style='display:flex;flex-direction: column;width:432rpx;margin-left:30rpx;align-self:center;'>
        <text style='font-size: 36rpx;color: #000;font-weight:bold;'>预扣预缴</text>
        <text style='font-size:28rpx;color: #999;margin-top:6rpx'>查看本人的个税扣缴明细</text>
      </view>
      <image class='arrow_wrap float_right' src='/images/arrow_right.png'></image>
    </view>

    <view class='card_rectangle_bg' style='margin-top:30rpx;padding:30rpx' bindtap='goFinalPayment'>
      <image class="icon_wrap" src="/images/final_payment.png"></image>
      <view style='width:1px;height:140rpx;background-color:#e5e5e5;margin-left:40rpx'></view>
      <view style='display:flex;flex-direction: column;width:432rpx;margin-left:30rpx;align-self:center;'>
        <text style='font-size: 36rpx;color: #000;font-weight:bold;'>汇算清缴</text>
        <text style='font-size:28rpx;color: #999;margin-top:6rpx'>查看个人年度税收信息,年度汇算清缴</text>
      </view>
      <image class='arrow_wrap float_right' src='/images/arrow_right.png'></image>
    </view>

    <!-- <view class='card_rectangle_bg' style='margin-top:30rpx;padding:30rpx' bindtap='gotaxCalculate'>
      <image class="icon_wrap" src="/images/tax_calculate.png"></image>
      <view style='width:1px;height:140rpx;background-color:#e5e5e5;margin-left:40rpx'></view>
      <view style='display:flex;flex-direction: column;width:432rpx;margin-left:30rpx;align-self:center;'>
        <text style='font-size: 36rpx;color: #666;'>个税计算器</text>
        <text style='font-size:28rpx;color: #999;margin-top:6rpx'>正在开发中</text>
      </view>
      <image class='arrow_wrap float_right' src='/images/arrow_right.png'></image>
    </view> -->
  </view>

</view>