style.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. body {
  2. font-family: 'Microsoft YaHei';
  3. }
  4. .north {
  5. height: 120px;
  6. overflow: hidden;
  7. }
  8. .north-w {
  9. height: 80px;
  10. width:100%;
  11. background: url(/img/u23.png) no-repeat 0 0;
  12. background-size: 100% 100%;
  13. }
  14. .north-b {
  15. height: 40px;
  16. width: 100%;
  17. background: red;
  18. }
  19. .north-b ul {
  20. margin: 0px;
  21. padding: 0px;
  22. height: 40px;
  23. width: 100%;
  24. background: #0293D9;
  25. color: white;
  26. }
  27. .north-b ul li {
  28. margin: 0px;
  29. padding: 0px;
  30. list-style-type: none;
  31. width: 130px;
  32. height: 40px;
  33. border-right: 1px solid lightblue;
  34. line-height: 36px;
  35. display: inline-block;
  36. text-align: center;
  37. font-weight: 700;
  38. font-size: 13px;
  39. cursor: pointer;
  40. }
  41. .north-b ul li:hover {
  42. background: #106294;
  43. }
  44. .north-b .active {
  45. background: #106294;
  46. }
  47. .north-left {
  48. display: inline-block;
  49. }
  50. .north-left img{
  51. height: 70px;
  52. margin-top: 8px;
  53. margin-left: 20px;
  54. }
  55. .north-left span {
  56. line-height: 94px;
  57. /* background: red; */
  58. height: 145px;
  59. vertical-align: top;
  60. font-size: 22px;
  61. color: white;
  62. }
  63. .north-right {
  64. height: 70px;
  65. width: 200px;
  66. position: absolute;
  67. top:8px;
  68. right: 20px;
  69. color: white;
  70. text-align: right;
  71. padding-top: 10px;
  72. }
  73. .north-right p {
  74. line-height: 9px;
  75. }
  76. .north-right p>span {
  77. font-weight: 600;
  78. margin-right: 5px;
  79. }
  80. .north-right p a {
  81. color: white;
  82. margin-left: 3px;
  83. margin-right: 3px;
  84. }
  85. .north-right p a:hover {
  86. text-decoration: underline;
  87. }
  88. .wu-side-tree .tree-node {
  89. padding:3px 0px;
  90. }
  91. a,a:link {
  92. color:#000;
  93. text-decoration:none;
  94. outline:none;
  95. }
  96. a:hover,a:focus {
  97. text-decoration:none;
  98. color:#39f;
  99. }
  100. .south {
  101. background:#e0ecff;
  102. text-align: center;
  103. height: 30px;
  104. }