design.css 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425
  1. body {
  2. font-family: "Times New Roman", Times, serif, 12px;
  3. top: 59px;
  4. margin-top: 59px;
  5. }
  6. td {
  7. font-family: "Times New Roman", Times, serif;
  8. }
  9. th {
  10. font-family: "Times New Roman", Times, serif;
  11. }
  12. #pageNav{
  13. position: absolute;
  14. left: 0px;
  15. top: 60px;
  16. width: 170px;
  17. }
  18. .small{
  19. position: absolute;
  20. top: 120px;
  21. left: 10px;
  22. font-size:10px;
  23. text-decoration:none;
  24. line-height: 20px;
  25. z-index: 2;
  26. background-color:#DDDDFF;
  27. color:#336699;
  28. }
  29. .small a:link{
  30. color.visited: #333333;
  31. color:#336699;
  32. }
  33. #pageNav a:link{
  34. text-decoration:none;
  35. }
  36. #contentmenu {
  37. position:absolute;
  38. top:120px;
  39. left:15px;
  40. width:175px;
  41. font-size:14px;
  42. line-height:26px;
  43. z-index:100;
  44. }
  45. #contentmenu a:link{
  46. text-decoration:none;
  47. color:#336699;
  48. }
  49. #menubg{
  50. position: absolute;
  51. top:90px;
  52. left:18px;
  53. width:766px;
  54. height: 1500px;
  55. }
  56. #menutitle{
  57. position: absolute;
  58. top:60px;
  59. left:270px;
  60. width:120px;
  61. height:20px;
  62. text-align:center;
  63. font-size:20px;
  64. font-weight:800
  65. }
  66. #menutitle2{
  67. position: absolute;
  68. top:620px;
  69. left:290px;
  70. width:120px;
  71. height:20px;
  72. text-align:center;
  73. font-size:20px;
  74. font-weight:800
  75. }
  76. #menutitle3{
  77. position: absolute;
  78. top:940px;
  79. left:270px;
  80. width:156px;
  81. height:20px;
  82. text-align:center;
  83. font-size:20px;
  84. font-weight:800
  85. }
  86. #menutitle4{
  87. position: absolute;
  88. top:1300px;
  89. left:290px;
  90. width:120px;
  91. height:20px;
  92. text-align:center;
  93. font-size:20px;
  94. font-weight:800
  95. }
  96. #menu{
  97. position: absolute;
  98. left: 10px;
  99. top: 120px;
  100. width: 350px;
  101. height: 450px;
  102. font-size: 14px;
  103. line-height: 24px;
  104. }
  105. #menu a:link{
  106. text-decoration:none;
  107. }
  108. #menu1{
  109. position: absolute;
  110. left: 360px;
  111. top: 120px;
  112. width: 350px;
  113. height:450px;
  114. font-size: 14px;
  115. line-height: 24px;
  116. }
  117. #menu1 a:link{
  118. text-decoration:none;
  119. }
  120. #menu2{
  121. position: absolute;
  122. left: 10px;
  123. top: 670px;
  124. width: 350px;
  125. height: 220px;
  126. font-size: 14px;
  127. line-height: 24px;
  128. }
  129. #menu2 a:link{
  130. text-decoration:none;
  131. }
  132. #menu3{
  133. position: absolute;
  134. left: 360px;
  135. top: 670px;
  136. width: 350px;
  137. height: 220px;
  138. font-size: 14px;
  139. line-height: 24px;
  140. }
  141. #menu3 a:link{
  142. text-decoration:none;
  143. }
  144. #menu4{
  145. position: absolute;
  146. left: 10px;
  147. top: 990px;
  148. width: 350px;
  149. height: 250px;
  150. font-size: 14px;
  151. line-height: 24px;
  152. }
  153. #menu4 a:link{
  154. text-decoration:none;
  155. }
  156. #menu5{
  157. position: absolute;
  158. left: 360px;
  159. top: 990px;
  160. width: 350px;
  161. height: 250px;
  162. font-size: 14px;
  163. line-height: 24px;
  164. }
  165. #menu5 a:link{
  166. text-decoration:none;
  167. }
  168. #menu6{
  169. position: absolute;
  170. left: 10px;
  171. top: 1350px;
  172. width: 350px;
  173. height: 150px;
  174. font-size: 14px;
  175. line-height: 24px;
  176. }
  177. #menu6 a:link{
  178. text-decoration:none;
  179. }
  180. #menu7{
  181. position: absolute;
  182. left: 360px;
  183. top: 1350px;
  184. width: 350px;
  185. height: 150px;
  186. font-size: 14px;
  187. line-height: 24px;
  188. }
  189. #menu7 a:link{
  190. text-decoration:none;
  191. }
  192. #menutop{
  193. position:absolute;
  194. left:20px;
  195. top:72px;
  196. width: 301px;
  197. z-index: 2;
  198. height: 44px;
  199. }
  200. #menutop a:link{
  201. }
  202. #fayin{
  203. position:absolute;
  204. left:473px;
  205. top:70px;
  206. width:216px;
  207. z-index: 2;
  208. height: 44px;
  209. }
  210. #fayin a:link{
  211. }
  212. #home{
  213. position: absolute;
  214. left: 34px;
  215. top: 11px;
  216. width: 64px;
  217. height: 31px;
  218. font-size: 18px;
  219. z-index: 2;
  220. }
  221. #langSelect{
  222. position: absolute;
  223. left: -2px;
  224. top: 59px;
  225. height: 38px;
  226. font-size: 14px;
  227. width: 182px;
  228. }
  229. #langSelect a:link{
  230. color:#336699;
  231. }
  232. #head img{
  233. position:absolute;
  234. left:185px;
  235. top:10px;
  236. width:738px;
  237. }
  238. #topic img{
  239. position:absolute;
  240. left:644px;
  241. top:80px;
  242. }
  243. #index{
  244. position:absolute;
  245. left:184px;
  246. top:72px;
  247. width:336px;
  248. height:25px;
  249. font-size: 18px;
  250. font-weight:800;
  251. color:#336699;
  252. }
  253. #title{
  254. position:absolute;
  255. left:176px;
  256. top:98px;
  257. width:430px;
  258. height:92px;
  259. text-align: center;
  260. font-size: 28px;
  261. font-weight:800;
  262. color:#336699;
  263. }
  264. #audio{
  265. position:absolute;
  266. left:240px;
  267. top:193px;
  268. width:304px;
  269. height:32px;
  270. }
  271. #content{
  272. position:absolute;
  273. left:196px;
  274. top:327px;
  275. width:500px;
  276. font-size: 18px;
  277. line-height: 32px;
  278. }
  279. #content_level2{
  280. position:absolute;
  281. left:186px;
  282. top:320px;
  283. width:500px;
  284. font-size: 16px;
  285. line-height: 28px;
  286. }
  287. #content_level3{
  288. position:absolute;
  289. left:186px;
  290. top:320px;
  291. width:500px;
  292. font-size: 14px;
  293. line-height: 22px;
  294. }
  295. #content_level4{
  296. position:absolute;
  297. left:193px;
  298. top:353px;
  299. width:500px;
  300. font-size: 16px;
  301. line-height: 24px;
  302. }
  303. #content_english{
  304. position:absolute;
  305. left:186px;
  306. top:320px;
  307. width:500px;
  308. font-size: 16px;
  309. line-height: 20px;
  310. }
  311. #aux{
  312. position:absolute;
  313. left:161px;
  314. top:297px;
  315. width:500px;
  316. font-size: 14px;
  317. line-height: 24px;
  318. }
  319. #bottom{
  320. position:absolute;
  321. left:57px;
  322. width:360px;
  323. height: 55px;
  324. font-size: 18px;
  325. top: -102px;
  326. }
  327. #bottom1{
  328. font-size: 18px;
  329. }
  330. #bottom a:link{
  331. color:#336699;
  332. }
  333. #prenext{
  334. position:absolute;
  335. left:400px;
  336. width: 150px;
  337. }
  338. #hpeuniv{
  339. position:absolute;
  340. left:10px;
  341. top: 10px;
  342. }
  343. a:visited {
  344. text-decoration: none;
  345. }
  346. #hpasiabar{
  347. position:absolute;
  348. left:10px;
  349. top: 10px;
  350. }
  351. #hpeuniv2{
  352. position:absolute;
  353. left:10px;
  354. top: 24px;
  355. }