frontend.css 23 KB

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