backend.css 13 KB

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