style.css 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  1. h1{
  2. text-align:center;
  3. color:#039148;
  4. }
  5. p{ text-align:center;}
  6. table { width:100%;}
  7. select {
  8. position:relative;
  9. font-size:12px;
  10. width:100px;
  11. line-height:20px;
  12. border:0px;
  13. color:#6D7A87;
  14. }
  15. /* ==== 查找区域 ====【table-top】 */
  16. .find {
  17. background-color:#D2DBE8;
  18. padding:1px;
  19. border-top:#BBC6D2 1px solid;
  20. border-left:#BBC6D2 1px solid;
  21. border-right:#BBC6D2 1px solid;
  22. font-size: 12px;
  23. color:#6D7A87;
  24. text-decoration: none;
  25. }
  26. /* 查找区域按钮【input-button】 */
  27. .find-button {
  28. background: url(button_60.gif);
  29. width:60px;
  30. height:19px;
  31. cursor:hand;
  32. border:none;
  33. font-size:12px;
  34. text-align:center;
  35. color:#FFFFFF;
  36. line-height:20px;
  37. }
  38. /* ==== 列表区域 ====【table-list】 */
  39. .list {
  40. background-color:#FFFFFF;
  41. font-size: 12px;
  42. color:#6D7A87;
  43. text-align:left;
  44. text-decoration: none;
  45. border-collapse: collapse;
  46. border:solid 1px #FFFFFF;
  47. }
  48. .list tr{
  49. /* background-color:#EAEEF4;*/
  50. text-align:center;
  51. }
  52. .list td{ border:solid 1px #FFFFFF; }
  53. .list th{
  54. background-color:#D2DBE8;
  55. text-align:center;
  56. border:solid 1px #FFFFFF;
  57. height:25px;
  58. }
  59. /* tr奇数行【oddTr】 */
  60. .list-odd{ background-color: #F4F9FE; }
  61. /* tr偶数行【evenTr】 */
  62. .list-even{ background-color: #EAEEF4; }
  63. /* tr鼠标行【hoverTr】 */
  64. .list-hover{ background-color: #EEFDB5; }
  65. /* 列表区 */
  66. .list-div{
  67. border:#BBC6D2 1px solid;
  68. padding:1px;
  69. float:left;
  70. }
  71. /* 列表按钮【input-list-button】 */
  72. .list-button{
  73. background: url(button_33.jpg);
  74. width:33px;
  75. height:15px;
  76. cursor:hand;
  77. border:none;
  78. font-size:12px;
  79. text-align:center;
  80. color:#FFFFFF;
  81. line-height:15px;
  82. }
  83. /* ==== 翻页区域 ====【table-bottom】 */
  84. .page {
  85. background-color:#D2DBE8;
  86. border:1px #D2DBE8 solid;
  87. border-collapse:collapse;
  88. height:25px;
  89. font-size:12px;
  90. font-weight:lighter;
  91. text-decoration: none;
  92. text-align:center;
  93. color: #039148;
  94. line-height: 18px;
  95. vertical-align:middle;
  96. }
  97. /* 翻页第一页按钮【firstPage-button】 */
  98. .page-firstButton{
  99. background: url(firstPage.gif);
  100. width:17px;
  101. height:15px;
  102. cursor:hand;
  103. border:none;
  104. line-height:15px;
  105. }
  106. /* 翻页最后一页按钮【lastPage-button】 */
  107. .page-lastButton{
  108. background: url(lastPage.gif);
  109. width:17px;
  110. height:15px;
  111. cursor:hand;
  112. border:none;
  113. line-height:15px;
  114. }
  115. /* 翻页上一页按钮【prevPage-button】 */
  116. .page-prevButton{
  117. background: url(prevPage.gif);
  118. width:9px;
  119. height:15px;
  120. cursor:hand;
  121. border:none;
  122. line-height:15px;
  123. }
  124. /* 翻页下一页按钮【nextPage-button】 */
  125. .page-nextButton{
  126. background: url(nextPage.gif);
  127. width:9px;
  128. height:15px;
  129. cursor:hand;
  130. border:none;
  131. line-height:15px;
  132. }
  133. /* 翻页Go按钮【go-button】 */
  134. .page-goButton{
  135. background: url(go.gif);
  136. width:17px;
  137. height:15px;
  138. cursor:hand;
  139. border:none;
  140. line-height:15px;
  141. }
  142. /* ==== 编辑区域 ====【table-editor】 */
  143. .edit {
  144. background-color:#FFFFFF;
  145. border:#FFFFFF 1px solid;
  146. border-collapse:collapse;
  147. font-size: 12px;
  148. color:#6D7A87;
  149. text-align:left;
  150. text-decoration: none;
  151. }
  152. .edit tr{ background-color:#EAEEF4; }
  153. .edit td{ border:solid 1px #FFFFFF; }
  154. .edit th{
  155. text-align:left;
  156. border:solid 1px #FFFFFF;
  157. color:#039148;
  158. }
  159. /* 编辑文本【input-text】 */
  160. .edit-text {
  161. border:#7F9DB9 solid 1px;
  162. color:#6D7A87;
  163. line-height:20px;
  164. width:100px;
  165. }
  166. .edit-zb-text {
  167. border:#7F9DB9 solid 1px;
  168. color:#6D7A87;
  169. line-height:20px;
  170. width:40px;
  171. }
  172. .edit-textarea {
  173. border:#7F9DB9 solid 1px;
  174. color:#6D7A87;
  175. line-height:20px;
  176. width:450px;
  177. height:50px;
  178. }
  179. .edit-zb-textarea {
  180. border:#7F9DB9 solid 1px;
  181. color:#6D7A87;
  182. line-height:20px;
  183. width:200px;
  184. height:40px;
  185. }
  186. .edit-button {
  187. background: url(button_60.gif);
  188. width:60px;
  189. height:19px;
  190. cursor:hand;
  191. border:none;
  192. font-size:12px;
  193. text-align:center;
  194. color:#FFFFFF;
  195. line-height:20px;
  196. }
  197. /* ==== 登录 ==== */
  198. .login{
  199. border:#BBC6D2 1px solid;
  200. padding:1px;
  201. width:430px;
  202. }
  203. .login table{
  204. background-color:#EAEEF4;
  205. border-collapse:collapse;
  206. font-size: 12px;
  207. color:#6D7A87;
  208. text-align: center;
  209. text-decoration: none;
  210. }
  211. .login tr{ background-color:#EAEEF4; }
  212. .login td{ border:solid 1px #FFFFFF;text-align:left; height:30px}
  213. .login th{
  214. text-align:right;
  215. border:solid 1px #FFFFFF;
  216. color:#039148;
  217. width:30%;
  218. height:30px
  219. }
  220. .login-text {
  221. border:#7F9DB9 solid 1px;
  222. color:#6D7A87;
  223. width:200px;
  224. }
  225. .login-select {
  226. font-size:12px;
  227. width:200px;
  228. border:0px;
  229. color:#6D7A87;
  230. }
  231. /* ==== 测试服务区域 ====【table-top】 */
  232. .test{ width:800px;}
  233. .test-choose {
  234. background-color:#D2DBE8;
  235. padding:1px;
  236. border-top:#BBC6D2 1px solid;
  237. border-left:#BBC6D2 1px solid;
  238. border-right:#BBC6D2 1px solid;
  239. font-size: 12px;
  240. color:#6D7A87;
  241. text-decoration: none;
  242. }
  243. /* 测试服务按钮【input-button】 */
  244. .test-button {
  245. background: url(button_60.gif);
  246. width:60px;
  247. height:19px;
  248. cursor:hand;
  249. border:none;
  250. font-size:12px;
  251. text-align:center;
  252. color:#FFFFFF;
  253. line-height:20px;
  254. }
  255. /* ==== 测试服务列表区域 ====*/
  256. .test-list {
  257. background-color:#FFFFFF;
  258. font-size: 12px;
  259. color:#6D7A87;
  260. text-align:left;
  261. text-decoration: none;
  262. border-collapse: collapse;
  263. border:solid 1px #FFFFFF;
  264. }
  265. .test-list tr{
  266. /* background-color:#EAEEF4;*/
  267. text-align:center;
  268. }
  269. .test-list td{ border:solid 1px #FFFFFF; }
  270. .test-list th{
  271. background-color:#D2DBE8;
  272. text-align:center;
  273. border:solid 1px #FFFFFF;
  274. height:25px;
  275. }
  276. /* 列表区 */
  277. .test-list-div{
  278. border:#BBC6D2 1px solid;
  279. padding:1px;
  280. float:left;
  281. width:800px;
  282. }
  283. /* 列表按钮【input-list-button】 */
  284. .test-list-button{
  285. background: url(button_33.jpg);
  286. width:33px;
  287. height:15px;
  288. cursor:hand;
  289. border:none;
  290. font-size:12px;
  291. text-align:center;
  292. color:#FFFFFF;
  293. line-height:15px;
  294. }