home.wxml 3.1 KB
<!--pages/main/finalpayment/home.wxml-->
<view class='page'>
  <scroll-view style='margin-bottom:40rpx'>
    <view style='background:#ffffff'>
      <view style='padding:30rpx;'>
        <text class='text_gray_32'>当前选择月份</text>
        <view class='float_right'>
          <text class='text_gray_32'>2018年11月</text>
          <image class='arrow_wrap' src='/images/arrow_right.png'></image>
        </view>
      </view>
      <view class='divide_line_f5f5f5'></view>
      <view style='margin: 30rpx;positive:relative;width:92%;height:454rpx'>
        <image class=' payment_img_bg ' src='/images/payment_bg.png ' style='position:absolute;z-index: 1;'></image>
        <view>
          <view class='view_bg_wrap' style='margin-top: 48rpx;'>
            <view style='flex: 1;text-align:center;display: flex;flex-direction: column;'>
              <text class='text_num_wrap'>261609.90</text>
              <text class='text_text_wrap'>累计收入额</text>
            </view>
            <view style='width:2rpx;height:74rpx;background:#ffffff;'></view>
            <view style='flex: 1;text-align:center;display: flex;flex-direction: column;'>
              <text class='text_num_wrap'>19106.91</text>
              <text class='text_text_wrap'>累计缴纳个税</text>
            </view>
          </view>
          <view class='view_bg_wrap' style='margin-top: 206rpx;'>
            <view style='flex-grow: 1;text-align:center;display: flex;flex-direction: column;'>
              <text class='text_num_wrap'>3838.9</text>
              <text class='text_text_wrap'>累计专项扣除</text>
            </view>
            <view style='width:2rpx;height:74rpx;background:#ffffff;'></view>
            <view style='flex-grow: 1;text-align:center;display: flex;flex-direction: column;'>
              <text class='text_num_wrap'>10398.01</text>
              <text class='text_text_wrap'>累计专项附加扣除</text>
            </view>
            <view style='width:2rpx;height:74rpx;background:#ffffff;'></view>
            <view style='flex-grow: 1;text-align:center;display: flex;flex-direction: column;'>
              <text class='text_num_wrap'>133.09</text>
              <text class='text_text_wrap'>汇算补差</text>
            </view>
          </view>
          <view style='position: absolute;z-index: 2;display: flex;margin-top:330rpx;width:92%;justify-content: center;background:#fff;height:84rpx' bindtap='gohistory'>
            <text class='text_blue_wrap_28' style='line-height:84rpx'>查看历史缴税信息</text>
          </view>
        </view>
      </view>
      <view class='divide_line_f5f5f5'></view>
      <view style='padding-left:30rpx;background:#ffffff;height:100rpx;'>
        <image class='icon_wrap' src="/images/rectangle_icon.png"></image>
        <text style='padding-left:20rpx;line-height:100rpx' class='text_gray_32'>专项附加扣除概览</text>
      </view>
    </view>
    <view class="container_wrap">
      <canvas canvas-id="pieCanvas" class="canvas" style="height:300px" bindtouchstart="touchHandler"></canvas>
    </view>
  </scroll-view>

  <view>
    <button class="btn_bottom" bindtap='addinfo'>录入信息</button>
  </view>
</view>