".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)'); } }) })
[西部数码](/#)作为一家成立于2002年的老牌互联网基础服务提供商,发展至今已拥有大批量用户。但是在建站方面,新手用户还是会经常碰壁,本文就来说说西部数码云建站基本教程及注意事项。
1、进入编辑的方式(有两种)
(1)方法一:请登录西部数码会员中心,点击业务管理中的云建站管理进入。点击编辑网站,默认进入前台编辑界面
![](https://www.idcspy.com/wp-content/uploads/2021/10/xibushuma-1.jpg)
(2)方法二:打开www.yjz.top,输入帐号密码登录,登陆后默认进入后台,可点击右侧的编辑网站进入前台管理
![](https://www.idcspy.com/wp-content/uploads/2021/10/xibushuma-2.jpg)
![](https://www.idcspy.com/wp-content/uploads/2021/10/xibushuma-3.png)
2、编辑前需要了解
(1)云建站的基础架构为:页面+底板,在界面左上角,可选择页面管理和底板管理,底板表示每个页面通用的元素,比如导航栏,顶部logo,通栏大图等,一般我们在底板管理中单独修改编辑,尽量不要单独解锁编辑。
![](https://www.idcspy.com/wp-content/uploads/2021/10/xibushuma-4.png)
如下图是底板和网站页面组合的原理
![](https://www.idcspy.com/wp-content/uploads/2021/10/xibushuma-5.jpg)
(2)产品和文章展示的业务逻辑:
目前云建站使用三层的架构来展示后台的文章和产品,为分类——>列表——>详情。
3、云建站的基本操作
和word使用类似,编辑的快捷键为
撤销 ctrl+z
重做 ctrl+y
保存 ctrl+s
云建站中的各个模块我们称之为“插件”,可通过拖拽的方式调整位置和大小,也可以从左侧的插件栏目中,拖拽需要的插件到页面中,并且进行位置调整。
![](https://www.idcspy.com/wp-content/uploads/2021/10/xibushuma-6.jpg)
以上就是"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/105026.html