index.css 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. body{
  2. margin:0px;
  3. padding:0px;
  4. }
  5. #header, #footer{
  6. height: 50px;
  7. }
  8. .header{
  9. height: 150px;
  10. width: 150px;
  11. margin-left: 28px;
  12. margin-top: 30px;
  13. }
  14. #footer{
  15. /* background: #DCDCDC*/
  16. }
  17. #content .main{
  18. /*height: 600px;
  19. background: #F8F8FF;
  20. overflow: auto;*/
  21. }
  22. #content .main .title{
  23. /*height: auto;
  24. margin:0px;
  25. padding:0px;
  26. background: #F8F8FF;*/
  27. /*overflow: auto;*/
  28. }
  29. #content .main .content1{
  30. /*height: auto;
  31. margin-left:30px;
  32. width:97%;
  33. background: #F8F8FF;*/
  34. /*overflow: auto;*/
  35. }
  36. #content .main .comments{
  37. /*height: auto;
  38. width:100%;
  39. background: #F8F8FF;*/
  40. /*overflow: auto;*/
  41. }
  42. #content .aside{
  43. /*height: 600px;
  44. width: 250px;
  45. background: #F8F8FF;
  46. float: left;*/
  47. }
  48. #headNavi{
  49. /*height: 40px;
  50. width: 100%;
  51. background: black;
  52. color: white;
  53. font-size: 24px;*/
  54. }
  55. #ul1{
  56. /*list-style-type:none;
  57. margin:0;
  58. padding:0;
  59. overflow:hidden;*/
  60. }
  61. .li1{
  62. /*float:left;*/
  63. }
  64. a:link,a:visited{
  65. text-align:center;
  66. padding:6px;
  67. text-decoration:none;
  68. }
  69. a:link {color: #289926
  70. } /* 未访问的链接 */
  71.    a:visited {color: #1f1699
  72. } /* 已访问的链接 */
  73.    a:hover {color: #992824
  74. } /* 鼠标移动到链接上 */
  75.    a:active {color: #992135
  76. }
  77. .ha:link,a:visited{
  78. /*background-color: black;
  79. background-color: #000000;*/
  80. /*color: #993333;
  81. font-weight: bold;
  82. width: 120px;
  83. display: block;
  84. text-transform: uppercase;
  85. color: white;*/
  86. }
  87. .ha:hover,a:active{
  88. /* background-color: #cc0000;
  89. color: white;
  90. color: #FFFFFF;*/
  91. }