".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)'); } }) })
VirMach VPS可以说是近年来发展非常快的[美国VPS](/#)了,从上线开始走就是平价的路线,可以说VirMach VPS是前无古人的低价格,基本挑战了VPS的底线了,可能一开始有用户抱着试试的态度先体验了一下,后续想要升级计划,但不知道如何升级,那么可以参照以下步骤试试:
1)首先确保您已登录[VirMach](/#) VPS客户区,然后在“服务”选项下选择“我的服务”。
![](https://www.idcspy.com/wp-content/uploads/2020/07/virmach1.jpg)
2)从服务列表中选择要升级的服务。
3)请选择页面左侧的“升级/降级”选项,或使用页面中间的“升级”按钮。
![](https://www.idcspy.com/wp-content/uploads/2020/07/virmach2.jpg)
4)在下一页上,您会看到服务器可用的升级,选择所需的升级后,请选择所需的结算周期,然后选择“选择产品”
5)然后,您将被要求支付升级费用。付款后,返回服务页面,向下滚动至底部,然后重新启动服务器(通过VPS重新启动将不起作用)。
6)如果您在Linux服务器上,按照上述步骤,您的服务器就已经成功升级。
更多教程:[VirMach教程](/#)"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/106973.html