CSS问题关于clothing 字体问题

2016-07-07 16:12 来源:www.chinab4c.com 作者:ecshop专家



我想问这里字体修改在CSS那里?
这里是对于的CSS,但是没见到字体
未命名.jpg
  1. /*category_tree*/
  2. #category_tree{
  3. background:url(images/bg_category.gif) repeat-y 0 0; overflow:hidden;
  4. margin-bottom:8px;
  5. }
  6. #category_tree .content{
  7. background:url(images/bg_category_1.gif) no-repeat 0 0;
  8. padding-top:30px;
  9. }
  10. #category_tree .content dl{margin:0px 8px 8px 8px;}
  11. #category_tree .content dt{
  12. background:url(images/bg_category_line.gif) repeat-x left bottom; color:#fff;
  13. padding:0 0 2px 5px; margin:8px 0;
  14. }
  15. #category_tree .content dt a{color:#fff; text-decoration:none;}
  16. #category_tree .content dd{
  17. color:#ff8c8b; padding:0 0 0 15px;
  18. }
  19. #category_tree .content dd a{color:#fff; text-decoration:none; margin-right:8px;}
  20. #category_tree .content dd a:hover{color:#fff; text-decoration:underline; margin-right:8px;}
  21. #category_tree .bottom{width:197px; height:8px;
  22. background:url(images/bg.gif) no-repeat 0 -135px; overflow:hidden;
  23. }
  24. /*brands*/
复制代码

回答:
贴下地址看看

2# 176542304

谢谢版主,请看这里的 http://www.fx1688.cn/

#category_tree .content dt a {
color:#FFFFFF;
font-family:Arial;
text-decoration:none;
}
红色的是新加的字体属性,可以自己改

谢谢版主的热心帮助,已经解决