".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })
Hostinger主机产品种类丰富,包括热门的[美国虚拟主机](/#)、VPS主机、[WordPress主机](https://www.idcspy.com/wordpress-hosting.html "WordPress主机")、[cPanel主机](https://www.idcspy.com/cpanel-hosting.html "cPanel主机")等,价格合理,深受数百万站长信赖。国内用户可以关联新浪微博账号直接登录到Hostinger客户中心,查看购买的产品账单,然后按需打印或下载未付及已付款收据,相关步骤如下。
1、打印未付发票的话,登录到[Hostinger](/#)客户中心后,导航到Billing,然后选择Unpaid invoices未付发票,点击对应的Print Receipt打印发票按钮,如下图所示:
![](https://www.idcspy.com/wp-content/uploads/2022/02/1-16.jpg)
如果是下载未付发票,则点击Save as PDF按钮并选择一个存储位置将该收据另存为PDF文件。
2、打印已支付的发票,则依次点击访问Billing → Payment History,在历史账单中单击发票附近的箭头,然后点击Print Receipt按钮打印发票。
![](https://www.idcspy.com/wp-content/uploads/2022/02/1-17.jpg)
同样道理,如果是下载该已支付的发票,只需选择一个存储位置并另存为PDF文件即可。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/104262.html