frontend.css 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080
  1. @import url("../css/bootstrap.css");
  2. @import url("../css/fastadmin.css");
  3. @import url("../css/iconfont.css");
  4. @import url("../libs/font-awesome/css/font-awesome.min.css");
  5. @import url("../libs/toastr/toastr.min.css");
  6. @import url("../libs/fastadmin-layer/dist/theme/default/layer.css");
  7. @import url("../libs/bootstrap-table/dist/bootstrap-table.min.css");
  8. @import url("../libs/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css");
  9. @import url("../libs/bootstrap-daterangepicker/daterangepicker.css");
  10. @import url("../libs/nice-validator/dist/jquery.validator.css");
  11. @import url("../libs/bootstrap-select/dist/css/bootstrap-select.min.css");
  12. @import url("../libs/fastadmin-selectpage/selectpage.css");
  13. @import url("../libs/bootstrap-slider/slider.css");
  14. .m-0 {
  15. margin-top: 0px !important;
  16. margin-right: 0px !important;
  17. margin-bottom: 0px !important;
  18. margin-left: 0px !important;
  19. }
  20. .mt-0 {
  21. margin-top: 0px !important;
  22. }
  23. .mr-0 {
  24. margin-right: 0px !important;
  25. }
  26. .mb-0 {
  27. margin-bottom: 0px !important;
  28. }
  29. .ml-0 {
  30. margin-left: 0px !important;
  31. }
  32. .mx-0 {
  33. margin-left: 0px !important;
  34. margin-right: 0px !important;
  35. }
  36. .my-0 {
  37. margin-top: 0px !important;
  38. margin-bottom: 0px !important;
  39. }
  40. .m-1 {
  41. margin-top: 5px !important;
  42. margin-right: 5px !important;
  43. margin-bottom: 5px !important;
  44. margin-left: 5px !important;
  45. }
  46. .mt-1 {
  47. margin-top: 5px !important;
  48. }
  49. .mr-1 {
  50. margin-right: 5px !important;
  51. }
  52. .mb-1 {
  53. margin-bottom: 5px !important;
  54. }
  55. .ml-1 {
  56. margin-left: 5px !important;
  57. }
  58. .mx-1 {
  59. margin-left: 5px !important;
  60. margin-right: 5px !important;
  61. }
  62. .my-1 {
  63. margin-top: 5px !important;
  64. margin-bottom: 5px !important;
  65. }
  66. .m-2 {
  67. margin-top: 10px !important;
  68. margin-right: 10px !important;
  69. margin-bottom: 10px !important;
  70. margin-left: 10px !important;
  71. }
  72. .mt-2 {
  73. margin-top: 10px !important;
  74. }
  75. .mr-2 {
  76. margin-right: 10px !important;
  77. }
  78. .mb-2 {
  79. margin-bottom: 10px !important;
  80. }
  81. .ml-2 {
  82. margin-left: 10px !important;
  83. }
  84. .mx-2 {
  85. margin-left: 10px !important;
  86. margin-right: 10px !important;
  87. }
  88. .my-2 {
  89. margin-top: 10px !important;
  90. margin-bottom: 10px !important;
  91. }
  92. .m-3 {
  93. margin-top: 15px !important;
  94. margin-right: 15px !important;
  95. margin-bottom: 15px !important;
  96. margin-left: 15px !important;
  97. }
  98. .mt-3 {
  99. margin-top: 15px !important;
  100. }
  101. .mr-3 {
  102. margin-right: 15px !important;
  103. }
  104. .mb-3 {
  105. margin-bottom: 15px !important;
  106. }
  107. .ml-3 {
  108. margin-left: 15px !important;
  109. }
  110. .mx-3 {
  111. margin-left: 15px !important;
  112. margin-right: 15px !important;
  113. }
  114. .my-3 {
  115. margin-top: 15px !important;
  116. margin-bottom: 15px !important;
  117. }
  118. .m-4 {
  119. margin-top: 20px !important;
  120. margin-right: 20px !important;
  121. margin-bottom: 20px !important;
  122. margin-left: 20px !important;
  123. }
  124. .mt-4 {
  125. margin-top: 20px !important;
  126. }
  127. .mr-4 {
  128. margin-right: 20px !important;
  129. }
  130. .mb-4 {
  131. margin-bottom: 20px !important;
  132. }
  133. .ml-4 {
  134. margin-left: 20px !important;
  135. }
  136. .mx-4 {
  137. margin-left: 20px !important;
  138. margin-right: 20px !important;
  139. }
  140. .my-4 {
  141. margin-top: 20px !important;
  142. margin-bottom: 20px !important;
  143. }
  144. .p-0 {
  145. padding-top: 0px !important;
  146. padding-right: 0px !important;
  147. padding-bottom: 0px !important;
  148. padding-left: 0px !important;
  149. }
  150. .pt-0 {
  151. padding-top: 0px !important;
  152. }
  153. .pr-0 {
  154. padding-right: 0px !important;
  155. }
  156. .pb-0 {
  157. padding-bottom: 0px !important;
  158. }
  159. .pl-0 {
  160. padding-left: 0px !important;
  161. }
  162. .px-0 {
  163. padding-left: 0px !important;
  164. padding-right: 0px !important;
  165. }
  166. .py-0 {
  167. padding-top: 0px !important;
  168. padding-bottom: 0px !important;
  169. }
  170. .p-1 {
  171. padding-top: 5px !important;
  172. padding-right: 5px !important;
  173. padding-bottom: 5px !important;
  174. padding-left: 5px !important;
  175. }
  176. .pt-1 {
  177. padding-top: 5px !important;
  178. }
  179. .pr-1 {
  180. padding-right: 5px !important;
  181. }
  182. .pb-1 {
  183. padding-bottom: 5px !important;
  184. }
  185. .pl-1 {
  186. padding-left: 5px !important;
  187. }
  188. .px-1 {
  189. padding-left: 5px !important;
  190. padding-right: 5px !important;
  191. }
  192. .py-1 {
  193. padding-top: 5px !important;
  194. padding-bottom: 5px !important;
  195. }
  196. .p-2 {
  197. padding-top: 10px !important;
  198. padding-right: 10px !important;
  199. padding-bottom: 10px !important;
  200. padding-left: 10px !important;
  201. }
  202. .pt-2 {
  203. padding-top: 10px !important;
  204. }
  205. .pr-2 {
  206. padding-right: 10px !important;
  207. }
  208. .pb-2 {
  209. padding-bottom: 10px !important;
  210. }
  211. .pl-2 {
  212. padding-left: 10px !important;
  213. }
  214. .px-2 {
  215. padding-left: 10px !important;
  216. padding-right: 10px !important;
  217. }
  218. .py-2 {
  219. padding-top: 10px !important;
  220. padding-bottom: 10px !important;
  221. }
  222. .p-3 {
  223. padding-top: 15px !important;
  224. padding-right: 15px !important;
  225. padding-bottom: 15px !important;
  226. padding-left: 15px !important;
  227. }
  228. .pt-3 {
  229. padding-top: 15px !important;
  230. }
  231. .pr-3 {
  232. padding-right: 15px !important;
  233. }
  234. .pb-3 {
  235. padding-bottom: 15px !important;
  236. }
  237. .pl-3 {
  238. padding-left: 15px !important;
  239. }
  240. .px-3 {
  241. padding-left: 15px !important;
  242. padding-right: 15px !important;
  243. }
  244. .py-3 {
  245. padding-top: 15px !important;
  246. padding-bottom: 15px !important;
  247. }
  248. .p-4 {
  249. padding-top: 20px !important;
  250. padding-right: 20px !important;
  251. padding-bottom: 20px !important;
  252. padding-left: 20px !important;
  253. }
  254. .pt-4 {
  255. padding-top: 20px !important;
  256. }
  257. .pr-4 {
  258. padding-right: 20px !important;
  259. }
  260. .pb-4 {
  261. padding-bottom: 20px !important;
  262. }
  263. .pl-4 {
  264. padding-left: 20px !important;
  265. }
  266. .px-4 {
  267. padding-left: 20px !important;
  268. padding-right: 20px !important;
  269. }
  270. .py-4 {
  271. padding-top: 20px !important;
  272. padding-bottom: 20px !important;
  273. }
  274. html,
  275. body {
  276. height: 100%;
  277. }
  278. body {
  279. padding-top: 60px;
  280. font-size: 14px;
  281. background: #f4f6f8;
  282. height: 100%;
  283. line-height: 1.5715;
  284. -webkit-font-smoothing: antialiased;
  285. text-rendering: optimizeLegibility;
  286. -moz-osx-font-smoothing: grayscale;
  287. font-feature-settings: 'liga';
  288. -webkit-text-size-adjust: 100%;
  289. font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
  290. font-weight: 400;
  291. color: #616161;
  292. }
  293. a {
  294. color: #007bff;
  295. }
  296. a:hover,
  297. a:focus {
  298. color: #007bff;
  299. }
  300. .navbar-white {
  301. background-color: #fff;
  302. border-color: #fff;
  303. box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
  304. }
  305. .navbar-white .dropdown-menu {
  306. border-radius: 5px;
  307. -webkit-box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
  308. -moz-box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
  309. box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
  310. }
  311. @media (min-width: 768px) {
  312. .navbar-default .navbar-brand {
  313. height: 60px;
  314. line-height: 27px;
  315. }
  316. .navbar-default .navbar-nav > li > a {
  317. height: 60px;
  318. line-height: 27px;
  319. }
  320. .navbar-white .navbar-nav > li > a {
  321. height: 60px;
  322. line-height: 27px;
  323. color: #555;
  324. }
  325. .navbar-white .navbar-nav > li > a:hover,
  326. .navbar-white .navbar-nav > li > a:focus {
  327. color: #007bff;
  328. }
  329. .navbar-white .navbar-nav > .active > a,
  330. .navbar-white .navbar-nav > .active > a:hover,
  331. .navbar-white .navbar-nav > .active > a:focus {
  332. background-color: inherit;
  333. color: #007bff;
  334. }
  335. }
  336. @media (max-width: 768px) {
  337. body {
  338. padding-top: 50px;
  339. }
  340. .navbar-white .navbar-nav .open .dropdown-menu {
  341. background: #eee;
  342. }
  343. .navbar-white .navbar-toggle {
  344. border-color: #ddd;
  345. }
  346. .navbar-white .navbar-toggle .icon-bar {
  347. background-color: #888;
  348. }
  349. .navbar-white .navbar-collapse.in {
  350. border-top-color: #f5f5f5;
  351. }
  352. }
  353. .dropdown:hover .dropdown-menu {
  354. display: block;
  355. margin-top: 0;
  356. }
  357. .navbar {
  358. border: none;
  359. }
  360. .navbar-nav > li > a {
  361. font-size: 14px;
  362. }
  363. #header-navbar li.dropdown ul.dropdown-menu {
  364. min-width: 100px;
  365. }
  366. .dropdown-menu > li > a {
  367. font-size: 14px;
  368. padding: 5px 20px;
  369. }
  370. .dropdown-menu {
  371. border-radius: 2px;
  372. border: 0px;
  373. box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  374. padding: 5px 0px;
  375. }
  376. .dropdown-menu li a {
  377. padding-top: 10px !important;
  378. padding-bottom: 10px;
  379. }
  380. .dropdown-menu > li > a {
  381. font-weight: 400;
  382. color: #444;
  383. padding: 5px 15px;
  384. padding-bottom: 10px;
  385. }
  386. .dropdown-menu > li > a:hover,
  387. .dropdown-menu > li > a:focus {
  388. text-decoration: none;
  389. color: #777;
  390. background: rgba(0, 0, 0, 0.05);
  391. }
  392. .toast-top-center {
  393. top: 60px;
  394. }
  395. #toast-container > div {
  396. -webkit-box-shadow: none;
  397. -moz-box-shadow: none;
  398. box-shadow: none;
  399. }
  400. /*修复nice-validator和summernote的编辑框冲突*/
  401. .nice-validator .note-editor .note-editing-area .note-editable {
  402. display: inherit;
  403. }
  404. /*预览区域*/
  405. .plupload-preview,
  406. .faupload-preview {
  407. padding: 0 10px;
  408. margin-bottom: 0;
  409. }
  410. .plupload-preview li,
  411. .faupload-preview li {
  412. margin-top: 10px;
  413. }
  414. .plupload-preview .thumbnail,
  415. .faupload-preview .thumbnail {
  416. margin-bottom: 10px;
  417. }
  418. .plupload-preview a,
  419. .faupload-preview a {
  420. display: block;
  421. }
  422. .plupload-preview a:first-child,
  423. .faupload-preview a:first-child {
  424. height: 90px;
  425. }
  426. .plupload-preview a img,
  427. .faupload-preview a img {
  428. height: 80px;
  429. object-fit: cover;
  430. }
  431. .layui-layer-content {
  432. clear: both;
  433. }
  434. .layui-layer-fast .layui-layer-content > table.table {
  435. margin-bottom: 0;
  436. }
  437. .layui-layer-fast .layui-layer-confirm {
  438. display: none;
  439. position: absolute;
  440. width: 100%;
  441. height: 100%;
  442. left: 0;
  443. bottom: 0;
  444. border: 1px solid transparent;
  445. background: transparent;
  446. color: transparent;
  447. }
  448. .layui-layer-fast .layui-layer-confirm:focus {
  449. border: 1px solid #444c69;
  450. -webkit-border-radius: 2px;
  451. -webkit-background-clip: padding-box;
  452. -moz-border-radius: 2px;
  453. -moz-background-clip: padding;
  454. border-radius: 2px;
  455. background-clip: padding-box;
  456. }
  457. .layui-layer-fast .layui-layer-confirm:focus-visible {
  458. outline: 0;
  459. }
  460. .layui-layer-fast-msg {
  461. min-width: 100px;
  462. border-radius: 2px;
  463. }
  464. .input-group > .msg-box.n-right {
  465. position: absolute;
  466. }
  467. .bootstrap-select .status {
  468. background: #f0f0f0;
  469. clear: both;
  470. color: #999;
  471. font-size: 12px;
  472. font-weight: 500;
  473. line-height: 1;
  474. margin-bottom: -5px;
  475. padding: 10px 20px;
  476. }
  477. select.bs-select-hidden,
  478. select.selectpicker {
  479. display: inherit !important;
  480. max-height: 31px;
  481. overflow: hidden;
  482. }
  483. select.bs-select-hidden[multiple],
  484. select.selectpicker[multiple] {
  485. height: 31px;
  486. padding: 0;
  487. background: #f4f4f4;
  488. }
  489. select.bs-select-hidden[multiple] option,
  490. select.selectpicker[multiple] option {
  491. color: #f4f4f4;
  492. zoom: 1;
  493. filter: alpha(opacity=0);
  494. -webkit-opacity: 0;
  495. -moz-opacity: 0;
  496. opacity: 0;
  497. }
  498. @media not all and (min-resolution: 0.001dpcm) {
  499. @supports (-webkit-appearance:none) {
  500. select.bs-select-hidden[multiple],
  501. select.selectpicker[multiple] {
  502. visibility: hidden;
  503. }
  504. }
  505. }
  506. input.selectpage {
  507. color: transparent;
  508. pointer-events: none;
  509. }
  510. .sp_container input.selectpage {
  511. color: inherit;
  512. pointer-events: inherit;
  513. padding-left: 12px;
  514. padding-right: 12px;
  515. }
  516. .sp_container .sp_element_box input.selectpage {
  517. padding-left: 0;
  518. padding-right: 0;
  519. }
  520. .sp_container .sp_element_box li:first-child input.selectpage {
  521. padding-left: 9px;
  522. padding-right: 9px;
  523. }
  524. /*修复radio和checkbox样式对齐*/
  525. .radio > label,
  526. .checkbox > label {
  527. margin-right: 10px;
  528. }
  529. .radio > label > input,
  530. .checkbox > label > input {
  531. margin: 5px 0 0;
  532. }
  533. form.form-horizontal .control-label {
  534. font-weight: normal;
  535. }
  536. .panel-default {
  537. padding: 0 15px;
  538. border: none;
  539. -webkit-box-shadow: none;
  540. -moz-box-shadow: none;
  541. box-shadow: none;
  542. }
  543. .panel-default > .panel-heading {
  544. position: relative;
  545. font-size: 16px;
  546. padding: 15px 0;
  547. background: #fff;
  548. border-bottom: 1px solid #f5f5f5;
  549. }
  550. .panel-default h2.page-header {
  551. margin-top: 0;
  552. height: 50px;
  553. line-height: 31px;
  554. font-size: 18px;
  555. padding: 10px 0;
  556. border-bottom: 1px solid #f5f5f5;
  557. }
  558. .panel-default > .panel-heading .panel-title {
  559. color: #313131;
  560. }
  561. .panel-default > .panel-heading .panel-title > i {
  562. display: none;
  563. }
  564. .panel-default > .panel-heading .more {
  565. position: absolute;
  566. top: 13px;
  567. right: 0;
  568. display: block;
  569. color: #919191;
  570. -webkit-transition: all 0.3s ease;
  571. -moz-transition: all 0.3s ease;
  572. -o-transition: all 0.3s ease;
  573. transition: all 0.3s ease;
  574. }
  575. .panel-default > .panel-heading .more:hover {
  576. color: #616161;
  577. -webkit-transition: all 0.3s ease;
  578. -moz-transition: all 0.3s ease;
  579. -o-transition: all 0.3s ease;
  580. transition: all 0.3s ease;
  581. }
  582. .panel-default > .panel-heading .panel-bar {
  583. position: absolute;
  584. top: 7px;
  585. right: 0;
  586. display: block;
  587. }
  588. @media (max-width: 767px) {
  589. .panel-default {
  590. padding: 0 10px;
  591. }
  592. .panel-default > .panel-heading {
  593. padding: 10px 0;
  594. }
  595. .panel-default > .panel-heading .more {
  596. top: 8px;
  597. }
  598. > .panel-body {
  599. position: relative;
  600. padding: 15px 0;
  601. }
  602. > .panel-footer {
  603. padding: 15px 0;
  604. background: none;
  605. }
  606. }
  607. .panel-gray {
  608. -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  609. -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  610. box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  611. }
  612. .panel-gray > .panel-heading {
  613. background-color: #f5f5f5;
  614. color: #919191;
  615. }
  616. .panel-gray > .panel-body {
  617. color: #919191;
  618. background: #fff;
  619. border-bottom-left-radius: 4px;
  620. border-bottom-right-radius: 4px;
  621. }
  622. .panel-page {
  623. padding: 45px 50px 50px;
  624. min-height: 500px;
  625. }
  626. .panel-page .panel-heading {
  627. background: transparent;
  628. border-bottom: none;
  629. margin: 0 0 30px 0;
  630. padding: 0;
  631. }
  632. .panel-page .panel-heading h2 {
  633. font-size: 25px;
  634. margin-top: 0;
  635. }
  636. @media (max-width: 767px) {
  637. .panel-page {
  638. padding: 15px;
  639. min-height: 300px;
  640. }
  641. }
  642. .nav-pills > li {
  643. margin-right: 5px;
  644. }
  645. .nav-pills > li > a {
  646. padding: 10px 15px;
  647. color: #616161;
  648. -webkit-transition: all 0.3s ease;
  649. -moz-transition: all 0.3s ease;
  650. -o-transition: all 0.3s ease;
  651. transition: all 0.3s ease;
  652. }
  653. .nav-pills > li > a:hover {
  654. -webkit-transition: all 0.3s ease;
  655. -moz-transition: all 0.3s ease;
  656. -o-transition: all 0.3s ease;
  657. transition: all 0.3s ease;
  658. background-color: #f5f5f5;
  659. }
  660. .nav-pills > li.active > a {
  661. border: none;
  662. color: #fff;
  663. background: #007bff;
  664. -webkit-transition: all 0.3s ease;
  665. -moz-transition: all 0.3s ease;
  666. -o-transition: all 0.3s ease;
  667. transition: all 0.3s ease;
  668. border-radius: 3px;
  669. }
  670. .nav-pills.nav-pills-sm > li > a {
  671. font-size: 12px;
  672. line-height: 1.5;
  673. padding: 4px 13px;
  674. }
  675. .fieldlist dd {
  676. display: block;
  677. margin: 5px 0;
  678. }
  679. .fieldlist dd input {
  680. display: inline-block;
  681. width: 300px;
  682. }
  683. .fieldlist dd input:first-child {
  684. width: 110px;
  685. }
  686. .fieldlist dd ins {
  687. width: 110px;
  688. display: inline-block;
  689. text-decoration: none;
  690. }
  691. /* 弹窗中的表单 */
  692. .form-layer {
  693. height: 100%;
  694. min-height: 150px;
  695. min-width: 300px;
  696. }
  697. .form-layer .form-body {
  698. width: 100%;
  699. overflow: auto;
  700. top: 0;
  701. position: absolute;
  702. z-index: 10;
  703. bottom: 50px;
  704. padding: 15px;
  705. }
  706. .form-layer .form-footer {
  707. height: 50px;
  708. line-height: 50px;
  709. background-color: #ecf0f1;
  710. width: 100%;
  711. position: absolute;
  712. z-index: 200;
  713. bottom: 0;
  714. margin: 0;
  715. }
  716. .form-layer .form-footer .form-group {
  717. margin-left: 0;
  718. margin-right: 0;
  719. }
  720. footer.footer {
  721. width: 100%;
  722. color: #aaa;
  723. background: #555;
  724. margin-top: 25px;
  725. }
  726. footer.footer .copyright {
  727. line-height: 50px;
  728. text-align: center;
  729. background: #393939;
  730. margin: 0;
  731. }
  732. footer.footer .copyright a {
  733. color: #aaa;
  734. }
  735. footer.footer .copyright a:hover {
  736. color: #fff;
  737. }
  738. .rotate {
  739. -webkit-transition-duration: 0.8s;
  740. -moz-transition-duration: 0.8s;
  741. -o-transition-duration: 0.8s;
  742. transition-duration: 0.8s;
  743. -webkit-transition-property: transform;
  744. transition-property: transform;
  745. -webkit-transition-property: -webkit-transform;
  746. -moz-transition-property: -moz-transform;
  747. -o-transition-property: -o-transform;
  748. transition-property: -webkit-transform,-moz-transform,-o-transform,transform;
  749. overflow: hidden;
  750. }
  751. .rotate:hover {
  752. -webkit-transform: rotate(360deg);
  753. -moz-transform: rotate(360deg);
  754. -o-transform: rotate(360deg);
  755. -ms-transform: rotate(360deg);
  756. transform: rotate(360deg);
  757. }
  758. .user-section {
  759. background: #fff;
  760. padding: 15px;
  761. margin-bottom: 20px;
  762. -webkit-border-radius: 4px;
  763. -webkit-background-clip: padding-box;
  764. -moz-border-radius: 4px;
  765. -moz-background-clip: padding;
  766. border-radius: 4px;
  767. background-clip: padding-box;
  768. }
  769. .login-section {
  770. margin: 50px auto;
  771. width: 460px;
  772. -webkit-border-radius: 0;
  773. -webkit-background-clip: padding-box;
  774. -moz-border-radius: 0;
  775. -moz-background-clip: padding;
  776. border-radius: 0;
  777. background-clip: padding-box;
  778. }
  779. .login-section.login-section-weixin {
  780. min-height: 315px;
  781. }
  782. .login-section .logon-tab {
  783. margin: -15px -15px 0 -15px;
  784. }
  785. .login-section .logon-tab > a {
  786. display: block;
  787. padding: 20px;
  788. float: left;
  789. width: 50%;
  790. font-size: 16px;
  791. text-align: center;
  792. color: #616161;
  793. background-color: #efefef;
  794. -webkit-transition: all 0.3s ease;
  795. -moz-transition: all 0.3s ease;
  796. -o-transition: all 0.3s ease;
  797. transition: all 0.3s ease;
  798. }
  799. .login-section .logon-tab > a:hover {
  800. background-color: #fafafa;
  801. -webkit-transition: all 0.3s ease;
  802. -moz-transition: all 0.3s ease;
  803. -o-transition: all 0.3s ease;
  804. transition: all 0.3s ease;
  805. }
  806. .login-section .logon-tab > a.active {
  807. background-color: #fff;
  808. -webkit-transition: all 0.3s ease;
  809. -moz-transition: all 0.3s ease;
  810. -o-transition: all 0.3s ease;
  811. transition: all 0.3s ease;
  812. }
  813. .login-section .login-main {
  814. padding: 40px 45px 20px 45px;
  815. }
  816. .login-section .n-bootstrap .form-group {
  817. position: relative;
  818. }
  819. .login-section .n-bootstrap .input-group {
  820. position: inherit;
  821. }
  822. .login-section .n-bootstrap .n-right {
  823. margin-top: 0;
  824. top: 0;
  825. position: absolute;
  826. left: 0;
  827. text-align: right;
  828. width: 100%;
  829. }
  830. .login-section .n-bootstrap .n-right .msg-wrap {
  831. position: relative;
  832. }
  833. main.content {
  834. width: 100%;
  835. overflow: auto;
  836. padding: 15px;
  837. padding-top: 20px;
  838. min-height: calc(100vh - 135px);
  839. }
  840. .sidenav {
  841. padding: 20px 0 10px 0;
  842. margin-bottom: 20px;
  843. background-color: #fff;
  844. }
  845. .sidenav .list-group:last-child {
  846. margin-bottom: 0;
  847. }
  848. .sidenav .list-group .list-group-heading {
  849. list-style-type: none;
  850. color: #919191;
  851. margin-bottom: 10px;
  852. margin-left: 35px;
  853. font-size: 14px;
  854. }
  855. .sidenav .list-group .list-group-item {
  856. -webkit-border-radius: 0;
  857. -webkit-background-clip: padding-box;
  858. -moz-border-radius: 0;
  859. -moz-background-clip: padding;
  860. border-radius: 0;
  861. background-clip: padding-box;
  862. border: none;
  863. padding: 0;
  864. border-left: 2px solid transparent;
  865. }
  866. .sidenav .list-group .list-group-item:last-child,
  867. .sidenav .list-group .list-group-item:first-child {
  868. -webkit-border-radius: 0;
  869. -webkit-background-clip: padding-box;
  870. -moz-border-radius: 0;
  871. -moz-background-clip: padding;
  872. border-radius: 0;
  873. background-clip: padding-box;
  874. }
  875. .sidenav .list-group .list-group-item:hover {
  876. border-left: 2px solid rgba(245, 245, 245, 0.38);
  877. background-color: rgba(245, 245, 245, 0.38);
  878. }
  879. .sidenav .list-group .list-group-item > a {
  880. display: block;
  881. color: #616161;
  882. padding: 10px 15px 10px 35px;
  883. }
  884. .sidenav .list-group .list-group-item.active {
  885. border-left: 2px solid #007bff;
  886. background-color: rgba(245, 245, 245, 0.38);
  887. }
  888. .sidenav .list-group .list-group-item.active > a {
  889. color: #007bff;
  890. }
  891. .nav li .avatar-text,
  892. .nav li .avatar-img {
  893. height: 30px;
  894. width: 30px;
  895. line-height: 30px;
  896. font-size: 14px;
  897. }
  898. .nav li .avatar-img {
  899. font-size: 0;
  900. }
  901. .nav li .avatar-img img {
  902. border-radius: 30px;
  903. width: 30px;
  904. height: 30px;
  905. }
  906. .avatar-text,
  907. .avatar-img {
  908. display: inline-block;
  909. box-sizing: content-box;
  910. color: #fff;
  911. text-align: center;
  912. vertical-align: top;
  913. background-color: #e8ecf3;
  914. font-weight: normal;
  915. width: 48px;
  916. height: 48px;
  917. border-radius: 48px;
  918. font-size: 24px;
  919. line-height: 48px;
  920. }
  921. .avatar-img {
  922. font-size: 0;
  923. }
  924. .avatar-img img {
  925. border-radius: 48px;
  926. width: 48px;
  927. height: 48px;
  928. }
  929. @media (max-width: 767px) {
  930. main.content {
  931. position: inherit;
  932. padding: 15px 0;
  933. }
  934. .login-section {
  935. width: 100%;
  936. margin: 20px auto;
  937. }
  938. .login-section .login-main {
  939. padding: 20px 0 0 0;
  940. }
  941. footer.footer {
  942. position: inherit;
  943. }
  944. footer.footer .copyright {
  945. padding: 10px;
  946. line-height: 30px;
  947. }
  948. }
  949. .pager .pagination {
  950. margin: 0;
  951. }
  952. .pager li {
  953. margin: 0 .4em;
  954. display: inline-block;
  955. }
  956. .pager li:first-child > a,
  957. .pager li:last-child > a,
  958. .pager li:first-child > span,
  959. .pager li:last-child > span {
  960. padding: .5em 1.2em;
  961. }
  962. .pager li > a,
  963. .pager li > span {
  964. background: none;
  965. border: 1px solid #e6e6e6;
  966. border-radius: 0.25em;
  967. padding: .5em .93em;
  968. font-size: 14px;
  969. }
  970. .jumpto input {
  971. width: 50px;
  972. margin-left: 5px;
  973. margin-right: 5px;
  974. text-align: center;
  975. display: inline-block;
  976. }
  977. .fixed-columns,
  978. .fixed-columns-right {
  979. position: absolute;
  980. top: 0;
  981. height: 100%;
  982. min-height: 41px;
  983. background-color: #fff;
  984. box-sizing: border-box;
  985. z-index: 2;
  986. box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.08);
  987. }
  988. .fixed-columns .fixed-table-body,
  989. .fixed-columns-right .fixed-table-body {
  990. min-height: 41px;
  991. overflow-x: hidden !important;
  992. }
  993. .fixed-columns {
  994. left: 0;
  995. }
  996. .fixed-columns-right {
  997. right: 0;
  998. box-shadow: -1px 0 8px rgba(0, 0, 0, 0.08);
  999. }
  1000. .bootstrap-tagsinput {
  1001. background-color: #fff;
  1002. border: 1px solid #ccc;
  1003. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1004. display: inline-block;
  1005. padding: 4px 6px;
  1006. margin-bottom: 10px;
  1007. color: #555;
  1008. vertical-align: middle;
  1009. width: 100%;
  1010. line-height: 22px;
  1011. cursor: text;
  1012. }
  1013. .bootstrap-tagsinput input {
  1014. border: none;
  1015. box-shadow: none;
  1016. outline: none;
  1017. background-color: transparent;
  1018. padding: 0;
  1019. margin: 0;
  1020. font-size: 13px;
  1021. width: 80px;
  1022. max-width: inherit;
  1023. }
  1024. .bootstrap-tagsinput input:focus {
  1025. border: none;
  1026. box-shadow: none;
  1027. }
  1028. .bootstrap-tagsinput .tagsinput-text {
  1029. display: inline-block;
  1030. overflow: auto;
  1031. visibility: hidden;
  1032. height: 1px;
  1033. position: absolute;
  1034. bottom: -1px;
  1035. left: 0;
  1036. }
  1037. .bootstrap-tagsinput .tag {
  1038. margin-right: 2px;
  1039. color: white;
  1040. }
  1041. .bootstrap-tagsinput .tag [data-role="remove"] {
  1042. margin-left: 5px;
  1043. cursor: pointer;
  1044. }
  1045. .bootstrap-tagsinput .tag [data-role="remove"]:after {
  1046. content: "x";
  1047. padding: 0px 2px;
  1048. }
  1049. .bootstrap-tagsinput .tag [data-role="remove"]:hover {
  1050. background-color: rgba(255, 255, 255, 0.16);
  1051. }
  1052. .autocomplete-suggestions {
  1053. border-radius: 2px;
  1054. background: #FFF;
  1055. overflow: auto;
  1056. min-width: 200px;
  1057. -webkit-box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
  1058. -moz-box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
  1059. box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
  1060. }
  1061. .autocomplete-suggestions strong {
  1062. font-weight: normal;
  1063. color: red;
  1064. }
  1065. .autocomplete-suggestions .autocomplete-suggestion {
  1066. padding: 5px 10px;
  1067. white-space: nowrap;
  1068. overflow: hidden;
  1069. }
  1070. .autocomplete-suggestions .autocomplete-selected {
  1071. background: #F0F0F0;
  1072. }
  1073. .autocomplete-suggestions .autocomplete-group {
  1074. padding: 5px 10px;
  1075. }
  1076. .autocomplete-suggestions .autocomplete-group strong {
  1077. display: block;
  1078. border-bottom: 1px solid #ddd;
  1079. }
  1080. /*# sourceMappingURL=frontend.css.map */