".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)'); } }) })
有过[美国虚拟主机](/#)使用经验的站长都知道,美国虚拟主机的优势主要有免备案、配置高、性能稳定以及价格便宜等。以前美国主机一直是外贸用户的建站首选,但随着建站越来越简单,很多个人站长也纷纷选择免备案的美国主机快速做站。那**购买美国虚拟主机**的方法有哪些呢?本文小编就来介绍下常见的方法。
国内站长直接从美国主机商网站购买,是最安全的方法。但是很多美国主机商都是英文界面和客服,对于英文不好的站长可能会有一定的障碍。不过,现在也有知名的美国主机商开通了中文官网和中文客服,比如[HostEase](/#)等,这样购买起来也很方便。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/108013.html