index.css 885 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. *{
  2. font-family: "Microsoft yahei";
  3. }
  4. a{text-decoration: none;color:#333333;}
  5. table.altrowstable {
  6. font-family: verdana, arial, sans-serif;
  7. font-size: 18px;
  8. color: #333333;
  9. width: 80%;
  10. margin: 0 auto; border-width : 1px;
  11. border-color: #beb9b4;
  12. border-collapse: collapse;
  13. border-width: 1px;
  14. }
  15. table.altrowstable th {
  16. border-width: 1px;
  17. padding: 8px;
  18. color: #ffffff; border-style : solid;
  19. border-color: #beb9b4;
  20. background: grey;
  21. border-style: solid;
  22. }
  23. table.altrowstable .title{
  24. background: #beb9b4;
  25. text-align:left;
  26. }
  27. table.altrowstable td {
  28. border-width: 1px;
  29. padding: 8px;
  30. border-style: solid;
  31. border-color: #beb9b4;
  32. }
  33. .oddrowcolor {
  34. background-color: #d4e3e5;
  35. }
  36. .evenrowcolor {
  37. background-color: #c3dde0;
  38. }
  39. .n1 {
  40. width: 10%;
  41. text-align: center;
  42. }
  43. .n2 {
  44. width: 50%;
  45. }
  46. .n3 {
  47. width: 20%;
  48. text-align: center;
  49. }
  50. .n4 {
  51. width: 20%;
  52. text-align: center;
  53. }