base.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. body {
  6. background: #5b5b5b;
  7. color: #000;
  8. text-align: center;
  9. line-height: 1.6;
  10. }
  11. body, input, select, textarea, table {
  12. font-family: "ËÎÌå",Arial, Simsun, Verdana, sans-serif;
  13. font-size: 9pt;
  14. color:#333;
  15. }
  16. img {
  17. border: none;
  18. }
  19. a {
  20. color: #4264BD;
  21. }
  22. li {
  23. line-height:20px;
  24. }
  25. .dCenter {
  26. width: 800px;
  27. margin: 0 auto;
  28. text-align: left;
  29. }
  30. .dBody{
  31. background:url("../images/body.jpg") repeat-y top;
  32. }
  33. .nav {
  34. list-style:none;
  35. float: right;
  36. margin-right: 25px;
  37. }
  38. .nav li {
  39. margin-left: 20px;
  40. float: left;
  41. }
  42. .navbar {
  43. height: 0px;
  44. line-height: 28px;
  45. margin-bottom: 6px;
  46. color: #fff;
  47. font-size: 14px;
  48. }
  49. .navbar a {
  50. color: #fff;
  51. text-decoration: none;
  52. }
  53. .navbar a:hover {
  54. text-decoration: none;
  55. color: #ccc;
  56. }
  57. .res-block {
  58. BACKGROUND: url("../images/block/block-top.gif") no-repeat; MARGIN-BOTTOM: 15px; WIDTH: 210px; PADDING-TOP: 5px
  59. }
  60. .res-block-inner {
  61. PADDING-RIGHT: 11px; PADDING-LEFT: 11px; BACKGROUND: url("../images/block/block-body.gif") repeat-y left; PADDING-BOTTOM: 6px; PADDING-TOP: 6px
  62. }
  63. .res-block-bottom {
  64. BACKGROUND: url("../images/block/block-bottom.gif") no-repeat; WIDTH: 210px;height:5px;
  65. }
  66. .res-block H3 {
  67. MARGIN-BOTTOM: 8px; FONT: bold 12px ËÎÌå,tahoma,arial,sans-serif; COLOR: #555
  68. }
  69. .res-block UL {
  70. FONT: 12px tahoma,arial,sans-serif; MARGIN-LEFT: 15px; COLOR: #555; LIST-STYLE-TYPE: disc
  71. }
  72. .res-block UL LI {
  73. MARGIN: 0px 0px 5px 3px
  74. }
  75. #footer {
  76. background:url("../images/footer.jpg") no-repeat;
  77. height:47px;
  78. text-align:center;
  79. padding-top:9px;
  80. color:#CCC;
  81. font-family:Arial;
  82. }
  83. #footer a {
  84. color: #DDD;
  85. text-decoration: none;
  86. }
  87. /*.logo {
  88. float: left;
  89. margin: 6px 0 0 13px;
  90. }
  91. #footer {
  92. margin-bottom: 25px;
  93. line-height: normal;
  94. color: #666;
  95. text-align: center;
  96. clear: both;
  97. }
  98. #footer a {
  99. color: #666;
  100. }
  101. #footer a{text-decoration:none;}
  102. #footer a:hover{text-decoration:underline;color:#333;}
  103. * html .mmlink{width:200px;float:right;margin-right:250px;}
  104. .mmlink{width:250px;float:right;margin-right:450px; }
  105. */