backend.css 21 KB

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