frontend.css 22 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054
  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-msg {
  435. min-width: 100px;
  436. border-radius: 2px;
  437. }
  438. .input-group > .msg-box.n-right {
  439. position: absolute;
  440. }
  441. .bootstrap-select .status {
  442. background: #f0f0f0;
  443. clear: both;
  444. color: #999;
  445. font-size: 12px;
  446. font-weight: 500;
  447. line-height: 1;
  448. margin-bottom: -5px;
  449. padding: 10px 20px;
  450. }
  451. select.bs-select-hidden,
  452. select.selectpicker {
  453. display: inherit !important;
  454. max-height: 31px;
  455. overflow: hidden;
  456. }
  457. select.bs-select-hidden[multiple],
  458. select.selectpicker[multiple] {
  459. height: 31px;
  460. padding: 0;
  461. background: #f4f4f4;
  462. }
  463. select.bs-select-hidden[multiple] option,
  464. select.selectpicker[multiple] option {
  465. color: #f4f4f4;
  466. zoom: 1;
  467. filter: alpha(opacity=0);
  468. -webkit-opacity: 0;
  469. -moz-opacity: 0;
  470. opacity: 0;
  471. }
  472. @media not all and (min-resolution: 0.001dpcm) {
  473. @supports (-webkit-appearance:none) {
  474. select.bs-select-hidden[multiple],
  475. select.selectpicker[multiple] {
  476. visibility: hidden;
  477. }
  478. }
  479. }
  480. input.selectpage {
  481. color: transparent;
  482. pointer-events: none;
  483. }
  484. .sp_container input.selectpage {
  485. color: inherit;
  486. pointer-events: inherit;
  487. padding-left: 12px;
  488. padding-right: 12px;
  489. }
  490. .sp_container .sp_element_box input.selectpage {
  491. padding-left: 0;
  492. padding-right: 0;
  493. }
  494. .sp_container .sp_element_box li:first-child input.selectpage {
  495. padding-left: 9px;
  496. padding-right: 9px;
  497. }
  498. /*修复radio和checkbox样式对齐*/
  499. .radio > label,
  500. .checkbox > label {
  501. margin-right: 10px;
  502. }
  503. .radio > label > input,
  504. .checkbox > label > input {
  505. margin: 5px 0 0;
  506. }
  507. form.form-horizontal .control-label {
  508. font-weight: normal;
  509. }
  510. .panel-default {
  511. padding: 0 15px;
  512. border: none;
  513. -webkit-box-shadow: none;
  514. -moz-box-shadow: none;
  515. box-shadow: none;
  516. }
  517. .panel-default > .panel-heading {
  518. position: relative;
  519. font-size: 16px;
  520. padding: 15px 0;
  521. background: #fff;
  522. border-bottom: 1px solid #f5f5f5;
  523. }
  524. .panel-default h2.page-header {
  525. margin-top: 0;
  526. height: 50px;
  527. line-height: 31px;
  528. font-size: 18px;
  529. padding: 10px 0;
  530. border-bottom: 1px solid #f5f5f5;
  531. }
  532. .panel-default > .panel-heading .panel-title {
  533. color: #313131;
  534. }
  535. .panel-default > .panel-heading .panel-title > i {
  536. display: none;
  537. }
  538. .panel-default > .panel-heading .more {
  539. position: absolute;
  540. top: 13px;
  541. right: 0;
  542. display: block;
  543. color: #919191;
  544. -webkit-transition: all 0.3s ease;
  545. -moz-transition: all 0.3s ease;
  546. -o-transition: all 0.3s ease;
  547. transition: all 0.3s ease;
  548. }
  549. .panel-default > .panel-heading .more:hover {
  550. color: #616161;
  551. -webkit-transition: all 0.3s ease;
  552. -moz-transition: all 0.3s ease;
  553. -o-transition: all 0.3s ease;
  554. transition: all 0.3s ease;
  555. }
  556. .panel-default > .panel-heading .panel-bar {
  557. position: absolute;
  558. top: 7px;
  559. right: 0;
  560. display: block;
  561. }
  562. @media (max-width: 767px) {
  563. .panel-default {
  564. padding: 0 10px;
  565. }
  566. .panel-default > .panel-heading {
  567. padding: 10px 0;
  568. }
  569. .panel-default > .panel-heading .more {
  570. top: 8px;
  571. }
  572. > .panel-body {
  573. position: relative;
  574. padding: 15px 0;
  575. }
  576. > .panel-footer {
  577. padding: 15px 0;
  578. background: none;
  579. }
  580. }
  581. .panel-gray {
  582. -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  583. -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  584. box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  585. }
  586. .panel-gray > .panel-heading {
  587. background-color: #f5f5f5;
  588. color: #919191;
  589. }
  590. .panel-gray > .panel-body {
  591. color: #919191;
  592. background: #fff;
  593. border-bottom-left-radius: 4px;
  594. border-bottom-right-radius: 4px;
  595. }
  596. .panel-page {
  597. padding: 45px 50px 50px;
  598. min-height: 500px;
  599. }
  600. .panel-page .panel-heading {
  601. background: transparent;
  602. border-bottom: none;
  603. margin: 0 0 30px 0;
  604. padding: 0;
  605. }
  606. .panel-page .panel-heading h2 {
  607. font-size: 25px;
  608. margin-top: 0;
  609. }
  610. @media (max-width: 767px) {
  611. .panel-page {
  612. padding: 15px;
  613. min-height: 300px;
  614. }
  615. }
  616. .nav-pills > li {
  617. margin-right: 5px;
  618. }
  619. .nav-pills > li > a {
  620. padding: 10px 15px;
  621. color: #616161;
  622. -webkit-transition: all 0.3s ease;
  623. -moz-transition: all 0.3s ease;
  624. -o-transition: all 0.3s ease;
  625. transition: all 0.3s ease;
  626. }
  627. .nav-pills > li > a:hover {
  628. -webkit-transition: all 0.3s ease;
  629. -moz-transition: all 0.3s ease;
  630. -o-transition: all 0.3s ease;
  631. transition: all 0.3s ease;
  632. background-color: #f5f5f5;
  633. }
  634. .nav-pills > li.active > a {
  635. border: none;
  636. color: #fff;
  637. background: #007bff;
  638. -webkit-transition: all 0.3s ease;
  639. -moz-transition: all 0.3s ease;
  640. -o-transition: all 0.3s ease;
  641. transition: all 0.3s ease;
  642. border-radius: 3px;
  643. }
  644. .nav-pills.nav-pills-sm > li > a {
  645. font-size: 12px;
  646. line-height: 1.5;
  647. padding: 4px 13px;
  648. }
  649. .fieldlist dd {
  650. display: block;
  651. margin: 5px 0;
  652. }
  653. .fieldlist dd input {
  654. display: inline-block;
  655. width: 300px;
  656. }
  657. .fieldlist dd input:first-child {
  658. width: 110px;
  659. }
  660. .fieldlist dd ins {
  661. width: 110px;
  662. display: inline-block;
  663. text-decoration: none;
  664. }
  665. /* 弹窗中的表单 */
  666. .form-layer {
  667. height: 100%;
  668. min-height: 150px;
  669. min-width: 300px;
  670. }
  671. .form-layer .form-body {
  672. width: 100%;
  673. overflow: auto;
  674. top: 0;
  675. position: absolute;
  676. z-index: 10;
  677. bottom: 50px;
  678. padding: 15px;
  679. }
  680. .form-layer .form-footer {
  681. height: 50px;
  682. line-height: 50px;
  683. background-color: #ecf0f1;
  684. width: 100%;
  685. position: absolute;
  686. z-index: 200;
  687. bottom: 0;
  688. margin: 0;
  689. }
  690. .form-layer .form-footer .form-group {
  691. margin-left: 0;
  692. margin-right: 0;
  693. }
  694. footer.footer {
  695. width: 100%;
  696. color: #aaa;
  697. background: #555;
  698. margin-top: 25px;
  699. }
  700. footer.footer .copyright {
  701. line-height: 50px;
  702. text-align: center;
  703. background: #393939;
  704. margin: 0;
  705. }
  706. footer.footer .copyright a {
  707. color: #aaa;
  708. }
  709. footer.footer .copyright a:hover {
  710. color: #fff;
  711. }
  712. .rotate {
  713. -webkit-transition-duration: 0.8s;
  714. -moz-transition-duration: 0.8s;
  715. -o-transition-duration: 0.8s;
  716. transition-duration: 0.8s;
  717. -webkit-transition-property: transform;
  718. transition-property: transform;
  719. -webkit-transition-property: -webkit-transform;
  720. -moz-transition-property: -moz-transform;
  721. -o-transition-property: -o-transform;
  722. transition-property: -webkit-transform,-moz-transform,-o-transform,transform;
  723. overflow: hidden;
  724. }
  725. .rotate:hover {
  726. -webkit-transform: rotate(360deg);
  727. -moz-transform: rotate(360deg);
  728. -o-transform: rotate(360deg);
  729. -ms-transform: rotate(360deg);
  730. transform: rotate(360deg);
  731. }
  732. .user-section {
  733. background: #fff;
  734. padding: 15px;
  735. margin-bottom: 20px;
  736. -webkit-border-radius: 4px;
  737. -webkit-background-clip: padding-box;
  738. -moz-border-radius: 4px;
  739. -moz-background-clip: padding;
  740. border-radius: 4px;
  741. background-clip: padding-box;
  742. }
  743. .login-section {
  744. margin: 50px auto;
  745. width: 460px;
  746. -webkit-border-radius: 0;
  747. -webkit-background-clip: padding-box;
  748. -moz-border-radius: 0;
  749. -moz-background-clip: padding;
  750. border-radius: 0;
  751. background-clip: padding-box;
  752. }
  753. .login-section.login-section-weixin {
  754. min-height: 315px;
  755. }
  756. .login-section .logon-tab {
  757. margin: -15px -15px 0 -15px;
  758. }
  759. .login-section .logon-tab > a {
  760. display: block;
  761. padding: 20px;
  762. float: left;
  763. width: 50%;
  764. font-size: 16px;
  765. text-align: center;
  766. color: #616161;
  767. background-color: #efefef;
  768. -webkit-transition: all 0.3s ease;
  769. -moz-transition: all 0.3s ease;
  770. -o-transition: all 0.3s ease;
  771. transition: all 0.3s ease;
  772. }
  773. .login-section .logon-tab > a:hover {
  774. background-color: #fafafa;
  775. -webkit-transition: all 0.3s ease;
  776. -moz-transition: all 0.3s ease;
  777. -o-transition: all 0.3s ease;
  778. transition: all 0.3s ease;
  779. }
  780. .login-section .logon-tab > a.active {
  781. background-color: #fff;
  782. -webkit-transition: all 0.3s ease;
  783. -moz-transition: all 0.3s ease;
  784. -o-transition: all 0.3s ease;
  785. transition: all 0.3s ease;
  786. }
  787. .login-section .login-main {
  788. padding: 40px 45px 20px 45px;
  789. }
  790. .login-section .n-bootstrap .form-group {
  791. position: relative;
  792. }
  793. .login-section .n-bootstrap .input-group {
  794. position: inherit;
  795. }
  796. .login-section .n-bootstrap .n-right {
  797. margin-top: 0;
  798. top: 0;
  799. position: absolute;
  800. left: 0;
  801. text-align: right;
  802. width: 100%;
  803. }
  804. .login-section .n-bootstrap .n-right .msg-wrap {
  805. position: relative;
  806. }
  807. main.content {
  808. width: 100%;
  809. overflow: auto;
  810. padding: 15px;
  811. padding-top: 20px;
  812. min-height: calc(100vh - 135px);
  813. }
  814. .sidenav {
  815. padding: 20px 0 10px 0;
  816. margin-bottom: 20px;
  817. background-color: #fff;
  818. }
  819. .sidenav .list-group:last-child {
  820. margin-bottom: 0;
  821. }
  822. .sidenav .list-group .list-group-heading {
  823. list-style-type: none;
  824. color: #919191;
  825. margin-bottom: 10px;
  826. margin-left: 35px;
  827. font-size: 14px;
  828. }
  829. .sidenav .list-group .list-group-item {
  830. -webkit-border-radius: 0;
  831. -webkit-background-clip: padding-box;
  832. -moz-border-radius: 0;
  833. -moz-background-clip: padding;
  834. border-radius: 0;
  835. background-clip: padding-box;
  836. border: none;
  837. padding: 0;
  838. border-left: 2px solid transparent;
  839. }
  840. .sidenav .list-group .list-group-item:last-child,
  841. .sidenav .list-group .list-group-item:first-child {
  842. -webkit-border-radius: 0;
  843. -webkit-background-clip: padding-box;
  844. -moz-border-radius: 0;
  845. -moz-background-clip: padding;
  846. border-radius: 0;
  847. background-clip: padding-box;
  848. }
  849. .sidenav .list-group .list-group-item:hover {
  850. border-left: 2px solid rgba(245, 245, 245, 0.38);
  851. background-color: rgba(245, 245, 245, 0.38);
  852. }
  853. .sidenav .list-group .list-group-item > a {
  854. display: block;
  855. color: #616161;
  856. padding: 10px 15px 10px 35px;
  857. }
  858. .sidenav .list-group .list-group-item.active {
  859. border-left: 2px solid #007bff;
  860. background-color: rgba(245, 245, 245, 0.38);
  861. }
  862. .sidenav .list-group .list-group-item.active > a {
  863. color: #007bff;
  864. }
  865. .nav li .avatar-text,
  866. .nav li .avatar-img {
  867. height: 30px;
  868. width: 30px;
  869. line-height: 30px;
  870. font-size: 14px;
  871. }
  872. .nav li .avatar-img {
  873. font-size: 0;
  874. }
  875. .nav li .avatar-img img {
  876. border-radius: 30px;
  877. width: 30px;
  878. height: 30px;
  879. }
  880. .avatar-text,
  881. .avatar-img {
  882. display: inline-block;
  883. box-sizing: content-box;
  884. color: #fff;
  885. text-align: center;
  886. vertical-align: top;
  887. background-color: #e8ecf3;
  888. font-weight: normal;
  889. width: 48px;
  890. height: 48px;
  891. border-radius: 48px;
  892. font-size: 24px;
  893. line-height: 48px;
  894. }
  895. .avatar-img {
  896. font-size: 0;
  897. }
  898. .avatar-img img {
  899. border-radius: 48px;
  900. width: 48px;
  901. height: 48px;
  902. }
  903. @media (max-width: 767px) {
  904. main.content {
  905. position: inherit;
  906. padding: 15px 0;
  907. }
  908. .login-section {
  909. width: 100%;
  910. margin: 20px auto;
  911. }
  912. .login-section .login-main {
  913. padding: 20px 0 0 0;
  914. }
  915. footer.footer {
  916. position: inherit;
  917. }
  918. footer.footer .copyright {
  919. padding: 10px;
  920. line-height: 30px;
  921. }
  922. }
  923. .pager .pagination {
  924. margin: 0;
  925. }
  926. .pager li {
  927. margin: 0 .4em;
  928. display: inline-block;
  929. }
  930. .pager li:first-child > a,
  931. .pager li:last-child > a,
  932. .pager li:first-child > span,
  933. .pager li:last-child > span {
  934. padding: .5em 1.2em;
  935. }
  936. .pager li > a,
  937. .pager li > span {
  938. background: none;
  939. border: 1px solid #e6e6e6;
  940. border-radius: 0.25em;
  941. padding: .5em .93em;
  942. font-size: 14px;
  943. }
  944. .jumpto input {
  945. width: 50px;
  946. margin-left: 5px;
  947. margin-right: 5px;
  948. text-align: center;
  949. display: inline-block;
  950. }
  951. .fixed-columns,
  952. .fixed-columns-right {
  953. position: absolute;
  954. top: 0;
  955. height: 100%;
  956. min-height: 41px;
  957. background-color: #fff;
  958. box-sizing: border-box;
  959. z-index: 2;
  960. box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.08);
  961. }
  962. .fixed-columns .fixed-table-body,
  963. .fixed-columns-right .fixed-table-body {
  964. min-height: 41px;
  965. overflow-x: hidden !important;
  966. }
  967. .fixed-columns {
  968. left: 0;
  969. }
  970. .fixed-columns-right {
  971. right: 0;
  972. box-shadow: -1px 0 8px rgba(0, 0, 0, 0.08);
  973. }
  974. .bootstrap-tagsinput {
  975. background-color: #fff;
  976. border: 1px solid #ccc;
  977. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  978. display: inline-block;
  979. padding: 4px 6px;
  980. margin-bottom: 10px;
  981. color: #555;
  982. vertical-align: middle;
  983. width: 100%;
  984. line-height: 22px;
  985. cursor: text;
  986. }
  987. .bootstrap-tagsinput input {
  988. border: none;
  989. box-shadow: none;
  990. outline: none;
  991. background-color: transparent;
  992. padding: 0;
  993. margin: 0;
  994. font-size: 13px;
  995. width: 80px;
  996. max-width: inherit;
  997. }
  998. .bootstrap-tagsinput input:focus {
  999. border: none;
  1000. box-shadow: none;
  1001. }
  1002. .bootstrap-tagsinput .tagsinput-text {
  1003. display: inline-block;
  1004. overflow: auto;
  1005. visibility: hidden;
  1006. height: 1px;
  1007. position: absolute;
  1008. bottom: -1px;
  1009. left: 0;
  1010. }
  1011. .bootstrap-tagsinput .tag {
  1012. margin-right: 2px;
  1013. color: white;
  1014. }
  1015. .bootstrap-tagsinput .tag [data-role="remove"] {
  1016. margin-left: 5px;
  1017. cursor: pointer;
  1018. }
  1019. .bootstrap-tagsinput .tag [data-role="remove"]:after {
  1020. content: "x";
  1021. padding: 0px 2px;
  1022. }
  1023. .bootstrap-tagsinput .tag [data-role="remove"]:hover {
  1024. background-color: rgba(255, 255, 255, 0.16);
  1025. }
  1026. .autocomplete-suggestions {
  1027. border-radius: 2px;
  1028. background: #FFF;
  1029. overflow: auto;
  1030. min-width: 200px;
  1031. -webkit-box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
  1032. -moz-box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
  1033. box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
  1034. }
  1035. .autocomplete-suggestions strong {
  1036. font-weight: normal;
  1037. color: red;
  1038. }
  1039. .autocomplete-suggestions .autocomplete-suggestion {
  1040. padding: 5px 10px;
  1041. white-space: nowrap;
  1042. overflow: hidden;
  1043. }
  1044. .autocomplete-suggestions .autocomplete-selected {
  1045. background: #F0F0F0;
  1046. }
  1047. .autocomplete-suggestions .autocomplete-group {
  1048. padding: 5px 10px;
  1049. }
  1050. .autocomplete-suggestions .autocomplete-group strong {
  1051. display: block;
  1052. border-bottom: 1px solid #ddd;
  1053. }
  1054. /*# sourceMappingURL=frontend.css.map */