backend.css 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590
  1. @import url("../css/bootstrap.css");
  2. @import url("../css/fastadmin.css");
  3. @import url("../css/skins/skin-black-blue.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/fastadmin-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/bootstrap-select/dist/css/bootstrap-select.min.css");
  13. @import url("../libs/fastadmin-selectpage/selectpage.css");
  14. @import url("../libs/bootstrap-slider/slider.css");
  15. @import url("../libs/bootstrap-table/dist/extensions/pagejump/bootstrap-table-pagejump.css");
  16. .m-0 {
  17. margin-top: 0px !important;
  18. margin-right: 0px !important;
  19. margin-bottom: 0px !important;
  20. margin-left: 0px !important;
  21. }
  22. .mt-0 {
  23. margin-top: 0px !important;
  24. }
  25. .mr-0 {
  26. margin-right: 0px !important;
  27. }
  28. .mb-0 {
  29. margin-bottom: 0px !important;
  30. }
  31. .ml-0 {
  32. margin-left: 0px !important;
  33. }
  34. .mx-0 {
  35. margin-left: 0px !important;
  36. margin-right: 0px !important;
  37. }
  38. .my-0 {
  39. margin-top: 0px !important;
  40. margin-bottom: 0px !important;
  41. }
  42. .m-1 {
  43. margin-top: 5px !important;
  44. margin-right: 5px !important;
  45. margin-bottom: 5px !important;
  46. margin-left: 5px !important;
  47. }
  48. .mt-1 {
  49. margin-top: 5px !important;
  50. }
  51. .mr-1 {
  52. margin-right: 5px !important;
  53. }
  54. .mb-1 {
  55. margin-bottom: 5px !important;
  56. }
  57. .ml-1 {
  58. margin-left: 5px !important;
  59. }
  60. .mx-1 {
  61. margin-left: 5px !important;
  62. margin-right: 5px !important;
  63. }
  64. .my-1 {
  65. margin-top: 5px !important;
  66. margin-bottom: 5px !important;
  67. }
  68. .m-2 {
  69. margin-top: 10px !important;
  70. margin-right: 10px !important;
  71. margin-bottom: 10px !important;
  72. margin-left: 10px !important;
  73. }
  74. .mt-2 {
  75. margin-top: 10px !important;
  76. }
  77. .mr-2 {
  78. margin-right: 10px !important;
  79. }
  80. .mb-2 {
  81. margin-bottom: 10px !important;
  82. }
  83. .ml-2 {
  84. margin-left: 10px !important;
  85. }
  86. .mx-2 {
  87. margin-left: 10px !important;
  88. margin-right: 10px !important;
  89. }
  90. .my-2 {
  91. margin-top: 10px !important;
  92. margin-bottom: 10px !important;
  93. }
  94. .m-3 {
  95. margin-top: 15px !important;
  96. margin-right: 15px !important;
  97. margin-bottom: 15px !important;
  98. margin-left: 15px !important;
  99. }
  100. .mt-3 {
  101. margin-top: 15px !important;
  102. }
  103. .mr-3 {
  104. margin-right: 15px !important;
  105. }
  106. .mb-3 {
  107. margin-bottom: 15px !important;
  108. }
  109. .ml-3 {
  110. margin-left: 15px !important;
  111. }
  112. .mx-3 {
  113. margin-left: 15px !important;
  114. margin-right: 15px !important;
  115. }
  116. .my-3 {
  117. margin-top: 15px !important;
  118. margin-bottom: 15px !important;
  119. }
  120. .m-4 {
  121. margin-top: 20px !important;
  122. margin-right: 20px !important;
  123. margin-bottom: 20px !important;
  124. margin-left: 20px !important;
  125. }
  126. .mt-4 {
  127. margin-top: 20px !important;
  128. }
  129. .mr-4 {
  130. margin-right: 20px !important;
  131. }
  132. .mb-4 {
  133. margin-bottom: 20px !important;
  134. }
  135. .ml-4 {
  136. margin-left: 20px !important;
  137. }
  138. .mx-4 {
  139. margin-left: 20px !important;
  140. margin-right: 20px !important;
  141. }
  142. .my-4 {
  143. margin-top: 20px !important;
  144. margin-bottom: 20px !important;
  145. }
  146. .p-0 {
  147. padding-top: 0px !important;
  148. padding-right: 0px !important;
  149. padding-bottom: 0px !important;
  150. padding-left: 0px !important;
  151. }
  152. .pt-0 {
  153. padding-top: 0px !important;
  154. }
  155. .pr-0 {
  156. padding-right: 0px !important;
  157. }
  158. .pb-0 {
  159. padding-bottom: 0px !important;
  160. }
  161. .pl-0 {
  162. padding-left: 0px !important;
  163. }
  164. .px-0 {
  165. padding-left: 0px !important;
  166. padding-right: 0px !important;
  167. }
  168. .py-0 {
  169. padding-top: 0px !important;
  170. padding-bottom: 0px !important;
  171. }
  172. .p-1 {
  173. padding-top: 5px !important;
  174. padding-right: 5px !important;
  175. padding-bottom: 5px !important;
  176. padding-left: 5px !important;
  177. }
  178. .pt-1 {
  179. padding-top: 5px !important;
  180. }
  181. .pr-1 {
  182. padding-right: 5px !important;
  183. }
  184. .pb-1 {
  185. padding-bottom: 5px !important;
  186. }
  187. .pl-1 {
  188. padding-left: 5px !important;
  189. }
  190. .px-1 {
  191. padding-left: 5px !important;
  192. padding-right: 5px !important;
  193. }
  194. .py-1 {
  195. padding-top: 5px !important;
  196. padding-bottom: 5px !important;
  197. }
  198. .p-2 {
  199. padding-top: 10px !important;
  200. padding-right: 10px !important;
  201. padding-bottom: 10px !important;
  202. padding-left: 10px !important;
  203. }
  204. .pt-2 {
  205. padding-top: 10px !important;
  206. }
  207. .pr-2 {
  208. padding-right: 10px !important;
  209. }
  210. .pb-2 {
  211. padding-bottom: 10px !important;
  212. }
  213. .pl-2 {
  214. padding-left: 10px !important;
  215. }
  216. .px-2 {
  217. padding-left: 10px !important;
  218. padding-right: 10px !important;
  219. }
  220. .py-2 {
  221. padding-top: 10px !important;
  222. padding-bottom: 10px !important;
  223. }
  224. .p-3 {
  225. padding-top: 15px !important;
  226. padding-right: 15px !important;
  227. padding-bottom: 15px !important;
  228. padding-left: 15px !important;
  229. }
  230. .pt-3 {
  231. padding-top: 15px !important;
  232. }
  233. .pr-3 {
  234. padding-right: 15px !important;
  235. }
  236. .pb-3 {
  237. padding-bottom: 15px !important;
  238. }
  239. .pl-3 {
  240. padding-left: 15px !important;
  241. }
  242. .px-3 {
  243. padding-left: 15px !important;
  244. padding-right: 15px !important;
  245. }
  246. .py-3 {
  247. padding-top: 15px !important;
  248. padding-bottom: 15px !important;
  249. }
  250. .p-4 {
  251. padding-top: 20px !important;
  252. padding-right: 20px !important;
  253. padding-bottom: 20px !important;
  254. padding-left: 20px !important;
  255. }
  256. .pt-4 {
  257. padding-top: 20px !important;
  258. }
  259. .pr-4 {
  260. padding-right: 20px !important;
  261. }
  262. .pb-4 {
  263. padding-bottom: 20px !important;
  264. }
  265. .pl-4 {
  266. padding-left: 20px !important;
  267. }
  268. .px-4 {
  269. padding-left: 20px !important;
  270. padding-right: 20px !important;
  271. }
  272. .py-4 {
  273. padding-top: 20px !important;
  274. padding-bottom: 20px !important;
  275. }
  276. html,
  277. body {
  278. height: 100%;
  279. }
  280. body {
  281. background: #f1f4f6;
  282. font-size: 14px;
  283. line-height: 1.5715;
  284. }
  285. body.is-dialog {
  286. background: #fff;
  287. }
  288. .dropdown-menu > li > a {
  289. padding: 5px 12px;
  290. }
  291. .selection {
  292. position: absolute;
  293. border: 1px solid #8B9;
  294. background-color: #BEC;
  295. }
  296. .main-header .navbar {
  297. position: relative;
  298. }
  299. .main-header .navbar .dropdown-menu {
  300. font-size: 14px;
  301. }
  302. .main-header .navbar .dropdown-menu > li > a {
  303. padding: 8px 15px;
  304. }
  305. .bootstrap-dialog .modal-dialog {
  306. /*width: 70%;*/
  307. max-width: 885px;
  308. }
  309. /*iOS兼容*/
  310. html.ios-fix,
  311. html.ios-fix body {
  312. height: 100%;
  313. overflow: auto;
  314. -webkit-overflow-scrolling: touch;
  315. }
  316. html.ios-fix .wrapper,
  317. html.ios-fix body .wrapper,
  318. html.ios-fix .tab-pane,
  319. html.ios-fix body .tab-pane {
  320. overflow: auto;
  321. -webkit-overflow-scrolling: touch;
  322. }
  323. .wrapper {
  324. height: 100%;
  325. }
  326. .content-wrapper {
  327. position: relative;
  328. height: 100%;
  329. }
  330. .control-relative {
  331. position: relative;
  332. }
  333. .tab-addtabs .tab-pane {
  334. height: 100%;
  335. width: 100%;
  336. }
  337. .row-between .col-xs-6 + .col-xs-6:before {
  338. content: "-";
  339. position: absolute;
  340. left: -2%;
  341. top: 6px;
  342. }
  343. @media only screen and (min-width: 481px) {
  344. .row-flex {
  345. display: flex;
  346. flex-wrap: wrap;
  347. }
  348. .row-flex > [class*='col-'] {
  349. display: flex;
  350. flex-direction: column;
  351. }
  352. .row-flex.row:after,
  353. .row-flex.row:before {
  354. display: flex;
  355. }
  356. }
  357. @media (max-width: 991px) {
  358. .main-header .navbar-custom-menu a.btn-danger {
  359. color: #fff;
  360. background-color: #f75444;
  361. }
  362. .main-header .navbar-custom-menu a.btn-primary {
  363. color: #fff;
  364. background-color: #444c69;
  365. }
  366. }
  367. .common-search-table {
  368. min-height: 20px;
  369. padding: 15px;
  370. margin-bottom: 15px;
  371. background-color: #f5f5f5;
  372. }
  373. /* 固定的底部按钮 */
  374. .fixed-footer {
  375. position: fixed;
  376. bottom: 0;
  377. background-color: #ecf0f1;
  378. width: 100%;
  379. margin-bottom: 0;
  380. padding: 10px;
  381. }
  382. table.table-template {
  383. overflow: hidden;
  384. }
  385. .sp_container .msg-box {
  386. position: absolute;
  387. right: 0;
  388. top: 0;
  389. }
  390. .sp_container .sp_element_box {
  391. overflow: unset;
  392. }
  393. .sp_container .sp_element_box > li.input_box {
  394. position: unset;
  395. }
  396. .sp_container .sp_element_box .msg-box {
  397. right: -24px;
  398. }
  399. @media (max-width: 767px) {
  400. .sp_container .sp_element_box .msg-box {
  401. left: inherit;
  402. }
  403. .card-views .card-view {
  404. padding: 5px 0;
  405. }
  406. }
  407. .toast-top-right-index {
  408. top: 62px;
  409. right: 12px;
  410. }
  411. .bootstrap-select .status {
  412. background: #f0f0f0;
  413. clear: both;
  414. color: #999;
  415. font-size: 13px;
  416. font-weight: 500;
  417. line-height: 1;
  418. margin-bottom: -5px;
  419. padding: 10px 20px;
  420. }
  421. select.bs-select-hidden,
  422. select.selectpicker {
  423. display: inherit !important;
  424. max-height: 31px;
  425. overflow: hidden;
  426. }
  427. select.bs-select-hidden[multiple],
  428. select.selectpicker[multiple] {
  429. height: 31px;
  430. padding: 0;
  431. background: #f4f4f4;
  432. }
  433. select.bs-select-hidden[multiple] option,
  434. select.selectpicker[multiple] option {
  435. color: #f4f4f4;
  436. zoom: 1;
  437. filter: alpha(opacity=0);
  438. -webkit-opacity: 0;
  439. -moz-opacity: 0;
  440. opacity: 0;
  441. }
  442. @media not all and (min-resolution: 0.001dpcm) {
  443. @supports (-webkit-appearance:none) {
  444. select.bs-select-hidden[multiple],
  445. select.selectpicker[multiple] {
  446. visibility: hidden;
  447. }
  448. }
  449. }
  450. input.selectpage {
  451. color: transparent;
  452. pointer-events: none;
  453. }
  454. .sp_container input.selectpage {
  455. color: inherit;
  456. pointer-events: inherit;
  457. padding-left: 12px;
  458. padding-right: 12px;
  459. }
  460. .sp_container .sp_element_box input.selectpage {
  461. padding-left: 0;
  462. padding-right: 0;
  463. }
  464. .sp_container .sp_element_box li:first-child input.selectpage {
  465. padding-left: 9px;
  466. padding-right: 9px;
  467. }
  468. .img-center {
  469. margin: 0 auto;
  470. display: inline;
  471. float: none;
  472. }
  473. /*
  474. * RIBBON
  475. */
  476. #ribbon {
  477. overflow: hidden;
  478. padding: 15px 15px 0 15px;
  479. position: relative;
  480. }
  481. #ribbon a {
  482. color: #777 !important;
  483. text-decoration: none !important;
  484. }
  485. #ribbon .breadcrumb {
  486. display: inline-block;
  487. margin: 0;
  488. padding: 0;
  489. background: none;
  490. vertical-align: top;
  491. }
  492. #ribbon .breadcrumb > .active,
  493. #ribbon .breadcrumb li {
  494. color: #aaa;
  495. }
  496. #ribbon .shortcut a {
  497. margin-left: 10px;
  498. }
  499. .is-dialog #main {
  500. background: #fff;
  501. }
  502. .is-dialog .layer-footer {
  503. display: none;
  504. }
  505. form.form-horizontal .control-label {
  506. font-weight: normal;
  507. }
  508. .user-panel > .image img {
  509. width: 45px;
  510. height: 45px;
  511. }
  512. /*panel扩展描述样式*/
  513. .panel-intro {
  514. margin-bottom: 0;
  515. border: none;
  516. }
  517. .panel-intro > .panel-heading {
  518. padding: 15px;
  519. padding-bottom: 0;
  520. background: #e8edf0;
  521. border-color: #e8edf0;
  522. position: relative;
  523. }
  524. .panel-intro > .panel-heading .panel-lead {
  525. margin-bottom: 15px;
  526. }
  527. .panel-intro > .panel-heading .panel-lead em {
  528. display: block;
  529. font-weight: bold;
  530. font-style: normal;
  531. }
  532. .panel-intro > .panel-heading .panel-title {
  533. height: 25px;
  534. font-weight: normal;
  535. white-space: nowrap;
  536. overflow: hidden;
  537. text-overflow: ellipsis;
  538. }
  539. .panel-intro > .panel-heading .panel-control {
  540. height: 42px;
  541. position: absolute;
  542. top: 8px;
  543. right: 8px;
  544. }
  545. .panel-intro > .panel-heading .panel-control .fa {
  546. font-size: 14px;
  547. }
  548. .panel-intro > .panel-heading .nav-tabs {
  549. border-bottom: 0;
  550. margin-bottom: 0;
  551. }
  552. .panel-intro > .panel-heading .nav-tabs > li > a {
  553. margin-right: 4px;
  554. color: #95a5a6;
  555. background-color: #d8e0e6;
  556. border: 1px solid #e8edf0;
  557. border-bottom-color: transparent;
  558. }
  559. .panel-intro > .panel-heading .nav-tabs > li > a:hover,
  560. .panel-intro > .panel-heading .nav-tabs > li > a:focus {
  561. border: 1px solid #e8edf0;
  562. color: #7b8a8b;
  563. background-color: #c9d4dc;
  564. }
  565. .panel-intro > .panel-heading .nav-tabs > li.active > a,
  566. .panel-intro > .panel-heading .nav-tabs > li.active > a:hover,
  567. .panel-intro > .panel-heading .nav-tabs > li.active > a:focus {
  568. color: #7b8a8b;
  569. background-color: #ffffff;
  570. border-bottom-color: transparent;
  571. cursor: default;
  572. }
  573. @media (max-width: 768px) {
  574. .panel-intro > .panel-heading .nav-tabs {
  575. white-space: nowrap;
  576. overflow-x: auto;
  577. overflow-y: hidden;
  578. margin-bottom: -1px;
  579. }
  580. .panel-intro > .panel-heading .nav-tabs > li {
  581. display: inline-block;
  582. float: none;
  583. }
  584. }
  585. /*单表格*/
  586. .panel-tabs .panel-heading {
  587. padding: 12px 15px 12px 15px;
  588. }
  589. .panel-tabs .panel-heading .panel-lead {
  590. margin-bottom: 0px;
  591. }
  592. /*选项卡*/
  593. .panel-nav .panel-heading {
  594. padding: 0px;
  595. padding-bottom: 0;
  596. background: #f1f4f6;
  597. border-color: #f1f4f6;
  598. }
  599. .panel-nav .nav-tabs > li > a {
  600. padding: 12px 15px;
  601. background-color: #e8edf0;
  602. border: 1px solid #f1f4f6;
  603. }
  604. .panel-nav .nav-tabs > li > a:hover,
  605. .panel-nav .nav-tabs > li > a:focus {
  606. border: 1px solid #e8edf0;
  607. background-color: #e8edf0;
  608. }
  609. .panel-nav .nav-tabs > li.active > a,
  610. .panel-nav .nav-tabs > li.active > a:hover,
  611. .panel-nav .nav-tabs > li.active > a:focus {
  612. border-color: #f1f4f6;
  613. border-bottom-color: transparent;
  614. }
  615. /*顶栏addtabs*/
  616. .nav-addtabs {
  617. height: 100%;
  618. border: none;
  619. }
  620. .nav-addtabs.disable-top-badge > li > a > .pull-right-container {
  621. display: none;
  622. }
  623. .nav-addtabs > li {
  624. margin: 0;
  625. }
  626. .nav-addtabs > li > a {
  627. height: 50px;
  628. line-height: 50px;
  629. padding: 0 15px;
  630. border-radius: 0;
  631. border: none;
  632. border-right: 1px solid rgba(0, 0, 0, 0.05);
  633. margin: 0;
  634. color: #95a5a6;
  635. }
  636. .nav-addtabs > li > a:hover,
  637. .nav-addtabs > li > a:focus {
  638. border: none;
  639. color: #2c3e50;
  640. border-right: 1px solid rgba(0, 0, 0, 0.02);
  641. }
  642. .nav-addtabs > li.active > a {
  643. height: 50px;
  644. line-height: 50px;
  645. padding: 0 15px;
  646. border-radius: 0;
  647. border: none;
  648. border-right: 1px solid rgba(0, 0, 0, 0.02);
  649. background: #f1f4f6;
  650. color: #2c3e50;
  651. overflow: hidden;
  652. }
  653. .nav-addtabs > li.active > a:hover,
  654. .nav-addtabs > li.active > a:focus {
  655. border: none;
  656. color: #2c3e50;
  657. background: #f1f4f6;
  658. border-right: 1px solid rgba(0, 0, 0, 0.02);
  659. }
  660. .nav-addtabs > li .close-tab {
  661. font-size: 10px;
  662. position: absolute;
  663. right: 0px;
  664. top: 50%;
  665. margin-top: -8px;
  666. z-index: 100;
  667. cursor: pointer;
  668. color: #eee;
  669. display: none;
  670. }
  671. .nav-addtabs > li .close-tab:before {
  672. content: "\e626";
  673. font-family: iconfont;
  674. font-style: normal;
  675. font-weight: normal;
  676. text-decoration: inherit;
  677. font-size: 18px;
  678. }
  679. .nav-addtabs .open > a:hover,
  680. .nav-addtabs .open > a:focus {
  681. border-right: 1px solid rgba(0, 0, 0, 0.05);
  682. }
  683. .nav-addtabs ul li {
  684. position: relative;
  685. }
  686. .nav-addtabs li:hover > .close-tab {
  687. display: block;
  688. }
  689. #firstnav {
  690. height: 50px;
  691. border-bottom: 1px solid transparent;
  692. box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
  693. position: relative;
  694. }
  695. #firstnav .sidebar-toggle {
  696. position: absolute;
  697. width: 45px;
  698. text-align: center;
  699. height: 50px;
  700. line-height: 50px;
  701. padding: 0;
  702. }
  703. #firstnav .nav-addtabs {
  704. position: absolute;
  705. left: 45px;
  706. z-index: 98;
  707. }
  708. #firstnav .navbar-custom-menu {
  709. position: absolute;
  710. top: 0;
  711. right: 0;
  712. z-index: 99;
  713. background: transparent;
  714. }
  715. /*次栏菜单栏*/
  716. #secondnav {
  717. display: none;
  718. height: 44px;
  719. position: absolute;
  720. top: 50px;
  721. left: 0;
  722. background: #fff;
  723. width: 100%;
  724. box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
  725. padding: 5px 10px;
  726. -webkit-user-select: none;
  727. -moz-user-select: none;
  728. user-select: none;
  729. }
  730. #secondnav .nav-addtabs {
  731. height: 100%;
  732. border: none;
  733. }
  734. #secondnav .nav-addtabs.disable-top-badge > li > a > .pull-right-container {
  735. display: none;
  736. }
  737. #secondnav .nav-addtabs > li {
  738. border: 1px solid #eee;
  739. border-radius: 3px;
  740. padding: 0 15px;
  741. height: 30px;
  742. line-height: 30px;
  743. margin: 2px 5px 2px 0;
  744. background: #fff;
  745. }
  746. #secondnav .nav-addtabs > li > a {
  747. display: block;
  748. color: #495060 !important;
  749. height: 100%;
  750. padding: 0;
  751. line-height: 28px;
  752. font-size: 13px;
  753. vertical-align: middle;
  754. opacity: 1;
  755. overflow: hidden;
  756. background: none;
  757. border: none;
  758. }
  759. #secondnav .nav-addtabs > li.active {
  760. border-color: #bdbebd;
  761. background-color: #f7f7f7;
  762. }
  763. #secondnav .nav-addtabs > li .close-tab {
  764. font-size: 10px;
  765. position: absolute;
  766. right: 0px;
  767. top: 50%;
  768. margin-top: -8px;
  769. z-index: 100;
  770. cursor: pointer;
  771. color: #eee;
  772. }
  773. #secondnav .nav-addtabs > li .close-tab:before {
  774. content: "\e626";
  775. font-family: iconfont;
  776. font-style: normal;
  777. font-weight: normal;
  778. text-decoration: inherit;
  779. font-size: 18px;
  780. }
  781. #secondnav .nav-addtabs > li:hover,
  782. #secondnav .nav-addtabs > li:focus {
  783. border-color: #bdbebd;
  784. }
  785. #secondnav .nav-addtabs ul li {
  786. position: relative;
  787. }
  788. #secondnav .nav-addtabs li:hover > .close-tab {
  789. display: block;
  790. border-color: #222e32;
  791. color: #222e32;
  792. }
  793. .multiplenav .content-wrapper,
  794. .multiplenav .right-side,
  795. .multiplenav .main-sidebar {
  796. padding-top: 50px;
  797. }
  798. .multiplenav #firstnav .nav-addtabs {
  799. padding-right: 450px;
  800. }
  801. @media (max-width: 767px) {
  802. .multipletab.multiplenav .content-wrapper,
  803. .multipletab.multiplenav .right-side {
  804. padding-top: 94px;
  805. }
  806. }
  807. .multipletab #secondnav {
  808. display: block;
  809. }
  810. .multipletab.multiplenav .content-wrapper,
  811. .multipletab.multiplenav .right-side {
  812. padding-top: 94px;
  813. }
  814. .multipletab.multiplenav #firstnav .nav-tabs {
  815. overflow: hidden;
  816. }
  817. .main-sidebar .sidebar-form {
  818. overflow: visible;
  819. }
  820. .main-sidebar .sidebar-form .menuresult {
  821. z-index: 999;
  822. position: absolute;
  823. top: 34px;
  824. left: -1px;
  825. width: 100%;
  826. max-height: 250px;
  827. overflow: auto;
  828. margin: 0;
  829. border-top: none;
  830. border-top-left-radius: 0;
  831. border-top-right-radius: 0;
  832. }
  833. .main-sidebar .sidebar-form .menuresult a {
  834. display: block;
  835. background-color: #fff;
  836. border-top: 1px solid transparent;
  837. border-bottom: 1px solid #eee;
  838. padding: 10px 15px;
  839. color: #222d32;
  840. }
  841. .main-sidebar .sidebar-form .menuresult a:hover {
  842. background: #eee;
  843. }
  844. .main-sidebar .sidebar-form .menuresult a:first-child {
  845. border-top: 1px solid #eee;
  846. }
  847. .input-group .sp_result_area {
  848. width: 100%;
  849. }
  850. .sidebar-menu .treeview-open > .treeview-menu {
  851. display: block;
  852. }
  853. .sidebar-menu > li .badge {
  854. margin-top: 0;
  855. }
  856. .sidebar-collapse .user-panel > .image img {
  857. width: 25px;
  858. height: 25px;
  859. }
  860. @media (min-width: 768px) {
  861. .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
  862. top: 7px !important;
  863. right: 10px;
  864. height: 17px;
  865. }
  866. }
  867. .fieldlist dd {
  868. display: block;
  869. margin: 8px 0;
  870. }
  871. .fieldlist dd input {
  872. display: inline-block;
  873. width: 300px;
  874. }
  875. .fieldlist dd input:first-child {
  876. width: 110px;
  877. }
  878. .fieldlist dd ins {
  879. width: 110px;
  880. display: inline-block;
  881. text-decoration: none;
  882. }
  883. /* 弹窗中的表单 */
  884. .form-layer {
  885. height: 100%;
  886. min-height: 150px;
  887. min-width: 300px;
  888. }
  889. .form-layer .form-body {
  890. width: 100%;
  891. overflow: auto;
  892. top: 0;
  893. position: absolute;
  894. z-index: 10;
  895. bottom: 50px;
  896. padding: 15px;
  897. }
  898. .form-layer .form-footer {
  899. height: 50px;
  900. line-height: 50px;
  901. background-color: #ecf0f1;
  902. width: 100%;
  903. position: absolute;
  904. z-index: 200;
  905. bottom: 0;
  906. margin: 0;
  907. }
  908. .form-layer .form-footer .form-group {
  909. margin-left: 0;
  910. margin-right: 0;
  911. }
  912. #treeview .jstree-container-ul .jstree-node {
  913. display: block;
  914. clear: both;
  915. }
  916. #treeview .jstree-leaf:not(:first-child) {
  917. float: left;
  918. background: none;
  919. margin-left: 0;
  920. min-width: 80px;
  921. clear: none;
  922. }
  923. #treeview .jstree-leaf {
  924. float: left;
  925. margin-left: 0;
  926. padding-left: 24px;
  927. min-width: 80px;
  928. clear: none;
  929. color: #777;
  930. }
  931. #treeview .jstree-leaf > .jstree-icon,
  932. #treeview .jstree-leaf .jstree-themeicon {
  933. display: none;
  934. }
  935. #treeview .jstree-last {
  936. background-image: url("../img/32px.png");
  937. background-position: -292px -4px;
  938. background-repeat: repeat-y;
  939. }
  940. #treeview .jstree-children:before,
  941. #treeview .jstree-children:after {
  942. content: " ";
  943. display: table;
  944. }
  945. #treeview .jstree-children:after {
  946. clear: both;
  947. }
  948. #treeview .jstree-themeicon {
  949. display: none;
  950. }
  951. /*去除bootstrap-table的边框*/
  952. .fixed-table-container {
  953. border: none !important;
  954. }
  955. .fixed-table-container tbody .selected td {
  956. background-color: rgba(216, 224, 230, 0.5);
  957. }
  958. .fixed-table-container .bs-checkbox {
  959. min-width: 36px;
  960. }
  961. /*修复nice-validator新版下的一处BUG*/
  962. .nice-validator input,
  963. .nice-validator select,
  964. .nice-validator textarea,
  965. .nice-validator [contenteditable] {
  966. vertical-align: top;
  967. display: inline-block;
  968. *display: inline;
  969. *zoom: 1;
  970. }
  971. /*修复nice-validator和summernote的编辑框冲突*/
  972. .nice-validator .note-editor .note-editing-area .note-editable {
  973. display: inherit;
  974. }
  975. /*预览区域*/
  976. .plupload-preview,
  977. .faupload-preview {
  978. padding: 0 10px;
  979. margin-bottom: 0;
  980. }
  981. .plupload-preview li,
  982. .faupload-preview li {
  983. margin-top: 15px;
  984. }
  985. .plupload-preview .thumbnail,
  986. .faupload-preview .thumbnail {
  987. margin-bottom: 10px;
  988. }
  989. .plupload-preview a,
  990. .faupload-preview a {
  991. display: block;
  992. }
  993. .plupload-preview a:first-child,
  994. .faupload-preview a:first-child {
  995. height: 90px;
  996. }
  997. .plupload-preview a img,
  998. .faupload-preview a img {
  999. height: 80px;
  1000. object-fit: cover;
  1001. }
  1002. .pjax-loader-bar .progress {
  1003. position: fixed;
  1004. top: 0;
  1005. left: 0;
  1006. height: 2px;
  1007. background: #77b6ff;
  1008. box-shadow: 0 0 10px rgba(119, 182, 255, 0.7);
  1009. -webkit-transition: width 0.4s ease;
  1010. transition: width 0.4s ease;
  1011. }
  1012. .dropdown-menu.text-left a,
  1013. .dropdown-menu.text-left li {
  1014. text-align: left !important;
  1015. }
  1016. .bootstrap-table .fixed-table-loading {
  1017. padding: 10px 0;
  1018. }
  1019. .bootstrap-table .fixed-table-toolbar .dropdown-menu {
  1020. overflow: inherit;
  1021. }
  1022. .bootstrap-table .fixed-table-toolbar .columns-right .dropdown-menu {
  1023. overflow: auto;
  1024. }
  1025. .bootstrap-table .bs-bars .fixed-table-toolbar .dropdown-menu > li:hover > a {
  1026. background-color: #e1e3e9;
  1027. color: #333;
  1028. }
  1029. .bootstrap-table .fa-toggle-on.fa-2x {
  1030. font-size: 1.86em;
  1031. }
  1032. .bootstrap-table .form-commonsearch .form-group {
  1033. margin-left: 0;
  1034. margin-right: 0;
  1035. white-space: nowrap;
  1036. }
  1037. .bootstrap-table .table:not(.table-condensed) > tbody > tr > th,
  1038. .bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,
  1039. .bootstrap-table .table:not(.table-condensed) > thead > tr > td,
  1040. .bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
  1041. .bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
  1042. padding: 8px 15px;
  1043. height: 47px;
  1044. }
  1045. .fixed-table-container tbody td .th-inner,
  1046. .fixed-table-container thead th .th-inner {
  1047. padding: 8px 10px;
  1048. }
  1049. .toolbar {
  1050. margin-top: 10px;
  1051. margin-bottom: 10px;
  1052. }
  1053. .fixed-table-toolbar .bs-bars,
  1054. .fixed-table-toolbar .columns,
  1055. .fixed-table-toolbar .search {
  1056. line-height: inherit;
  1057. }
  1058. .fixed-table-toolbar .toolbar {
  1059. margin-top: 0;
  1060. margin-bottom: 0;
  1061. }
  1062. .bootstrap-table table tbody tr:first-child td .bs-checkbox {
  1063. vertical-align: middle;
  1064. }
  1065. .bootstrap-table td.bs-checkbox {
  1066. vertical-align: middle;
  1067. }
  1068. table.table-nowrap tbody > tr > td,
  1069. table.table-nowrap thead > tr > th {
  1070. white-space: nowrap;
  1071. }
  1072. .fixed-table-container thead th .sortable {
  1073. padding: 8px 15px;
  1074. }
  1075. .dropdown-submenu {
  1076. position: relative;
  1077. }
  1078. .dropdown-submenu > .dropdown-menu {
  1079. overflow: auto;
  1080. top: 0;
  1081. left: 100%;
  1082. margin-top: -6px;
  1083. margin-left: -1px;
  1084. -webkit-border-radius: 0 6px 6px 6px;
  1085. -webkit-background-clip: padding-box;
  1086. -moz-border-radius: 0 6px 6px 6px;
  1087. -moz-background-clip: padding;
  1088. border-radius: 0 6px 6px 6px;
  1089. background-clip: padding-box;
  1090. }
  1091. .dropdown-submenu:hover > .dropdown-menu {
  1092. display: block;
  1093. }
  1094. .dropdown-submenu:hover > a:after {
  1095. border-left-color: #fff;
  1096. }
  1097. .dropdown-submenu > a:after {
  1098. display: block;
  1099. content: " ";
  1100. float: right;
  1101. width: 0;
  1102. height: 0;
  1103. border-color: transparent;
  1104. border-style: solid;
  1105. border-width: 5px 0 5px 5px;
  1106. border-left-color: #ccc;
  1107. margin-top: 5px;
  1108. margin-right: -10px;
  1109. }
  1110. .dropdown-submenu.pull-left {
  1111. float: none;
  1112. }
  1113. .dropdown-submenu.pull-left > .dropdown-menu {
  1114. left: -100%;
  1115. margin-left: 10px;
  1116. -webkit-border-radius: 6px 0 6px 6px;
  1117. -webkit-background-clip: padding-box;
  1118. -moz-border-radius: 6px 0 6px 6px;
  1119. -moz-background-clip: padding;
  1120. border-radius: 6px 0 6px 6px;
  1121. background-clip: padding-box;
  1122. }
  1123. /*重写toast的几个背景色*/
  1124. .toast-primary {
  1125. background-color: #48c9b0 !important;
  1126. }
  1127. .toast-success {
  1128. background-color: #18bc9c !important;
  1129. }
  1130. .toast-error {
  1131. background-color: #e74c3c !important;
  1132. }
  1133. .toast-info {
  1134. background-color: #5dade2 !important;
  1135. }
  1136. .toast-warning {
  1137. background-color: #f1c40f !important;
  1138. }
  1139. .toast-inverse {
  1140. background-color: #34495e !important;
  1141. }
  1142. .toast-default {
  1143. background-color: #bdc3c7 !important;
  1144. }
  1145. #toast-container > div,
  1146. #toast-container > div:hover {
  1147. -webkit-box-shadow: 0 0 3px #eee;
  1148. -moz-box-shadow: 0 0 3px #eee;
  1149. box-shadow: 0 0 3px #eee;
  1150. }
  1151. .layui-layer-fast {
  1152. /*自定义底部灰色操作区*/
  1153. }
  1154. .layui-layer-fast .layui-layer-title {
  1155. background: #2c3e50 !important;
  1156. color: #fff !important;
  1157. border-bottom: none;
  1158. height: 45px;
  1159. line-height: 45px;
  1160. }
  1161. .layui-layer-fast .layui-layer-title ~ .layui-layer-setwin {
  1162. top: 0px;
  1163. height: 45px;
  1164. }
  1165. .layui-layer-fast .layui-layer-title ~ .layui-layer-setwin > a {
  1166. height: 45px;
  1167. line-height: 45px;
  1168. display: inline-block;
  1169. }
  1170. .layui-layer-fast.layui-layer-border {
  1171. border: none !important;
  1172. box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3) !important;
  1173. }
  1174. .layui-layer-fast.layui-layer-iframe {
  1175. overflow: visible;
  1176. }
  1177. .layui-layer-fast .layui-layer-moves {
  1178. -webkit-box-sizing: content-box;
  1179. -moz-box-sizing: content-box;
  1180. box-sizing: content-box;
  1181. }
  1182. .layui-layer-fast .layui-layer-btn {
  1183. text-align: center !important;
  1184. padding: 10px !important;
  1185. background: #ecf0f1;
  1186. overflow: hidden;
  1187. }
  1188. .layui-layer-fast .layui-layer-btn a {
  1189. background-color: #95a5a6;
  1190. color: #fff !important;
  1191. height: 32px;
  1192. line-height: 32px;
  1193. margin-top: 0;
  1194. font-size: 13px;
  1195. border: none;
  1196. }
  1197. .layui-layer-fast .layui-layer-btn .layui-layer-btn0 {
  1198. background-color: #18bc9c;
  1199. border-color: #18bc9c;
  1200. }
  1201. .layui-layer-fast .layui-layer-footer {
  1202. padding: 8px 20px;
  1203. background-color: #ecf0f1;
  1204. height: auto;
  1205. min-height: 53px;
  1206. text-align: inherit !important;
  1207. }
  1208. .layui-layer-fast .layui-layer-confirm {
  1209. position: absolute;
  1210. width: 100%;
  1211. height: 100%;
  1212. left: 0;
  1213. bottom: 0;
  1214. border: 1px solid transparent;
  1215. background: transparent;
  1216. color: transparent;
  1217. }
  1218. .layui-layer-fast .layui-layer-confirm:focus {
  1219. border: 1px solid #444c69;
  1220. -webkit-border-radius: 2px;
  1221. -webkit-background-clip: padding-box;
  1222. -moz-border-radius: 2px;
  1223. -moz-background-clip: padding;
  1224. border-radius: 2px;
  1225. background-clip: padding-box;
  1226. }
  1227. .layui-layer-fast .layui-layer-confirm:focus-visible {
  1228. outline: 0;
  1229. }
  1230. .layui-layer-fast .layui-layer-tab .layui-layer-title span.layui-this {
  1231. height: 46px;
  1232. }
  1233. .layui-layer-fast .layui-layer-setwin > a {
  1234. background: none !important;
  1235. }
  1236. .layui-layer-fast .layui-layer-setwin > a cite {
  1237. display: none;
  1238. }
  1239. .layui-layer-fast .layui-layer-setwin > a:after {
  1240. content: "\e625";
  1241. font-family: iconfont;
  1242. font-style: normal;
  1243. font-weight: normal;
  1244. text-decoration: inherit;
  1245. position: absolute;
  1246. font-size: 18px;
  1247. color: #fff;
  1248. margin: 0;
  1249. z-index: 1;
  1250. }
  1251. .layui-layer-fast .layui-layer-setwin > a:hover {
  1252. text-decoration: none !important;
  1253. background: none !important;
  1254. }
  1255. .layui-layer-fast .layui-layer-setwin > a:focus {
  1256. text-decoration: none !important;
  1257. }
  1258. .layui-layer-fast .layui-layer-setwin .layui-layer-min {
  1259. display: none;
  1260. }
  1261. .layui-layer-fast .layui-layer-setwin .layui-layer-min:after {
  1262. content: "\e625";
  1263. }
  1264. .layui-layer-fast .layui-layer-setwin .layui-layer-max {
  1265. display: none;
  1266. }
  1267. .layui-layer-fast .layui-layer-setwin .layui-layer-max:after {
  1268. content: "\e623";
  1269. }
  1270. .layui-layer-fast .layui-layer-setwin .layui-layer-maxmin {
  1271. display: none;
  1272. }
  1273. .layui-layer-fast .layui-layer-setwin .layui-layer-maxmin:after {
  1274. content: "\e624";
  1275. }
  1276. .layui-layer-fast .layui-layer-setwin .layui-layer-close1:after {
  1277. content: "\e626";
  1278. }
  1279. .layui-layer-fast .layui-layer-setwin .layui-layer-close2,
  1280. .layui-layer-fast .layui-layer-setwin .layui-layer-close2:hover {
  1281. background: url('../libs/fastadmin-layer/dist/theme/default/icon.png') no-repeat -149px -31px !important;
  1282. top: -30px;
  1283. right: -30px;
  1284. }
  1285. .layui-layer-fast .layui-layer-setwin .layui-layer-close2:after,
  1286. .layui-layer-fast .layui-layer-setwin .layui-layer-close2:hover:after {
  1287. display: none;
  1288. }
  1289. .layui-layer-content {
  1290. clear: both;
  1291. }
  1292. .layui-layer-fast-msg {
  1293. min-width: 100px;
  1294. }
  1295. .layui-layer-fast-tab .layui-layer-title .layui-this {
  1296. color: #333;
  1297. }
  1298. .layui-layer-fast-tab .layui-layer-content .layui-layer-tabmain {
  1299. margin: 0;
  1300. padding: 0;
  1301. }
  1302. .input-group > .msg-box.n-right {
  1303. position: absolute;
  1304. }
  1305. @media (min-width: 564px) {
  1306. body.is-dialog .daterangepicker {
  1307. min-width: 130px;
  1308. }
  1309. body.is-dialog .daterangepicker .ranges ul {
  1310. width: 130px;
  1311. }
  1312. }
  1313. /*手机版样式*/
  1314. @media (max-width: 480px) {
  1315. #firstnav .navbar-custom-menu ul li a {
  1316. padding-left: 10px;
  1317. padding-right: 10px;
  1318. }
  1319. #firstnav .navbar-nav > .user-menu .user-image {
  1320. margin-top: -3px;
  1321. }
  1322. .fixed-table-toolbar > .bs-bars {
  1323. float: none !important;
  1324. }
  1325. .fixed-table-toolbar .toolbar .btn {
  1326. min-height: 33px;
  1327. }
  1328. .fixed-table-toolbar .toolbar a.btn-refresh,
  1329. .fixed-table-toolbar .toolbar a.btn-del,
  1330. .fixed-table-toolbar .toolbar a.btn-add,
  1331. .fixed-table-toolbar .toolbar a.btn-edit,
  1332. .fixed-table-toolbar .toolbar a.btn-import,
  1333. .fixed-table-toolbar .toolbar a.btn-more,
  1334. .fixed-table-toolbar .toolbar a.btn-recyclebin,
  1335. .fixed-table-toolbar .toolbar .btn-mini-xs,
  1336. .fixed-table-toolbar .toolbar .btn-multi {
  1337. font-size: 0;
  1338. }
  1339. .fixed-table-toolbar .toolbar a.btn-refresh .fa,
  1340. .fixed-table-toolbar .toolbar a.btn-del .fa,
  1341. .fixed-table-toolbar .toolbar a.btn-add .fa,
  1342. .fixed-table-toolbar .toolbar a.btn-edit .fa,
  1343. .fixed-table-toolbar .toolbar a.btn-import .fa,
  1344. .fixed-table-toolbar .toolbar a.btn-more .fa,
  1345. .fixed-table-toolbar .toolbar a.btn-recyclebin .fa,
  1346. .fixed-table-toolbar .toolbar .btn-mini-xs .fa,
  1347. .fixed-table-toolbar .toolbar .btn-multi .fa {
  1348. font-size: initial;
  1349. }
  1350. .fixed-table-toolbar .search {
  1351. max-width: 110px;
  1352. float: left !important;
  1353. }
  1354. .fixed .content-wrapper,
  1355. .fixed .right-side {
  1356. padding-top: 50px;
  1357. }
  1358. .main-sidebar,
  1359. .left-side {
  1360. padding-top: 144px;
  1361. }
  1362. }
  1363. /*平板样式*/
  1364. @media (max-width: 767px) {
  1365. .wrapper .main-header .logo {
  1366. border-bottom: 0 solid transparent;
  1367. position: absolute;
  1368. top: 0;
  1369. z-index: 1200;
  1370. width: 130px;
  1371. left: 50%;
  1372. margin-left: -65px;
  1373. }
  1374. .sidebar .mobilenav a.btn-app {
  1375. color: #444;
  1376. width: 100px;
  1377. height: 70px;
  1378. font-size: 13px;
  1379. border: none;
  1380. background: #fff;
  1381. }
  1382. .sidebar .mobilenav a.btn-app i.fa {
  1383. font-size: 24px;
  1384. display: inline-block;
  1385. }
  1386. .sidebar .mobilenav a.btn-app span {
  1387. margin-top: 5px;
  1388. display: block;
  1389. }
  1390. .sidebar .mobilenav a.btn-app.active {
  1391. color: #222d32;
  1392. }
  1393. .wrapper .main-header .navbar .dropdown-menu li > a {
  1394. color: #333;
  1395. }
  1396. .wrapper .main-header .navbar .dropdown-menu li > a:hover {
  1397. background: #eee;
  1398. }
  1399. .wrapper .main-header .navbar .dropdown-menu li.active > a {
  1400. color: #fff;
  1401. }
  1402. .wrapper .main-header .navbar .dropdown-menu li.active > a:hover {
  1403. background: #222d32;
  1404. }
  1405. .main-sidebar,
  1406. .left-side {
  1407. padding-top: 50px;
  1408. }
  1409. .multipletab.multiplenav .main-sidebar {
  1410. padding-top: 95px;
  1411. }
  1412. .n-bootstrap .n-right {
  1413. margin-top: 0;
  1414. top: -20px;
  1415. position: absolute;
  1416. left: 0;
  1417. text-align: right;
  1418. width: 100%;
  1419. }
  1420. .n-bootstrap .n-right .msg-wrap {
  1421. position: relative;
  1422. }
  1423. .n-bootstrap .col-xs-12 > .n-right .msg-wrap {
  1424. margin-right: 15px;
  1425. }
  1426. }
  1427. /*修复radio和checkbox样式对齐*/
  1428. .radio > label,
  1429. .checkbox > label {
  1430. margin-right: 10px;
  1431. }
  1432. .radio > label > input,
  1433. .checkbox > label > input {
  1434. margin: 5px 0 0;
  1435. }
  1436. .wipecache li a {
  1437. color: #444444 !important;
  1438. }
  1439. /*修正开关关闭下的颜色值*/
  1440. .btn-switcher.disabled {
  1441. opacity: .6;
  1442. cursor: not-allowed;
  1443. }
  1444. .btn-switcher .text-gray {
  1445. color: #d2d6de !important;
  1446. }
  1447. .jumpto input {
  1448. width: 50px;
  1449. margin-left: 5px;
  1450. margin-right: 5px;
  1451. text-align: center;
  1452. display: inline-block;
  1453. }
  1454. .fixed-columns,
  1455. .fixed-columns-right {
  1456. position: absolute;
  1457. top: 0;
  1458. height: 100%;
  1459. min-height: 41px;
  1460. background-color: #fff;
  1461. box-sizing: border-box;
  1462. z-index: 2;
  1463. box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.08);
  1464. }
  1465. .fixed-columns .fixed-table-body,
  1466. .fixed-columns-right .fixed-table-body {
  1467. min-height: 41px;
  1468. overflow-x: hidden !important;
  1469. }
  1470. .fixed-columns .fixed-table-body .btn-dragsort,
  1471. .fixed-columns-right .fixed-table-body .btn-dragsort {
  1472. pointer-events: none;
  1473. cursor: not-allowed;
  1474. opacity: 0.65;
  1475. filter: alpha(opacity=65);
  1476. -webkit-box-shadow: none;
  1477. box-shadow: none;
  1478. }
  1479. .fixed-columns {
  1480. left: 0;
  1481. }
  1482. .fixed-columns-right {
  1483. right: 0;
  1484. box-shadow: -1px 0 8px rgba(0, 0, 0, 0.08);
  1485. }
  1486. .fix-sticky {
  1487. position: fixed;
  1488. z-index: 100;
  1489. }
  1490. .fix-sticky thead {
  1491. background: #fff;
  1492. }
  1493. .fix-sticky thead th,
  1494. .fix-sticky thead th:first-child {
  1495. border-left: 0;
  1496. border-right: 0;
  1497. border-bottom: 1px solid #eee;
  1498. border-radius: 0;
  1499. }
  1500. .sidebar-menu li.treeview-open > a > .fa-angle-left,
  1501. .sidebar-menu li.treeview-open > a > .pull-right-container > .fa-angle-left {
  1502. -webkit-transform: rotate(-90deg);
  1503. -moz-transform: rotate(-90deg);
  1504. -o-transform: rotate(-90deg);
  1505. -ms-transform: rotate(-90deg);
  1506. transform: rotate(-90deg);
  1507. }
  1508. .sidebar-menu .treeview-menu > li {
  1509. margin: 4px 0 4px 0;
  1510. }
  1511. .bootstrap-tagsinput {
  1512. background-color: #fff;
  1513. border: 1px solid #ccc;
  1514. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1515. display: inline-block;
  1516. padding: 4px 6px;
  1517. color: #555;
  1518. vertical-align: middle;
  1519. width: 100%;
  1520. line-height: 22px;
  1521. cursor: text;
  1522. }
  1523. .bootstrap-tagsinput input {
  1524. border: none;
  1525. box-shadow: none;
  1526. outline: none;
  1527. background-color: transparent;
  1528. padding: 0;
  1529. margin: 0;
  1530. font-size: 13px;
  1531. width: 80px;
  1532. max-width: inherit;
  1533. }
  1534. .bootstrap-tagsinput input:focus {
  1535. border: none;
  1536. box-shadow: none;
  1537. }
  1538. .bootstrap-tagsinput .tagsinput-text {
  1539. display: inline-block;
  1540. overflow: auto;
  1541. visibility: hidden;
  1542. height: 1px;
  1543. position: absolute;
  1544. bottom: -1px;
  1545. left: 0;
  1546. }
  1547. .bootstrap-tagsinput .tag {
  1548. margin-right: 2px;
  1549. color: white;
  1550. }
  1551. .bootstrap-tagsinput .tag [data-role="remove"] {
  1552. margin-left: 5px;
  1553. cursor: pointer;
  1554. }
  1555. .bootstrap-tagsinput .tag [data-role="remove"]:after {
  1556. content: "x";
  1557. padding: 0px 2px;
  1558. }
  1559. .bootstrap-tagsinput .tag [data-role="remove"]:hover {
  1560. background-color: rgba(255, 255, 255, 0.16);
  1561. }
  1562. .autocomplete-suggestions {
  1563. border-radius: 2px;
  1564. background: #FFF;
  1565. overflow: auto;
  1566. min-width: 200px;
  1567. -webkit-box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
  1568. -moz-box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
  1569. box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
  1570. }
  1571. .autocomplete-suggestions strong {
  1572. font-weight: normal;
  1573. color: red;
  1574. }
  1575. .autocomplete-suggestions .autocomplete-suggestion {
  1576. padding: 5px 10px;
  1577. white-space: nowrap;
  1578. overflow: hidden;
  1579. }
  1580. .autocomplete-suggestions .autocomplete-selected {
  1581. background: #F0F0F0;
  1582. }
  1583. .autocomplete-suggestions .autocomplete-group {
  1584. padding: 5px 10px;
  1585. }
  1586. .autocomplete-suggestions .autocomplete-group strong {
  1587. display: block;
  1588. border-bottom: 1px solid #ddd;
  1589. }
  1590. /*# sourceMappingURL=backend.css.map */