guide.wxml
3.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!--pages/main/guide/guide.wxml-->
<view class=''>
<scroll-view>
<view class="bg_wrap">
<image class='bgimg' src='/images/guide_bg.png'></image>
<view class='card_rectangle_bg_row' style='margin-top:310rpx;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:440rpx;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_row' 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:440rpx;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_row' 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:440rpx;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_row' 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:440rpx;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_row' 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>
</scroll-view>
<image class='chat-img' bindtap='gochat' src='/images/icon_chat.png'></image>
</view>