正在显示
2 个修改的文件
包含
11 行增加
和
4 行删除
| ... | ... | @@ -33,7 +33,7 @@ |
| 33 | 33 | </view> |
| 34 | 34 | </view> |
| 35 | 35 | |
| 36 | - <view wx:if="{{declaring_unit_status!='4'&&declaring_unit_status!='5'&&!show_other_unit_view}}" style="background:#fff;padding:30rpx 30rpx 50rpx 30rpx;"> | |
| 36 | + <view wx:if="{{declaring_unit_status!='4'&&declaring_unit_status!='5'&&!show_other_unit_view}}" style="background:#fff;padding:30rpx 30rpx 80rpx 30rpx;"> | |
| 37 | 37 | <text class="text_black_bold">{{declare_status=='1'?'汇算清缴申报中…':'汇算清缴申报完成!'}}</text> |
| 38 | 38 | <view wx:if="{{declare_text_extra.length>0&&refund_status!='0'}}" style="display: flex;margin:20rpx 0"> |
| 39 | 39 | <image style="width:28rpx;height:28rpx;margin-right:12rpx;margin-top:6rpx" src="/images/warn_yellow.png"></image> |
| ... | ... | @@ -45,8 +45,8 @@ |
| 45 | 45 | <text class="text_gray3_28 float_right" style="line-height:50rpx">¥{{payinfo.total_salary}}</text> |
| 46 | 46 | </view> |
| 47 | 47 | <view class="view_gray_bg" style="padding:16rpx 20rpx;flex-direction: column"> |
| 48 | - <view class="text_gray9_26">其中本单位收入额:{{payinfo.total_salary_on}}</view> | |
| 49 | - <text class="text_gray9_26">其中其他单位收入额:{{payinfo.total_salary_else}}</text> | |
| 48 | + <view class="text_gray7_26">其中本单位收入额:{{payinfo.total_salary_on}}</view> | |
| 49 | + <text class="text_gray7_26">其中其他单位收入额:{{payinfo.total_salary_else}}</text> | |
| 50 | 50 | </view> |
| 51 | 51 | <view style="margin:20rpx 0"> |
| 52 | 52 | <text class="text_gray6_28">累计应纳税额:</text> |
| ... | ... | @@ -73,7 +73,7 @@ |
| 73 | 73 | </view> |
| 74 | 74 | </view> |
| 75 | 75 | <view class="divide_line_f5f5f5"></view> |
| 76 | - <view class="text_blue_28 float_right" style="line-height:50rpx;" bindtap="finalpay_detail">查看详情</view> | |
| 76 | + <view class=" float_right" style="margin:20rpx 0;font-size: 28rpx;color: #3795ff;" bindtap="finalpay_detail">查看详情</view> | |
| 77 | 77 | </view> |
| 78 | 78 | </scroll-view> |
| 79 | 79 | <view wx:if="{{declaring_unit_status=='4'&&!show_other_unit_view}}" style="width:100%;height:300rpx;position: fixed;bottom: 0;background-color:#fff"> | ... | ... |
| ... | ... | @@ -128,6 +128,13 @@ |
| 128 | 128 | line-height: 40rpx; |
| 129 | 129 | } |
| 130 | 130 | |
| 131 | +.text_gray7_26 { | |
| 132 | + font-size: 26rpx; | |
| 133 | + color:#777; | |
| 134 | + font-family: PingFangSC-Regular, PingFang SC; | |
| 135 | + line-height: 40rpx; | |
| 136 | +} | |
| 137 | + | |
| 131 | 138 | .light_gray_bg { |
| 132 | 139 | float: right; |
| 133 | 140 | width: 50px; | ... | ... |
请
注册
或
登录
后发表评论