0

我知道这对你们大多数人来说是一个 NOOB 问题,但我试图让它看起来像这样:http ://cssdesk.com/6Rzk2 (请保留该链接以供预览)

然而,它只是显示为纯文本。

谢谢

4

1 回答 1

1

As far as I can see, you only have 2 style sheets being loaded on your site - style.css and large.css. Neither one has anything for #SumTitle. Add this to style.css and it will work -

#SumTitle {
color: #0D2F87;
border-bottom: 1px #3a6cc5 solid;
padding: 20px 0px 3px 0px;
margin: 0px 0px 5px 0px;
font-weight: bold;
font-family: Verdana, Arial, sans-serif;
font-size: 18px
}
于 2013-07-22T04:07:14.700 回答