frontend.css 23 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097
  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. }
  656. .nav-pills > li {
  657. margin-right: 5px;
  658. }
  659. .nav-pills > li > a {
  660. padding: 10px 15px;
  661. color: #616161;
  662. -webkit-transition: all 0.3s ease;
  663. -moz-transition: all 0.3s ease;
  664. -o-transition: all 0.3s ease;
  665. transition: all 0.3s ease;
  666. }
  667. .nav-pills > li > a:hover {
  668. -webkit-transition: all 0.3s ease;
  669. -moz-transition: all 0.3s ease;
  670. -o-transition: all 0.3s ease;
  671. transition: all 0.3s ease;
  672. background-color: #f5f5f5;
  673. }
  674. .nav-pills > li.active > a {
  675. border: none;
  676. color: #fff;
  677. background: #007bff;
  678. -webkit-transition: all 0.3s ease;
  679. -moz-transition: all 0.3s ease;
  680. -o-transition: all 0.3s ease;
  681. transition: all 0.3s ease;
  682. border-radius: 3px;
  683. }
  684. .nav-pills.nav-pills-sm > li > a {
  685. font-size: 12px;
  686. line-height: 1.5;
  687. padding: 4px 13px;
  688. }
  689. .fieldlist dd {
  690. display: block;
  691. margin: 5px 0;
  692. }
  693. .fieldlist dd input {
  694. display: inline-block;
  695. width: 300px;
  696. }
  697. .fieldlist dd input:first-child {
  698. width: 110px;
  699. }
  700. .fieldlist dd ins {
  701. width: 110px;
  702. display: inline-block;
  703. text-decoration: none;
  704. }
  705. /* 弹窗中的表单 */
  706. .form-layer {
  707. height: 100%;
  708. min-height: 150px;
  709. min-width: 300px;
  710. }
  711. .form-layer .form-body {
  712. width: 100%;
  713. overflow: auto;
  714. top: 0;
  715. position: absolute;
  716. z-index: 10;
  717. bottom: 50px;
  718. padding: 15px;
  719. }
  720. .form-layer .form-footer {
  721. height: 50px;
  722. line-height: 50px;
  723. background-color: #ecf0f1;
  724. width: 100%;
  725. position: absolute;
  726. z-index: 200;
  727. bottom: 0;
  728. margin: 0;
  729. }
  730. .form-layer .form-footer .form-group {
  731. margin-left: 0;
  732. margin-right: 0;
  733. }
  734. footer.footer {
  735. width: 100%;
  736. color: #aaa;
  737. background: #555;
  738. margin-top: 25px;
  739. }
  740. footer.footer .copyright {
  741. line-height: 50px;
  742. text-align: center;
  743. background: #393939;
  744. margin: 0;
  745. }
  746. footer.footer .copyright a {
  747. color: #aaa;
  748. }
  749. footer.footer .copyright a:hover {
  750. color: #fff;
  751. }
  752. .rotate {
  753. -webkit-transition-duration: 0.8s;
  754. -moz-transition-duration: 0.8s;
  755. -o-transition-duration: 0.8s;
  756. transition-duration: 0.8s;
  757. -webkit-transition-property: transform;
  758. transition-property: transform;
  759. -webkit-transition-property: -webkit-transform;
  760. -moz-transition-property: -moz-transform;
  761. -o-transition-property: -o-transform;
  762. transition-property: -webkit-transform,-moz-transform,-o-transform,transform;
  763. overflow: hidden;
  764. }
  765. .rotate:hover {
  766. -webkit-transform: rotate(360deg);
  767. -moz-transform: rotate(360deg);
  768. -o-transform: rotate(360deg);
  769. -ms-transform: rotate(360deg);
  770. transform: rotate(360deg);
  771. }
  772. .user-section {
  773. background: #fff;
  774. padding: 15px;
  775. margin-bottom: 20px;
  776. -webkit-border-radius: 4px;
  777. -webkit-background-clip: padding-box;
  778. -moz-border-radius: 4px;
  779. -moz-background-clip: padding;
  780. border-radius: 4px;
  781. background-clip: padding-box;
  782. }
  783. .login-section {
  784. margin: 50px auto;
  785. width: 460px;
  786. -webkit-border-radius: 0;
  787. -webkit-background-clip: padding-box;
  788. -moz-border-radius: 0;
  789. -moz-background-clip: padding;
  790. border-radius: 0;
  791. background-clip: padding-box;
  792. }
  793. .login-section.login-section-weixin {
  794. min-height: 315px;
  795. }
  796. .login-section .logon-tab {
  797. margin: -15px -15px 0 -15px;
  798. }
  799. .login-section .logon-tab > a {
  800. display: block;
  801. padding: 20px;
  802. float: left;
  803. width: 50%;
  804. font-size: 16px;
  805. text-align: center;
  806. color: #616161;
  807. background-color: #efefef;
  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 .logon-tab > a:hover {
  814. background-color: #fafafa;
  815. -webkit-transition: all 0.3s ease;
  816. -moz-transition: all 0.3s ease;
  817. -o-transition: all 0.3s ease;
  818. transition: all 0.3s ease;
  819. }
  820. .login-section .logon-tab > a.active {
  821. background-color: #fff;
  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 .login-main {
  828. padding: 40px 45px 20px 45px;
  829. }
  830. .login-section .n-bootstrap .controls,
  831. .form-section .n-bootstrap .controls {
  832. position: relative;
  833. }
  834. .login-section .n-bootstrap .input-group,
  835. .form-section .n-bootstrap .input-group {
  836. position: inherit;
  837. }
  838. .login-section .n-bootstrap .n-right,
  839. .form-section .n-bootstrap .n-right {
  840. margin-top: 0;
  841. top: -20px;
  842. position: absolute;
  843. left: 0;
  844. text-align: right;
  845. width: 100%;
  846. }
  847. .login-section .n-bootstrap .n-right .msg-wrap,
  848. .form-section .n-bootstrap .n-right .msg-wrap {
  849. position: relative;
  850. }
  851. main.content {
  852. width: 100%;
  853. overflow: auto;
  854. padding: 15px;
  855. padding-top: 20px;
  856. min-height: calc(100vh - 135px);
  857. }
  858. .sidenav {
  859. padding: 20px 0 10px 0;
  860. margin-bottom: 20px;
  861. background-color: #fff;
  862. }
  863. .sidenav .list-group:last-child {
  864. margin-bottom: 0;
  865. }
  866. .sidenav .list-group .list-group-heading {
  867. list-style-type: none;
  868. color: #919191;
  869. margin-bottom: 10px;
  870. margin-left: 35px;
  871. font-size: 14px;
  872. }
  873. .sidenav .list-group .list-group-item {
  874. -webkit-border-radius: 0;
  875. -webkit-background-clip: padding-box;
  876. -moz-border-radius: 0;
  877. -moz-background-clip: padding;
  878. border-radius: 0;
  879. background-clip: padding-box;
  880. border: none;
  881. padding: 0;
  882. border-left: 2px solid transparent;
  883. }
  884. .sidenav .list-group .list-group-item:last-child,
  885. .sidenav .list-group .list-group-item:first-child {
  886. -webkit-border-radius: 0;
  887. -webkit-background-clip: padding-box;
  888. -moz-border-radius: 0;
  889. -moz-background-clip: padding;
  890. border-radius: 0;
  891. background-clip: padding-box;
  892. }
  893. .sidenav .list-group .list-group-item:hover {
  894. border-left: 2px solid rgba(245, 245, 245, 0.38);
  895. background-color: rgba(245, 245, 245, 0.38);
  896. }
  897. .sidenav .list-group .list-group-item > a {
  898. display: block;
  899. color: #616161;
  900. padding: 10px 15px 10px 35px;
  901. }
  902. .sidenav .list-group .list-group-item.active {
  903. border-left: 2px solid #007bff;
  904. background-color: rgba(245, 245, 245, 0.38);
  905. }
  906. .sidenav .list-group .list-group-item.active > a {
  907. color: #007bff;
  908. }
  909. .nav li .avatar-text,
  910. .nav li .avatar-img {
  911. height: 30px;
  912. width: 30px;
  913. line-height: 30px;
  914. font-size: 14px;
  915. }
  916. .nav li .avatar-img {
  917. font-size: 0;
  918. }
  919. .nav li .avatar-img img {
  920. border-radius: 30px;
  921. width: 30px;
  922. height: 30px;
  923. }
  924. .avatar-text,
  925. .avatar-img {
  926. display: inline-block;
  927. box-sizing: content-box;
  928. color: #fff;
  929. text-align: center;
  930. vertical-align: top;
  931. background-color: #e8ecf3;
  932. font-weight: normal;
  933. width: 48px;
  934. height: 48px;
  935. border-radius: 48px;
  936. font-size: 24px;
  937. line-height: 48px;
  938. }
  939. .avatar-img {
  940. font-size: 0;
  941. }
  942. .avatar-img img {
  943. border-radius: 48px;
  944. width: 48px;
  945. height: 48px;
  946. }
  947. @media (max-width: 767px) {
  948. main.content {
  949. position: inherit;
  950. padding: 15px 0;
  951. }
  952. .login-section {
  953. width: 100%;
  954. margin: 20px auto;
  955. }
  956. .login-section .login-main {
  957. padding: 20px 0 0 0;
  958. }
  959. footer.footer {
  960. position: inherit;
  961. }
  962. footer.footer .copyright {
  963. padding: 10px;
  964. line-height: 30px;
  965. }
  966. }
  967. .pager .pagination {
  968. margin: 0;
  969. }
  970. .pager li {
  971. margin: 0 0.4em;
  972. display: inline-block;
  973. }
  974. .pager li:first-child > a,
  975. .pager li:last-child > a,
  976. .pager li:first-child > span,
  977. .pager li:last-child > span {
  978. padding: 0.5em 1.2em;
  979. }
  980. .pager li > a,
  981. .pager li > span {
  982. background: none;
  983. border: 1px solid #e6e6e6;
  984. border-radius: 0.25em;
  985. padding: 0.5em 0.93em;
  986. font-size: 14px;
  987. }
  988. .jumpto input {
  989. width: 50px;
  990. margin-left: 5px;
  991. margin-right: 5px;
  992. text-align: center;
  993. display: inline-block;
  994. }
  995. .fixed-columns,
  996. .fixed-columns-right {
  997. position: absolute;
  998. top: 0;
  999. height: 100%;
  1000. min-height: 41px;
  1001. background-color: #fff;
  1002. box-sizing: border-box;
  1003. z-index: 2;
  1004. box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.08);
  1005. }
  1006. .fixed-columns .fixed-table-body,
  1007. .fixed-columns-right .fixed-table-body {
  1008. min-height: 41px;
  1009. overflow-x: hidden !important;
  1010. }
  1011. .fixed-columns {
  1012. left: 0;
  1013. }
  1014. .fixed-columns-right {
  1015. right: 0;
  1016. box-shadow: -1px 0 8px rgba(0, 0, 0, 0.08);
  1017. }
  1018. .bootstrap-tagsinput {
  1019. background-color: #fff;
  1020. border: 1px solid #ccc;
  1021. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1022. display: inline-block;
  1023. padding: 4px 6px;
  1024. color: #555;
  1025. vertical-align: middle;
  1026. width: 100%;
  1027. line-height: 22px;
  1028. cursor: text;
  1029. }
  1030. .bootstrap-tagsinput input {
  1031. border: none;
  1032. box-shadow: none;
  1033. outline: none;
  1034. background-color: transparent;
  1035. padding: 0;
  1036. margin: 0;
  1037. font-size: 13px;
  1038. width: 80px;
  1039. max-width: inherit;
  1040. }
  1041. .bootstrap-tagsinput input:focus {
  1042. border: none;
  1043. box-shadow: none;
  1044. }
  1045. .bootstrap-tagsinput .tagsinput-text {
  1046. display: inline-block;
  1047. overflow: auto;
  1048. visibility: hidden;
  1049. height: 1px;
  1050. position: absolute;
  1051. bottom: -1px;
  1052. left: 0;
  1053. }
  1054. .bootstrap-tagsinput .tag {
  1055. margin-right: 2px;
  1056. color: white;
  1057. }
  1058. .bootstrap-tagsinput .tag [data-role="remove"] {
  1059. margin-left: 5px;
  1060. cursor: pointer;
  1061. }
  1062. .bootstrap-tagsinput .tag [data-role="remove"]:after {
  1063. content: "x";
  1064. padding: 0px 2px;
  1065. }
  1066. .bootstrap-tagsinput .tag [data-role="remove"]:hover {
  1067. background-color: rgba(255, 255, 255, 0.16);
  1068. }
  1069. .autocomplete-suggestions {
  1070. border-radius: 2px;
  1071. background: #FFF;
  1072. overflow: auto;
  1073. min-width: 200px;
  1074. -webkit-box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
  1075. -moz-box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
  1076. box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
  1077. }
  1078. .autocomplete-suggestions strong {
  1079. font-weight: normal;
  1080. color: red;
  1081. }
  1082. .autocomplete-suggestions .autocomplete-suggestion {
  1083. padding: 5px 10px;
  1084. white-space: nowrap;
  1085. overflow: hidden;
  1086. }
  1087. .autocomplete-suggestions .autocomplete-selected {
  1088. background: #F0F0F0;
  1089. }
  1090. .autocomplete-suggestions .autocomplete-group {
  1091. padding: 5px 10px;
  1092. }
  1093. .autocomplete-suggestions .autocomplete-group strong {
  1094. display: block;
  1095. border-bottom: 1px solid #ddd;
  1096. }
  1097. /*# sourceMappingURL=frontend.css.map */