policy.css 699 B

123456789101112131415161718192021222324252627282930313233
  1. .erji_category{
  2. border:1px #EEEEEE solid;
  3. width:838px;
  4. border-top:0;
  5. padding:10px;
  6. }
  7. .erji_category *{
  8. -webkit-box-sizing: border-box;
  9. -moz-box-sizing: border-box;
  10. box-sizing: border-box;
  11. }
  12. .erji_category a{
  13. margin:5px 15px;
  14. display:inline-block;
  15. }
  16. .erji_category a:hover,.erji_category a.select{
  17. color:#dd4250;
  18. }
  19. .newslip .l .newsnav a{
  20. position:relative;
  21. }
  22. .newslip .l .newsnav a.select:after{
  23. content:"";
  24. position:absolute;
  25. left:0;
  26. bottom:-2px;
  27. width:100%;
  28. height:10px;
  29. background-image:url(../../images/47_1.png);background-repeat:no-repeat;background-position:center bottom;
  30. }
  31. .newslip .l .newsnav{
  32. overflow:visible;
  33. }