frontend.css 23 KB

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