backend.css 21 KB

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