".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年及以上的[Hostinger](/#)主机套餐,那么首年将可获得一个免费域名。您要使用Hostinger主机套餐中的免费域名的话,只需将名称服务器更改为Hostinger,并将您的域指向Hostinger名称服务器。下面一起来看下将域名指向Hostinger名称服务器的主要步骤。
Hostinger提供有经济实惠的共享虚拟主机、[WordPress主机](https://www.idcspy.com/wordpress-hosting.html "WordPress主机")、云主机等产品。这些主机产品对应的名称服务器如下:
* ns1.dns-parking.com
* ns2.dns-parking.com
登录到您选择的域名注册商账户,然后打开域名管理界面,设置Hostinger名称服务器。如果您的域名是在Hostinger上购买的,那么您可通过域管理界面设置默认的域名服务器。您在注册Hostinger主机套餐时,可先查看[Hostinger优惠码](/#),了解主机产品促销信息,以获取优惠。
接下来,在Hostinger管理界面,依次选择Websites → Create or migrate a website,然后根据页面提示逐步操作,将域名添加到您的Hostinger主机中。
![](https://www.idcspy.com/wp-content/uploads/2023/06/sz1.png)
以上是将域指向Hostinger名称服务器的主要步骤介绍,这里您可以通过创建新网站或迁移现有网站来添加您的域。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/102958.html