main.css 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381
  1. @CHARSET "UTF-8";
  2. .container{
  3. padding: 10px;
  4. }
  5. /*iframe*/
  6. /*box*/
  7. .box{}
  8. .box_border{border: 1px solid #d3dbde;}
  9. .box_top{height: 37px; line-height: 37px; background: url('../images/box_top.png') 0px 0px repeat-x;}
  10. .box_top_l, .box_top_r{height: 37px;line-height: 37px;}
  11. /*button*/
  12. .btn{
  13. height: 35px;
  14. line-height: 35px;
  15. border-style: none;
  16. cursor: pointer;
  17. font-size: 14px/35px;
  18. font-family: "Microsoft YaHei","微软雅黑","sans-serif" ;
  19. }
  20. .btn82{
  21. width: 82px;
  22. text-align: left;
  23. padding-left: 35px;
  24. }
  25. .btn_add{
  26. background: url('../images/btn_add.gif') 0px -1px no-repeat;
  27. }
  28. .btn_add:hover{
  29. background: url('../images/btn_add_hover.gif') 0px 0px no-repeat;
  30. color: #fff;
  31. }
  32. .btn_del{
  33. background: url('../images/btn_del.gif') 0px -1px no-repeat;
  34. }
  35. .btn_del:hover{
  36. background: url('../images/btn_del_hover.gif') 0px 0px no-repeat;
  37. color: #fff;
  38. }
  39. .btn_config{
  40. background: url('../images/btn_config.gif') 0px -1px no-repeat;
  41. }
  42. .btn_config:hover{
  43. background: url('../images/btn_config_hover.gif') 0px 0px no-repeat;
  44. color: #fff;
  45. }
  46. .btn_checked{
  47. background: url('../images/btn_checked.gif') 0px -1px no-repeat;
  48. }
  49. .btn_checked:hover{
  50. background: url('../images/btn_checked_hover.gif') 0px 0px no-repeat;
  51. color: #fff;
  52. }
  53. .btn_nochecked{
  54. background: url('../images/btn_nochecked.gif') 0px -1px no-repeat;
  55. }
  56. .btn_nochecked:hover{
  57. background: url('../images/btn_nochecked_hover.gif') 0px 0px no-repeat;
  58. color: #fff;
  59. }
  60. .btn_count{
  61. background: url('../images/btn_count.gif') 0px -1px no-repeat;
  62. }
  63. .btn_count:hover{
  64. background: url('../images/btn_count_hover.gif') 0px 0px no-repeat;
  65. color: #fff;
  66. }
  67. .btn_export{
  68. background: url('../images/btn_export.gif') 0px -1px no-repeat;
  69. }
  70. .btn_export:hover{
  71. background: url('../images/btn_export_hover.gif') 0px 0px no-repeat;
  72. color: #fff;
  73. }
  74. .btn_recycle{
  75. background: url('../images/btn_recycle.gif') 0px -1px no-repeat;
  76. }
  77. .btn_recycle:hover{
  78. background: url('../images/btn_recycle_hover.gif') 0px 0px no-repeat;
  79. color: #fff;
  80. }
  81. .btn_search{
  82. background: url('../images/btn_search.gif') 0px -1px no-repeat;
  83. }
  84. .btn_search:hover{
  85. background: url('../images/btn_search_hover.gif') 0px 0px no-repeat;
  86. color: #fff;
  87. }
  88. .btn_save2{
  89. background: url('../images/btn_save2.gif') 0px -1px no-repeat;
  90. }
  91. .btn_save2:hover{
  92. background: url('../images/btn_save2_hover.gif') 0px 0px no-repeat;
  93. color: #fff;
  94. }
  95. .btn_res{
  96. background: url('../images/btn_res.png') 0px -1px no-repeat;
  97. }
  98. .btn_res:hover{
  99. background: url('../images/btn_res_hover.png') 0px 0px no-repeat;
  100. color: #fff;
  101. }
  102. /*table*/
  103. .list_table{
  104. width: 100%;
  105. border-top: 1px solid #d3dbde;
  106. border-right: 1px solid #d3dbde;
  107. }
  108. .list_table th{
  109. height: 37px;
  110. background: url('../images/box_top.png') 0px 0px repeat-x;
  111. line-height: 37px;
  112. border-left: 1px solid #d3dbde;
  113. }
  114. .list_table td{
  115. border-bottom: 1px solid #d3dbde;
  116. border-left: 1px solid #d3dbde;
  117. padding: 5px;
  118. }
  119. .form_table td{
  120. padding: 5px 5px;
  121. }
  122. .td_center{text-align: center;}
  123. .td_left{text-align: left;}
  124. .td_right{text-align: right;}
  125. .td_right, .td_center, .td_left{
  126. width: 120px;
  127. line-height: 21px;
  128. }
  129. /*for IE7,8表格拖动失效*/
  130. .grip {
  131. width: 20px;
  132. height: 30px;
  133. margin-top: -3px;
  134. margin-left: -5px;
  135. position: relative;
  136. z-index: 88;
  137. cursor: e-resize;
  138. }
  139. /*分页*/
  140. .pagination{
  141. }
  142. .pagination ul {
  143. display: inline-block;
  144. margin-bottom: 0;
  145. margin-left: 0;
  146. -webkit-border-radius: 3px;
  147. -moz-border-radius: 3px;
  148. border-radius: 3px;
  149. -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  150. -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  151. box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  152. }
  153. .pagination ul li {
  154. display: inline;
  155. }
  156. .pagination ul li a, .pagination ul li span {
  157. float: left;
  158. padding: 4px 12px;
  159. line-height: 20px;
  160. text-decoration: none;
  161. background-color: #fff;
  162. background: url('../images/bottom_bg.png') 0px 0px;
  163. border: 1px solid #d3dbde;
  164. border-left-width: 0;
  165. color: #08c;
  166. }
  167. .pagination ul li a:hover{
  168. color: red;
  169. }
  170. .pagination ul li.first-child a, .pagination ul li.first-child span {
  171. border-left-width: 1px;
  172. -webkit-border-bottom-left-radius: 3px;
  173. border-bottom-left-radius: 3px;
  174. -webkit-border-top-left-radius: 3px;
  175. border-top-left-radius: 3px;
  176. -moz-border-radius-bottomleft: 3px;
  177. -moz-border-radius-topleft: 3px;
  178. }
  179. .pagination ul .disabled span, .pagination ul .disabled a, .pagination ul .disabled a:hover {
  180. color: #999;
  181. cursor: default;
  182. background-color: transparent;
  183. }
  184. .pagination ul .active a, .pagination ul .active span {
  185. color: #999;
  186. cursor: default;
  187. }
  188. .pagination ul li a:hover, .pagination ul .active a, .pagination ul .active span {
  189. background-color: #f5f5f5;
  190. }
  191. .pagination ul li.last-child a, .pagination ul li.last-child span {
  192. -webkit-border-top-right-radius: 3px;
  193. border-top-right-radius: 3px;
  194. -webkit-border-bottom-right-radius: 3px;
  195. border-bottom-right-radius: 3px;
  196. -moz-border-radius-topright: 3px;
  197. -moz-border-radius-bottomright: 3px;
  198. }
  199. /*form*/
  200. .textarea,.input-text{
  201. border: 1px solid #bac7d2;
  202. background: #f7fcfe;/* #f7fcfe #f3fafd*/
  203. border-radius: 2px;
  204. box-shadow: 2px 2px 2px #e7f1f7 inset;
  205. }
  206. .input-text{height: 28px;}
  207. .textarea{width: 380px;height: 90px;}
  208. /*下拉框美化*/
  209. .select{
  210. border:1px solid #bac7d2;
  211. padding:4px 3px;
  212. font-size:12px;
  213. height:30px;
  214. *margin:-1px;
  215. border-radius: 2px;
  216. box-shadow: 2px 2px 2px #e7f1f7 inset;
  217. }
  218. .select_border{
  219. height:29px;
  220. *background:#fff;
  221. background:#fff;
  222. *border:1px solid #bac7d2;
  223. *padding:4px;
  224. *height:20px;
  225. }
  226. .select_containers{
  227. *border:0;
  228. *position:relative;
  229. *height:18px;
  230. *overflow:hidden;
  231. }
  232. .select_border,.select_containers {
  233. display: inline-block;
  234. }
  235. /*其他按钮*/
  236. /* .ext_btn {
  237. color: #333;
  238. background: #e6e6e6 url(../images/ext_btn.png);
  239. border: 1px solid #bac7d2;
  240. border-radius: 2px;
  241. text-shadow: 0 1px 1px rgba(255,255,255,.75);
  242. display: inline-block;
  243. cursor: pointer;
  244. font-size: 12px;
  245. text-decoration: none;
  246. overflow: visible;
  247. text-align: center;
  248. padding: 4px 10px;
  249. *padding:5px 10px 2px 10px;
  250. _position:relative;
  251. }
  252. .ext_btn:hover{
  253. background-position:0 -40px;color:#333;text-decoration:none
  254. }
  255. .ext_btn:active{background-position:0 -81px}
  256. .ext_btn_submit{
  257. background-position: 0 -120px;
  258. background-color: #1b75b6;
  259. text-shadow: 0 -1px 0 rgba(0,0,0,.25);
  260. border-color: #106bab #106bab #0d68a9;
  261. color: #fff;
  262. }
  263. .ext_btn_success {
  264. background-color: #89bf00;
  265. background-position: 0 -240px;
  266. text-shadow: 0 -1px 0 rgba(0,0,0,.25);
  267. border-color: #6bad01 #6bad01 #63a100;
  268. color: #fff;
  269. }
  270. .ext_btn_error {
  271. background-color: #f29307;
  272. background-position: 0 -360px;
  273. text-shadow: 0 -1px 0 rgba(0,0,0,.25);
  274. border-color: #e77c0e #e77c0e #dd7204;
  275. color: #fff;
  276. } */
  277. .ext_btn{
  278. color:#333;
  279. background:#e6e6e6 url(../images/ext_btn.png);
  280. border:1px solid #c4c4c4;
  281. border-radius:2px;
  282. text-shadow:0 1px 1px rgba(255,255,255,.75);
  283. padding:4px 10px;
  284. display:inline-block;
  285. cursor:pointer;
  286. font-size:12px;
  287. line-height:normal;
  288. text-decoration:none;
  289. overflow:visible;
  290. vertical-align:middle;
  291. text-align:center;
  292. zoom:1;
  293. white-space:nowrap;
  294. _position:relative;margin:0
  295. }
  296. a.ext_btn{*padding:4px 10px 2px!important}
  297. input.ext_btn,button.ext_btn{
  298. *padding:5px 10px 2px!important
  299. }
  300. .ext_btn em{
  301. font-size:10px;
  302. font-style:normal;
  303. padding-left:2px;
  304. font-family:Arial;
  305. vertical-align:1px
  306. }
  307. .ext_btn .add{
  308. width:9px;
  309. height:9px;
  310. background:url(../images/ext_btn_add.png) center center no-repeat;
  311. display:inline-block;
  312. vertical-align:middle;
  313. margin:-3px 5px 0 -3px;
  314. *margin:-1px 5px 0 -3px;
  315. line-height:9px
  316. }
  317. .ext_btn:hover{
  318. background-position:0 -40px;
  319. color:#333;
  320. text-decoration:none
  321. }
  322. .ext_btn:active{
  323. background-position:0 -81px
  324. }
  325. .ext_btn_big{
  326. font-size:1.2em;
  327. line-height:normal;
  328. padding:7px 18px;
  329. border-radius:2px
  330. }
  331. input.ext_btn_big,button.ext_btn_big{
  332. *padding:6px 18px 3px!important
  333. }
  334. .ext_btn_error,.ext_btn_error:hover,.ext_btn_success,.ext_btn_success:hover,
  335. .ext_btn_submit,.ext_btn_submit:hover{
  336. color:#fff!important
  337. }
  338. .ext_btn_submit{
  339. background-position:0 -120px;
  340. background-color:#1b75b6;
  341. text-shadow:0 -1px 0 rgba(0,0,0,.25);
  342. border-color:#106bab #106bab #0d68a9
  343. }
  344. .ext_btn_submit:hover{
  345. background-position:0 -160px
  346. }
  347. .ext_btn_submit:active{
  348. background-position:0 -201px
  349. }
  350. .ext_btn_success{
  351. background-color:#89bf00;
  352. background-position:0 -240px;
  353. text-shadow:0 -1px 0 rgba(0,0,0,.25);
  354. border-color:#6bad01 #6bad01 #63a100
  355. }
  356. .ext_btn_success:hover{
  357. background-position:0 -280px
  358. }
  359. .ext_btn_success:active{
  360. background-position:0 -321px
  361. }
  362. .ext_btn_error{
  363. background-color:#f29307;
  364. background-position:0 -360px;
  365. text-shadow:0 -1px 0 rgba(0,0,0,.25);
  366. border-color:#e77c0e #e77c0e #dd7204
  367. }
  368. .ext_btn_error:hover{
  369. background-position:0 -400px
  370. }
  371. .ext_btn_error:active{
  372. background-position:0 -441px
  373. }