main.css 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, th, td
  2. {
  3. border: 0;
  4. margin: 0;
  5. padding: 0;
  6. vertical-align: baseline;
  7. font-size: 14px;
  8. font-family: Tahoma,Helvetica,Arial, '宋体' ,sans-serif;
  9. }
  10. body
  11. {
  12. background: #fff;
  13. line-height: normal;
  14. }
  15. ol, ul, li
  16. {
  17. list-style: none;
  18. }
  19. a, a:link
  20. {
  21. color: #0066cc;
  22. text-decoration: none;
  23. }
  24. a:visited
  25. {
  26. color: #743399;
  27. }
  28. a:active, a:hover
  29. {
  30. color: #ff4b33;
  31. }
  32. img, input, select, button
  33. {
  34. vertical-align: middle;
  35. }
  36. select, input
  37. {
  38. font-size: 13px;
  39. font-family: 'Microsoft YaHei';
  40. }
  41. .mt5
  42. {
  43. margin-top: 5px;
  44. }
  45. .mt10
  46. {
  47. margin-top: 10px;
  48. }
  49. .loginbody
  50. {
  51. background: url(../images/login_bg.gif) repeat left center;
  52. }
  53. #login
  54. {
  55. margin: 230px auto 0px;
  56. width: 482px;
  57. height: 380px;
  58. background: #ECECEC;
  59. background: url(../images/login_box.gif) no-repeat left center;
  60. }
  61. #login .input
  62. {
  63. border: 1px solid #c7c7c7;
  64. padding: 2px;
  65. line-height: 28px;
  66. height: 28px;
  67. font-weight: bold;
  68. color: #666;
  69. }
  70. #login ul
  71. {
  72. padding: 10px 40px 10px 40px;
  73. }
  74. #login li
  75. {
  76. margin: 8px 0px 8px 0px;
  77. }
  78. #login .title
  79. {
  80. margin: 12px 0px 12px 0px;
  81. text-align: center;
  82. font-family: 'Microsoft YaHei';
  83. font-size: 24px;
  84. color: #333;
  85. font-weight: bold;
  86. }
  87. #login li h2
  88. {
  89. font-family: 'Microsoft YaHei';
  90. font-size: 18px;
  91. color: #333;
  92. font-weight: 700;
  93. }
  94. #login .info
  95. {
  96. color: #C33F3E;
  97. font-family: 'Microsoft YaHei';
  98. font-size: 18px;
  99. font-weight: 700;
  100. margin-top: 16px;
  101. }
  102. .box
  103. {
  104. margin: 0px auto;
  105. width: 100%;
  106. overflow: hidden;
  107. }
  108. .box .title
  109. {
  110. height: 60px;
  111. background: #ddd;
  112. text-align: left;
  113. border: 1px solid #b8d0d6;
  114. }
  115. .box .title span
  116. {
  117. color: #333;
  118. font-family: 'Microsoft YaHei';
  119. font-size: 30px;
  120. font-weight: bold;
  121. line-height: 60px;
  122. padding-left: 5px;
  123. }
  124. .box .title a
  125. {
  126. color: #369;
  127. font-family: 'Microsoft YaHei';
  128. font-size: 20px;
  129. font-weight: bold;
  130. line-height: 60px;
  131. text-decoration: underline;
  132. padding-left: 10px;
  133. }
  134. .box .content
  135. {
  136. margin: 1px auto 0px;
  137. width: 100%;
  138. clear: left;
  139. float: left;
  140. }
  141. .box .content .line
  142. {
  143. height: 2px;
  144. border: 1px dashed #369;
  145. margin: 5px auto 5px;
  146. background: #369;
  147. line-height: normal;
  148. }
  149. .box .content .bar
  150. {
  151. border: 1px solid #b8d0d6;
  152. background: #ebf0f5;
  153. padding: 5px;
  154. }
  155. .box .content .listtable
  156. {
  157. margin: 1px auto 0px;
  158. width: 100%;
  159. float: left;
  160. }
  161. .box .content .listtable .tipmessage
  162. {
  163. margin-left: 10px;
  164. padding: 5px 10px 5px 10px;
  165. color: #369;
  166. line-height: 25px;
  167. border: 1px solid #ccc;
  168. width: 400px;
  169. display: inline-block;
  170. float: left;
  171. }
  172. .box .content .listtable table
  173. {
  174. border-collapse: collapse;
  175. float: left;
  176. }
  177. .box .content .listtable table th
  178. {
  179. vertical-align: baseline;
  180. padding: 5px 5px 5px 10px;
  181. background-color: #e1f4ee;
  182. border: 1px solid #bbb;
  183. text-align: center;
  184. font-weight: normal;
  185. }
  186. .box .content .listtable table td
  187. {
  188. vertical-align: middle;
  189. padding: 4px 5px 4px 10px;
  190. border: 1px solid #bbb;
  191. text-align: center;
  192. line-height: 22px;
  193. }
  194. .box .content .listtable table td .left
  195. {
  196. float: left;
  197. padding-left: 5px;
  198. }
  199. .box .content .listtable table td .right
  200. {
  201. float: right;
  202. padding-right: 5px;
  203. }
  204. .box .content .listtable table td .select
  205. {
  206. float: left;
  207. padding-left: 5px;
  208. border: 2px solid #ff0000;
  209. }
  210. .box .content .listtable table td .select:hover
  211. {
  212. float: left;
  213. padding-left: 5px;
  214. border: 2px solid #0000ff;
  215. }
  216. .box .content .listtable table tr.red
  217. {
  218. color: #ff0000;
  219. }
  220. .box .content .listtable table .bg-f9
  221. {
  222. background: #f9f9f9;
  223. }
  224. .box .content .listtable table tr:hover
  225. {
  226. background: #ddd;
  227. }
  228. .box .content .listtable .pager
  229. {
  230. width: 100%;
  231. }
  232. .box .content .listtable .pager a
  233. {
  234. margin: 0 5px 0 5px;
  235. }
  236. .box .content .listtable input:select
  237. {
  238. font-size: 14px;
  239. }
  240. /*.message{margin:5px auto 0px;width:100%;clear:both;}
  241. .message .textarea{background:#ffffdd;border:1px solid #ccc;width:98%;height:170px;padding:3px;font-family:'Microsoft YaHei';font-size:14px;}
  242. .message .button{margin-top:12px;}
  243. .message .tip{margin:3px 0px 5px 0px;}
  244. .message span{color:#ff3300;margin-top:12px;line-height:25px;}
  245. .box h1{font-family:'Microsoft YaHei';font-size:20px;color:#333;line-height:40px; background:#ddd;text-align:left;padding-left:1px;font-weight:bold;}
  246. .box h1 span{ text-decoration:underline;font-family:'Microsoft YaHei';font-size:20px;color:#333;font-weight:bold;}
  247. .box h2{font-family:'Microsoft YaHei';font-size:26px;color:#333;line-height:60px; background:#ddd;text-align:left;padding-left:6px;}
  248. .box h3{font-family:'Microsoft YaHei';font-size:16px;color:#333;text-align:left;padding:3px 3px 6px 0px;}
  249. .content .about{margin:5px auto; text-align:left;}
  250. .content .about strong{color:#333;}
  251. .content .about a{margin-right:6px;}
  252. .attachment{ margin:5px auto; overflow:hidden; border-top:1px solid #666;}
  253. .attachment .single{ width:210px; height:310px; float:left; margin:15px 15px 5px 15px; border:1px solid #ccc; }
  254. .attachment .single img{margin:5px;}
  255. .attachment .single p{height:24px; line-height:24px; text-align:left; margin-left:5px;}
  256. .attachment .pager{ text-align:center; height:40px; line-height:40px; width:90%;}
  257. .attachment .pager a{margin:0 5px 0 5px;}*/
  258. .gaopinopencode
  259. {
  260. display: inline-block;
  261. width: 23px;
  262. background: url(../images/bg-ball.png) no-repeat top left;
  263. color: #fff;
  264. margin-left: 5px;
  265. }
  266. .feipan
  267. {
  268. display: inline-block;
  269. width: 23px;
  270. background:#5282cc;
  271. height:23px;
  272. border-radius:50%;
  273. color: #fff;
  274. margin-left: 5px;
  275. }
  276. .box .content .listtable .pager table td>* {
  277. float: left;
  278. }