backend.css 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116
  1. @import url("../css/bootstrap.css");
  2. @import url("../css/fastadmin.css");
  3. @import url("../css/skins/skin-green.css");
  4. @import url("../css/iconfont.css");
  5. @import url("../libs/font-awesome/css/font-awesome.min.css");
  6. @import url("../libs/toastr/toastr.min.css");
  7. @import url("../libs/fastadmin-layer/dist/theme/default/layer.css");
  8. @import url("../libs/bootstrap-table/dist/bootstrap-table.min.css");
  9. @import url("../libs/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css");
  10. @import url("../libs/bootstrap-daterangepicker/daterangepicker.css");
  11. @import url("../libs/nice-validator/dist/jquery.validator.css");
  12. @import url("../libs/bootstrap-select/dist/css/bootstrap-select.min.css");
  13. @import url("../libs/fastadmin-selectpage/selectpage.css");
  14. @import url("../libs/bootstrap-slider/slider.css");
  15. html,
  16. body {
  17. height: 100%;
  18. }
  19. body {
  20. background: #f1f4f6;
  21. font-size: 13px;
  22. }
  23. body.is-dialog {
  24. background: #fff;
  25. }
  26. .selection {
  27. position: absolute;
  28. border: 1px solid #8B9;
  29. background-color: #BEC;
  30. }
  31. .main-header .logo,
  32. .main-header .navbar {
  33. -webkit-transition: none;
  34. -moz-transition: none;
  35. -o-transition: none;
  36. transition: none;
  37. }
  38. .main-header .navbar {
  39. position: relative;
  40. }
  41. .bootstrap-dialog .modal-dialog {
  42. /*width: 70%;*/
  43. max-width: 885px;
  44. }
  45. /*iOS兼容*/
  46. html.ios-fix,
  47. html.ios-fix body {
  48. height: 100%;
  49. overflow: auto;
  50. -webkit-overflow-scrolling: touch;
  51. }
  52. .wrapper {
  53. height: 100%;
  54. }
  55. #header {
  56. background: #fff;
  57. }
  58. .content-wrapper {
  59. position: relative;
  60. height: 100%;
  61. }
  62. .control-relative {
  63. position: relative;
  64. }
  65. .tab-addtabs .tab-pane {
  66. height: 100%;
  67. width: 100%;
  68. }
  69. .row-between .col-xs-6 + .col-xs-6:before {
  70. content: "-";
  71. position: absolute;
  72. left: -2%;
  73. top: 6px;
  74. }
  75. @media only screen and (min-width: 481px) {
  76. .row-flex {
  77. display: flex;
  78. flex-wrap: wrap;
  79. }
  80. .row-flex > [class*='col-'] {
  81. display: flex;
  82. flex-direction: column;
  83. }
  84. .row-flex.row:after,
  85. .row-flex.row:before {
  86. display: flex;
  87. }
  88. }
  89. @media (max-width: 991px) {
  90. .main-header .navbar-custom-menu a.btn-danger {
  91. color: #fff;
  92. background-color: #e74c3c;
  93. }
  94. .main-header .navbar-custom-menu a.btn-primary {
  95. color: #fff;
  96. background-color: #2c3e50;
  97. }
  98. }
  99. .common-search-table {
  100. min-height: 20px;
  101. padding: 15px;
  102. margin-bottom: 15px;
  103. background-color: #f5f5f5;
  104. }
  105. /* 固定的底部按钮 */
  106. .fixed-footer {
  107. position: fixed;
  108. bottom: 0;
  109. background-color: #ecf0f1;
  110. width: 100%;
  111. margin-bottom: 0;
  112. padding: 10px;
  113. }
  114. table.table-template {
  115. overflow: hidden;
  116. }
  117. .sp_container .msg-box {
  118. position: absolute;
  119. right: 0;
  120. top: 0;
  121. }
  122. .sp_container .sp_element_box {
  123. overflow: unset;
  124. }
  125. .sp_container .sp_element_box > li.input_box {
  126. position: unset;
  127. }
  128. .sp_container .sp_element_box .msg-box {
  129. right: -24px;
  130. }
  131. @media (max-width: 767px) {
  132. .sp_container .sp_element_box .msg-box {
  133. left: inherit;
  134. }
  135. }
  136. .toast-top-right-index {
  137. top: 62px;
  138. right: 12px;
  139. }
  140. .bootstrap-select .status {
  141. background: #f0f0f0;
  142. clear: both;
  143. color: #999;
  144. font-size: 12px;
  145. font-weight: 500;
  146. line-height: 1;
  147. margin-bottom: -5px;
  148. padding: 10px 20px;
  149. }
  150. select.bs-select-hidden,
  151. select.selectpicker {
  152. display: inherit !important;
  153. max-height: 31px;
  154. overflow: hidden;
  155. }
  156. select.bs-select-hidden[multiple],
  157. select.selectpicker[multiple] {
  158. height: 31px;
  159. padding: 0;
  160. background: #f4f4f4;
  161. }
  162. select.bs-select-hidden[multiple] option,
  163. select.selectpicker[multiple] option {
  164. color: #f4f4f4;
  165. zoom: 1;
  166. filter: alpha(opacity=0);
  167. -webkit-opacity: 0;
  168. -moz-opacity: 0;
  169. opacity: 0;
  170. }
  171. @media not all and (min-resolution: 0.001dpcm) {
  172. @supports (-webkit-appearance:none) {
  173. select.bs-select-hidden[multiple],
  174. select.selectpicker[multiple] {
  175. visibility: hidden;
  176. }
  177. }
  178. }
  179. .img-center {
  180. margin: 0 auto;
  181. display: inline;
  182. float: none;
  183. }
  184. /*
  185. * RIBBON
  186. */
  187. #ribbon {
  188. overflow: hidden;
  189. padding: 15px 15px 0 15px;
  190. position: relative;
  191. }
  192. #ribbon a {
  193. color: #777 !important;
  194. text-decoration: none !important;
  195. }
  196. #ribbon .breadcrumb {
  197. display: inline-block;
  198. margin: 0;
  199. padding: 0;
  200. background: none;
  201. vertical-align: top;
  202. }
  203. #ribbon .breadcrumb > .active,
  204. #ribbon .breadcrumb li {
  205. color: #aaa;
  206. }
  207. #ribbon .shortcut a {
  208. margin-left: 10px;
  209. }
  210. .is-dialog #main {
  211. background: #fff;
  212. }
  213. .is-dialog .layer-footer {
  214. display: none;
  215. }
  216. form.form-horizontal .control-label {
  217. font-weight: normal;
  218. }
  219. .user-panel > .image img {
  220. width: 45px;
  221. height: 45px;
  222. }
  223. /*panel扩展描述样式*/
  224. .panel-intro {
  225. margin-bottom: 0;
  226. border: none;
  227. }
  228. .panel-intro > .panel-heading {
  229. padding: 15px;
  230. padding-bottom: 0;
  231. background: #e8edf0;
  232. border-color: #e8edf0;
  233. position: relative;
  234. }
  235. .panel-intro > .panel-heading .panel-lead {
  236. margin-bottom: 15px;
  237. }
  238. .panel-intro > .panel-heading .panel-lead em {
  239. display: block;
  240. font-weight: bold;
  241. font-style: normal;
  242. }
  243. .panel-intro > .panel-heading .panel-title {
  244. height: 25px;
  245. font-weight: normal;
  246. white-space: nowrap;
  247. overflow: hidden;
  248. text-overflow: ellipsis;
  249. }
  250. .panel-intro > .panel-heading .panel-control {
  251. height: 42px;
  252. position: absolute;
  253. top: 8px;
  254. right: 8px;
  255. }
  256. .panel-intro > .panel-heading .panel-control .fa {
  257. font-size: 14px;
  258. }
  259. .panel-intro > .panel-heading .nav-tabs {
  260. border-bottom: 0;
  261. margin-bottom: 0;
  262. }
  263. .panel-intro > .panel-heading .nav-tabs > li > a {
  264. margin-right: 4px;
  265. color: #95a5a6;
  266. background-color: #d8e0e6;
  267. border: 1px solid #e8edf0;
  268. border-bottom-color: transparent;
  269. }
  270. .panel-intro > .panel-heading .nav-tabs > li > a:hover,
  271. .panel-intro > .panel-heading .nav-tabs > li > a:focus {
  272. border: 1px solid #e8edf0;
  273. color: #7b8a8b;
  274. background-color: #c9d4dc;
  275. }
  276. .panel-intro > .panel-heading .nav-tabs > li.active > a,
  277. .panel-intro > .panel-heading .nav-tabs > li.active > a:hover,
  278. .panel-intro > .panel-heading .nav-tabs > li.active > a:focus {
  279. color: #7b8a8b;
  280. background-color: #ffffff;
  281. border-bottom-color: transparent;
  282. cursor: default;
  283. }
  284. /*单表格*/
  285. .panel-tabs .panel-heading {
  286. padding: 12px 15px 12px 15px;
  287. }
  288. .panel-tabs .panel-heading .panel-lead {
  289. margin-bottom: 0px;
  290. }
  291. /*选项卡*/
  292. .panel-nav .panel-heading {
  293. padding: 0px;
  294. padding-bottom: 0;
  295. background: #f1f4f6;
  296. border-color: #f1f4f6;
  297. }
  298. .panel-nav .nav-tabs > li > a {
  299. padding: 12px 15px;
  300. background-color: #e8edf0;
  301. border: 1px solid #f1f4f6;
  302. }
  303. .panel-nav .nav-tabs > li > a:hover,
  304. .panel-nav .nav-tabs > li > a:focus {
  305. border: 1px solid #e8edf0;
  306. background-color: #e8edf0;
  307. }
  308. .panel-nav .nav-tabs > li.active > a,
  309. .panel-nav .nav-tabs > li.active > a:hover,
  310. .panel-nav .nav-tabs > li.active > a:focus {
  311. border-color: #f1f4f6;
  312. border-bottom-color: transparent;
  313. }
  314. /*顶栏addtabs*/
  315. .nav-addtabs {
  316. height: 100%;
  317. border: none;
  318. }
  319. .nav-addtabs.disable-top-badge > li > a > .pull-right-container {
  320. display: none;
  321. }
  322. .nav-addtabs > li {
  323. margin: 0;
  324. }
  325. .nav-addtabs > li > a {
  326. height: 50px;
  327. line-height: 50px;
  328. padding: 0 15px;
  329. border-radius: 0;
  330. border: none;
  331. border-right: 1px solid rgba(0, 0, 0, 0.05);
  332. margin: 0;
  333. color: #95a5a6;
  334. }
  335. .nav-addtabs > li > a:hover,
  336. .nav-addtabs > li > a:focus {
  337. border: none;
  338. color: #2c3e50;
  339. border-right: 1px solid rgba(0, 0, 0, 0.05);
  340. }
  341. .nav-addtabs > li.active > a {
  342. height: 50px;
  343. line-height: 50px;
  344. padding: 0 15px;
  345. border-radius: 0;
  346. border: none;
  347. border-right: 1px solid rgba(0, 0, 0, 0.05);
  348. background: #f1f4f6;
  349. color: #2c3e50;
  350. overflow: hidden;
  351. }
  352. .nav-addtabs > li.active > a:hover,
  353. .nav-addtabs > li.active > a:focus {
  354. border: none;
  355. color: #2c3e50;
  356. background: #f1f4f6;
  357. border-right: 1px solid rgba(0, 0, 0, 0.05);
  358. }
  359. .nav-addtabs > li .close-tab {
  360. font-size: 10px;
  361. position: absolute;
  362. right: 0px;
  363. top: 50%;
  364. margin-top: -8px;
  365. z-index: 100;
  366. cursor: pointer;
  367. color: #eee;
  368. display: none;
  369. }
  370. .nav-addtabs > li .close-tab:before {
  371. content: "\e626";
  372. font-family: iconfont;
  373. font-style: normal;
  374. font-weight: normal;
  375. text-decoration: inherit;
  376. font-size: 18px;
  377. }
  378. .nav-addtabs .open > a:hover,
  379. .nav-addtabs .open > a:focus {
  380. border-right: 1px solid rgba(0, 0, 0, 0.05);
  381. }
  382. .nav-addtabs ul li {
  383. position: relative;
  384. }
  385. .nav-addtabs li:hover > .close-tab {
  386. display: block;
  387. }
  388. #firstnav {
  389. height: 50px;
  390. border-bottom: 1px solid transparent;
  391. box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
  392. position: relative;
  393. }
  394. #firstnav .sidebar-toggle {
  395. position: absolute;
  396. width: 45px;
  397. text-align: center;
  398. height: 50px;
  399. line-height: 50px;
  400. padding: 0;
  401. }
  402. #firstnav .nav-addtabs {
  403. position: absolute;
  404. left: 45px;
  405. z-index: 98;
  406. }
  407. #firstnav .navbar-custom-menu {
  408. position: absolute;
  409. top: 0;
  410. right: 0;
  411. z-index: 99;
  412. background: transparent;
  413. }
  414. /*次栏菜单栏*/
  415. #secondnav {
  416. display: none;
  417. height: 44px;
  418. position: absolute;
  419. top: 50px;
  420. left: 0;
  421. background: #fff;
  422. width: 100%;
  423. box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
  424. padding: 5px 10px;
  425. -webkit-user-select: none;
  426. -moz-user-select: none;
  427. user-select: none;
  428. }
  429. #secondnav .nav-addtabs {
  430. height: 100%;
  431. border: none;
  432. }
  433. #secondnav .nav-addtabs.disable-top-badge > li > a > .pull-right-container {
  434. display: none;
  435. }
  436. #secondnav .nav-addtabs > li {
  437. border: 1px solid #eee;
  438. border-radius: 3px;
  439. padding: 0 15px;
  440. height: 30px;
  441. line-height: 30px;
  442. margin: 2px 5px 2px 0;
  443. background: #fff;
  444. }
  445. #secondnav .nav-addtabs > li > a {
  446. display: block;
  447. color: #495060 !important;
  448. height: 100%;
  449. padding: 0;
  450. line-height: 28px;
  451. font-size: 12px;
  452. vertical-align: middle;
  453. opacity: 1;
  454. overflow: hidden;
  455. background: none;
  456. border: none;
  457. }
  458. #secondnav .nav-addtabs > li.active {
  459. border-color: #bdbebd;
  460. background-color: #f7f7f7;
  461. }
  462. #secondnav .nav-addtabs > li .close-tab {
  463. font-size: 10px;
  464. position: absolute;
  465. right: 0px;
  466. top: 50%;
  467. margin-top: -8px;
  468. z-index: 100;
  469. cursor: pointer;
  470. color: #eee;
  471. }
  472. #secondnav .nav-addtabs > li .close-tab:before {
  473. content: "\e626";
  474. font-family: iconfont;
  475. font-style: normal;
  476. font-weight: normal;
  477. text-decoration: inherit;
  478. font-size: 18px;
  479. }
  480. #secondnav .nav-addtabs > li:hover,
  481. #secondnav .nav-addtabs > li:focus {
  482. border-color: #bdbebd;
  483. }
  484. #secondnav .nav-addtabs ul li {
  485. position: relative;
  486. }
  487. #secondnav .nav-addtabs li:hover > .close-tab {
  488. display: block;
  489. border-color: #222e32;
  490. color: #222e32;
  491. }
  492. .multiplenav .content-wrapper,
  493. .multiplenav .right-side {
  494. padding-top: 50px;
  495. }
  496. .multiplenav #firstnav .nav-addtabs {
  497. padding-right: 450px;
  498. }
  499. .multipletab #secondnav {
  500. display: block;
  501. }
  502. .multipletab.multiplenav .content-wrapper,
  503. .multipletab.multiplenav .right-side {
  504. padding-top: 94px;
  505. }
  506. .main-sidebar .sidebar-form {
  507. overflow: visible;
  508. }
  509. .main-sidebar .sidebar-form .menuresult {
  510. z-index: 999;
  511. position: absolute;
  512. top: 34px;
  513. left: -1px;
  514. width: 100%;
  515. max-height: 250px;
  516. overflow: auto;
  517. margin: 0;
  518. border-top: none;
  519. border-top-left-radius: 0;
  520. border-top-right-radius: 0;
  521. }
  522. .main-sidebar .sidebar-form .menuresult a {
  523. border-top: 1px solid #eee;
  524. background-color: #fff;
  525. border-bottom: 1px solid #eee;
  526. margin-bottom: -1px;
  527. display: block;
  528. padding: 10px 15px;
  529. color: #222d32;
  530. }
  531. .main-sidebar .sidebar-form .menuresult a:hover {
  532. background: #eee;
  533. }
  534. .input-group .sp_result_area {
  535. width: 100%;
  536. }
  537. .sidebar-menu.show-submenu .treeview-menu {
  538. display: block;
  539. }
  540. .sidebar-menu > li .badge {
  541. margin-top: 0;
  542. }
  543. .sidebar-menu .treeview-menu > li > a {
  544. font-size: inherit;
  545. }
  546. .sidebar-collapse .user-panel > .image img {
  547. width: 25px;
  548. height: 25px;
  549. }
  550. @media (min-width: 768px) {
  551. .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
  552. top: 41px;
  553. }
  554. .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
  555. top: 7px !important;
  556. height: 17px;
  557. }
  558. }
  559. .fieldlist dd {
  560. display: block;
  561. margin: 5px 0;
  562. }
  563. .fieldlist dd input {
  564. display: inline-block;
  565. width: 300px;
  566. }
  567. .fieldlist dd input:first-child {
  568. width: 110px;
  569. }
  570. .fieldlist dd ins {
  571. width: 110px;
  572. display: inline-block;
  573. text-decoration: none;
  574. font-weight: bold;
  575. }
  576. /* 弹窗中的表单 */
  577. .form-layer {
  578. height: 100%;
  579. min-height: 150px;
  580. min-width: 300px;
  581. }
  582. .form-layer .form-body {
  583. width: 100%;
  584. overflow: auto;
  585. top: 0;
  586. position: absolute;
  587. z-index: 10;
  588. bottom: 50px;
  589. padding: 15px;
  590. }
  591. .form-layer .form-footer {
  592. height: 50px;
  593. line-height: 50px;
  594. background-color: #ecf0f1;
  595. width: 100%;
  596. position: absolute;
  597. z-index: 200;
  598. bottom: 0;
  599. margin: 0;
  600. }
  601. .form-layer .form-footer .form-group {
  602. margin-left: 0;
  603. margin-right: 0;
  604. }
  605. #treeview .jstree-container-ul .jstree-node {
  606. display: block;
  607. clear: both;
  608. }
  609. #treeview .jstree-leaf:not(:first-child) {
  610. float: left;
  611. background: none;
  612. margin-left: 0;
  613. min-width: 80px;
  614. clear: none;
  615. }
  616. #treeview .jstree-leaf {
  617. float: left;
  618. margin-left: 0;
  619. padding-left: 24px;
  620. min-width: 80px;
  621. clear: none;
  622. color: #777;
  623. }
  624. #treeview .jstree-leaf > .jstree-icon,
  625. #treeview .jstree-leaf .jstree-themeicon {
  626. display: none;
  627. }
  628. #treeview .jstree-last {
  629. background-image: url("../img/32px.png");
  630. background-position: -292px -4px;
  631. background-repeat: repeat-y;
  632. }
  633. #treeview .jstree-children:before,
  634. #treeview .jstree-children:after {
  635. content: " ";
  636. display: table;
  637. }
  638. #treeview .jstree-children:after {
  639. clear: both;
  640. }
  641. #treeview .jstree-themeicon {
  642. display: none;
  643. }
  644. /*去除bootstrap-table的边框*/
  645. .fixed-table-container {
  646. border: none !important;
  647. }
  648. .fixed-table-container tbody .selected td {
  649. background-color: rgba(216, 224, 230, 0.5);
  650. }
  651. .fixed-table-container .bs-checkbox {
  652. min-width: 36px;
  653. }
  654. /*修复nice-validator新版下的一处BUG*/
  655. .nice-validator input,
  656. .nice-validator select,
  657. .nice-validator textarea,
  658. .nice-validator [contenteditable] {
  659. vertical-align: top;
  660. display: inline-block;
  661. *display: inline;
  662. *zoom: 1;
  663. }
  664. /*修复nice-validator和summernote的编辑框冲突*/
  665. .nice-validator .note-editor .note-editing-area .note-editable {
  666. display: inherit;
  667. }
  668. /*预览区域*/
  669. .plupload-preview,
  670. .faupload-preview {
  671. padding: 0 10px;
  672. margin-bottom: 0;
  673. }
  674. .plupload-preview li,
  675. .faupload-preview li {
  676. margin-top: 15px;
  677. }
  678. .plupload-preview .thumbnail,
  679. .faupload-preview .thumbnail {
  680. margin-bottom: 10px;
  681. }
  682. .plupload-preview a,
  683. .faupload-preview a {
  684. display: block;
  685. }
  686. .plupload-preview a:first-child,
  687. .faupload-preview a:first-child {
  688. height: 90px;
  689. }
  690. .plupload-preview a img,
  691. .faupload-preview a img {
  692. height: 80px;
  693. object-fit: cover;
  694. }
  695. .pjax-loader-bar .progress {
  696. position: fixed;
  697. top: 0;
  698. left: 0;
  699. height: 2px;
  700. background: #77b6ff;
  701. box-shadow: 0 0 10px rgba(119, 182, 255, 0.7);
  702. -webkit-transition: width 0.4s ease;
  703. transition: width 0.4s ease;
  704. }
  705. .dropdown-menu.text-left a,
  706. .dropdown-menu.text-left li {
  707. text-align: left !important;
  708. }
  709. .bootstrap-table .fixed-table-toolbar .dropdown-menu {
  710. overflow: auto;
  711. }
  712. .bootstrap-table .fa-toggle-on.fa-2x {
  713. font-size: 1.86em;
  714. }
  715. .bootstrap-table .form-commonsearch .form-group {
  716. margin-left: 0;
  717. margin-right: 0;
  718. white-space: nowrap;
  719. }
  720. .toolbar {
  721. margin-top: 10px;
  722. margin-bottom: 10px;
  723. }
  724. .fixed-table-toolbar .bs-bars,
  725. .fixed-table-toolbar .columns,
  726. .fixed-table-toolbar .search {
  727. line-height: inherit;
  728. }
  729. .fixed-table-toolbar .toolbar {
  730. margin-top: 0;
  731. margin-bottom: 0;
  732. }
  733. .bootstrap-table table tbody tr:first-child td .bs-checkbox {
  734. vertical-align: middle;
  735. }
  736. .bootstrap-table td.bs-checkbox {
  737. vertical-align: middle;
  738. }
  739. table.table-nowrap tbody > tr > td,
  740. table.table-nowrap thead > tr > th {
  741. white-space: nowrap;
  742. }
  743. .fixed-table-container thead th .sortable {
  744. padding-right: 0;
  745. }
  746. .dropdown-submenu {
  747. position: relative;
  748. }
  749. .dropdown-submenu > .dropdown-menu {
  750. overflow: auto;
  751. top: 0;
  752. left: 100%;
  753. margin-top: -6px;
  754. margin-left: -1px;
  755. -webkit-border-radius: 0 6px 6px 6px;
  756. -webkit-background-clip: padding-box;
  757. -moz-border-radius: 0 6px 6px 6px;
  758. -moz-background-clip: padding;
  759. border-radius: 0 6px 6px 6px;
  760. background-clip: padding-box;
  761. }
  762. .dropdown-submenu:hover > .dropdown-menu {
  763. display: block;
  764. }
  765. .dropdown-submenu:hover > a:after {
  766. border-left-color: #fff;
  767. }
  768. .dropdown-submenu > a:after {
  769. display: block;
  770. content: " ";
  771. float: right;
  772. width: 0;
  773. height: 0;
  774. border-color: transparent;
  775. border-style: solid;
  776. border-width: 5px 0 5px 5px;
  777. border-left-color: #ccc;
  778. margin-top: 5px;
  779. margin-right: -10px;
  780. }
  781. .dropdown-submenu.pull-left {
  782. float: none;
  783. }
  784. .dropdown-submenu.pull-left > .dropdown-menu {
  785. left: -100%;
  786. margin-left: 10px;
  787. -webkit-border-radius: 6px 0 6px 6px;
  788. -webkit-background-clip: padding-box;
  789. -moz-border-radius: 6px 0 6px 6px;
  790. -moz-background-clip: padding;
  791. border-radius: 6px 0 6px 6px;
  792. background-clip: padding-box;
  793. }
  794. /*重写toast的几个背景色*/
  795. .toast-primary {
  796. background-color: #48c9b0 !important;
  797. }
  798. .toast-success {
  799. background-color: #18bc9c !important;
  800. }
  801. .toast-error {
  802. background-color: #e74c3c !important;
  803. }
  804. .toast-info {
  805. background-color: #5dade2 !important;
  806. }
  807. .toast-warning {
  808. background-color: #f1c40f !important;
  809. }
  810. .toast-inverse {
  811. background-color: #34495e !important;
  812. }
  813. .toast-default {
  814. background-color: #bdc3c7 !important;
  815. }
  816. #toast-container > div,
  817. #toast-container > div:hover {
  818. -webkit-box-shadow: 0 0 3px #eee;
  819. -moz-box-shadow: 0 0 3px #eee;
  820. box-shadow: 0 0 3px #eee;
  821. }
  822. .layui-layer-fast {
  823. /*自定义底部灰色操作区*/
  824. }
  825. .layui-layer-fast .layui-layer-title {
  826. background: #2c3e50 !important;
  827. color: #fff !important;
  828. border-bottom: none;
  829. }
  830. .layui-layer-fast .layui-layer-title ~ .layui-layer-setwin {
  831. top: 0px;
  832. height: 42px;
  833. }
  834. .layui-layer-fast .layui-layer-title ~ .layui-layer-setwin > a {
  835. height: 42px;
  836. line-height: 42px;
  837. display: inline-block;
  838. }
  839. .layui-layer-fast.layui-layer-border {
  840. border: none !important;
  841. box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3) !important;
  842. }
  843. .layui-layer-fast.layui-layer-iframe {
  844. overflow: visible;
  845. }
  846. .layui-layer-fast .layui-layer-moves {
  847. -webkit-box-sizing: content-box;
  848. -moz-box-sizing: content-box;
  849. box-sizing: content-box;
  850. }
  851. .layui-layer-fast .layui-layer-btn {
  852. text-align: center !important;
  853. padding: 10px !important;
  854. background: #ecf0f1;
  855. overflow: hidden;
  856. }
  857. .layui-layer-fast .layui-layer-btn a {
  858. background-color: #95a5a6;
  859. border-color: #95a5a6;
  860. color: #fff !important;
  861. height: 31px;
  862. margin-top: 0;
  863. border: 1px solid transparent;
  864. }
  865. .layui-layer-fast .layui-layer-btn .layui-layer-btn0 {
  866. background-color: #18bc9c;
  867. border-color: #18bc9c;
  868. }
  869. .layui-layer-fast .layui-layer-footer {
  870. padding: 8px 20px;
  871. background-color: #ecf0f1;
  872. height: auto;
  873. text-align: inherit !important;
  874. }
  875. .layui-layer-fast .layui-layer-setwin > a {
  876. background: none !important;
  877. }
  878. .layui-layer-fast .layui-layer-setwin > a cite {
  879. display: none;
  880. }
  881. .layui-layer-fast .layui-layer-setwin > a:after {
  882. content: "\e625";
  883. font-family: iconfont;
  884. font-style: normal;
  885. font-weight: normal;
  886. text-decoration: inherit;
  887. position: absolute;
  888. font-size: 18px;
  889. color: #fff;
  890. margin: 0;
  891. z-index: 1;
  892. }
  893. .layui-layer-fast .layui-layer-setwin > a:hover {
  894. text-decoration: none !important;
  895. background: none !important;
  896. }
  897. .layui-layer-fast .layui-layer-setwin > a:focus {
  898. text-decoration: none !important;
  899. }
  900. .layui-layer-fast .layui-layer-setwin .layui-layer-min {
  901. display: none;
  902. }
  903. .layui-layer-fast .layui-layer-setwin .layui-layer-min:after {
  904. content: "\e625";
  905. }
  906. .layui-layer-fast .layui-layer-setwin .layui-layer-max {
  907. display: none;
  908. }
  909. .layui-layer-fast .layui-layer-setwin .layui-layer-max:after {
  910. content: "\e623";
  911. }
  912. .layui-layer-fast .layui-layer-setwin .layui-layer-maxmin {
  913. display: none;
  914. }
  915. .layui-layer-fast .layui-layer-setwin .layui-layer-maxmin:after {
  916. content: "\e624";
  917. }
  918. .layui-layer-fast .layui-layer-setwin .layui-layer-close1:after {
  919. content: "\e626";
  920. }
  921. .layui-layer-fast .layui-layer-setwin .layui-layer-close2,
  922. .layui-layer-fast .layui-layer-setwin .layui-layer-close2:hover {
  923. background: url('../libs/fastadmin-layer/dist/theme/default/icon.png') no-repeat -149px -31px !important;
  924. top: -30px;
  925. right: -30px;
  926. }
  927. .layui-layer-fast .layui-layer-setwin .layui-layer-close2:after,
  928. .layui-layer-fast .layui-layer-setwin .layui-layer-close2:hover:after {
  929. display: none;
  930. }
  931. .layui-layer-content {
  932. clear: both;
  933. }
  934. .layui-layer-fast-msg {
  935. min-width: 100px;
  936. }
  937. .layui-layer-fast-tab .layui-layer-title .layui-this {
  938. color: #333;
  939. }
  940. .layui-layer-fast-tab .layui-layer-content .layui-layer-tabmain {
  941. margin: 0;
  942. padding: 0;
  943. }
  944. .input-group > .msg-box.n-right {
  945. position: absolute;
  946. }
  947. @media (min-width: 564px) {
  948. body.is-dialog .daterangepicker {
  949. min-width: 130px;
  950. }
  951. body.is-dialog .daterangepicker .ranges ul {
  952. width: 130px;
  953. }
  954. }
  955. /*手机版样式*/
  956. @media (max-width: 480px) {
  957. #firstnav .navbar-custom-menu ul li a {
  958. padding-left: 10px;
  959. padding-right: 10px;
  960. }
  961. #firstnav .navbar-nav > .user-menu .user-image {
  962. margin-top: -3px;
  963. }
  964. .fixed-table-toolbar .columns-right.btn-group {
  965. display: none;
  966. }
  967. .fixed .content-wrapper,
  968. .fixed .right-side {
  969. padding-top: 50px;
  970. }
  971. .multiplenav .fixed .content-wrapper,
  972. .multiplenav .fixed .right-side {
  973. padding-top: 94px;
  974. }
  975. .multiplenav .content-wrapper,
  976. .multiplenav .right-side {
  977. padding-top: 94px;
  978. }
  979. .main-sidebar,
  980. .left-side {
  981. padding-top: 144px;
  982. }
  983. }
  984. /*平板样式*/
  985. @media (max-width: 767px) {
  986. body .wrapper .main-header .logo {
  987. background: none;
  988. color: #fff;
  989. border-bottom: 0 solid transparent;
  990. position: absolute;
  991. top: 0;
  992. z-index: 1200;
  993. width: 130px;
  994. left: 50%;
  995. margin-left: -65px;
  996. }
  997. body .sidebar .mobilenav a.btn-app {
  998. color: #444;
  999. width: 100px;
  1000. height: 70px;
  1001. font-size: 13px;
  1002. }
  1003. body .sidebar .mobilenav a.btn-app i.fa {
  1004. font-size: 24px;
  1005. }
  1006. body .sidebar .mobilenav a.btn-app span {
  1007. margin-top: 5px;
  1008. display: block;
  1009. }
  1010. body .sidebar .mobilenav a.btn-app.active {
  1011. color: #222d32;
  1012. }
  1013. body .wrapper .main-header .navbar .dropdown-menu li > a {
  1014. color: #333;
  1015. }
  1016. body .wrapper .main-header .navbar .dropdown-menu li > a:hover {
  1017. background: #eee;
  1018. }
  1019. body .wrapper .main-header .navbar .dropdown-menu li.active > a {
  1020. color: #fff;
  1021. }
  1022. body .wrapper .main-header .navbar .dropdown-menu li.active > a:hover {
  1023. background: #222d32;
  1024. }
  1025. .main-sidebar,
  1026. .left-side {
  1027. padding-top: 50px;
  1028. }
  1029. .n-bootstrap .n-right {
  1030. margin-top: 0;
  1031. top: -20px;
  1032. position: absolute;
  1033. left: 0;
  1034. text-align: right;
  1035. width: 100%;
  1036. }
  1037. .n-bootstrap .n-right .msg-wrap {
  1038. position: relative;
  1039. }
  1040. .n-bootstrap .col-xs-12 > .n-right .msg-wrap {
  1041. margin-right: 15px;
  1042. }
  1043. }
  1044. /*修复radio和checkbox样式对齐*/
  1045. .radio > label,
  1046. .checkbox > label {
  1047. margin-right: 10px;
  1048. }
  1049. .radio > label > input,
  1050. .checkbox > label > input {
  1051. margin: 2px 0 0;
  1052. }
  1053. .wipecache li a {
  1054. color: #444444 !important;
  1055. }
  1056. /*修正开关关闭下的颜色值*/
  1057. .btn-switcher.disabled {
  1058. opacity: .6;
  1059. cursor: not-allowed;
  1060. }
  1061. .btn-switcher .text-gray {
  1062. color: #d2d6de !important;
  1063. }
  1064. .jumpto input {
  1065. height: 31px;
  1066. width: 50px;
  1067. margin-left: 5px;
  1068. margin-right: 5px;
  1069. text-align: center;
  1070. display: inline-block;
  1071. }
  1072. .fixed-columns,
  1073. .fixed-columns-right {
  1074. position: absolute;
  1075. top: 0;
  1076. height: 100%;
  1077. background-color: #fff;
  1078. box-sizing: border-box;
  1079. z-index: 1;
  1080. box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.08);
  1081. }
  1082. .fixed-columns {
  1083. left: 0;
  1084. }
  1085. .fixed-columns .fixed-table-body {
  1086. overflow: hidden !important;
  1087. }
  1088. .fixed-columns-right {
  1089. right: 0;
  1090. box-shadow: -1px 0 8px rgba(0, 0, 0, 0.08);
  1091. }
  1092. .fixed-columns-right .fixed-table-body {
  1093. overflow-x: hidden !important;
  1094. }
  1095. .fix-sticky {
  1096. position: fixed;
  1097. z-index: 100;
  1098. }
  1099. .fix-sticky thead {
  1100. background: #fff;
  1101. }
  1102. .fix-sticky thead th,
  1103. .fix-sticky thead th:first-child {
  1104. border-left: 0;
  1105. border-right: 0;
  1106. border-bottom: 1px solid #eee;
  1107. border-radius: 0;
  1108. }
  1109. .sidebar-menu li.treeview-open > a > .fa-angle-left,
  1110. .sidebar-menu li.treeview-open > a > .pull-right-container > .fa-angle-left {
  1111. -webkit-transform: rotate(-90deg);
  1112. -ms-transform: rotate(-90deg);
  1113. -o-transform: rotate(-90deg);
  1114. transform: rotate(-90deg);
  1115. }
  1116. /*# sourceMappingURL=backend.css.map */