".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)'); } }) })
WordPress博客程序现在的受欢迎程度大家有目共睹,其实在是深受广大博客爱好者的喜爱。而为了方便新手博主快速建站,美国空间商提供了快速安装WordPress的方法。下面小编就给大家演示下HostEase linux空间的cpanel面板上是如何快速安装WordPress程序的。
1、首先进入HostEase linux空间的cpanel面板后台,一般默认的界面是中文版,我们先来创建一个新的数据库
![](/sites/default/files/pictures/pig3.jpg)
2、给你新的数据库添加权限
![](/sites/default/files/pictures/pig4.jpg)
3、这时你的数据库就创建成功了,然后通过文件管理器对你的wordpress程序上传(切记一定要上传到根目录)
![](/sites/default/files/pictures/pig5.jpg)
4、点击上传选择你下载在本机的wordpress程序上传
![](/sites/default/files/pictures/pig7.jpg)
5、上传完成后登录你网站的域名会出现下面的界面按照你之前的设置填写,你的wordpress网站就建设成功了
![](/sites/default/files/pictures/pig6.png)
总体来说hostease主机cpanel面板构建wordpress程序还是蛮方便的,现hostease主机还有最新优惠码2014可享有50%的优惠活动,有兴趣的朋友可以来关注一下hostease主机。
相关推荐:
[HostEase美国空间Plesk面板快速安装WordPress教程](/#)
![](/sites/default/files/9c69d48f615a4313c9024ece.html)"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/108110.html