".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是国内很多站长都很喜欢的一家一家领先的ICANN认可的国外[域名注册商](/#)和网站托管公司,在域名注册这块深受站长喜爱,价格便宜,提供免费的隐私保护,前些日子有朋友咨询,不是Namecheap的主机,要如何将域名和主机连接起来呢?下面小编就给大家分享下连接步骤。
本文就以要HostGator举例,连接您的Namecheap域和[HostGator](/#)帐户,您应该首先获得主机域名服务器。
HostGator会为每一个主机包购买发送一个欢迎电子邮件。域名服务器信息可以在欢迎电子邮件和客户门户中找到。共享主机的客户也可以在他们的cPanel中检查他们的HostGator域名服务器。
一旦找到域名服务器,您就可以在您的[Namecheap](/#)帐户中进行必要的更改。方法如下:
1.登录你的Namecheap账户。
2.从左侧栏选择域名列表,点击域名旁边的管理按钮:
![](https://www.idcspy.com/wp-content/uploads/2021/06/namecheap11.jpg)
3.从Nameservers的下拉菜单中选择Custom DNS选项,并在字段中输入您的Custom Nameservers(在HostGator帐户中可以看到)。完成后,请确保单击绿色复选标记来保存更改:
![](https://www.idcspy.com/wp-content/uploads/2021/06/namecheap22.jpg)
DNS变更可能需要24-48小时才能生效。
注意:如果您有电子邮件服务或其他DNS记录集,则需要在HostGator中重新配置它们。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/105893.html