".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)'); } }) })
DreamHost是WordPress官方推荐的[美国主机](https://www.idcspy.com/)商之一,它提供有多种不同类型的托管计划,其中美国虚拟主机所有套餐带有简单易用的控制面板,以便用户轻松管理主机、站点等。本文主要介绍下如何在DreamHost美国虚拟主机控制面板上修改账单周期。
[DreamHost](/#)美国虚拟主机目前支持使用信用卡、PayPal、支票或汇票等支付方式,价格透明,您只需为付款时列出的服务付费,可选按月付或年付。
如果您要修改原有账单的计费周期,那么可登录到DreamHost账户,然后在Active Plans部分,找到需要更改账单周期的[美国虚拟主机](/#)套餐,并通过控制面板自行修改。
![](https://www.idcspy.com/wp-content/uploads/2022/12/hz1.jpg)
单击DreamHost美国虚拟主机套餐旁的Manage按钮,将出现一个新页面,允许您选择不同的计费选项。
![](https://www.idcspy.com/wp-content/uploads/2022/12/hz2.jpg)
选择您要切换到的计划。单击Save Changes按钮确认更改,DreamHost系统会自动为您更新新的账单明细。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/103261.html