backend.css 17 KB

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