".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)'); } }) })
Namecheap是一家知名的[国外域名注册商](/#)及网站托管公司,其提供的域名后缀种类多样,包括流行的国际顶级域名还有一些创新性的域名后缀,有免费的域名隐私保护服务,性价比非常高。当我们要将网站迁移至新的托管公司,则需要更改域名的DNS解析服务器信息,这里以Namecheap域名为例,来看下修改DNS解析服务器步骤。
1、首先登录到[Namecheap](/#)账户,在账户页面中选中“Domain List”标签,然后单击“Manage”按钮,进入管理页面。
![](https://www.idcspy.com/wp-content/uploads/2021/05/dns1-2.jpg)
2、在新页面中,鼠标向下滚动至页面的“Nameservers ”部分。在这里,您需要单击下拉列表,然后选择“Custom DNS”选项。
![](https://www.idcspy.com/wp-content/uploads/2021/05/dns12.jpg)
3、只需在此处添加您的DNS解析服务器,然后单击check按钮。
![](https://www.idcspy.com/wp-content/uploads/2021/05/dns3-2.jpg)
4、当您刷新页面后,看到新DNS解析服务器显示在列表中,即说明DNS解析服务器更改成功。
![](https://www.idcspy.com/wp-content/uploads/2021/05/dns4-1.jpg)
相关阅读:
《[Namecheap免费DNS域名解析的方法](/#)》
《[Namecheap免费DNS服务设置教程](/#)》"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/105943.html