style.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. font-family: "Microsoft YaHei", sans-serif;
  5. }
  6. /*璘꿋꽉데*/
  7. .mysidebar-menu {
  8. background-color: #20476a;
  9. overflow: auto;
  10. }
  11. /*寧섬꽉데*/
  12. .mymenu-first {
  13. height: 50px;
  14. background-color: #20476a;
  15. font-family: "Microsoft YaHei", sans-serif;
  16. font-size: 13px;
  17. text-align: center;
  18. }
  19. /*寧섬꽉데柑깃뺍법榴檄*/
  20. .mymenu-first:hover {
  21. text-decoration: none;
  22. background-color: #0ca1b2;
  23. vertical-align: middle;
  24. font-family: "Microsoft YaHei", sans-serif;
  25. }
  26. /*랗섬꽉데*/
  27. .mymenu-second li a {
  28. padding-left: 10px;
  29. height: 50px;
  30. line-height: 50px;
  31. font-size: 15px;
  32. text-align: left;
  33. font-family: "Microsoft YaHei", sans-serif;
  34. }
  35. /*랗섬꽉데柑깃뺍법湳駕*/
  36. .mymenu-second li a:hover {
  37. text-decoration: none;
  38. height: 50px;
  39. line-height: 50px;
  40. color: #0ca1b2;
  41. font-family: "Microsoft YaHei", sans-serif;
  42. background-color: #20476a;
  43. }
  44. .navigation_page_icon1 {
  45. width: 30px;
  46. height: 30px;
  47. float: left;
  48. margin-top: 4px;
  49. margin-left: 5px;
  50. vertical-align: middle;
  51. }
  52. .navigation_page_icon2 {
  53. width: 11px;
  54. height: 8px;
  55. float: right;
  56. margin-top: 15px;
  57. vertical-align: middle;
  58. }
  59. .mymenu-first p {
  60. text-align: center;
  61. font-size: 16px;
  62. float: left;
  63. line-height: 16px;
  64. color: #8b9fb5;
  65. font-weight: normal;
  66. font-family: "Microsoft YaHei", sans-serif;
  67. margin-left: 5px;
  68. margin-top: 10px;
  69. text-shadow: none;
  70. }
  71. /*랗섬꽉데朞櫓榴檄*/
  72. .mymenu-second-selected {
  73. background-color: #B2DFEE;
  74. height: 50px;
  75. line-height: 50px;
  76. text-align: center;
  77. }
  78. /*림맨bootstrap돨湳駕*/
  79. .mynav-list,.mynav-list li a {
  80. margin: 0px;
  81. text-decoration: none;
  82. color: #fff;
  83. vertical-align: middle;
  84. }
  85. .mynav-list li a {
  86. padding-left: 35px;
  87. padding-top: 0px;
  88. }
  89. .leftpad {
  90. padding: 8px;
  91. padding-right: 20%;
  92. text-align: right;
  93. }
  94. .search_table {
  95. width: 100%;
  96. }
  97. .search_table .right {
  98. text-align: right;
  99. }
  100. .search_table td input {
  101. width: 80%;
  102. }
  103. .search_table td {
  104. padding: 5px 0 5px 0;
  105. font-size: 14px;
  106. }
  107. #header {
  108. width: 100%;
  109. height: 64px;
  110. padding-right: 0px;
  111. box-shadow: 0px 1px 1px 2px #A8A6A6;
  112. z-index: 3;
  113. position: absolute;
  114. }
  115. #header>div {
  116. width: 100%;
  117. height: 64px;
  118. background-color: #004da2;
  119. margin: 0px;
  120. }
  121. #header>img {
  122. width: 569px;
  123. height: 80px;
  124. position: absolute;
  125. top: 0px;
  126. left: 0px;
  127. z-index: 4;
  128. }
  129. #header>div #logo {
  130. position: absolute;
  131. z-index: 4;
  132. top: 10px;
  133. left: 50px;
  134. }
  135. #header>div #chinese {
  136. font-family: Microsoft YaHei, sans-serif;
  137. font-size: 30px;
  138. color: #FFFFFF;
  139. position: absolute;
  140. top: 17px;
  141. left: 125px; /*letter-spacing:1.5px;*/
  142. z-index: 4;
  143. }
  144. #header>div #spell {
  145. font-family: Microsoft YaHei, sans-serif;
  146. font-size: 12.48px;
  147. font-weight: bold;
  148. color: #FFFFFF;
  149. position: absolute;
  150. top: 43px;
  151. letter-spacing: -0.5px;
  152. left: 125px;
  153. z-index: 4;
  154. }
  155. #header>div #platform {
  156. font-size: 20px;
  157. color: #b0bed9;
  158. line-height: 64px;
  159. float: left;
  160. }
  161. #header>div #welcome {
  162. font-family: Microsoft YaHei, sans-serif;
  163. font-size: 14px;
  164. color: #f1f2f3;
  165. line-height: 64px;
  166. position: absolute;
  167. right: 86px;
  168. }
  169. #header>div #dfw {
  170. position: absolute;
  171. top: 22px;
  172. right: 222px;
  173. }
  174. #header>div #red_num_dfw img {
  175. position: absolute;
  176. top: 15px;
  177. right: 200px;
  178. }
  179. #header>div #new_post {
  180. position: absolute;
  181. top: 22px;
  182. right: 158px;
  183. }
  184. #header>div #red_num_np img {
  185. position: absolute;
  186. top: 15px;
  187. right: 138px;
  188. }
  189. #header>div #warning {
  190. position: absolute;
  191. top: 22px;
  192. right: 94px;
  193. }
  194. #header>div #red_num_warning img {
  195. position: absolute;
  196. top: 15px;
  197. right: 80px;
  198. }
  199. #header>div #quit img {
  200. position: absolute;
  201. top: 22px;
  202. right: 30px;
  203. }
  204. #leftmenu {
  205. width: 177px;
  206. height: 100%;
  207. background-color: #20476a;
  208. position: absolute;
  209. /* z-index: 2 */
  210. }
  211. /*main*/
  212. #colright {
  213. height: 100%;
  214. background-color: #F1F1F1;
  215. position: absolute;
  216. right: 0px;
  217. left: 178px;
  218. }