".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)'); } }) })
国外服务器就是指托管在国外机房的服务器,站长常用的有[美国服务器](/#)美国机房服务器为演示为大家带来详细的图文教程。
1.访问RAKsmart中文官网(http://cn.raksmart.com),选择想要购买的具体机房服务器和类型(有些服务商提供多机房和多类型服务器);
![](/sites/default/files/2017052001.jpg)
2.根据网站的需求选择合适的服务器方案,点击“订购”添加到购物车;
![](/sites/default/files/2017052002.jpg)
3.在购物车中可以根据需要配置服务器和选择多样化的资源(部分服务商可能没有这样的选项);
![](/sites/default/files/2017052003.jpg)
4.确认最终服务器方案和配置,然后登录账户或注册账户(没有该服务商账户的必须要注册,方便以后管理);
![](/sites/default/files/2017052004.jpg)
5.最后选择支付方式,跳转到支付平台支付即可完成订单。
以上就是[国外服务器](/#)的基本购买流程,简单归纳就四步:选择服务器方案、确认信息、登录账户、付款下单。不同的服务商购买流程基本相似。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/107952.html