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

<view class='page'>
  <!-- <image src='/images/tax_person.png' style='height:460rpx;width:690rpx;margin:30rpx ;align-items:center' bindtap='gotaxPerson'>
  </image>
  <image src='/images/tax_calculate.png' style='height:460rpx;width:690rpx;margin:0 30rpx ;align-items:center' bindtap='gotaxCalculate'>
  </image> -->
  <view class="bg_wrap">
    <image class='bgimg' src='/images/guide_bg.png'></image>
  </view>

  <view class='card_rectangle_bg' style='margin-top:360rpx;padding:30rpx' bindtap='gotaxPerson'>
    <image class="icon_wrap" src="/images/taxperson.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='gotaxCalculate'>
    <image class="icon_wrap" src="/images/taxcalculate.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>