jquery.dataTables.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449
  1. /*
  2. * Table styles
  3. */
  4. a {
  5. color:#1ab394;
  6. }
  7. table.dataTable {
  8. width: 100%;
  9. margin: 0 auto;
  10. clear: both;
  11. border-collapse: collapse;
  12. border-spacing: 0;
  13. /*
  14. * Header and footer styles
  15. */
  16. /*
  17. * Body styles
  18. */
  19. }
  20. table.dataTable thead th,
  21. table.dataTable tfoot th {
  22. font-weight: bold;
  23. outline: none;
  24. text-align:center;
  25. }
  26. /*add ×÷Õߣº ¼¾½¡¹ú QQ:181589805 by 2016-09-09*/
  27. table.dataTable tbody td {
  28. text-align:center;
  29. }
  30. table.dataTable .tn{width:30px; padding:5px 5px !important;}
  31. table.dataTable thead th,
  32. table.dataTable thead td {
  33. padding: 10px 18px !important;
  34. }
  35. table.dataTable thead th:active,
  36. table.dataTable thead td:active {
  37. outline: none;
  38. }
  39. table.dataTable tfoot th,
  40. table.dataTable tfoot td {
  41. padding: 10px 18px 6px 18px;
  42. }
  43. table.dataTable thead .sorting,
  44. table.dataTable thead .sorting_asc,
  45. table.dataTable thead .sorting_desc {
  46. cursor: pointer;
  47. *cursor: hand;
  48. }
  49. table.dataTable thead .sorting,
  50. table.dataTable thead .sorting_asc,
  51. table.dataTable thead .sorting_desc,
  52. table.dataTable thead .sorting_asc_disabled,
  53. table.dataTable thead .sorting_desc_disabled {
  54. background-repeat: no-repeat;
  55. background-position: center right;
  56. }
  57. table.dataTable thead .sorting {
  58. background-image: url("../../images/tab/sort_both.png");
  59. }
  60. table.dataTable thead .sorting_asc {
  61. background-image: url("../../images/tab/sort_asc.png");
  62. }
  63. table.dataTable thead .sorting_desc {
  64. background-image: url("../../images/tab/sort_desc.png");
  65. }
  66. table.dataTable thead .sorting_asc_disabled {
  67. background-image: url("../../images/tab/sort_asc_disabled.png");
  68. }
  69. table.dataTable thead .sorting_desc_disabled {
  70. background-image: url("../../images/tab/sort_desc_disabled.png");
  71. }
  72. table.dataTable tbody tr {
  73. background-color: #ffffff;
  74. }
  75. table.dataTable tbody tr.selected {
  76. background-color: #B0BED9;
  77. }
  78. table.dataTable tbody th,
  79. table.dataTable tbody td {
  80. padding: 8px 18px !important;
  81. }
  82. table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  83. border-top: 1px solid #ddd;
  84. }
  85. table.dataTable.row-border tbody tr:first-child th,
  86. table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
  87. table.dataTable.display tbody tr:first-child td {
  88. border-top: none;
  89. }
  90. table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  91. border-top: 1px solid #ddd;
  92. border-right: 1px solid #ddd;
  93. }
  94. table.dataTable.cell-border tbody tr th:first-child,
  95. table.dataTable.cell-border tbody tr td:first-child {
  96. border-left: 1px solid #ddd;
  97. }
  98. table.dataTable.cell-border tbody tr:first-child th,
  99. table.dataTable.cell-border tbody tr:first-child td {
  100. border-top: none;
  101. }
  102. table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  103. background-color: #f9f9f9;
  104. }
  105. table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  106. background-color: #abb9d3;
  107. }
  108. table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  109. background-color: whitesmoke;
  110. }
  111. table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  112. background-color: #a9b7d1;
  113. }
  114. table.dataTable.order-column tbody tr > .sorting_1,
  115. table.dataTable.order-column tbody tr > .sorting_2,
  116. table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
  117. table.dataTable.display tbody tr > .sorting_2,
  118. table.dataTable.display tbody tr > .sorting_3 {
  119. background-color: #f9f9f9;
  120. }
  121. table.dataTable.order-column tbody tr.selected > .sorting_1,
  122. table.dataTable.order-column tbody tr.selected > .sorting_2,
  123. table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
  124. table.dataTable.display tbody tr.selected > .sorting_2,
  125. table.dataTable.display tbody tr.selected > .sorting_3 {
  126. background-color: #acbad4;
  127. }
  128. table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  129. background-color: #f1f1f1;
  130. }
  131. table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  132. background-color: #f3f3f3;
  133. }
  134. table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  135. background-color: whitesmoke;
  136. }
  137. table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  138. background-color: #a6b3cd;
  139. }
  140. table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  141. background-color: #a7b5ce;
  142. }
  143. table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  144. background-color: #a9b6d0;
  145. }
  146. table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  147. background-color: #f9f9f9;
  148. }
  149. table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  150. background-color: #fbfbfb;
  151. }
  152. table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  153. background-color: #fdfdfd;
  154. }
  155. table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  156. background-color: #acbad4;
  157. }
  158. table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  159. background-color: #adbbd6;
  160. }
  161. table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  162. background-color: #afbdd8;
  163. }
  164. table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  165. background-color: #eaeaea;
  166. }
  167. table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  168. background-color: #ebebeb;
  169. }
  170. table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  171. background-color: #eeeeee;
  172. }
  173. table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  174. background-color: #a1aec7;
  175. }
  176. table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  177. background-color: #a2afc8;
  178. }
  179. table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  180. background-color: #a4b2cb;
  181. }
  182. table.dataTable.no-footer {
  183. border-bottom: 1px solid #111;
  184. }
  185. table.dataTable.nowrap th, table.dataTable.nowrap td {
  186. white-space: nowrap;
  187. }
  188. table.dataTable.compact thead th,
  189. table.dataTable.compact thead td {
  190. padding: 4px 17px 4px 4px;
  191. }
  192. table.dataTable.compact tfoot th,
  193. table.dataTable.compact tfoot td {
  194. padding: 4px;
  195. }
  196. table.dataTable.compact tbody th,
  197. table.dataTable.compact tbody td {
  198. padding: 4px;
  199. }
  200. table.dataTable th.dt-left,
  201. table.dataTable td.dt-left {
  202. text-align: left;
  203. }
  204. table.dataTable th.dt-center,
  205. table.dataTable td.dt-center,
  206. table.dataTable td.dataTables_empty {
  207. text-align: center;
  208. }
  209. table.dataTable th.dt-right,
  210. table.dataTable td.dt-right {
  211. text-align: right;
  212. }
  213. table.dataTable th.dt-justify,
  214. table.dataTable td.dt-justify {
  215. text-align: justify;
  216. }
  217. table.dataTable th.dt-nowrap,
  218. table.dataTable td.dt-nowrap {
  219. white-space: nowrap;
  220. }
  221. table.dataTable thead th.dt-head-left,
  222. table.dataTable thead td.dt-head-left,
  223. table.dataTable tfoot th.dt-head-left,
  224. table.dataTable tfoot td.dt-head-left {
  225. text-align: left;
  226. }
  227. table.dataTable thead th.dt-head-center,
  228. table.dataTable thead td.dt-head-center,
  229. table.dataTable tfoot th.dt-head-center,
  230. table.dataTable tfoot td.dt-head-center {
  231. text-align: center;
  232. }
  233. table.dataTable thead th.dt-head-right,
  234. table.dataTable thead td.dt-head-right,
  235. table.dataTable tfoot th.dt-head-right,
  236. table.dataTable tfoot td.dt-head-right {
  237. text-align: right;
  238. }
  239. table.dataTable thead th.dt-head-justify,
  240. table.dataTable thead td.dt-head-justify,
  241. table.dataTable tfoot th.dt-head-justify,
  242. table.dataTable tfoot td.dt-head-justify {
  243. text-align: justify;
  244. }
  245. table.dataTable thead th.dt-head-nowrap,
  246. table.dataTable thead td.dt-head-nowrap,
  247. table.dataTable tfoot th.dt-head-nowrap,
  248. table.dataTable tfoot td.dt-head-nowrap {
  249. white-space: nowrap;
  250. }
  251. table.dataTable tbody th.dt-body-left,
  252. table.dataTable tbody td.dt-body-left {
  253. text-align: left;
  254. }
  255. table.dataTable tbody th.dt-body-center,
  256. table.dataTable tbody td.dt-body-center {
  257. text-align: center;
  258. }
  259. table.dataTable tbody th.dt-body-right,
  260. table.dataTable tbody td.dt-body-right {
  261. text-align: right;
  262. }
  263. table.dataTable tbody th.dt-body-justify,
  264. table.dataTable tbody td.dt-body-justify {
  265. text-align: justify;
  266. }
  267. table.dataTable tbody th.dt-body-nowrap,
  268. table.dataTable tbody td.dt-body-nowrap {
  269. white-space: nowrap;
  270. }
  271. table.dataTable,
  272. table.dataTable th,
  273. table.dataTable td {
  274. -webkit-box-sizing: content-box;
  275. -moz-box-sizing: content-box;
  276. box-sizing: content-box;
  277. }
  278. /*
  279. * Control feature layout
  280. */
  281. .dataTables_wrapper {
  282. position: relative;
  283. clear: both;
  284. *zoom: 1;
  285. zoom: 1;
  286. }
  287. .dataTables_wrapper .dataTables_length {
  288. float: left; margin-left: 15px;
  289. margin-top: 5px;
  290. }
  291. .dataTables_length {
  292. padding-top: 0.755em;
  293. }
  294. .dataTables_info{margin-top:10px;}
  295. .dataTables_length label{font-weight: normal;}
  296. .dataTables_wrapper .dataTables_filter {
  297. float: right;
  298. text-align: right;
  299. }
  300. .dataTables_wrapper .dataTables_filter input {
  301. margin-left: 0.5em;
  302. }
  303. .dataTables_wrapper .dataTables_info {
  304. clear: both;
  305. float: left;
  306. padding-top: 0.755em;
  307. }
  308. .dataTables_wrapper .dataTables_paginate {
  309. float: right;
  310. text-align: right;
  311. padding-top: 0.25em;
  312. }
  313. .dataTables_wrapper .dataTables_paginate .paginate_button {
  314. box-sizing: border-box;
  315. min-width: 1.5em;
  316. text-align: center;
  317. text-decoration: none !important;
  318. cursor: pointer;
  319. *cursor: hand;
  320. color: #333 !important;
  321. border: 1px solid transparent;
  322. outline: none;
  323. }
  324. .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  325. color: #333 !important;
  326. border: 1px solid #cacaca;
  327. background-color: white;
  328. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  329. /* Chrome,Safari4+ */
  330. background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  331. /* Chrome10+,Safari5.1+ */
  332. background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  333. /* FF3.6+ */
  334. background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  335. /* IE10+ */
  336. background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  337. /* Opera 11.10+ */
  338. background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  339. /* W3C */
  340. }
  341. .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  342. cursor: default;
  343. color: #666 !important;
  344. border: 1px solid transparent;
  345. background: transparent;
  346. box-shadow: none;
  347. outline: none;
  348. }
  349. .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  350. outline: none;
  351. }
  352. .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  353. outline: none;
  354. }
  355. .pagination>li:active,
  356. .pagination>li>a:active{
  357. outline: none !important;
  358. }
  359. .dataTables_wrapper .dataTables_paginate .ellipsis {
  360. padding: 0 1em;
  361. }
  362. .dataTables_wrapper .dataTables_processing {
  363. position: absolute;
  364. top: 50%;
  365. left: 50%;
  366. width: 100%;
  367. height: 40px;
  368. margin-left: -50%;
  369. margin-top: -25px;
  370. padding-top: 20px;
  371. text-align: center;
  372. font-size: 1.2em;
  373. background-color: white;
  374. background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  375. /* Chrome,Safari4+ */
  376. background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  377. /* Chrome10+,Safari5.1+ */
  378. background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  379. /* FF3.6+ */
  380. background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  381. /* IE10+ */
  382. background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  383. /* Opera 11.10+ */
  384. background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  385. /* W3C */
  386. }
  387. .dataTables_wrapper .dataTables_length,
  388. .dataTables_wrapper .dataTables_filter,
  389. .dataTables_wrapper .dataTables_info,
  390. .dataTables_wrapper .dataTables_processing,
  391. .dataTables_wrapper .dataTables_paginate {
  392. color: #333;
  393. }
  394. .dataTables_wrapper .dataTables_scroll {
  395. clear: both;
  396. }
  397. .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  398. *margin-top: -1px;
  399. -webkit-overflow-scrolling: touch;
  400. }
  401. .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
  402. .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  403. height: 0;
  404. overflow: hidden;
  405. margin: 0 !important;
  406. padding: 0 !important;
  407. }
  408. .dataTables_wrapper.no-footer .dataTables_scrollBody {
  409. border-bottom: 1px solid #111;
  410. }
  411. .dataTables_wrapper.no-footer div.dataTables_scrollHead table,
  412. .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  413. border-bottom: none;
  414. }
  415. .dataTables_wrapper:after {
  416. visibility: hidden;
  417. display: block;
  418. content: "";
  419. clear: both;
  420. height: 0;
  421. }
  422. @media screen and (max-width: 767px) {
  423. .dataTables_wrapper .dataTables_info,
  424. .dataTables_wrapper .dataTables_paginate {
  425. float: none;
  426. text-align: center;
  427. }
  428. .dataTables_wrapper .dataTables_paginate {
  429. margin-top: 0.5em;
  430. }
  431. }
  432. @media screen and (max-width: 640px) {
  433. .dataTables_wrapper .dataTables_length,
  434. .dataTables_wrapper .dataTables_filter {
  435. float: none;
  436. text-align: center;
  437. }
  438. .dataTables_wrapper .dataTables_filter {
  439. margin-top: 0.5em;
  440. }
  441. }
  442. .p310{padding:2px 10px;}
  443. .pl0{padding-left: 0px;}
  444. .rboor{margin-top:-5px;}