PageAdmin网站内容管理系统(CMS)交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

怎样修改栏目标题的背景? [复制链接]

1#
如图,我想修改首页标题的背景该成其他颜色不用蓝色的,找不到在哪里改呀,有人知道吗?
1.JPG (, 下载次数:105)

jpg(2009/10/28 10:49:36 上传)

1.JPG

最后编辑gchezh 最后编辑于 2009-10-28 10:51:21
分享 转发
TOP
2#

查看网站源代码就知道那个CSS样式控制的,然后直接修改对应的CSS样式
TOP
3#

回复 2# shengge 的帖子

/*网站主体样式*/
body{word-wrap:break-word;overflow:auto;color333333;margin: 0 0 0 0;font-size:12px;line-height:20px;font-family:宋体,Arial;text-align:center;}
.page_style{width:900px;border:0 solid #cccccc;overflow:hidden;margin-left:auto;margin-right:auto;text-align:center;}
a{color333333;text-decoration:none;}
a.detail{text-decoration:none;}
a:hover{text-decoration:underline;}
a.amore{font-family:Arial;line-height:15px;font-size:10px;color0C6ECE}
form,ul,li{list-style-type:none;margin:0 0 0 0;padding:0 0 0 0;}
hr{border:1px solid #cccccc;line-height:1px;}
/*menu样式*/

.menu_box{clear:both;width:100%;}

                  /**********LOGO在上方样式***********/
.menu_box_style1_1{clear:both;border:0 solid #cccccc;}
.menu_box_style1_1_1{float:left;}
.menu_box_style1_1_2{float:right;padding:0 0 0 0;}
.menu_box_style1_2{clear:both;text-align:left;height:30px;background:url(images/menu_bg_1.gif) repeat 0 0;border:0 solid #dddddd;padding-left:30px;}

.menu_style_1{float:left;text-align:center;padding:6px 20px 0 10px;background:url(images/menu_style_1.gif) no-repeat right}
.menu_style_1_last{float:left;text-align:center;padding:6px 0 0 10px;}

a.menu_1nk{colorffffff;text-decoration: none;font-weight:normal;paddingpx 0 0 0}
a.menu_1:visited {colorffffff;text-decoration:none;font-weight:normal;paddingpx 0 0 0}
a.menu_1:hover {colorffffff;text-decoration:none;font-weight:norma;paddingpx 0 0 0;text-decoration:underline;}

a.menu_current_1{colorffffff;text-decoration:none;font-weight:bold;paddingpx 0 0 0;}
a.menu_current_1:hover{colorffffff;text-decoration:none;font-weight:bold;paddingpx 0 0 0;}
a.menu_current_1_last{colorffffff;text-decoration:none;font-weight:bold;paddingpx 0 0 0;}
a.menu_current_1_last:hover{colorffffff;text-decoration:none;font-weight:bold;paddingpx 0 0 0;}是这里吗,能说具体点吗?
TOP
4#

不错
TOP
发新话题 回复该主题