CSS的问题?

2016-07-07 15:37 来源:www.chinab4c.com 作者:ecshop专家



ECSHOP 的文章中,链接都是不显示的,就是链接跟普通文本一样的,

我想把它改过来,在文章页面,和商品详细页面中,

希望有链接的地方,如 新浪就是跟普通文本有区别的,

我希望是在没有点上去时是兰色的,就是WORD里链接的颜色,鼠标点上去时要有下划线,这样如何修改,能否指点下,

应该是在这里改吧,

  1. /*linkCOLOR*/
  2. .top10List li a,#mallNews .NewsList li a,.boxCenterList li a{color:#3f3f3f; text-decoration:none;}
  3. .top10List li a:hover,#mallNews .NewsList li a:hover,.boxCenterList li a:hover{color:#ff6600; text-decoration:none;}
复制代码


这是公共部分:

  1. body{background:#fff; font-size:12px; font-family:"宋体",Verdana, Arial; line-height:150%; margin:5px 0 0 0; padding:0; color:#404040;}
  2. div{margin:0 auto; padding:0;}
  3. h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,form,img,p{
  4. margin:0; padding:0; border:none; list-style-type:none;
  5. }
  6. .block{
  7. width:960px; height:auto;
  8. }
  9. .f_l{float:left;}
  10. .f_r{float:right;}
  11. .tl{ text-align:left;}
  12. .tc{ text-align:center;}
  13. .tr{ text-align:right;}
  14. .dis{display:block;}
  15. .inline{display:inline;}
  16. .none{display:none;}
  17. .dashed{background:url(images/lineBg.gif) repeat-x left top; color:#3f3f3f;padding:2px 0 3px 12px;}
  18. .clearfix:after{
  19. content:"."; display:block; height:0; clear:both;
  20. visibility:hidden;
  21. }
  22. *html .clearfix{
  23. height:1%;
  24. }
  25. *+html .clearfix{
  26. height:1%;
  27. }
复制代码

回答:
您可以到模板美化区找下方法