backend-func.css 11 KB

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