backend.css 23 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076
  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. /*修复nice-validator新版下的一处BUG*/
  652. .nice-validator input,
  653. .nice-validator select,
  654. .nice-validator textarea,
  655. .nice-validator [contenteditable] {
  656. vertical-align: top;
  657. display: inline-block;
  658. *display: inline;
  659. *zoom: 1;
  660. }
  661. /*修复nice-validator和summernote的编辑框冲突*/
  662. .nice-validator .note-editor .note-editing-area .note-editable {
  663. display: inherit;
  664. }
  665. /*预览区域*/
  666. .plupload-preview,
  667. .faupload-preview {
  668. padding: 0 10px;
  669. margin-bottom: 0;
  670. }
  671. .plupload-preview li,
  672. .faupload-preview li {
  673. margin-top: 15px;
  674. }
  675. .plupload-preview .thumbnail,
  676. .faupload-preview .thumbnail {
  677. margin-bottom: 10px;
  678. }
  679. .plupload-preview a,
  680. .faupload-preview a {
  681. display: block;
  682. }
  683. .plupload-preview a:first-child,
  684. .faupload-preview a:first-child {
  685. height: 90px;
  686. }
  687. .plupload-preview a img,
  688. .faupload-preview a img {
  689. height: 80px;
  690. object-fit: cover;
  691. }
  692. .pjax-loader-bar .progress {
  693. position: fixed;
  694. top: 0;
  695. left: 0;
  696. height: 2px;
  697. background: #77b6ff;
  698. box-shadow: 0 0 10px rgba(119, 182, 255, 0.7);
  699. -webkit-transition: width 0.4s ease;
  700. transition: width 0.4s ease;
  701. }
  702. .dropdown-menu.text-left a,
  703. .dropdown-menu.text-left li {
  704. text-align: left !important;
  705. }
  706. .bootstrap-table .fixed-table-toolbar .dropdown-menu {
  707. overflow: auto;
  708. }
  709. .bootstrap-table .fa-toggle-on.fa-2x {
  710. font-size: 1.86em;
  711. }
  712. .bootstrap-table .form-commonsearch .form-group {
  713. margin-left: 0;
  714. margin-right: 0;
  715. white-space: nowrap;
  716. }
  717. .toolbar {
  718. margin-top: 10px;
  719. margin-bottom: 10px;
  720. }
  721. .fixed-table-toolbar .bs-bars,
  722. .fixed-table-toolbar .columns,
  723. .fixed-table-toolbar .search {
  724. line-height: inherit;
  725. }
  726. .fixed-table-toolbar .toolbar {
  727. margin-top: 0;
  728. margin-bottom: 0;
  729. }
  730. .bootstrap-table table tbody tr:first-child td .bs-checkbox {
  731. vertical-align: middle;
  732. }
  733. .bootstrap-table td.bs-checkbox {
  734. vertical-align: middle;
  735. }
  736. table.table-nowrap tbody > tr > td,
  737. table.table-nowrap thead > tr > th {
  738. white-space: nowrap;
  739. }
  740. .fixed-table-container thead th .sortable {
  741. padding-right: 0;
  742. }
  743. .dropdown-submenu {
  744. position: relative;
  745. }
  746. .dropdown-submenu > .dropdown-menu {
  747. overflow: auto;
  748. top: 0;
  749. left: 100%;
  750. margin-top: -6px;
  751. margin-left: -1px;
  752. -webkit-border-radius: 0 6px 6px 6px;
  753. -webkit-background-clip: padding-box;
  754. -moz-border-radius: 0 6px 6px 6px;
  755. -moz-background-clip: padding;
  756. border-radius: 0 6px 6px 6px;
  757. background-clip: padding-box;
  758. }
  759. .dropdown-submenu:hover > .dropdown-menu {
  760. display: block;
  761. }
  762. .dropdown-submenu:hover > a:after {
  763. border-left-color: #fff;
  764. }
  765. .dropdown-submenu > a:after {
  766. display: block;
  767. content: " ";
  768. float: right;
  769. width: 0;
  770. height: 0;
  771. border-color: transparent;
  772. border-style: solid;
  773. border-width: 5px 0 5px 5px;
  774. border-left-color: #ccc;
  775. margin-top: 5px;
  776. margin-right: -10px;
  777. }
  778. .dropdown-submenu.pull-left {
  779. float: none;
  780. }
  781. .dropdown-submenu.pull-left > .dropdown-menu {
  782. left: -100%;
  783. margin-left: 10px;
  784. -webkit-border-radius: 6px 0 6px 6px;
  785. -webkit-background-clip: padding-box;
  786. -moz-border-radius: 6px 0 6px 6px;
  787. -moz-background-clip: padding;
  788. border-radius: 6px 0 6px 6px;
  789. background-clip: padding-box;
  790. }
  791. /*重写toast的几个背景色*/
  792. .toast-primary {
  793. background-color: #48c9b0 !important;
  794. }
  795. .toast-success {
  796. background-color: #18bc9c !important;
  797. }
  798. .toast-error {
  799. background-color: #e74c3c !important;
  800. }
  801. .toast-info {
  802. background-color: #5dade2 !important;
  803. }
  804. .toast-warning {
  805. background-color: #f1c40f !important;
  806. }
  807. .toast-inverse {
  808. background-color: #34495e !important;
  809. }
  810. .toast-default {
  811. background-color: #bdc3c7 !important;
  812. }
  813. #toast-container > div,
  814. #toast-container > div:hover {
  815. -webkit-box-shadow: 0 0 3px #eee;
  816. -moz-box-shadow: 0 0 3px #eee;
  817. box-shadow: 0 0 3px #eee;
  818. }
  819. .layui-layer-fast {
  820. /*自定义底部灰色操作区*/
  821. }
  822. .layui-layer-fast .layui-layer-title {
  823. background: #2c3e50 !important;
  824. color: #fff !important;
  825. border-bottom: none;
  826. }
  827. .layui-layer-fast .layui-layer-title ~ .layui-layer-setwin {
  828. top: 0px;
  829. height: 42px;
  830. }
  831. .layui-layer-fast .layui-layer-title ~ .layui-layer-setwin > a {
  832. height: 42px;
  833. line-height: 42px;
  834. display: inline-block;
  835. }
  836. .layui-layer-fast.layui-layer-border {
  837. border: none !important;
  838. box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3) !important;
  839. }
  840. .layui-layer-fast.layui-layer-iframe {
  841. overflow: visible;
  842. }
  843. .layui-layer-fast .layui-layer-moves {
  844. -webkit-box-sizing: content-box;
  845. -moz-box-sizing: content-box;
  846. box-sizing: content-box;
  847. }
  848. .layui-layer-fast .layui-layer-btn {
  849. text-align: center !important;
  850. padding: 10px !important;
  851. background: #ecf0f1;
  852. overflow: hidden;
  853. }
  854. .layui-layer-fast .layui-layer-btn a {
  855. background-color: #95a5a6;
  856. border-color: #95a5a6;
  857. color: #fff !important;
  858. height: 31px;
  859. margin-top: 0;
  860. border: 1px solid transparent;
  861. }
  862. .layui-layer-fast .layui-layer-btn .layui-layer-btn0 {
  863. background-color: #18bc9c;
  864. border-color: #18bc9c;
  865. }
  866. .layui-layer-fast .layui-layer-footer {
  867. padding: 8px 20px;
  868. background-color: #ecf0f1;
  869. height: auto;
  870. text-align: inherit !important;
  871. }
  872. .layui-layer-fast .layui-layer-setwin > a {
  873. background: none !important;
  874. }
  875. .layui-layer-fast .layui-layer-setwin > a cite {
  876. display: none;
  877. }
  878. .layui-layer-fast .layui-layer-setwin > a:after {
  879. content: "\e625";
  880. font-family: iconfont;
  881. font-style: normal;
  882. font-weight: normal;
  883. text-decoration: inherit;
  884. position: absolute;
  885. font-size: 18px;
  886. color: #fff;
  887. margin: 0;
  888. z-index: 1;
  889. }
  890. .layui-layer-fast .layui-layer-setwin > a:hover {
  891. text-decoration: none !important;
  892. background: none !important;
  893. }
  894. .layui-layer-fast .layui-layer-setwin > a:focus {
  895. text-decoration: none !important;
  896. }
  897. .layui-layer-fast .layui-layer-setwin .layui-layer-min {
  898. display: none;
  899. }
  900. .layui-layer-fast .layui-layer-setwin .layui-layer-min:after {
  901. content: "\e625";
  902. }
  903. .layui-layer-fast .layui-layer-setwin .layui-layer-max {
  904. display: none;
  905. }
  906. .layui-layer-fast .layui-layer-setwin .layui-layer-max:after {
  907. content: "\e623";
  908. }
  909. .layui-layer-fast .layui-layer-setwin .layui-layer-maxmin {
  910. display: none;
  911. }
  912. .layui-layer-fast .layui-layer-setwin .layui-layer-maxmin:after {
  913. content: "\e624";
  914. }
  915. .layui-layer-fast .layui-layer-setwin .layui-layer-close1:after {
  916. content: "\e626";
  917. }
  918. .layui-layer-fast .layui-layer-setwin .layui-layer-close2,
  919. .layui-layer-fast .layui-layer-setwin .layui-layer-close2:hover {
  920. background: url('../libs/fastadmin-layer/dist/theme/default/icon.png') no-repeat -149px -31px !important;
  921. top: -30px;
  922. right: -30px;
  923. }
  924. .layui-layer-fast .layui-layer-setwin .layui-layer-close2:after,
  925. .layui-layer-fast .layui-layer-setwin .layui-layer-close2:hover:after {
  926. display: none;
  927. }
  928. .layui-layer-content {
  929. clear: both;
  930. }
  931. .layui-layer-fast-msg {
  932. min-width: 100px;
  933. }
  934. .layui-layer-fast-tab .layui-layer-title .layui-this {
  935. color: #333;
  936. }
  937. .layui-layer-fast-tab .layui-layer-content .layui-layer-tabmain {
  938. margin: 0;
  939. padding: 0;
  940. }
  941. .input-group > .msg-box.n-right {
  942. position: absolute;
  943. }
  944. @media (min-width: 564px) {
  945. body.is-dialog .daterangepicker {
  946. min-width: 130px;
  947. }
  948. body.is-dialog .daterangepicker .ranges ul {
  949. width: 130px;
  950. }
  951. }
  952. /*手机版样式*/
  953. @media (max-width: 480px) {
  954. #firstnav .navbar-custom-menu ul li a {
  955. padding-left: 10px;
  956. padding-right: 10px;
  957. }
  958. #firstnav .navbar-nav > .user-menu .user-image {
  959. margin-top: -3px;
  960. }
  961. .fixed-table-toolbar .columns-right.btn-group {
  962. display: none;
  963. }
  964. .fixed .content-wrapper,
  965. .fixed .right-side {
  966. padding-top: 50px;
  967. }
  968. .multiplenav .fixed .content-wrapper,
  969. .multiplenav .fixed .right-side {
  970. padding-top: 94px;
  971. }
  972. .multiplenav .content-wrapper,
  973. .multiplenav .right-side {
  974. padding-top: 94px;
  975. }
  976. .main-sidebar,
  977. .left-side {
  978. padding-top: 144px;
  979. }
  980. }
  981. /*平板样式*/
  982. @media (max-width: 767px) {
  983. body .wrapper .main-header .logo {
  984. background: none;
  985. color: #fff;
  986. border-bottom: 0 solid transparent;
  987. position: absolute;
  988. top: 0;
  989. z-index: 1200;
  990. width: 130px;
  991. left: 50%;
  992. margin-left: -65px;
  993. }
  994. body .sidebar .mobilenav a.btn-app {
  995. color: #444;
  996. width: 100px;
  997. height: 70px;
  998. font-size: 13px;
  999. }
  1000. body .sidebar .mobilenav a.btn-app i.fa {
  1001. font-size: 24px;
  1002. }
  1003. body .sidebar .mobilenav a.btn-app span {
  1004. margin-top: 5px;
  1005. display: block;
  1006. }
  1007. body .sidebar .mobilenav a.btn-app.active {
  1008. color: #222d32;
  1009. }
  1010. body .wrapper .main-header .navbar .dropdown-menu li > a {
  1011. color: #333;
  1012. }
  1013. body .wrapper .main-header .navbar .dropdown-menu li > a:hover {
  1014. background: #eee;
  1015. }
  1016. body .wrapper .main-header .navbar .dropdown-menu li.active > a {
  1017. color: #fff;
  1018. }
  1019. body .wrapper .main-header .navbar .dropdown-menu li.active > a:hover {
  1020. background: #222d32;
  1021. }
  1022. .main-sidebar,
  1023. .left-side {
  1024. padding-top: 50px;
  1025. }
  1026. .n-bootstrap .n-right {
  1027. margin-top: 0;
  1028. top: -20px;
  1029. position: absolute;
  1030. left: 0;
  1031. text-align: right;
  1032. width: 100%;
  1033. }
  1034. .n-bootstrap .n-right .msg-wrap {
  1035. position: relative;
  1036. }
  1037. .n-bootstrap .col-xs-12 > .n-right .msg-wrap {
  1038. margin-right: 15px;
  1039. }
  1040. }
  1041. /*修复radio和checkbox样式对齐*/
  1042. .radio > label,
  1043. .checkbox > label {
  1044. margin-right: 10px;
  1045. }
  1046. .radio > label > input,
  1047. .checkbox > label > input {
  1048. margin: 2px 0 0;
  1049. }
  1050. .wipecache li a {
  1051. color: #444444 !important;
  1052. }
  1053. /*修正开关关闭下的颜色值*/
  1054. .btn-switcher.disabled {
  1055. opacity: .6;
  1056. cursor: not-allowed;
  1057. }
  1058. .btn-switcher .text-gray {
  1059. color: #d2d6de !important;
  1060. }
  1061. .jumpto input {
  1062. height: 31px;
  1063. width: 50px;
  1064. margin-left: 5px;
  1065. margin-right: 5px;
  1066. text-align: center;
  1067. display: inline-block;
  1068. }
  1069. .sidebar-menu li.treeview-open > a > .fa-angle-left,
  1070. .sidebar-menu li.treeview-open > a > .pull-right-container > .fa-angle-left {
  1071. -webkit-transform: rotate(-90deg);
  1072. -ms-transform: rotate(-90deg);
  1073. -o-transform: rotate(-90deg);
  1074. transform: rotate(-90deg);
  1075. }
  1076. /*# sourceMappingURL=backend.css.map */