backend.css 21 KB

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