backend.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781
  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. #treeview .jstree-container-ul .jstree-node {
  421. display: block;
  422. clear: both;
  423. }
  424. #treeview .jstree-leaf:not(:first-child) {
  425. float: left;
  426. background: none;
  427. margin-left: 0;
  428. width: 80px;
  429. clear: none;
  430. }
  431. #treeview .jstree-leaf {
  432. float: left;
  433. margin-left: 0;
  434. padding-left: 24px;
  435. width: 80px;
  436. clear: none;
  437. color: #777;
  438. }
  439. #treeview .jstree-leaf > .jstree-icon,
  440. #treeview .jstree-leaf .jstree-themeicon {
  441. display: none;
  442. }
  443. #treeview .jstree-last {
  444. background-image: url("../img/32px.png");
  445. background-position: -292px -4px;
  446. background-repeat: repeat-y;
  447. }
  448. #treeview .jstree-children:before,
  449. #treeview .jstree-children:after {
  450. content: " ";
  451. display: table;
  452. }
  453. #treeview .jstree-children:after {
  454. clear: both;
  455. }
  456. #treeview .jstree-themeicon {
  457. display: none;
  458. }
  459. /*去除bootstrap-table的边框*/
  460. .fixed-table-container {
  461. border: none!important;
  462. }
  463. /*修复nice-validator新版下的一处BUG*/
  464. .nice-validator input,
  465. .nice-validator select,
  466. .nice-validator textarea,
  467. .nice-validator [contenteditable] {
  468. display: inline-block;
  469. *display: inline;
  470. *zoom: 1;
  471. }
  472. /*修复nice-validator和summernote的编辑框冲突*/
  473. .nice-validator .note-editor .note-editing-area .note-editable {
  474. display: inherit;
  475. }
  476. /*预览区域*/
  477. .plupload-preview {
  478. padding: 0 10px;
  479. margin-bottom: 0;
  480. }
  481. .plupload-preview li {
  482. margin-top: 15px;
  483. }
  484. .plupload-preview .thumbnail {
  485. margin-bottom: 10px;
  486. }
  487. .plupload-preview a {
  488. display: block;
  489. }
  490. .plupload-preview a:first-child {
  491. height: 90px;
  492. }
  493. .plupload-preview a img {
  494. height: 80px;
  495. object-fit: cover;
  496. }
  497. .pjax-loader-bar .progress {
  498. position: fixed;
  499. top: 0;
  500. left: 0;
  501. height: 2px;
  502. background: #77b6ff;
  503. box-shadow: 0 0 10px rgba(119, 182, 255, 0.7);
  504. -webkit-transition: width 0.4s ease;
  505. transition: width 0.4s ease;
  506. }
  507. .dropdown-menu.text-left a,
  508. .dropdown-menu.text-left li {
  509. text-align: left!important;
  510. }
  511. .bootstrap-table .fixed-table-toolbar .dropdown-menu {
  512. overflow: auto;
  513. }
  514. .toolbar {
  515. margin-top: 10px;
  516. margin-bottom: 10px;
  517. }
  518. .fixed-table-toolbar .bs-bars,
  519. .fixed-table-toolbar .columns,
  520. .fixed-table-toolbar .search {
  521. line-height: inherit;
  522. }
  523. .fixed-table-toolbar .toolbar {
  524. margin-top: 0;
  525. margin-bottom: 0;
  526. }
  527. .bootstrap-table table tbody tr:first-child td .bs-checkbox {
  528. vertical-align: middle;
  529. }
  530. .bootstrap-table td.bs-checkbox {
  531. vertical-align: middle;
  532. }
  533. .dropdown-submenu {
  534. position: relative;
  535. }
  536. .dropdown-submenu > .dropdown-menu {
  537. overflow: auto;
  538. top: 0;
  539. left: 100%;
  540. margin-top: -6px;
  541. margin-left: -1px;
  542. -webkit-border-radius: 0 6px 6px 6px;
  543. -webkit-background-clip: padding-box;
  544. -moz-border-radius: 0 6px 6px 6px;
  545. -moz-background-clip: padding;
  546. border-radius: 0 6px 6px 6px;
  547. background-clip: padding-box;
  548. }
  549. .dropdown-submenu:hover > .dropdown-menu {
  550. display: block;
  551. }
  552. .dropdown-submenu:hover > a:after {
  553. border-left-color: #fff;
  554. }
  555. .dropdown-submenu > a:after {
  556. display: block;
  557. content: " ";
  558. float: right;
  559. width: 0;
  560. height: 0;
  561. border-color: transparent;
  562. border-style: solid;
  563. border-width: 5px 0 5px 5px;
  564. border-left-color: #ccc;
  565. margin-top: 5px;
  566. margin-right: -10px;
  567. }
  568. .dropdown-submenu.pull-left {
  569. float: none;
  570. }
  571. .dropdown-submenu.pull-left > .dropdown-menu {
  572. left: -100%;
  573. margin-left: 10px;
  574. -webkit-border-radius: 6px 0 6px 6px;
  575. -webkit-background-clip: padding-box;
  576. -moz-border-radius: 6px 0 6px 6px;
  577. -moz-background-clip: padding;
  578. border-radius: 6px 0 6px 6px;
  579. background-clip: padding-box;
  580. }
  581. /*重写toast的几个背景色*/
  582. .toast-primary {
  583. background-color: #48c9b0!important;
  584. }
  585. .toast-success {
  586. background-color: #18bc9c!important;
  587. }
  588. .toast-error {
  589. background-color: #e74c3c!important;
  590. }
  591. .toast-info {
  592. background-color: #5dade2!important;
  593. }
  594. .toast-warning {
  595. background-color: #f1c40f!important;
  596. }
  597. .toast-inverse {
  598. background-color: #34495e!important;
  599. }
  600. .toast-default {
  601. background-color: #bdc3c7!important;
  602. }
  603. #toast-container > div,
  604. #toast-container > div:hover {
  605. -webkit-box-shadow: 0 0 3px #eee;
  606. -moz-box-shadow: 0 0 3px #eee;
  607. box-shadow: 0 0 3px #eee;
  608. }
  609. .layui-layer-fast {
  610. /*自定义底部灰色操作区*/
  611. }
  612. .layui-layer-fast .layui-layer-title {
  613. background: #2c3e50!important;
  614. color: #fff!important;
  615. border-bottom: none;
  616. }
  617. .layui-layer-fast .layui-layer-title ~ .layui-layer-setwin {
  618. top: 0px;
  619. height: 42px;
  620. }
  621. .layui-layer-fast .layui-layer-title ~ .layui-layer-setwin > a {
  622. height: 42px;
  623. line-height: 42px;
  624. display: inline-block;
  625. }
  626. .layui-layer-fast.layui-layer-border {
  627. border: none!important;
  628. box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3) !important;
  629. }
  630. .layui-layer-fast.layui-layer-iframe {
  631. overflow: visible;
  632. }
  633. .layui-layer-fast .layui-layer-moves {
  634. -webkit-box-sizing: content-box;
  635. -moz-box-sizing: content-box;
  636. box-sizing: content-box;
  637. }
  638. .layui-layer-fast .layui-layer-btn {
  639. text-align: center!important;
  640. padding: 10px!important;
  641. background: #ecf0f1;
  642. overflow: hidden;
  643. }
  644. .layui-layer-fast .layui-layer-btn a {
  645. background-color: #95a5a6;
  646. border-color: #95a5a6;
  647. color: #fff!important;
  648. height: 31px;
  649. margin-top: 0;
  650. border: 1px solid transparent;
  651. }
  652. .layui-layer-fast .layui-layer-btn .layui-layer-btn0 {
  653. background-color: #18bc9c;
  654. border-color: #18bc9c;
  655. }
  656. .layui-layer-fast .layui-layer-footer {
  657. padding: 8px 20px;
  658. background-color: #ecf0f1;
  659. height: auto;
  660. text-align: inherit!important;
  661. }
  662. .layui-layer-fast .layui-layer-setwin > a {
  663. background: none!important;
  664. }
  665. .layui-layer-fast .layui-layer-setwin > a cite {
  666. display: none;
  667. }
  668. .layui-layer-fast .layui-layer-setwin > a:after {
  669. content: "\e625";
  670. font-family: iconfont;
  671. font-style: normal;
  672. font-weight: normal;
  673. text-decoration: inherit;
  674. position: absolute;
  675. font-size: 18px;
  676. color: #fff;
  677. margin: 0;
  678. z-index: 1;
  679. }
  680. .layui-layer-fast .layui-layer-setwin > a:hover {
  681. text-decoration: none!important;
  682. background: none!important;
  683. }
  684. .layui-layer-fast .layui-layer-setwin > a:focus {
  685. text-decoration: none!important;
  686. }
  687. .layui-layer-fast .layui-layer-setwin .layui-layer-min {
  688. display: none;
  689. }
  690. .layui-layer-fast .layui-layer-setwin .layui-layer-min:after {
  691. content: "\e625";
  692. }
  693. .layui-layer-fast .layui-layer-setwin .layui-layer-max {
  694. display: none;
  695. }
  696. .layui-layer-fast .layui-layer-setwin .layui-layer-max:after {
  697. content: "\e623";
  698. }
  699. .layui-layer-fast .layui-layer-setwin .layui-layer-maxmin {
  700. display: none;
  701. }
  702. .layui-layer-fast .layui-layer-setwin .layui-layer-maxmin:after {
  703. content: "\e624";
  704. }
  705. .layui-layer-fast .layui-layer-setwin .layui-layer-close1:after {
  706. content: "\e626";
  707. }
  708. .layui-layer-fast .layui-layer-setwin .layui-layer-close2,
  709. .layui-layer-fast .layui-layer-setwin .layui-layer-close2:hover {
  710. background: url('../libs/layer/dist/theme/default/icon.png') no-repeat -149px -31px !important;
  711. top: -30px;
  712. right: -30px;
  713. }
  714. .layui-layer-fast .layui-layer-setwin .layui-layer-close2:after,
  715. .layui-layer-fast .layui-layer-setwin .layui-layer-close2:hover:after {
  716. display: none;
  717. }
  718. .layui-layer-content {
  719. clear: both;
  720. }
  721. .layui-layer-fast-msg {
  722. min-width: 100px;
  723. border-radius: 2px;
  724. background-color: rgba(0, 0, 0, 0.6);
  725. color: #fff;
  726. }
  727. .layui-layer-fast-msg .layui-layer-content {
  728. padding: 12px 25px;
  729. text-align: center;
  730. }
  731. .n-bootstrap .input-group > .n-right {
  732. position: absolute;
  733. }
  734. @media (min-width: 564px) {
  735. body.is-dialog .daterangepicker {
  736. min-width: 130px;
  737. }
  738. body.is-dialog .daterangepicker .ranges ul {
  739. width: 130px;
  740. }
  741. }
  742. /*手机版样式*/
  743. @media (max-width: 480px) {
  744. .nav-addtabs {
  745. display: none;
  746. }
  747. .fixed-table-toolbar .columns-right.btn-group {
  748. display: none;
  749. }
  750. .fixed .content-wrapper,
  751. .fixed .right-side {
  752. padding-top: 50px;
  753. }
  754. }
  755. /*平板样式*/
  756. @media (max-width: 768px) {
  757. .n-bootstrap .n-right {
  758. margin-top: 0;
  759. top: -20px;
  760. position: absolute;
  761. left: 0;
  762. text-align: right;
  763. width: 100%;
  764. }
  765. .n-bootstrap .n-right .msg-wrap {
  766. position: relative;
  767. }
  768. .n-bootstrap .col-xs-12 > .n-right .msg-wrap {
  769. margin-right: 15px;
  770. }
  771. }
  772. /*修复radio和checkbox样式对齐*/
  773. .radio > label,
  774. .checkbox > label {
  775. margin-right: 10px;
  776. }
  777. .radio > label > input,
  778. .checkbox > label > input {
  779. margin: 2px 0 0;
  780. }
  781. /*# sourceMappingURL=backend.css.map */