".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)'); } }) })
cPanel/WHM是一个基于Web的服务器控制面板,WHM可以提供根级别访问权限,而cPanel提供用户级可视化界面来管理服务器上的网站托管账户。我们购买了[Hostwinds](/#) VPS后,可以通过cPanel/WHM控制面板来管理,有时因操作需要,需先暂停cPanel/WHM账户,下面来看下相关步骤介绍。
暂停cPanel/WHM账户的操作比较简单,登录到Hostwinds账户后,访问cPanel/WHM控制面板,在搜索栏中搜索manage account管理账户,然后导航到Account Functions账户功能部分,点击下方的Manage Account Suspension管理账户暂停,如下图:
![](https://www.idcspy.com/wp-content/uploads/2021/11/1-73.jpg)
选择要暂停的cPanel/WHM账户,在管理页面可以根据实际情况填写暂停账户原因,以及是否防止转销商取消暂停账户,所有信息确认无误后,点击Suspend暂停按钮保存设置即可。
![](https://www.idcspy.com/wp-content/uploads/2021/11/12-53.jpg)"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/104785.html