frontend.css 22 KB

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