backend-func.css 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466
  1. body {
  2. background: #f1f4f6;
  3. }
  4. .selection {
  5. position: absolute;
  6. border: 1px solid #8B9;
  7. background-color: #BEC;
  8. }
  9. .main-header .logo,
  10. .main-header .navbar {
  11. -webkit-transition: none;
  12. -moz-transition: none;
  13. -o-transition: none;
  14. transition: none;
  15. }
  16. .note-dialog .modal {
  17. z-index: 1060;
  18. }
  19. .bootstrap-dialog .modal-dialog {
  20. /*width: 70%;*/
  21. max-width: 885px;
  22. }
  23. #header {
  24. background: #fff;
  25. box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
  26. }
  27. .content-wrapper {
  28. position: relative;
  29. }
  30. .tab-addtabs {
  31. overflow: hidden;
  32. }
  33. .tab-addtabs .tab-pane {
  34. height: 100%;
  35. width: 100%;
  36. }
  37. /*
  38. * RIBBON
  39. */
  40. #ribbon {
  41. overflow: hidden;
  42. padding: 15px 15px 0 15px;
  43. position: relative;
  44. }
  45. #ribbon a {
  46. color: #777 !important;
  47. text-decoration: none !important;
  48. }
  49. #ribbon .breadcrumb {
  50. display: inline-block;
  51. margin: 0;
  52. padding: 0;
  53. background: none;
  54. vertical-align: top;
  55. }
  56. #ribbon .breadcrumb > .active,
  57. #ribbon .breadcrumb li:last-child {
  58. color: #aaa;
  59. }
  60. #ribbon .shortcut a {
  61. margin-left: 10px;
  62. }
  63. .is-dialog #main {
  64. background: #fff;
  65. }
  66. .is-dialog form label {
  67. font-weight: normal;
  68. }
  69. /*panel扩展描述样式*/
  70. .panel-intro {
  71. margin-bottom: 0;
  72. border: none;
  73. }
  74. .panel-intro .panel-heading {
  75. padding: 15px;
  76. padding-bottom: 0;
  77. background: #e8edf0;
  78. border-color: #e8edf0;
  79. position: relative;
  80. }
  81. .panel-intro .panel-heading .panel-lead {
  82. margin-bottom: 15px;
  83. }
  84. .panel-intro .panel-heading .panel-lead em {
  85. display: block;
  86. font-weight: bold;
  87. font-style: normal;
  88. }
  89. .panel-intro .panel-heading .panel-title {
  90. height: 25px;
  91. font-weight: normal;
  92. white-space: nowrap;
  93. overflow: hidden;
  94. text-overflow: ellipsis;
  95. }
  96. .panel-intro .panel-heading .panel-control {
  97. height: 42px;
  98. position: absolute;
  99. top: 8px;
  100. right: 8px;
  101. }
  102. .panel-intro .panel-heading .panel-control .fa {
  103. font-size: 14px;
  104. }
  105. .panel-intro .panel-heading .nav-tabs {
  106. border-bottom: 0;
  107. margin-bottom: 0;
  108. }
  109. .panel-intro .panel-heading .nav-tabs > li > a {
  110. margin-right: 4px;
  111. color: #95a5a6;
  112. background-color: #d8e0e6;
  113. border: 1px solid #e8edf0;
  114. border-bottom-color: transparent;
  115. }
  116. .panel-intro .panel-heading .nav-tabs > li > a:hover,
  117. .panel-intro .panel-heading .nav-tabs > li > a:focus {
  118. border: 1px solid #e8edf0;
  119. color: #7b8a8b;
  120. background-color: #c9d4dc;
  121. }
  122. .panel-intro .panel-heading .nav-tabs > li.active > a,
  123. .panel-intro .panel-heading .nav-tabs > li.active > a:hover,
  124. .panel-intro .panel-heading .nav-tabs > li.active > a:focus {
  125. color: #7b8a8b;
  126. background-color: #ffffff;
  127. border-bottom-color: transparent;
  128. cursor: default;
  129. }
  130. /*单表格*/
  131. .panel-tabs .panel-heading {
  132. padding: 12px 15px 12px 15px;
  133. }
  134. .panel-tabs .panel-heading .panel-lead {
  135. margin-bottom: 0px;
  136. }
  137. /*选项卡*/
  138. .panel-nav .panel-heading {
  139. padding: 0px;
  140. padding-bottom: 0;
  141. background: #f1f4f6;
  142. border-color: #f1f4f6;
  143. }
  144. .panel-nav .nav-tabs > li > a {
  145. padding: 12px 15px;
  146. background-color: #e8edf0;
  147. border: 1px solid #f1f4f6;
  148. }
  149. .panel-nav .nav-tabs > li > a:hover,
  150. .panel-nav .nav-tabs > li > a:focus {
  151. border: 1px solid #e8edf0;
  152. background-color: #e8edf0;
  153. }
  154. .panel-nav .nav-tabs > li.active > a,
  155. .panel-nav .nav-tabs > li.active > a:hover,
  156. .panel-nav .nav-tabs > li.active > a:focus {
  157. border-color: #f1f4f6;
  158. border-bottom-color: transparent;
  159. }
  160. /*顶栏addtabs*/
  161. .nav-addtabs {
  162. border: none;
  163. }
  164. .nav-addtabs.disable-top-badge > li > a > .pull-right-container {
  165. display: none;
  166. }
  167. .nav-addtabs > li {
  168. margin: 0;
  169. }
  170. .nav-addtabs > li > a {
  171. height: 49px;
  172. line-height: 49px;
  173. padding: 0 15px;
  174. border-radius: 0;
  175. border: none;
  176. border-right: 1px solid rgba(0, 0, 0, 0.05);
  177. margin: 0;
  178. color: #95a5a6;
  179. }
  180. .nav-addtabs > li > a:hover,
  181. .nav-addtabs > li > a:focus {
  182. border: none;
  183. color: #2c3e50;
  184. border-right: 1px solid rgba(0, 0, 0, 0.05);
  185. }
  186. .nav-addtabs > li > a i {
  187. margin-right: 3px;
  188. }
  189. .nav-addtabs > li.active > a {
  190. height: 49px;
  191. line-height: 49px;
  192. padding: 0 15px;
  193. border-radius: 0;
  194. border: none;
  195. border-right: 1px solid rgba(0, 0, 0, 0.05);
  196. background: #f1f4f6;
  197. color: #2c3e50;
  198. overflow: hidden;
  199. }
  200. .nav-addtabs > li.active > a:hover,
  201. .nav-addtabs > li.active > a:focus {
  202. border: none;
  203. color: #2c3e50;
  204. border-right: 1px solid rgba(0, 0, 0, 0.05);
  205. background: #f1f4f6;
  206. }
  207. .nav-addtabs > li .close-tab {
  208. font-size: 10px;
  209. position: absolute;
  210. right: 5px;
  211. top: 50%;
  212. margin-top: -7px;
  213. z-index: 100;
  214. cursor: hand;
  215. cursor: pointer;
  216. color: #fff;
  217. display: none;
  218. }
  219. .nav-addtabs .open > a:hover,
  220. .nav-addtabs .open > a:focus {
  221. border-right: 1px solid rgba(0, 0, 0, 0.05);
  222. }
  223. .nav-addtabs ul li {
  224. position: relative;
  225. }
  226. .nav-addtabs li:hover > .close-tab {
  227. display: block;
  228. }
  229. .sidebar-menu.show-submenu .treeview-menu {
  230. display: block;
  231. }
  232. .sidebar-menu > li .badge {
  233. margin-top: 0;
  234. }
  235. #treeview .jstree-container-ul .jstree-node {
  236. display: block;
  237. clear: both;
  238. }
  239. #treeview .jstree-leaf:not(:first-child) {
  240. float: left;
  241. background: none;
  242. margin-left: 0;
  243. width: 80px;
  244. clear: none;
  245. }
  246. #treeview .jstree-leaf {
  247. float: left;
  248. margin-left: 0;
  249. padding-left: 24px;
  250. width: 80px;
  251. clear: none;
  252. color: #777;
  253. }
  254. #treeview .jstree-leaf > .jstree-icon,
  255. #treeview .jstree-leaf .jstree-themeicon {
  256. display: none;
  257. }
  258. #treeview .jstree-last {
  259. background-image: url("../img/32px.png");
  260. background-position: -292px -4px;
  261. background-repeat: repeat-y;
  262. }
  263. #treeview .jstree-children:before,
  264. #treeview .jstree-children:after {
  265. content: " ";
  266. display: table;
  267. }
  268. #treeview .jstree-children:after {
  269. clear: both;
  270. }
  271. #treeview .jstree-children:before,
  272. #treeview .jstree-children:after {
  273. content: " ";
  274. display: table;
  275. }
  276. #treeview .jstree-children:after {
  277. clear: both;
  278. }
  279. #treeview .jstree-themeicon {
  280. display: none;
  281. }
  282. /*去除bootstrap-table的边框*/
  283. .fixed-table-container {
  284. border: none!important;
  285. }
  286. .pjax-loader-bar .progress {
  287. position: fixed;
  288. top: 0;
  289. left: 0;
  290. height: 2px;
  291. background: #77b6ff;
  292. box-shadow: 0 0 10px rgba(119, 182, 255, 0.7);
  293. -webkit-transition: width 0.4s ease;
  294. transition: width 0.4s ease;
  295. }
  296. .dropdown-menu.text-left a,
  297. .dropdown-menu.text-left li {
  298. text-align: left!important;
  299. }
  300. .bootstrap-table .fixed-table-toolbar .dropdown-menu {
  301. overflow: visible;
  302. }
  303. .bootstrap-table table tbody tr:first-child td .bs-checkbox {
  304. vertical-align: middle;
  305. }
  306. .dropdown-submenu {
  307. position: relative;
  308. }
  309. .dropdown-submenu > .dropdown-menu {
  310. overflow: auto;
  311. top: 0;
  312. left: 100%;
  313. margin-top: -6px;
  314. margin-left: -1px;
  315. -webkit-border-radius: 0 6px 6px 6px;
  316. -webkit-background-clip: padding-box;
  317. -moz-border-radius: 0 6px 6px 6px;
  318. -moz-background-clip: padding;
  319. border-radius: 0 6px 6px 6px;
  320. background-clip: padding-box;
  321. }
  322. .dropdown-submenu:hover > .dropdown-menu {
  323. display: block;
  324. }
  325. .dropdown-submenu:hover > a:after {
  326. border-left-color: #fff;
  327. }
  328. .dropdown-submenu > a:after {
  329. display: block;
  330. content: " ";
  331. float: right;
  332. width: 0;
  333. height: 0;
  334. border-color: transparent;
  335. border-style: solid;
  336. border-width: 5px 0 5px 5px;
  337. border-left-color: #ccc;
  338. margin-top: 5px;
  339. margin-right: -10px;
  340. }
  341. .dropdown-submenu.pull-left {
  342. float: none;
  343. }
  344. .dropdown-submenu.pull-left > .dropdown-menu {
  345. left: -100%;
  346. margin-left: 10px;
  347. -webkit-border-radius: 6px 0 6px 6px;
  348. -webkit-background-clip: padding-box;
  349. -moz-border-radius: 6px 0 6px 6px;
  350. -moz-background-clip: padding;
  351. border-radius: 6px 0 6px 6px;
  352. background-clip: padding-box;
  353. }
  354. /*重写toast的几个背景色*/
  355. .toast-primary {
  356. background-color: #48c9b0!important;
  357. }
  358. .toast-success {
  359. background-color: #2ecc71!important;
  360. }
  361. .toast-error {
  362. background-color: #e74c3c!important;
  363. }
  364. .toast-info {
  365. background-color: #5dade2!important;
  366. }
  367. .toast-warning {
  368. background-color: #f1c40f!important;
  369. }
  370. .toast-inverse {
  371. background-color: #34495e!important;
  372. }
  373. .toast-default {
  374. background-color: #bdc3c7!important;
  375. }
  376. .layui-layer-title {
  377. background: #2c3e50!important;
  378. color: #fff!important;
  379. }
  380. /*避免出现多滚动条*/
  381. .layui-layer-noborder {
  382. border: none!important;
  383. box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3) !important;
  384. }
  385. .layui-layer-moves {
  386. -webkit-box-sizing: content-box;
  387. -moz-box-sizing: content-box;
  388. box-sizing: content-box;
  389. }
  390. .layui-layer-iframe {
  391. overflow: hidden!important;
  392. }
  393. .layui-layer-iframe .layui-layer-content {
  394. -webkit-overflow-scrolling: touch;
  395. overflow-y: hidden!important;
  396. overflow: hidden;
  397. }
  398. /*自定义底部灰色操作区*/
  399. .layui-layer-btn {
  400. text-align: center!important;
  401. padding: 10px!important;
  402. background: #ecf0f1;
  403. }
  404. .layui-layer-footer {
  405. padding: 8px 20px;
  406. background-color: #ecf0f1;
  407. height: auto;
  408. text-align: inherit!important;
  409. }
  410. .layui-layer-btn a {
  411. background-color: #95a5a6!important;
  412. border-color: #95a5a6!important;
  413. color: #fff!important;
  414. }
  415. .layui-layer-btn .layui-layer-btn0 {
  416. background-color: #18bc9c!important;
  417. border-color: #18bc9c!important;
  418. }
  419. .layui-layer-setwin {
  420. top: 10px!important;
  421. }
  422. .layui-layer-setwin > a {
  423. background: none!important;
  424. }
  425. .layui-layer-setwin > a cite {
  426. display: none;
  427. }
  428. .layui-layer-setwin > a:after {
  429. content: "\e625";
  430. font-family: iconfont;
  431. font-style: normal;
  432. font-weight: normal;
  433. text-decoration: inherit;
  434. position: absolute;
  435. font-size: 18px;
  436. color: #fff;
  437. margin: 0;
  438. z-index: 1;
  439. }
  440. .layui-layer-setwin > a:hover {
  441. text-decoration: none!important;
  442. background: none!important;
  443. }
  444. .layui-layer-setwin > a:focus {
  445. text-decoration: none!important;
  446. }
  447. .layui-layer-setwin .layui-layer-min:after {
  448. content: "\e625";
  449. }
  450. .layui-layer-setwin .layui-layer-max:after {
  451. content: "\e623";
  452. }
  453. .layui-layer-setwin .layui-layer-maxmin:after {
  454. content: "\e624";
  455. }
  456. .layui-layer-setwin .layui-layer-close1:after {
  457. content: "\e626";
  458. }
  459. /*手机版样式*/
  460. @media (max-width: 480px) {
  461. .nav-addtabs {
  462. display: none;
  463. }
  464. }
  465. /*平板样式*/
  466. /*# sourceMappingURL=backend-func.css.map */