商丘市柘城县——前端

bootstrap-table.css 7.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  1. /**
  2. * @author zhixin wen <wenzhixin2010@gmail.com>
  3. * version: 1.11.1
  4. * https://github.com/wenzhixin/bootstrap-table/
  5. */
  6. .bootstrap-table .table {
  7. margin-bottom: 0 !important;
  8. border-bottom: 1px solid #dddddd;
  9. border-collapse: collapse !important;
  10. border-radius: 1px;
  11. }
  12. .bootstrap-table .table:not(.table-condensed),
  13. .bootstrap-table .table:not(.table-condensed) > tbody > tr > th,
  14. .bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,
  15. .bootstrap-table .table:not(.table-condensed) > thead > tr > td,
  16. .bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
  17. .bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
  18. padding: 8px;
  19. }
  20. .bootstrap-table .table.table-no-bordered > thead > tr > th,
  21. .bootstrap-table .table.table-no-bordered > tbody > tr > td {
  22. border-right: 2px solid transparent;
  23. }
  24. .bootstrap-table .table.table-no-bordered > tbody > tr > td:last-child {
  25. border-right: none;
  26. }
  27. .fixed-table-container {
  28. position: relative;
  29. clear: both;
  30. border: 1px solid #dddddd;
  31. border-radius: 4px;
  32. -webkit-border-radius: 4px;
  33. -moz-border-radius: 4px;
  34. }
  35. .fixed-table-container.table-no-bordered {
  36. border: 1px solid transparent;
  37. }
  38. .fixed-table-footer,
  39. .fixed-table-header {
  40. overflow: hidden;
  41. }
  42. .fixed-table-footer {
  43. border-top: 1px solid #dddddd;
  44. }
  45. .fixed-table-body {
  46. overflow-x: auto;
  47. overflow-y: auto;
  48. height: 100%;
  49. }
  50. .fixed-table-container table {
  51. width: 100%;
  52. }
  53. .fixed-table-container thead th {
  54. height: 0;
  55. padding: 0;
  56. margin: 0;
  57. border-left: 1px solid #dddddd;
  58. }
  59. .fixed-table-container thead th:focus {
  60. outline: 0 solid transparent;
  61. }
  62. .fixed-table-container thead th:first-child {
  63. border-left: none;
  64. border-top-left-radius: 4px;
  65. -webkit-border-top-left-radius: 4px;
  66. -moz-border-radius-topleft: 4px;
  67. }
  68. .fixed-table-container thead th .th-inner,
  69. .fixed-table-container tbody td .th-inner {
  70. padding: 8px;
  71. line-height: 24px;
  72. vertical-align: top;
  73. overflow: hidden;
  74. text-overflow: ellipsis;
  75. white-space: nowrap;
  76. }
  77. .fixed-table-container thead th .sortable {
  78. cursor: pointer;
  79. background-position: right;
  80. background-repeat: no-repeat;
  81. padding-right: 30px;
  82. }
  83. .fixed-table-container thead th .both {
  84. background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC');
  85. }
  86. .fixed-table-container thead th .asc {
  87. background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==');
  88. }
  89. .fixed-table-container thead th .desc {
  90. background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ');
  91. }
  92. .fixed-table-container th.detail {
  93. width: 30px;
  94. }
  95. .fixed-table-container tbody td {
  96. border-left: 1px solid #dddddd;
  97. }
  98. .fixed-table-container tbody tr:first-child td {
  99. border-top: none;
  100. }
  101. .fixed-table-container tbody td:first-child {
  102. border-left: none;
  103. }
  104. /* the same color with .active */
  105. .fixed-table-container tbody .selected td {
  106. background-color: #f5f5f5;
  107. }
  108. .fixed-table-container .bs-checkbox {
  109. text-align: center;
  110. }
  111. .fixed-table-container .bs-checkbox .th-inner {
  112. padding: 8px 0;
  113. }
  114. .fixed-table-container input[type="radio"],
  115. .fixed-table-container input[type="checkbox"] {
  116. margin: 0 auto !important;
  117. }
  118. .fixed-table-container .no-records-found {
  119. text-align: center;
  120. }
  121. .fixed-table-pagination div.pagination,
  122. .fixed-table-pagination .pagination-detail {
  123. margin-top: 10px;
  124. margin-bottom: 10px;
  125. margin-left: 20px;
  126. }
  127. .fixed-table-pagination div.pagination .pagination {
  128. margin: 0;
  129. }
  130. .fixed-table-pagination .pagination a {
  131. padding: 6px 12px;
  132. line-height: 1.428571429;
  133. }
  134. .fixed-table-pagination .pagination-info {
  135. line-height: 34px;
  136. margin-right: 15px;
  137. margin-left: 20px;
  138. }
  139. .fixed-table-pagination .btn-group {
  140. position: relative;
  141. display: inline-block;
  142. vertical-align: middle;
  143. }
  144. .fixed-table-pagination .dropup .dropdown-menu {
  145. margin-bottom: 0;
  146. }
  147. .fixed-table-pagination .page-list {
  148. display: inline-block;
  149. }
  150. .fixed-table-toolbar .columns-left {
  151. margin-right: 5px;
  152. }
  153. .fixed-table-toolbar .columns-right {
  154. margin-left: 5px;
  155. }
  156. .fixed-table-toolbar .columns label {
  157. display: block;
  158. padding: 3px 20px;
  159. clear: both;
  160. font-weight: normal;
  161. line-height: 1.428571429;
  162. }
  163. .fixed-table-toolbar .bs-bars,
  164. .fixed-table-toolbar .search,
  165. .fixed-table-toolbar .columns {
  166. position: relative;
  167. margin-top: 10px;
  168. margin-bottom: 10px;
  169. line-height: 34px;
  170. }
  171. .fixed-table-pagination li.disabled a {
  172. pointer-events: none;
  173. cursor: default;
  174. }
  175. .fixed-table-loading {
  176. display: none;
  177. position: absolute;
  178. top: 42px;
  179. right: 0;
  180. bottom: 0;
  181. left: 0;
  182. z-index: 99;
  183. background-color: #fff;
  184. text-align: center;
  185. }
  186. .fixed-table-body .card-view .title {
  187. font-weight: bold;
  188. display: inline-block;
  189. min-width: 30%;
  190. text-align: left !important;
  191. }
  192. /* support bootstrap 2 */
  193. .fixed-table-body thead th .th-inner {
  194. box-sizing: border-box;
  195. }
  196. .table th, .table td {
  197. vertical-align: middle;
  198. box-sizing: border-box;
  199. }
  200. .fixed-table-toolbar .dropdown-menu {
  201. text-align: left;
  202. max-height: 300px;
  203. overflow: auto;
  204. }
  205. .fixed-table-toolbar .btn-group > .btn-group {
  206. display: inline-block;
  207. margin-left: -1px !important;
  208. }
  209. .fixed-table-toolbar .btn-group > .btn-group > .btn {
  210. border-radius: 0;
  211. }
  212. .fixed-table-toolbar .btn-group > .btn-group:first-child > .btn {
  213. border-top-left-radius: 4px;
  214. border-bottom-left-radius: 4px;
  215. }
  216. .fixed-table-toolbar .btn-group > .btn-group:last-child > .btn {
  217. border-top-right-radius: 4px;
  218. border-bottom-right-radius: 4px;
  219. }
  220. .bootstrap-table .table > thead > tr > th {
  221. vertical-align: bottom;
  222. border-bottom: 1px solid #ddd;
  223. }
  224. /* support bootstrap 3 */
  225. .bootstrap-table .table thead > tr > th {
  226. padding: 0;
  227. margin: 0;
  228. }
  229. .bootstrap-table .fixed-table-footer tbody > tr > td {
  230. padding: 0 !important;
  231. }
  232. .bootstrap-table .fixed-table-footer .table {
  233. border-bottom: none;
  234. border-radius: 0;
  235. padding: 0 !important;
  236. }
  237. .bootstrap-table .pull-right .dropdown-menu {
  238. right: 0;
  239. left: auto;
  240. }
  241. /* calculate scrollbar width */
  242. p.fixed-table-scroll-inner {
  243. width: 100%;
  244. height: 200px;
  245. }
  246. div.fixed-table-scroll-outer {
  247. top: 0;
  248. left: 0;
  249. visibility: hidden;
  250. width: 200px;
  251. height: 150px;
  252. overflow: hidden;
  253. }
  254. /* for get correct heights */
  255. .fixed-table-toolbar:after, .fixed-table-pagination:after {
  256. content: "";
  257. display: block;
  258. clear: both;
  259. }
  260. .JumpPage {
  261. text-align: center;
  262. }
  263. .pagination > .active > a,
  264. .pagination > .active > a:hover {
  265. color: #fff!important;
  266. background: #01a1cb!important;
  267. }