backend.css 16 KB

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