".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主机商旗下的[美国虚拟主机](/#)价格便宜,性能优越,深受广大用户喜爱。此外为满足不同用户建站需求,Hostinger还特意推出[WordPress主机](https://www.idcspy.com/wordpress-hosting.html "WordPress主机")、[cPanel主机](https://www.idcspy.com/cpanel-hosting.html "cPanel主机")等独具特色的产品服务。购买Hostinger主机后,您可使用账户登录到hPanel面板管理主机,也可以在面板中重置账户,下面一起来了解下。
[Hostinger](/#)主机账户重置功能,可以帮助您实现将账户重置与刚刚设置时相同的状态。但要注意的是,账户重置过程是不可逆的,所以您在执行该操作前要先备份保存好之前的数据,防止数据丢失造成损失。
1、首先登录到您的Hostinger主机账户(登录凭据您可在欢迎邮件中找到),登录成功后,依次选择Hosting → Manage → Reset Account重置账户选项。
![](https://www.idcspy.com/wp-content/uploads/2021/07/reset.jpg)
2、在账户重置页面中,您会看到警示信息,提醒您先做好数据备份。信息确认无误后,点击“Confirm”复选框,然后单击“Reset”按钮进行账户重置。
![](https://www.idcspy.com/wp-content/uploads/2021/07/reset1.jpg)
拓展阅读:《[Hostinger主机网站备份的三种方法](/#)》"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/105483.html