wzxs.css 657 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .td_1{
  2. width:15%;
  3. text-align: center;
  4. }
  5. .td_2{
  6. width:10%;
  7. text-align: center;
  8. }
  9. .td_3{
  10. width:15%;
  11. text-align: center;
  12. }
  13. .td_4{
  14. width:20%;
  15. text-align: center;
  16. }
  17. .td_5{
  18. width:60%;
  19. text-align: center;
  20. }
  21. .head_div{
  22. width:100%;
  23. height: 30px;
  24. line-height: 30px;
  25. background: #ff8416;
  26. color: #fff;
  27. }
  28. .head_div span{
  29. display: block;
  30. float:left;
  31. }
  32. .gd_dl span{
  33. display: block;
  34. float:left;
  35. }
  36. .gd_dl dd{
  37. height: 30px;
  38. color: #333;
  39. }
  40. .gd_dl dd:nth-child(even){
  41. background: #e8e6e6;
  42. }
  43. #FontScroll {
  44. line-height: 30px;
  45. overflow: Hidden;
  46. padding: 0px 0;
  47. margin: 0px auto;
  48. }
  49. #FontScroll .line {
  50. text-align: center;
  51. width: 100%;
  52. margin:0px;
  53. }