style.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. @charset "UTF-8";
  2. html, body{
  3. padding:0;
  4. margin:0;
  5. position:relative;
  6. background:url(../../img/report/zt_szhb/body.jpg);
  7. background-repeat:repeat;
  8. color:#fff;
  9. letter-spacing:1px;
  10. font-family:Georgia, "Times New Roman", Times, serif;
  11. }
  12. .zebra caption{
  13. font-size:20px;
  14. font-weight:normal;
  15. background:url(../img/zebratable.png);
  16. background-repeat:no-repeat;
  17. background-position: 130px center;
  18. padding-top: 20px;
  19. height:50px;}
  20. #container{
  21. padding-top:20px;
  22. /*width:960px;*/
  23. /*margin:0 auto;*/
  24. }
  25. table {
  26. margin:0 auto;
  27. border-collapse: collapse;
  28. border-spacing: 0;
  29. width:960px;
  30. /*width: 100%*/
  31. -webkit-box-shadow: 0px 2px 1px 5px rgba(242, 242, 242, 0.1);
  32. box-shadow: 0px 2px 1px 5px rgba(242, 242, 242, 0.1);
  33. }
  34. .zebra {
  35. border: 1px solid #555;
  36. }
  37. .zebra td {
  38. border-left: 1px solid #555;
  39. border-top: 1px solid #555;
  40. padding: 10px;
  41. text-align: left;
  42. }
  43. .zebra th, .zebra th:hover {
  44. border-left: 1px solid #555;
  45. border-bottom: 1px solid #828282;
  46. padding: 20px;
  47. background-color:#151515 !important;
  48. background-image: -webkit-gradient(linear, left top, left bottom, from(#151515), to(#404040)) !important;
  49. background-image: -webkit-linear-gradient(top, #151515, #404040) !important;
  50. background-image: -moz-linear-gradient(top, #151515, #404040) !important;
  51. background-image: -ms-linear-gradient(top, #151515, #404040) !important;
  52. background-image: -o-linear-gradient(top, #151515, #404040) !important;
  53. background-image: linear-gradient(top, #151515, #404040) !important;
  54. color:#fff !important;
  55. font-weight:normal;
  56. }
  57. .zebra tbody tr:nth-child(even) {
  58. background: #000 !important;
  59. color:#fff;
  60. }
  61. .zebra tr:hover *{
  62. background: #eeeeee;
  63. color:#000;
  64. }
  65. .zebra tr {
  66. background:#404040;
  67. color:#fff;
  68. }