请问如何把百度空间里文章分类,文章存档和最新评论的白色底色去掉?

发布网友 发布时间:53分钟前

我来回答

1个回答

热心网友 时间:1小时前

如果你设计了背景图片,就到"设置---高级设计--自定义模板--开始自定义"那里左上角的"背景图片"选无背景图"(当然,你以前没设置背景更好)

到编辑自定义CSS表里找
.stage{background:url(https://gss0.bdstatic.com/70cFsjip0QIZ8tyhnq/hi/temp17/bg.gif) #FFD3EA}
括号里是当前网页的背景图片与颜色,去掉它。

去掉网页题目板块的背景:

到编辑自定义CSS表里找

#header{height:px;background:url(https://gss0.bdstatic.com/70cFsjip0QIZ8tyhnq/hi/temp17/hdbg.gif) repeat-x #FF99BB}
#header div.lc{background:url(https://gss0.bdstatic.com/70cFsjip0QIZ8tyhnq/hi/temp17/hdl.gif) no-repeat}
#header div.rc{background:url(https://gss0.bdstatic.com/70cFsjip0QIZ8tyhnq/hi/temp17/hdr.gif) no-repeat top right}
#header div.tit{top:8px;left:20px;line-height:22px;font-size:20px;font-family:黑体}
#header div.tit a.titlink{color:#CC3366;text-decoration:none}
#header div.tit a.titlink:visited{color:#CC3366;text-decoration:none}
#header div.desc{top:33px;left:20px;color:#CC3366;font-size:13px}
#tabline{top:px}
前三个改成
#header{height:px;}
#header div.lc{}
#header div.rc{}

去掉导航栏的背景:到编辑自定义CSS表里找
#tab{top:67px;background:url(https://gss0.bdstatic.com/70cFsjip0QIZ8tyhnq/hi/temp17/tabbg.gif) repeat-x}
改成
#tab{top:67px;}

让当前网页的背景透明,到CSS编辑表里找
.modbox{padding:10px 10px 0 10px;background-color:#FFF1F7;border-left:1px solid #FF8DA2;border-right:1px solid #FF8DA2}

加上filter:alpha(opacity=80);表示透明度80%,

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com