".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)'); } }) })
我们在购买[Hostwinds](/#) VPS主机时,订购周期会有月付、季付、半年付、两年付、三年付等多个选项,通常订购周期越长,主机价格会更优惠!后期如果我们要对Hostwinds VPS结算周期进行调整,那么可参考以下步骤完成操作。
![](https://www.idcspy.com/wp-content/uploads/2023/02/host.jpg)
登录到Hostwinds账号,然后进入客户专区,在客户区主页,单击仪表板顶部菜单上的”结算下拉”链接。在下拉列表中选择”管理结算日期”链接,将会跳转到结算周期管理页面。
在Hostwinds结算周期管理页面,我们将看到使用计费周期的所有服务和附件来生成发票。例如,正在使用的产品/服务;显示的产品/服务状态;服务的定价以及付费周期;账单到期日等。
我们要更改账单周期的话,则可以从”操作”下拉列表中选择相应的链接,并从可用的周期列表中进行选择。
这里,我们可以随时更改帐单周期。但是,更改结算周期将为下次续订(在所选择的计费周期)创建发票。所以,我们需要在更改周期之前的同一天支付此发票,并且一旦支付了发票,结算周期会更改为新的首选项。
Hostwinds VPS提供Windows和Linux系统支持,我们可以选择完全托管或非托管计划,下单前查看[Hostwinds优惠码](/#)可享受对应的优惠价格。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/103187.html