正在显示
2 个修改的文件
包含
12 行增加
和
8 行删除
... | ... | @@ -17,14 +17,14 @@ |
17 | 17 | <view wx:if="{{currentTab==0}}"> |
18 | 18 | <view wx:for="{{taxDatas}}" style='margin-bottom:20rpx'> |
19 | 19 | <view class='card_rectangle_bg_column' style='padding:30rpx' id='{{item.id}}' bindtap='goItemDetails'> |
20 | - <text style='text-align:left;font-size: 28rpx;color: #333;font-family: PingFangSC-Semibold;'>所得项目:{{item.method}}</text> | |
20 | + <text class='text_blue_36'>所得项目:{{item.method}}</text> | |
21 | 21 | <view class='divide_line_f5f5f5' style='margin:30rpx 0'></view> |
22 | 22 | <!-- <text class='text_999_28'>累计收入额:{{item.personal_income}}</text> --> |
23 | - <text class='text_999_28'>当期收入额:{{item.personal_income}}</text> | |
24 | - <text class='text_999_28'>累计应缴纳所得额:{{item.accumulated_taxable_income}}</text> | |
25 | - <text class='text_999_28'>累计应扣缴税额:{{item.accumulated_withholding_tax}}</text> | |
26 | - <text class='text_999_28'>已预交税额:{{item.prepay_tax}}</text> | |
27 | - <text class='text_999_28'>本期应缴税额:{{item.personal_tax}}</text> | |
23 | + <text class='text_999_28'>当期收入额:<text class='text_333_28 left_360'>¥{{item.personal_income}}</text></text> | |
24 | + <text class='text_999_28'>累计应缴纳所得额:<text class='text_333_28 left_360'>¥{{item.accumulated_taxable_income}}</text></text> | |
25 | + <text class='text_999_28'>累计应扣缴税额:<text class='text_333_28 left_360'>¥{{item.accumulated_withholding_tax}}</text></text> | |
26 | + <text class='text_999_28'>已预交税额:<text class='text_333_28 left_360'>¥{{item.prepay_tax}}</text></text> | |
27 | + <text class='text_999_28'>本期应缴税额:<text class='text_333_28 text_color_28 left_360'>¥{{item.personal_tax}}</text></text> | |
28 | 28 | </view> |
29 | 29 | </view> |
30 | 30 | </view> |
... | ... | @@ -45,11 +45,12 @@ |
45 | 45 | <view wx:if="{{isshow}}" bindtap='gospan'> |
46 | 46 | <text style='font-size:28rpx;color:#4e8fe7;text-align:left'>收起</text> |
47 | 47 | <image class='head_image_wrap_up' src='/images/arrow_blue_up.png'></image> |
48 | + <view class='divide_line_f5f5f5' style='margin:30rpx 0'></view> | |
48 | 49 | </view> |
49 | 50 | <view wx:if="{{isshow}}" wx:for="{{item.detals}}" wx:for-item='detal'> |
50 | 51 | <view> |
51 | - <text class='text_wrap_left' style='font-size:28rpx;color:#999;text-align:left'>{{detal.title}}</text> | |
52 | - <text class='text_wrap_right' style='font-size:28rpx;color:#999;text-align:right'>{{detal.value}}</text> | |
52 | + <text class='text_999_28'>{{detal.title}}</text> | |
53 | + <text class='text_999_28' style='color:#333;text-align:right;float: right'>{{detal.value}}</text> | |
53 | 54 | </view> |
54 | 55 | </view> |
55 | 56 | </view> | ... | ... |
请
注册
或
登录
后发表评论