bootstrap-table.css 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798
  1. /**
  2. * @author Dustin Utecht
  3. * https://github.com/wenzhixin/bootstrap-table/
  4. */
  5. /* stylelint-disable annotation-no-unknown, max-line-length */
  6. /* stylelint-enable annotation-no-unknown, max-line-length */
  7. .bootstrap-table .fixed-table-toolbar::after {
  8. content: "";
  9. display: block;
  10. clear: both;
  11. }
  12. .bootstrap-table .fixed-table-toolbar .bs-bars,
  13. .bootstrap-table .fixed-table-toolbar .search,
  14. .bootstrap-table .fixed-table-toolbar .columns {
  15. position: relative;
  16. margin-top: 10px;
  17. margin-bottom: 10px;
  18. }
  19. .bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group {
  20. display: inline-block;
  21. margin-left: -1px !important;
  22. }
  23. .bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group > .btn {
  24. border-radius: 0;
  25. }
  26. .bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:first-child > .btn {
  27. border-top-left-radius: 4px;
  28. border-bottom-left-radius: 4px;
  29. }
  30. .bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:last-child > .btn {
  31. border-top-right-radius: 4px;
  32. border-bottom-right-radius: 4px;
  33. }
  34. .bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
  35. text-align: left;
  36. max-height: 300px;
  37. overflow: auto;
  38. -ms-overflow-style: scrollbar;
  39. z-index: 1001;
  40. }
  41. .bootstrap-table .fixed-table-toolbar .columns label {
  42. display: block;
  43. padding: 3px 20px;
  44. clear: both;
  45. font-weight: normal;
  46. line-height: 1.4286;
  47. }
  48. .bootstrap-table .fixed-table-toolbar .columns-left {
  49. margin-right: 5px;
  50. }
  51. .bootstrap-table .fixed-table-toolbar .columns-right {
  52. margin-left: 5px;
  53. }
  54. .bootstrap-table .fixed-table-toolbar .pull-right .dropdown-menu {
  55. right: 0;
  56. left: auto;
  57. }
  58. .bootstrap-table .fixed-table-container {
  59. position: relative;
  60. clear: both;
  61. }
  62. .bootstrap-table .fixed-table-container .table {
  63. width: 100%;
  64. margin-bottom: 0 !important;
  65. }
  66. .bootstrap-table .fixed-table-container .table th,
  67. .bootstrap-table .fixed-table-container .table td {
  68. vertical-align: middle;
  69. box-sizing: border-box;
  70. }
  71. .bootstrap-table .fixed-table-container .table thead th {
  72. vertical-align: bottom;
  73. padding: 0;
  74. margin: 0;
  75. }
  76. .bootstrap-table .fixed-table-container .table thead th:focus {
  77. outline: 0 solid transparent;
  78. }
  79. .bootstrap-table .fixed-table-container .table thead th.detail {
  80. width: 30px;
  81. }
  82. .bootstrap-table .fixed-table-container .table thead th .th-inner {
  83. padding: 0.75rem;
  84. vertical-align: bottom;
  85. overflow: hidden;
  86. text-overflow: ellipsis;
  87. white-space: nowrap;
  88. }
  89. .bootstrap-table .fixed-table-container .table thead th .sortable {
  90. cursor: pointer;
  91. background-position: right;
  92. background-repeat: no-repeat;
  93. padding-right: 30px !important;
  94. }
  95. .bootstrap-table .fixed-table-container .table thead th .sortable.sortable-center {
  96. padding-left: 20px !important;
  97. padding-right: 20px !important;
  98. }
  99. .bootstrap-table .fixed-table-container .table thead th .both {
  100. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
  101. }
  102. .bootstrap-table .fixed-table-container .table thead th .asc {
  103. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==");
  104. }
  105. .bootstrap-table .fixed-table-container .table thead th .desc {
  106. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ");
  107. }
  108. .bootstrap-table .fixed-table-container .table tbody tr.selected td {
  109. background-color: #fafafa;
  110. }
  111. .bootstrap-table .fixed-table-container .table tbody tr.no-records-found td {
  112. text-align: center;
  113. }
  114. .bootstrap-table .fixed-table-container .table tbody tr .card-view {
  115. display: flex;
  116. }
  117. .bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
  118. font-weight: bold;
  119. display: inline-block;
  120. min-width: 30%;
  121. width: auto !important;
  122. text-align: left !important;
  123. }
  124. .bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-value {
  125. width: 100% !important;
  126. text-align: left !important;
  127. }
  128. .bootstrap-table .fixed-table-container .table .bs-checkbox {
  129. text-align: center;
  130. }
  131. .bootstrap-table .fixed-table-container .table .bs-checkbox label {
  132. margin-bottom: 0;
  133. }
  134. .bootstrap-table .fixed-table-container .table .bs-checkbox label input[type="radio"],
  135. .bootstrap-table .fixed-table-container .table .bs-checkbox label input[type="checkbox"] {
  136. margin: 0 auto !important;
  137. }
  138. .bootstrap-table .fixed-table-container .table.table-sm .th-inner {
  139. padding: 0.3rem;
  140. }
  141. .bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
  142. border-bottom: 1px solid #dbdbdb;
  143. }
  144. .bootstrap-table .fixed-table-container.fixed-height.has-card-view {
  145. border-top: 1px solid #dbdbdb;
  146. border-bottom: 1px solid #dbdbdb;
  147. }
  148. .bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
  149. border-left: 1px solid #dbdbdb;
  150. border-right: 1px solid #dbdbdb;
  151. }
  152. .bootstrap-table .fixed-table-container.fixed-height .table thead th {
  153. border-bottom: 1px solid #dbdbdb;
  154. }
  155. .bootstrap-table .fixed-table-container.fixed-height .table-dark thead th {
  156. border-bottom: 1px solid #32383e;
  157. }
  158. .bootstrap-table .fixed-table-container .fixed-table-header {
  159. overflow: hidden;
  160. }
  161. .bootstrap-table .fixed-table-container .fixed-table-body {
  162. overflow-x: auto;
  163. overflow-y: auto;
  164. height: 100%;
  165. }
  166. .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
  167. align-items: center;
  168. background: #fff;
  169. display: flex;
  170. justify-content: center;
  171. position: absolute;
  172. bottom: 0;
  173. width: 100%;
  174. max-width: 100%;
  175. z-index: 1000;
  176. transition: visibility 0s, opacity 0.15s ease-in-out;
  177. opacity: 0;
  178. visibility: hidden;
  179. }
  180. .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.open {
  181. visibility: visible;
  182. opacity: 1;
  183. }
  184. .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
  185. align-items: baseline;
  186. display: flex;
  187. justify-content: center;
  188. }
  189. .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
  190. margin-right: 6px;
  191. }
  192. .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
  193. align-items: center;
  194. display: flex;
  195. justify-content: center;
  196. }
  197. .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,
  198. .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,
  199. .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
  200. content: "";
  201. animation-duration: 1.5s;
  202. animation-iteration-count: infinite;
  203. animation-name: loading;
  204. background: #363636;
  205. border-radius: 50%;
  206. display: block;
  207. height: 5px;
  208. margin: 0 4px;
  209. opacity: 0;
  210. width: 5px;
  211. }
  212. .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
  213. animation-delay: 0.3s;
  214. }
  215. .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after {
  216. animation-delay: 0.6s;
  217. }
  218. .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark {
  219. background: #363636;
  220. }
  221. .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot,
  222. .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::after,
  223. .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::before {
  224. background: #fff;
  225. }
  226. .bootstrap-table .fixed-table-container .fixed-table-footer {
  227. overflow: hidden;
  228. }
  229. .bootstrap-table .fixed-table-pagination::after {
  230. content: "";
  231. display: block;
  232. clear: both;
  233. }
  234. .bootstrap-table .fixed-table-pagination > .pagination-detail,
  235. .bootstrap-table .fixed-table-pagination > .pagination {
  236. margin-top: 10px;
  237. margin-bottom: 10px;
  238. }
  239. .bootstrap-table .fixed-table-pagination > .pagination-detail .pagination-info {
  240. line-height: 34px;
  241. margin-right: 5px;
  242. }
  243. .bootstrap-table .fixed-table-pagination > .pagination-detail .page-list {
  244. display: inline-block;
  245. }
  246. .bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group {
  247. position: relative;
  248. display: inline-block;
  249. vertical-align: middle;
  250. }
  251. .bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group .dropdown-menu {
  252. margin-bottom: 0;
  253. }
  254. .bootstrap-table .fixed-table-pagination > .pagination ul.pagination {
  255. margin: 0;
  256. }
  257. .bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a {
  258. color: #c8c8c8;
  259. }
  260. .bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::before {
  261. content: "\2B05";
  262. }
  263. .bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::after {
  264. content: "\27A1";
  265. }
  266. .bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.disabled a {
  267. pointer-events: none;
  268. cursor: default;
  269. }
  270. .bootstrap-table.fullscreen {
  271. position: fixed;
  272. top: 0;
  273. left: 0;
  274. z-index: 1050;
  275. width: 100% !important;
  276. background: #fff;
  277. height: calc(100vh);
  278. overflow-y: scroll;
  279. }
  280. .bootstrap-table.bootstrap4 .pagination-lg .page-link, .bootstrap-table.bootstrap5 .pagination-lg .page-link {
  281. padding: 0.5rem 1rem;
  282. }
  283. .bootstrap-table.bootstrap5 .float-left {
  284. float: left;
  285. }
  286. .bootstrap-table.bootstrap5 .float-right {
  287. float: right;
  288. }
  289. /* calculate scrollbar width */
  290. div.fixed-table-scroll-inner {
  291. width: 100%;
  292. height: 200px;
  293. }
  294. div.fixed-table-scroll-outer {
  295. top: 0;
  296. left: 0;
  297. visibility: hidden;
  298. width: 200px;
  299. height: 150px;
  300. overflow: hidden;
  301. }
  302. @keyframes loading {
  303. 0% {
  304. opacity: 0;
  305. }
  306. 50% {
  307. opacity: 1;
  308. }
  309. 100% {
  310. opacity: 0;
  311. }
  312. }
  313. @font-face {
  314. font-family: bootstrap-table;
  315. src: url("fonts/bootstrap-table.eot?gmdfsp");
  316. src: url("fonts/bootstrap-table.eot") format("embedded-opentype"), url("fonts/bootstrap-table.ttf") format("truetype"), url("fonts/bootstrap-table.woff") format("woff"), url("fonts/bootstrap-table.svg") format("svg");
  317. font-weight: normal;
  318. font-style: normal;
  319. font-display: block;
  320. }
  321. [class^="icon-"],
  322. [class*=" icon-"] {
  323. /* use !important to prevent issues with browser extensions that change fonts */
  324. font-family: bootstrap-table, sans-serif !important;
  325. speak: none;
  326. font-style: normal;
  327. font-weight: normal;
  328. font-variant: normal;
  329. text-transform: none;
  330. line-height: 1;
  331. /* Better Font Rendering =========== */
  332. -webkit-font-smoothing: antialiased;
  333. -moz-osx-font-smoothing: grayscale;
  334. }
  335. .icon-arrow-down-circle::before {
  336. content: "\e907";
  337. }
  338. .icon-arrow-up-circle::before {
  339. content: "\e908";
  340. }
  341. .icon-chevron-left::before {
  342. content: "\e900";
  343. }
  344. .icon-chevron-right::before {
  345. content: "\e901";
  346. }
  347. .icon-clock::before {
  348. content: "\e90c";
  349. }
  350. .icon-copy::before {
  351. content: "\e909";
  352. }
  353. .icon-download::before {
  354. content: "\e90d";
  355. }
  356. .icon-list::before {
  357. content: "\e902";
  358. }
  359. .icon-maximize::before {
  360. content: "\1f5ce";
  361. }
  362. .icon-minus::before {
  363. content: "\e90f";
  364. }
  365. .icon-move::before {
  366. content: "\e903";
  367. }
  368. .icon-plus::before {
  369. content: "\e90e";
  370. }
  371. .icon-printer::before {
  372. content: "\e90b";
  373. }
  374. .icon-refresh-cw::before {
  375. content: "\e904";
  376. }
  377. .icon-search::before {
  378. content: "\e90a";
  379. }
  380. .icon-toggle-right::before {
  381. content: "\e905";
  382. }
  383. .icon-trash-2::before {
  384. content: "\e906";
  385. }
  386. .icon-sort-amount-asc::before {
  387. content: "\ea4c";
  388. }
  389. .bootstrap-table * {
  390. box-sizing: border-box;
  391. }
  392. .bootstrap-table input.form-control,
  393. .bootstrap-table select.form-control,
  394. .bootstrap-table .btn {
  395. border-radius: 4px;
  396. background-color: #fff;
  397. border: 1px solid #ccc;
  398. padding: 9px 12px;
  399. }
  400. .bootstrap-table select.form-control {
  401. height: 35px;
  402. }
  403. .bootstrap-table .btn {
  404. outline: none;
  405. cursor: pointer;
  406. }
  407. .bootstrap-table .btn.active {
  408. background-color: #ebebeb;
  409. }
  410. .bootstrap-table .btn:focus, .bootstrap-table .btn:hover {
  411. background-color: whitesmoke;
  412. }
  413. .bootstrap-table .caret {
  414. display: inline-block;
  415. width: 0;
  416. height: 0;
  417. margin-left: 2px;
  418. vertical-align: middle;
  419. border-top: 4px dashed;
  420. border-top: 4px solid;
  421. border-right: 4px solid transparent;
  422. border-left: 4px solid transparent;
  423. }
  424. .bootstrap-table .detail-icon {
  425. text-decoration: none;
  426. color: #3679e4;
  427. }
  428. .bootstrap-table .detail-icon:hover {
  429. color: #154a9f;
  430. }
  431. .bootstrap-table .fixed-table-toolbar .columns,
  432. .bootstrap-table .fixed-table-toolbar .columns .btn-group {
  433. display: inline-block;
  434. }
  435. .bootstrap-table .fixed-table-toolbar .columns > .btn:not(:first-child):not(:last-child),
  436. .bootstrap-table .fixed-table-toolbar .columns > .btn:not(:first-child):not(:last-child) > .btn,
  437. .bootstrap-table .fixed-table-toolbar .columns > .btn-group:not(:first-child):not(:last-child),
  438. .bootstrap-table .fixed-table-toolbar .columns > .btn-group:not(:first-child):not(:last-child) > .btn {
  439. border-radius: 0;
  440. }
  441. .bootstrap-table .fixed-table-toolbar .columns > .btn:not(:last-child):not(.dropdown-toggle),
  442. .bootstrap-table .fixed-table-toolbar .columns > .btn:not(:last-child) > .btn,
  443. .bootstrap-table .fixed-table-toolbar .columns > .btn-group:not(:last-child):not(.dropdown-toggle),
  444. .bootstrap-table .fixed-table-toolbar .columns > .btn-group:not(:last-child) > .btn {
  445. border-top-right-radius: 0;
  446. border-bottom-right-radius: 0;
  447. border-right: none;
  448. }
  449. .bootstrap-table .fixed-table-toolbar .columns > .btn:not(:first-child):not(.dropdown-toggle),
  450. .bootstrap-table .fixed-table-toolbar .columns > .btn:not(:first-child) > .btn,
  451. .bootstrap-table .fixed-table-toolbar .columns > .btn-group:not(:first-child):not(.dropdown-toggle),
  452. .bootstrap-table .fixed-table-toolbar .columns > .btn-group:not(:first-child) > .btn {
  453. border-top-left-radius: 0;
  454. border-bottom-left-radius: 0;
  455. }
  456. .bootstrap-table .fixed-table-toolbar .columns label {
  457. padding: 5px 12px;
  458. }
  459. .bootstrap-table .fixed-table-toolbar .columns input[type="checkbox"] {
  460. vertical-align: middle;
  461. }
  462. .bootstrap-table .fixed-table-toolbar .columns .dropdown-divider {
  463. border-bottom: 1px solid #dbdbdb;
  464. }
  465. .bootstrap-table .fixed-table-toolbar .search .input-group .search-input {
  466. border-top-right-radius: 0;
  467. border-bottom-right-radius: 0;
  468. border-right: none;
  469. }
  470. .bootstrap-table .fixed-table-toolbar .search .input-group button[name="search"],
  471. .bootstrap-table .fixed-table-toolbar .search .input-group button[name="clearSearch"] {
  472. border-top-left-radius: 0;
  473. border-bottom-left-radius: 0;
  474. }
  475. .bootstrap-table .fixed-table-toolbar .search .input-group button[name="search"]:not(:last-child),
  476. .bootstrap-table .fixed-table-toolbar .search .input-group button[name="clearSearch"]:not(:last-child) {
  477. border-top-right-radius: 0;
  478. border-bottom-right-radius: 0;
  479. border-right: none;
  480. }
  481. .bootstrap-table .open.dropdown-menu {
  482. display: block;
  483. }
  484. .bootstrap-table .dropdown-menu-up .dropdown-menu {
  485. top: auto;
  486. bottom: 100%;
  487. }
  488. .bootstrap-table .dropdown-menu {
  489. display: none;
  490. background-color: #fff;
  491. position: absolute;
  492. right: 0;
  493. min-width: 120px;
  494. margin-top: 2px;
  495. border: 1px solid #ccc;
  496. border-radius: 4px;
  497. box-shadow: 0 3px 12px rgba(0, 0, 0, 0.175);
  498. }
  499. .bootstrap-table .dropdown-menu .dropdown-item {
  500. color: #363636;
  501. text-decoration: none;
  502. display: block;
  503. padding: 5px 12px;
  504. white-space: nowrap;
  505. }
  506. .bootstrap-table .dropdown-menu .dropdown-item:hover {
  507. background-color: whitesmoke;
  508. }
  509. .bootstrap-table .dropdown-menu .dropdown-item.active {
  510. background-color: #3679e4;
  511. color: #fff;
  512. }
  513. .bootstrap-table .dropdown-menu .dropdown-item.active:hover {
  514. background-color: #1b5fcc;
  515. }
  516. .bootstrap-table .columns-left .dropdown-menu {
  517. left: 0;
  518. right: auto;
  519. }
  520. .bootstrap-table .pagination-detail {
  521. float: left;
  522. }
  523. .bootstrap-table .pagination-detail .dropdown-item {
  524. min-width: 45px;
  525. text-align: center;
  526. }
  527. .bootstrap-table table {
  528. border-collapse: collapse;
  529. }
  530. .bootstrap-table table th {
  531. text-align: inherit;
  532. }
  533. .bootstrap-table table.table-bordered thead tr th,
  534. .bootstrap-table table.table-bordered tbody tr td {
  535. border: 1px solid #dbdbdb;
  536. }
  537. .bootstrap-table table.table-bordered tbody tr td {
  538. padding: 0.75rem;
  539. }
  540. .bootstrap-table table.table-hover tbody tr:hover {
  541. background: #fafafa;
  542. }
  543. .bootstrap-table .float-left {
  544. float: left;
  545. }
  546. .bootstrap-table .float-right {
  547. float: right;
  548. }
  549. .bootstrap-table .pagination {
  550. padding: 0;
  551. align-items: center;
  552. display: flex;
  553. justify-content: center;
  554. text-align: center;
  555. list-style: none;
  556. }
  557. .bootstrap-table .pagination .page-item {
  558. border: 1px solid #dbdbdb;
  559. background-color: #fff;
  560. border-radius: 4px;
  561. margin: 2px;
  562. padding: 5px 2px;
  563. }
  564. .bootstrap-table .pagination .page-item:hover {
  565. background-color: whitesmoke;
  566. }
  567. .bootstrap-table .pagination .page-item .page-link {
  568. padding: 6px 12px;
  569. line-height: 1.4286;
  570. color: #363636;
  571. text-decoration: none;
  572. outline: none;
  573. }
  574. .bootstrap-table .pagination .page-item.active {
  575. background-color: #3679e4;
  576. border: 1px solid #206ae1;
  577. }
  578. .bootstrap-table .pagination .page-item.active .page-link {
  579. color: #fff;
  580. }
  581. .bootstrap-table .pagination .page-item.active:hover {
  582. background-color: #1b5fcc;
  583. }
  584. .bootstrap-table .pagination .btn-group {
  585. display: inline-block;
  586. }
  587. .bootstrap-table .pagination .btn-group .btn:not(:first-child):not(:last-child),
  588. .bootstrap-table .pagination .btn-group input:not(:first-child):not(:last-child) {
  589. border-radius: 0;
  590. }
  591. .bootstrap-table .pagination .btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle),
  592. .bootstrap-table .pagination .btn-group input:first-child:not(:last-child):not(.dropdown-toggle) {
  593. border-top-right-radius: 0;
  594. border-bottom-right-radius: 0;
  595. }
  596. .bootstrap-table .pagination .btn-group .btn:last-child:not(:first-child),
  597. .bootstrap-table .pagination .btn-group input:last-child:not(:first-child) {
  598. border-top-left-radius: 0;
  599. border-bottom-left-radius: 0;
  600. }
  601. .bootstrap-table .pagination .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  602. border-top-left-radius: 0;
  603. border-bottom-left-radius: 0;
  604. }
  605. .bootstrap-table .filter-control {
  606. display: flex;
  607. }
  608. .bootstrap-table .page-jump-to input,
  609. .bootstrap-table .page-jump-to .btn {
  610. padding: 8px 12px;
  611. }
  612. .modal {
  613. position: fixed;
  614. display: none;
  615. top: 0;
  616. left: 0;
  617. bottom: 0;
  618. right: 0;
  619. }
  620. .modal.show {
  621. display: flex;
  622. }
  623. .modal .btn {
  624. border-radius: 4px;
  625. background-color: #fff;
  626. border: 1px solid #ccc;
  627. padding: 6px 12px;
  628. outline: none;
  629. cursor: pointer;
  630. }
  631. .modal .btn.active {
  632. border-color: black;
  633. }
  634. .modal .modal-background {
  635. position: fixed;
  636. top: 0;
  637. left: 0;
  638. bottom: 0;
  639. right: 0;
  640. z-index: 998;
  641. background-color: rgba(10, 10, 10, 0.86);
  642. }
  643. .modal .modal-content {
  644. position: relative;
  645. width: 600px;
  646. margin: 30px auto;
  647. z-index: 999;
  648. }
  649. .modal .modal-content .box {
  650. background-color: #fff;
  651. border-radius: 6px;
  652. display: block;
  653. padding: 1.25rem;
  654. }