backend.css 23 KB

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