加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > CMS系统 > Dedecms > 正文

SupeSite尾部(footer)默认模板样式解析

发布时间:2020-12-14 03:46:02 所属栏目:Dedecms 来源:网络整理
导读:编程之家 jb51.cc 我们以默认模板为例分析一下其模板样式,SupeSite 7.0 默认模板的样式表为 emplatesdefaultcsscommon.css,所以只需要修改该文件即可更改 default 模板样式。 注意:修改默认模板之前最好复制一份进行修改,保留默认的 default 目录,方便

编程之家 52php.cn 我们以默认模板为例分析一下其模板样式,SupeSite 7.0 默认模板的样式表为 emplatesdefaultcsscommon.css,所以只需要修改该文件即可更改 default 模板样式。

注意:修改默认模板之前最好复制一份进行修改,保留默认的 default 目录,方便以后的产品升级。

一、头部(header)http://www.veryhuo.com/a/view/8104.html

二、首页及资讯首页(index & news)http://www.veryhuo.com/a/view/8105.html

三、资讯分类及内容页面(category & viewnews)http://www.veryhuo.com/a/view/8106.html

四、论坛(bbs)http://www.veryhuo.com/a/view/8107.html

五、日志(uchblog)http://www.veryhuo.com/a/view/8108.html

六、相册(uchimage)http://www.veryhuo.com/a/view/8109.html

七、尾部(footer)

SupeSite 7.0 默认模板尾部涉及到的 CSS 样式有:#footer

1、底部导航背景

底部导航背景在 common.css 里面涉及的样式如下:

#footer_top { height:50px; margin-bottom:10px; background:#D3EAF0; }// 修改底部导航背景色只需要修改上述样式中的 background:#D3EAF0 即可。

2、底部导航字体

底部导航字体在 common.css 里面涉及的样式如下:

.good_link a { margin:0 3px; color:#295B72; }// 修改底部导航字体颜色只需要修改上述样式中的 color:#295B72 即可。

本图已缩略,请点击放大观看。

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读