frontend.css 27 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334
  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: Arial,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: #3E3E3E;
  324. font-weight: bold;
  325. }
  326. .navbar-white .navbar-nav > li > a:hover,
  327. .navbar-white .navbar-nav > li > a:focus {
  328. /*color: #007bff;*/
  329. border-bottom: 2px solid #497BFF;
  330. }
  331. .navbar-white .navbar-nav > .active > a,
  332. .navbar-white .navbar-nav > .active > a:hover,
  333. .navbar-white .navbar-nav > .active > a:focus {
  334. background-color: inherit;
  335. color: #007bff;
  336. }
  337. }
  338. @media (max-width: 768px) {
  339. body {
  340. padding-top: 50px;
  341. }
  342. .navbar-white .navbar-nav .open .dropdown-menu {
  343. background: #eee;
  344. }
  345. .navbar-white .navbar-toggle {
  346. border-color: #ddd;
  347. }
  348. .navbar-white .navbar-toggle .icon-bar {
  349. background-color: #888;
  350. }
  351. .navbar-white .navbar-collapse.in {
  352. border-top-color: #f5f5f5;
  353. }
  354. }
  355. .dropdown:hover .dropdown-menu {
  356. display: block;
  357. margin-top: 0;
  358. }
  359. .navbar {
  360. border: none;
  361. }
  362. .navbar-nav > li > a {
  363. font-size: 16px;
  364. }
  365. #header-navbar li.dropdown ul.dropdown-menu {
  366. min-width: 100px;
  367. }
  368. .dropdown-menu > li > a {
  369. font-size: 14px;
  370. padding: 5px 20px;
  371. }
  372. .dropdown-menu {
  373. border-radius: 2px;
  374. border: 0px;
  375. box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  376. padding: 5px 0px;
  377. }
  378. .dropdown-menu li a {
  379. padding-top: 10px !important;
  380. padding-bottom: 10px;
  381. }
  382. .dropdown-menu > li > a {
  383. font-weight: 400;
  384. color: #444;
  385. padding: 5px 15px;
  386. padding-bottom: 10px;
  387. }
  388. .dropdown-menu > li > a:hover,
  389. .dropdown-menu > li > a:focus {
  390. text-decoration: none;
  391. color: #777;
  392. background: rgba(0, 0, 0, 0.05);
  393. }
  394. .toast-top-center {
  395. top: 60px;
  396. }
  397. #toast-container > div {
  398. -webkit-box-shadow: none;
  399. -moz-box-shadow: none;
  400. box-shadow: none;
  401. }
  402. /*修复nice-validator和summernote的编辑框冲突*/
  403. .nice-validator .note-editor .note-editing-area .note-editable {
  404. display: inherit;
  405. }
  406. /*预览区域*/
  407. .plupload-preview,
  408. .faupload-preview {
  409. padding: 0 10px;
  410. margin-bottom: 0;
  411. }
  412. .plupload-preview li,
  413. .faupload-preview li {
  414. margin-top: 10px;
  415. }
  416. .plupload-preview .thumbnail,
  417. .faupload-preview .thumbnail {
  418. margin-bottom: 10px;
  419. }
  420. .plupload-preview a,
  421. .faupload-preview a {
  422. display: block;
  423. }
  424. .plupload-preview a:first-child,
  425. .faupload-preview a:first-child {
  426. height: 90px;
  427. }
  428. .plupload-preview a img,
  429. .faupload-preview a img {
  430. height: 80px;
  431. object-fit: cover;
  432. }
  433. .layui-layer-content {
  434. clear: both;
  435. }
  436. .layui-layer-fast .layui-layer-content > table.table {
  437. margin-bottom: 0;
  438. }
  439. .layui-layer-fast .layui-layer-confirm {
  440. display: none;
  441. position: absolute;
  442. width: 100%;
  443. height: 100%;
  444. left: 0;
  445. bottom: 0;
  446. border: 1px solid transparent;
  447. background: transparent;
  448. color: transparent;
  449. }
  450. .layui-layer-fast .layui-layer-confirm:focus {
  451. border: 1px solid #444c69;
  452. -webkit-border-radius: 2px;
  453. -webkit-background-clip: padding-box;
  454. -moz-border-radius: 2px;
  455. -moz-background-clip: padding;
  456. border-radius: 2px;
  457. background-clip: padding-box;
  458. }
  459. .layui-layer-fast .layui-layer-confirm:focus-visible {
  460. outline: 0;
  461. }
  462. .layui-layer-fast-msg {
  463. min-width: 100px;
  464. border-radius: 2px;
  465. }
  466. .input-group > .msg-box.n-right {
  467. position: absolute;
  468. }
  469. .bootstrap-select .status {
  470. background: #f0f0f0;
  471. clear: both;
  472. color: #999;
  473. font-size: 12px;
  474. font-weight: 500;
  475. line-height: 1;
  476. margin-bottom: -5px;
  477. padding: 10px 20px;
  478. }
  479. select.bs-select-hidden,
  480. select.selectpicker {
  481. display: inherit !important;
  482. max-height: 31px;
  483. overflow: hidden;
  484. }
  485. select.bs-select-hidden[multiple],
  486. select.selectpicker[multiple] {
  487. height: 31px;
  488. padding: 0;
  489. background: #f4f4f4;
  490. }
  491. select.bs-select-hidden[multiple] option,
  492. select.selectpicker[multiple] option {
  493. color: #f4f4f4;
  494. zoom: 1;
  495. filter: alpha(opacity=0);
  496. -webkit-opacity: 0;
  497. -moz-opacity: 0;
  498. opacity: 0;
  499. }
  500. @media not all and (min-resolution: 0.001dpcm) {
  501. @supports (-webkit-appearance:none) {
  502. select.bs-select-hidden[multiple],
  503. select.selectpicker[multiple] {
  504. visibility: hidden;
  505. }
  506. }
  507. }
  508. input.selectpage {
  509. color: transparent;
  510. pointer-events: none;
  511. }
  512. .sp_container input.selectpage {
  513. color: inherit;
  514. pointer-events: inherit;
  515. padding-left: 12px;
  516. padding-right: 12px;
  517. }
  518. .sp_container .sp_element_box input.selectpage {
  519. padding-left: 0;
  520. padding-right: 0;
  521. }
  522. .sp_container .sp_element_box li:first-child input.selectpage {
  523. padding-left: 9px;
  524. padding-right: 9px;
  525. }
  526. /*修复radio和checkbox样式对齐*/
  527. .radio > label,
  528. .checkbox > label {
  529. margin-right: 10px;
  530. }
  531. .radio > label > input,
  532. .checkbox > label > input {
  533. margin: 5px 0 0;
  534. }
  535. form.form-horizontal .control-label {
  536. font-weight: normal;
  537. }
  538. .panel-default {
  539. padding: 0 15px;
  540. border: none;
  541. -webkit-box-shadow: none;
  542. -moz-box-shadow: none;
  543. box-shadow: none;
  544. }
  545. .panel-default > .panel-heading {
  546. position: relative;
  547. font-size: 16px;
  548. padding: 15px 0;
  549. background: #fff;
  550. border-bottom: 1px solid #f5f5f5;
  551. }
  552. .panel-default h2.page-header {
  553. margin-top: 0;
  554. height: 65px;
  555. line-height: 31px;
  556. font-size: 18px;
  557. padding: 23px 0;
  558. border-bottom: 1px solid #D9D9D9;;
  559. }
  560. .panel-default > .panel-heading .panel-title {
  561. color: #313131;
  562. }
  563. .panel-default > .panel-heading .panel-title > i {
  564. display: none;
  565. }
  566. .panel-default > .panel-heading .more {
  567. position: absolute;
  568. top: 13px;
  569. right: 0;
  570. display: block;
  571. color: #919191;
  572. -webkit-transition: all 0.3s ease;
  573. -moz-transition: all 0.3s ease;
  574. -o-transition: all 0.3s ease;
  575. transition: all 0.3s ease;
  576. }
  577. .panel-default > .panel-heading .more:hover {
  578. color: #616161;
  579. -webkit-transition: all 0.3s ease;
  580. -moz-transition: all 0.3s ease;
  581. -o-transition: all 0.3s ease;
  582. transition: all 0.3s ease;
  583. }
  584. .panel-default > .panel-heading .panel-bar {
  585. position: absolute;
  586. top: 7px;
  587. right: 0;
  588. display: block;
  589. }
  590. @media (max-width: 767px) {
  591. .panel-default {
  592. padding: 0 10px;
  593. }
  594. .panel-default > .panel-heading {
  595. padding: 10px 0;
  596. }
  597. .panel-default > .panel-heading .more {
  598. top: 8px;
  599. }
  600. > .panel-body {
  601. position: relative;
  602. padding: 15px 0;
  603. }
  604. > .panel-footer {
  605. padding: 15px 0;
  606. background: none;
  607. }
  608. }
  609. .panel-gray {
  610. -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  611. -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  612. box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  613. }
  614. .panel-gray > .panel-heading {
  615. background-color: #f5f5f5;
  616. color: #919191;
  617. }
  618. .panel-gray > .panel-body {
  619. color: #919191;
  620. background: #fff;
  621. border-bottom-left-radius: 4px;
  622. border-bottom-right-radius: 4px;
  623. }
  624. .panel-page {
  625. padding: 45px 50px 50px;
  626. min-height: 500px;
  627. }
  628. .panel-page .panel-heading {
  629. background: transparent;
  630. border-bottom: none;
  631. margin: 0 0 30px 0;
  632. padding: 0;
  633. }
  634. .panel-page .panel-heading h2 {
  635. font-size: 25px;
  636. margin-top: 0;
  637. }
  638. @media (max-width: 767px) {
  639. .panel-page {
  640. padding: 15px;
  641. min-height: 300px;
  642. }
  643. }
  644. .nav-pills > li {
  645. margin-right: 5px;
  646. }
  647. .nav-pills > li > a {
  648. padding: 10px 15px;
  649. color: #616161;
  650. -webkit-transition: all 0.3s ease;
  651. -moz-transition: all 0.3s ease;
  652. -o-transition: all 0.3s ease;
  653. transition: all 0.3s ease;
  654. }
  655. .nav-pills > li > a:hover {
  656. -webkit-transition: all 0.3s ease;
  657. -moz-transition: all 0.3s ease;
  658. -o-transition: all 0.3s ease;
  659. transition: all 0.3s ease;
  660. background-color: #f5f5f5;
  661. }
  662. .nav-pills > li.active > a {
  663. border: none;
  664. color: #fff;
  665. background: #007bff;
  666. -webkit-transition: all 0.3s ease;
  667. -moz-transition: all 0.3s ease;
  668. -o-transition: all 0.3s ease;
  669. transition: all 0.3s ease;
  670. border-radius: 3px;
  671. }
  672. .nav-pills.nav-pills-sm > li > a {
  673. font-size: 12px;
  674. line-height: 1.5;
  675. padding: 4px 13px;
  676. }
  677. .fieldlist dd {
  678. display: block;
  679. margin: 5px 0;
  680. }
  681. .fieldlist dd input {
  682. display: inline-block;
  683. width: 300px;
  684. }
  685. .fieldlist dd input:first-child {
  686. width: 110px;
  687. }
  688. .fieldlist dd ins {
  689. width: 110px;
  690. display: inline-block;
  691. text-decoration: none;
  692. }
  693. /* 弹窗中的表单 */
  694. .form-layer {
  695. height: 100%;
  696. min-height: 150px;
  697. min-width: 300px;
  698. }
  699. .form-layer .form-body {
  700. width: 100%;
  701. overflow: auto;
  702. top: 0;
  703. position: absolute;
  704. z-index: 10;
  705. bottom: 50px;
  706. padding: 15px;
  707. }
  708. .form-layer .form-footer {
  709. height: 50px;
  710. line-height: 50px;
  711. background-color: #ecf0f1;
  712. width: 100%;
  713. position: absolute;
  714. z-index: 200;
  715. bottom: 0;
  716. margin: 0;
  717. }
  718. .form-layer .form-footer .form-group {
  719. margin-left: 0;
  720. margin-right: 0;
  721. }
  722. footer.footer {
  723. width: 100%;
  724. color: #aaa;
  725. background: #555;
  726. margin-top: 25px;
  727. }
  728. footer.footer .copyright {
  729. line-height: 50px;
  730. text-align: center;
  731. background: #393939;
  732. margin: 0;
  733. }
  734. footer.footer .copyright a {
  735. color: #aaa;
  736. }
  737. footer.footer .copyright a:hover {
  738. color: #fff;
  739. }
  740. .rotate {
  741. -webkit-transition-duration: 0.8s;
  742. -moz-transition-duration: 0.8s;
  743. -o-transition-duration: 0.8s;
  744. transition-duration: 0.8s;
  745. -webkit-transition-property: transform;
  746. transition-property: transform;
  747. -webkit-transition-property: -webkit-transform;
  748. -moz-transition-property: -moz-transform;
  749. -o-transition-property: -o-transform;
  750. transition-property: -webkit-transform,-moz-transform,-o-transform,transform;
  751. overflow: hidden;
  752. }
  753. .rotate:hover {
  754. -webkit-transform: rotate(360deg);
  755. -moz-transform: rotate(360deg);
  756. -o-transform: rotate(360deg);
  757. -ms-transform: rotate(360deg);
  758. transform: rotate(360deg);
  759. }
  760. .user-section {
  761. background: #fff;
  762. padding: 15px;
  763. margin-bottom: 20px;
  764. -webkit-border-radius: 4px;
  765. -webkit-background-clip: padding-box;
  766. -moz-border-radius: 4px;
  767. -moz-background-clip: padding;
  768. border-radius: 4px;
  769. background-clip: padding-box;
  770. }
  771. .login-section {
  772. margin: 50px auto;
  773. width: 460px;
  774. -webkit-border-radius: 0;
  775. -webkit-background-clip: padding-box;
  776. -moz-border-radius: 0;
  777. -moz-background-clip: padding;
  778. border-radius: 0;
  779. background-clip: padding-box;
  780. }
  781. .login-section.login-section-weixin {
  782. min-height: 315px;
  783. }
  784. .login-section .logon-tab {
  785. padding: 0 15px;
  786. margin: -15px -15px 0 -15px;
  787. }
  788. .login-section .logon-tab > a {
  789. display: block;
  790. padding: 10px;
  791. float: left;
  792. width: 23%;
  793. font-size: 16px;
  794. text-align: center;
  795. color: #5f5f5f;
  796. /*background-color: #efefef;*/
  797. -webkit-transition: all 0.3s ease;
  798. -moz-transition: all 0.3s ease;
  799. -o-transition: all 0.3s ease;
  800. transition: all 0.3s ease;
  801. margin-right: 10px;
  802. }
  803. .login-section .logon-tab > a:hover {
  804. /*background-color: #fafafa;*/
  805. color: #497BFF;
  806. -webkit-transition: all 0.3s ease;
  807. -moz-transition: all 0.3s ease;
  808. -o-transition: all 0.3s ease;
  809. transition: all 0.3s ease;
  810. }
  811. .login-section .logon-tab > a.active {
  812. background-color: #fff;
  813. color: #497BFF;
  814. border-bottom: 2px solid #497BFF;
  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 .login-main {
  821. padding: 20px 0 20px 0;
  822. }
  823. .login-section .n-bootstrap .form-group {
  824. position: relative;
  825. }
  826. .login-section .n-bootstrap .input-group {
  827. position: inherit;
  828. }
  829. .login-section .n-bootstrap .n-right {
  830. margin-top: 0;
  831. top: 0;
  832. position: absolute;
  833. left: 0;
  834. text-align: right;
  835. width: 100%;
  836. }
  837. .login-section .n-bootstrap .n-right .msg-wrap {
  838. position: relative;
  839. }
  840. main.content {
  841. width: 100%;
  842. overflow: auto;
  843. /*padding: 15px;*/
  844. /*padding-top: 20px;*/
  845. min-height: calc(100vh - 135px);
  846. background: #FFFFFF;
  847. }
  848. .sidenav {
  849. padding: 20px 0 10px 0;
  850. margin-bottom: 20px;
  851. background-color: #fff;
  852. }
  853. .sidenav .list-group:last-child {
  854. margin-bottom: 0;
  855. }
  856. .sidenav .list-group .list-group-heading {
  857. list-style-type: none;
  858. margin-bottom: 10px;
  859. margin-left: 35px;
  860. padding-bottom: 10px;
  861. border-bottom: 1px solid rgba(217,217,217,1);
  862. margin-right: 20px;
  863. font-size: 18px;
  864. color: #1A1A1A;
  865. letter-spacing: 0.2px;
  866. font-weight: 600;
  867. }
  868. .sidenav .list-group .list-group-item {
  869. -webkit-border-radius: 0;
  870. -webkit-background-clip: padding-box;
  871. -moz-border-radius: 0;
  872. -moz-background-clip: padding;
  873. border-radius: 0;
  874. background-clip: padding-box;
  875. border: none;
  876. padding: 0;
  877. border-left: 2px solid transparent;
  878. }
  879. .sidenav .list-group .list-group-item:last-child,
  880. .sidenav .list-group .list-group-item:first-child {
  881. -webkit-border-radius: 0;
  882. -webkit-background-clip: padding-box;
  883. -moz-border-radius: 0;
  884. -moz-background-clip: padding;
  885. border-radius: 0;
  886. background-clip: padding-box;
  887. }
  888. .sidenav .list-group .list-group-item:hover {
  889. border-left: 2px solid rgba(245, 245, 245, 0.38);
  890. background-color: rgba(245, 245, 245, 0.38);
  891. }
  892. .sidenav .list-group .list-group-item:hover > a {
  893. color: #497BFF;
  894. }
  895. .sidenav .list-group .list-group-item > a {
  896. /*display: block;*/
  897. color: #616161;
  898. padding: 10px 15px 10px 35px;
  899. display: flex;
  900. flex-direction: row;
  901. align-items: center;
  902. justify-content: space-between;
  903. }
  904. .sidenav .list-group .list-group-item.active {
  905. /*border-left: 2px solid #007bff;*/
  906. /*background-color: rgba(245, 245, 245, 0.38);*/
  907. }
  908. .sidenav .list-group .list-group-item.active > a {
  909. color: #007bff;
  910. }
  911. .nav li .avatar-text,
  912. .nav li .avatar-img {
  913. height: 30px;
  914. width: 30px;
  915. line-height: 30px;
  916. font-size: 14px;
  917. }
  918. .nav li .avatar-img {
  919. font-size: 0;
  920. }
  921. .nav li .avatar-img img {
  922. border-radius: 30px;
  923. width: 30px;
  924. height: 30px;
  925. }
  926. .avatar-text,
  927. .avatar-img {
  928. display: inline-block;
  929. box-sizing: content-box;
  930. color: #fff;
  931. text-align: center;
  932. vertical-align: top;
  933. background-color: #e8ecf3;
  934. font-weight: normal;
  935. width: 48px;
  936. height: 48px;
  937. border-radius: 48px;
  938. font-size: 24px;
  939. line-height: 48px;
  940. }
  941. .avatar-img {
  942. font-size: 0;
  943. }
  944. .avatar-img img {
  945. border-radius: 48px;
  946. width: 48px;
  947. height: 48px;
  948. }
  949. @media (max-width: 767px) {
  950. main.content {
  951. position: inherit;
  952. padding: 15px 0;
  953. }
  954. .login-section {
  955. width: 100%;
  956. margin: 20px auto;
  957. }
  958. .login-section .login-main {
  959. padding: 20px 0 0 0;
  960. }
  961. footer.footer {
  962. position: inherit;
  963. }
  964. footer.footer .copyright {
  965. padding: 10px;
  966. line-height: 30px;
  967. }
  968. }
  969. .pager .pagination {
  970. margin: 0;
  971. }
  972. .pager li {
  973. margin: 0 .4em;
  974. display: inline-block;
  975. }
  976. .pager li:first-child > a,
  977. .pager li:last-child > a,
  978. .pager li:first-child > span,
  979. .pager li:last-child > span {
  980. padding: .5em 1.2em;
  981. }
  982. .pager li > a,
  983. .pager li > span {
  984. background: none;
  985. border: 1px solid #e6e6e6;
  986. border-radius: 0.25em;
  987. padding: .5em .93em;
  988. font-size: 14px;
  989. }
  990. .jumpto input {
  991. width: 50px;
  992. margin-left: 5px;
  993. margin-right: 5px;
  994. text-align: center;
  995. display: inline-block;
  996. }
  997. .fixed-columns,
  998. .fixed-columns-right {
  999. position: absolute;
  1000. top: 0;
  1001. height: 100%;
  1002. min-height: 41px;
  1003. background-color: #fff;
  1004. box-sizing: border-box;
  1005. z-index: 2;
  1006. box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.08);
  1007. }
  1008. .fixed-columns .fixed-table-body,
  1009. .fixed-columns-right .fixed-table-body {
  1010. min-height: 41px;
  1011. overflow-x: hidden !important;
  1012. }
  1013. .fixed-columns {
  1014. left: 0;
  1015. }
  1016. .fixed-columns-right {
  1017. right: 0;
  1018. box-shadow: -1px 0 8px rgba(0, 0, 0, 0.08);
  1019. }
  1020. .bootstrap-tagsinput {
  1021. background-color: #fff;
  1022. border: 1px solid #ccc;
  1023. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1024. display: inline-block;
  1025. padding: 4px 6px;
  1026. color: #555;
  1027. vertical-align: middle;
  1028. width: 100%;
  1029. line-height: 22px;
  1030. cursor: text;
  1031. }
  1032. .bootstrap-tagsinput input {
  1033. border: none;
  1034. box-shadow: none;
  1035. outline: none;
  1036. background-color: transparent;
  1037. padding: 0;
  1038. margin: 0;
  1039. font-size: 13px;
  1040. width: 80px;
  1041. max-width: inherit;
  1042. }
  1043. .bootstrap-tagsinput input:focus {
  1044. border: none;
  1045. box-shadow: none;
  1046. }
  1047. .bootstrap-tagsinput .tagsinput-text {
  1048. display: inline-block;
  1049. overflow: auto;
  1050. visibility: hidden;
  1051. height: 1px;
  1052. position: absolute;
  1053. bottom: -1px;
  1054. left: 0;
  1055. }
  1056. .bootstrap-tagsinput .tag {
  1057. margin-right: 2px;
  1058. color: white;
  1059. }
  1060. .bootstrap-tagsinput .tag [data-role="remove"] {
  1061. margin-left: 5px;
  1062. cursor: pointer;
  1063. }
  1064. .bootstrap-tagsinput .tag [data-role="remove"]:after {
  1065. content: "x";
  1066. padding: 0px 2px;
  1067. }
  1068. .bootstrap-tagsinput .tag [data-role="remove"]:hover {
  1069. background-color: rgba(255, 255, 255, 0.16);
  1070. }
  1071. .autocomplete-suggestions {
  1072. border-radius: 2px;
  1073. background: #FFF;
  1074. overflow: auto;
  1075. min-width: 200px;
  1076. -webkit-box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
  1077. -moz-box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
  1078. box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
  1079. }
  1080. .autocomplete-suggestions strong {
  1081. font-weight: normal;
  1082. color: red;
  1083. }
  1084. .autocomplete-suggestions .autocomplete-suggestion {
  1085. padding: 5px 10px;
  1086. white-space: nowrap;
  1087. overflow: hidden;
  1088. }
  1089. .autocomplete-suggestions .autocomplete-selected {
  1090. background: #F0F0F0;
  1091. }
  1092. .autocomplete-suggestions .autocomplete-group {
  1093. padding: 5px 10px;
  1094. }
  1095. .autocomplete-suggestions .autocomplete-group strong {
  1096. display: block;
  1097. border-bottom: 1px solid #ddd;
  1098. }
  1099. /*# sourceMappingURL=frontend.css.map */
  1100. footer {
  1101. padding: 0;
  1102. background: #FFFFFF;
  1103. color: #1A1A1A;
  1104. }
  1105. footer a {
  1106. color: #bdbdbd;
  1107. }
  1108. footer a:hover {
  1109. color: #007bff;
  1110. }
  1111. .footer-inner {
  1112. padding: 2em 0;
  1113. }
  1114. .footer-inner .copyright {
  1115. margin-bottom: 20px !important;
  1116. line-height: 1.5;
  1117. }
  1118. .footer-inner .footer-logo a {
  1119. padding: 15px 15px;
  1120. background: rgba(0, 0, 0, 0.1);
  1121. font-size: 40px;
  1122. font-weight: 700;
  1123. }
  1124. .footer-inner .footer-logo a:hover,
  1125. .footer-inner .footer-logo a:focus {
  1126. text-decoration: none;
  1127. }
  1128. .footer-inner h3 {
  1129. font-weight: 400;
  1130. margin-bottom: 20px;
  1131. }
  1132. .footer-inner p {
  1133. font-weight: 400;
  1134. }
  1135. .footer-inner p:last-child {
  1136. margin-bottom: 0;
  1137. }
  1138. .footer-inner .links {
  1139. padding: 0;
  1140. margin: 0 0 20px 0;
  1141. }
  1142. .footer-inner .links li {
  1143. list-style: none;
  1144. padding: 5px 0;
  1145. }
  1146. .footer-inner .links li a:hover {
  1147. text-decoration: underline;
  1148. }
  1149. .footer-inner .footer-social {
  1150. text-align: right;
  1151. margin-top: 0;
  1152. }
  1153. .footer-inner .footer-social a {
  1154. margin-right: 15px;
  1155. margin-bottom: 10px;
  1156. font-size: 20px;
  1157. }
  1158. .footer-inner .footer-social a:hover {
  1159. text-decoration: none;
  1160. }
  1161. .footer-change-title {
  1162. font-size: 14px;
  1163. color: #c6c6c6;
  1164. letter-spacing: 1.75px;
  1165. font-weight: 400;
  1166. }
  1167. .footer-change-xian {
  1168. margin-top: 10px;
  1169. border: 1px solid #c6c6c6;
  1170. margin-bottom: 5px;
  1171. }
  1172. .footer-change-item {
  1173. display: flex;
  1174. align-items: center;
  1175. justify-content: space-between;
  1176. font-size: 12px;
  1177. color: #bdbdbd;
  1178. letter-spacing: 0.2px;
  1179. line-height: 23px;
  1180. font-weight: 400;
  1181. }
  1182. .footer-change-item:hover {
  1183. color: #007bff;
  1184. }
  1185. .footer-button {
  1186. display: flex;
  1187. justify-content: space-between;
  1188. padding-bottom: 50px;
  1189. }
  1190. .footer-subscribe-title {
  1191. margin-top: 15px;
  1192. margin-bottom: 15px;
  1193. opacity: 0.7;
  1194. font-size: 12px;
  1195. color: #848484;
  1196. letter-spacing: 0;
  1197. line-height: 18px;
  1198. font-weight: 400;
  1199. }
  1200. .footer-subscribe-select {
  1201. width: 100%;
  1202. padding: 5px 10px;
  1203. background: rgba(224,231,255,0.65);
  1204. border: 1px solid rgba(224,231,255,1);
  1205. border-radius: 5px;
  1206. }
  1207. .footer-subscribe-input-content {
  1208. display: flex;
  1209. margin-top: 12px;
  1210. }
  1211. .footer-subscribe-input {
  1212. width: 180px;
  1213. padding: 5px 10px;
  1214. background: rgba(224,231,255,0.65);
  1215. border: 1px solid rgba(224,231,255,1);
  1216. border-top-left-radius: 5px;
  1217. border-bottom-left-radius: 5px;
  1218. color: #000;
  1219. }
  1220. .footer-subscribe-input-button {
  1221. background: #517ef6;
  1222. color: #FFFFFF;
  1223. padding: 10px 13px;
  1224. border-top-right-radius: 5px;
  1225. border-bottom-right-radius: 5px;
  1226. }
  1227. .footer-change {
  1228. display: flex;
  1229. flex-direction: column;
  1230. }
  1231. .footer-change-a {
  1232. position: relative;
  1233. display: inline-block;
  1234. text-decoration: none !important;
  1235. border-bottom: 1px solid transparent;
  1236. padding:0;
  1237. margin-bottom: 0;
  1238. /*-webkit-transition: all 0.3s;*/
  1239. /*-moz-transition: all 0.3s;*/
  1240. /*-o-transition: all 0.3s;*/
  1241. /*transition: all 0.3s;*/
  1242. }
  1243. .footer-change-menu {
  1244. display: none;
  1245. position: absolute;
  1246. top: 100%;
  1247. left: 0;
  1248. z-index: 1000;
  1249. float: left;
  1250. min-width: 160px;
  1251. padding: 5px 0;
  1252. margin: 2px 0 0;
  1253. list-style: none;
  1254. font-size: 12px;
  1255. text-align: left;
  1256. background-color: #517ef6;
  1257. -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  1258. box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  1259. background-clip: padding-box;
  1260. border-radius: 5px !important;
  1261. }
  1262. .footer-change-menu > li > a {
  1263. padding: 8px 20px;
  1264. display: block;
  1265. clear: both;
  1266. font-weight: normal;
  1267. line-height: 1.42857143;
  1268. color: #fff;
  1269. white-space: nowrap;
  1270. }
  1271. .footer-change-menu > li > a:hover {
  1272. color: #fff;
  1273. }
  1274. .footer-button {
  1275. display: flex;
  1276. justify-content: space-between;
  1277. padding-bottom: 50px;
  1278. }
  1279. .button-content {
  1280. display: flex;
  1281. flex-direction: row;
  1282. }
  1283. .button-item {
  1284. font-size: 12px;
  1285. color: #FFFFFF;
  1286. letter-spacing: 0;
  1287. line-height: 22px;
  1288. font-weight: 400;
  1289. padding: 5px 12px;
  1290. background: #565656;
  1291. margin-left: 20px;
  1292. border-radius: 10px;
  1293. }
  1294. .common-bg {
  1295. margin-top: 30px;
  1296. position: relative;
  1297. height: 168px;
  1298. background-image: url("../img/index/common-bg.png");
  1299. }
  1300. .common-font {
  1301. position: absolute;
  1302. font-size: 28px;
  1303. color: #FFFFFF;
  1304. font-weight: 500;
  1305. top: 50%;
  1306. left: 50%;
  1307. transform: translate(-50%, -50%);
  1308. }
  1309. .navbar-brand {
  1310. display: flex;
  1311. }
  1312. .login-input {
  1313. background-size: 15px 15px;
  1314. background-position: 15px 8px;
  1315. background-repeat: no-repeat;
  1316. padding: 8px 10px 8px 40px;
  1317. }
  1318. .account {
  1319. background-image: url('../img/index/account.png');
  1320. }
  1321. .password {
  1322. background-image: url('../img/index/password.png');
  1323. }
  1324. .password-confirm {
  1325. background-image: url('../img/index/password-confirm.png');
  1326. }
  1327. .list-group-heading-font {
  1328. padding-bottom: 13px;
  1329. border-bottom: 2px solid #497BFF;
  1330. }
  1331. .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  1332. background-color: transparent !important;
  1333. }