backend.css 16 KB

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