frontend.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560
  1. @import url("../css/bootstrap.min.css");
  2. @import url("../css/fastadmin.min.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/layer/dist/theme/default/layer.css");
  7. @import url("../libs/bootstrap-daterangepicker/daterangepicker.css");
  8. @import url("../libs/nice-validator/dist/jquery.validator.css");
  9. html,
  10. body {
  11. height: 100%;
  12. }
  13. body {
  14. padding-top: 50px;
  15. font-size: 13px;
  16. }
  17. .wow {
  18. visibility: hidden;
  19. }
  20. .img-portfolio {
  21. margin-bottom: 30px;
  22. }
  23. .img-hover:hover {
  24. opacity: 0.8;
  25. }
  26. .dropdown:hover .dropdown-menu {
  27. display: block;
  28. margin-top: 0;
  29. }
  30. .navbar {
  31. border: none;
  32. }
  33. .navbar-nav li > a {
  34. font-size: 13px;
  35. }
  36. .toast-top-center {
  37. top: 50px;
  38. }
  39. #toast-container > div {
  40. -webkit-box-shadow: none;
  41. -moz-box-shadow: none;
  42. box-shadow: none;
  43. }
  44. .layui-layer-fast {
  45. -webkit-animation-fill-mode: both;
  46. animation-fill-mode: both;
  47. -webkit-animation-duration: .3s;
  48. animation-duration: .3s;
  49. -webkit-animation-name: layer-bounceIn;
  50. animation-name: layer-bounceIn;
  51. }
  52. /*修复nice-validator和summernote的编辑框冲突*/
  53. .nice-validator .note-editor .note-editing-area .note-editable {
  54. display: inherit;
  55. }
  56. /*预览区域*/
  57. .plupload-preview {
  58. padding: 10px;
  59. margin-bottom: 0;
  60. }
  61. .plupload-preview li {
  62. margin-bottom: 10px;
  63. }
  64. .plupload-preview .thumbnail {
  65. margin-bottom: 10px;
  66. }
  67. .plupload-preview a {
  68. display: block;
  69. }
  70. .plupload-preview a:first-child {
  71. height: 90px;
  72. }
  73. .plupload-preview a img {
  74. height: 80px;
  75. object-fit: cover;
  76. }
  77. #header-navbar li.dropdown ul.dropdown-menu {
  78. min-width: 94px;
  79. }
  80. .panel-col {
  81. min-height: 400px;
  82. }
  83. .panel-default {
  84. padding: 0 15px;
  85. border-color: #e4ecf3;
  86. }
  87. .panel-default > .panel-heading {
  88. position: relative;
  89. font-size: 16px;
  90. padding: 15px 0;
  91. background: #fff;
  92. border-bottom: 1px solid #f5f5f5;
  93. }
  94. .panel-default > .panel-heading .panel-title {
  95. color: #313131;
  96. }
  97. .panel-default > .panel-heading .panel-title > i {
  98. display: none;
  99. }
  100. .panel-default > .panel-heading .more {
  101. position: absolute;
  102. top: 13px;
  103. right: 0;
  104. display: block;
  105. color: #919191;
  106. -webkit-transition: all 0.3s ease;
  107. -moz-transition: all 0.3s ease;
  108. -o-transition: all 0.3s ease;
  109. transition: all 0.3s ease;
  110. }
  111. .panel-default > .panel-heading .more:hover {
  112. color: #616161;
  113. -webkit-transition: all 0.3s ease;
  114. -moz-transition: all 0.3s ease;
  115. -o-transition: all 0.3s ease;
  116. transition: all 0.3s ease;
  117. }
  118. .panel-default > .panel-heading .panel-bar {
  119. position: absolute;
  120. top: 7px;
  121. right: 0;
  122. display: block;
  123. }
  124. @media (max-width: 767px) {
  125. .panel-default {
  126. padding: 0 10px;
  127. }
  128. .panel-default > .panel-heading {
  129. padding: 10px 0;
  130. }
  131. .panel-default > .panel-heading .more {
  132. top: 8px;
  133. }
  134. > .panel-body {
  135. position: relative;
  136. padding: 15px 0;
  137. }
  138. > .panel-footer {
  139. padding: 15px 0;
  140. background: none;
  141. }
  142. }
  143. @media (max-width: 1920px) {
  144. .panel-default > .panel-body .zuixin {
  145. width: 100%;
  146. border-bottom: 1px solid #f5f5f5;
  147. padding-bottom: 5px;
  148. margin-bottom: 10px;
  149. }
  150. }
  151. @media (max-width: 992px) {
  152. .panel-default > .panel-body .zuixin {
  153. width: 50%;
  154. padding-bottom: 5px;
  155. margin-bottom: 10px;
  156. float: left;
  157. padding-right: 5px;
  158. }
  159. }
  160. .panel-primary > .panel-heading {
  161. background-color: #46c37b;
  162. color: #fff;
  163. }
  164. .panel-primary > .panel-body {
  165. background: #fafafa;
  166. border-bottom-left-radius: 4px;
  167. border-bottom-right-radius: 4px;
  168. }
  169. .panel-gray {
  170. -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  171. -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  172. box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  173. }
  174. .panel-gray > .panel-heading {
  175. background-color: #f5f5f5;
  176. color: #919191;
  177. }
  178. .panel-gray > .panel-body {
  179. color: #919191;
  180. background: #fff;
  181. border-bottom-left-radius: 4px;
  182. border-bottom-right-radius: 4px;
  183. }
  184. .panel-page {
  185. padding: 45px 50px 50px;
  186. min-height: 500px;
  187. }
  188. .panel-page .panel-heading {
  189. background: transparent;
  190. border-bottom: none;
  191. margin: 0 0 30px 0;
  192. padding: 0;
  193. }
  194. .panel-page .panel-heading h2 {
  195. font-size: 25px;
  196. margin-top: 0;
  197. }
  198. @media (max-width: 767px) {
  199. .panel-page {
  200. padding: 15px;
  201. min-height: 300px;
  202. }
  203. }
  204. .nav-pills > li {
  205. margin-right: 5px;
  206. }
  207. .nav-pills > li > a {
  208. padding: 10px 15px;
  209. color: #616161;
  210. -webkit-transition: all 0.3s ease;
  211. -moz-transition: all 0.3s ease;
  212. -o-transition: all 0.3s ease;
  213. transition: all 0.3s ease;
  214. }
  215. .nav-pills > li > a:hover {
  216. -webkit-transition: all 0.3s ease;
  217. -moz-transition: all 0.3s ease;
  218. -o-transition: all 0.3s ease;
  219. transition: all 0.3s ease;
  220. background-color: #f5f5f5;
  221. }
  222. .nav-pills > li.active > a {
  223. border: none;
  224. color: #fff;
  225. background: #46c37b;
  226. -webkit-transition: all 0.3s ease;
  227. -moz-transition: all 0.3s ease;
  228. -o-transition: all 0.3s ease;
  229. transition: all 0.3s ease;
  230. border-radius: 3px;
  231. }
  232. .nav-pills.nav-pills-sm > li > a {
  233. font-size: 12px;
  234. line-height: 1.5;
  235. padding: 4px 13px;
  236. }
  237. .metas {
  238. position: relative;
  239. padding: 10px;
  240. color: #c1c1c1;
  241. }
  242. .metas i {
  243. margin-right: 5px;
  244. }
  245. .metas .addon-price {
  246. float: right;
  247. }
  248. .metas .price {
  249. color: #e83d2c;
  250. font-size: 14px;
  251. margin-right: 0;
  252. }
  253. .metas .free {
  254. color: #238312;
  255. }
  256. .metas .comment {
  257. margin-left: 10px;
  258. }
  259. @media (max-width: 767px) {
  260. .metas .metas {
  261. padding: 5px;
  262. }
  263. .metas .comment {
  264. display: none;
  265. }
  266. }
  267. .text-line {
  268. position: relative;
  269. padding: 30px 0;
  270. text-align: center;
  271. }
  272. .text-line.small {
  273. padding: 10px 0;
  274. }
  275. .text-line.small h5 {
  276. font-size: 14px;
  277. }
  278. .text-line.small h5 > span {
  279. padding: 0 20px;
  280. }
  281. .text-line h5 {
  282. position: relative;
  283. margin-bottom: 20px;
  284. font-size: 32px;
  285. z-index: 1;
  286. color: #313131;
  287. }
  288. .text-line h5 > i {
  289. padding-left: 20px;
  290. background: #fff;
  291. }
  292. .text-line h5 > span {
  293. padding: 0 40px;
  294. }
  295. .text-line .subtitle {
  296. font-size: 16px;
  297. color: #919191;
  298. }
  299. @media (max-width: 767px) {
  300. .text-line {
  301. padding: 20px 0;
  302. }
  303. .text-line h5 {
  304. font-size: 16px;
  305. }
  306. .text-line .subtitle {
  307. font-size: 14px;
  308. }
  309. }
  310. @media (max-width: 767px) {
  311. header.carousel .carousel {
  312. height: 70%;
  313. }
  314. }
  315. footer.footer {
  316. width: 100%;
  317. color: #aaa;
  318. background: #555;
  319. margin-top: 25px;
  320. }
  321. footer.footer ul {
  322. margin: 60px 0 30px 0;
  323. padding: 0;
  324. }
  325. footer.footer ul li.f-tit {
  326. margin-bottom: 10px;
  327. font-size: 14px;
  328. color: #fff;
  329. }
  330. footer.footer ul li {
  331. line-height: 26px;
  332. white-space: nowrap;
  333. list-style: none;
  334. margin: 0;
  335. padding: 0;
  336. }
  337. footer.footer ul li a {
  338. color: #aaa;
  339. }
  340. footer.footer ul li a:hover {
  341. color: #aaa;
  342. text-decoration: underline !important;
  343. }
  344. footer.footer .address {
  345. line-height: 50px;
  346. text-align: center;
  347. background: #393939;
  348. margin: 0;
  349. }
  350. footer p.address a {
  351. color: #aaa;
  352. }
  353. footer p.address a:hover {
  354. color: #fff;
  355. }
  356. @media (max-width: 767px) {
  357. footer.footer {
  358. overflow: hidden;
  359. }
  360. footer.footer .container {
  361. margin: 0 20px;
  362. }
  363. footer.footer ul {
  364. margin: 20px 0 10px 0;
  365. }
  366. footer.footer .address {
  367. padding: 0 10px;
  368. }
  369. }
  370. .rotate {
  371. -webkit-transition-duration: 0.8s;
  372. -moz-transition-duration: 0.8s;
  373. -o-transition-duration: 0.8s;
  374. transition-duration: 0.8s;
  375. -webkit-transition-property: -webkit-transform;
  376. -moz-transition-property: -moz-transform;
  377. -o-transition-property: -o-transform;
  378. transition-property: transform;
  379. overflow: hidden;
  380. }
  381. .rotate:hover {
  382. -webkit-transform: rotate(360deg);
  383. -moz-transform: rotate(360deg);
  384. -o-transform: rotate(360deg);
  385. }
  386. .user-section {
  387. background: #fff;
  388. padding: 15px;
  389. margin-bottom: 20px;
  390. -webkit-border-radius: 4px;
  391. -moz-border-radius: 4px;
  392. border-radius: 4px;
  393. border: 1px solid #e4ecf3;
  394. }
  395. .login-section {
  396. margin: 50px auto;
  397. width: 460px;
  398. -webkit-border-radius: 0;
  399. -moz-border-radius: 0;
  400. border-radius: 0;
  401. }
  402. .login-section.login-section-weixin {
  403. min-height: 315px;
  404. }
  405. .login-section .logon-tab {
  406. margin: -15px -15px 0 -15px;
  407. }
  408. .login-section .logon-tab > a {
  409. display: block;
  410. padding: 20px;
  411. float: left;
  412. width: 50%;
  413. font-size: 16px;
  414. text-align: center;
  415. color: #616161;
  416. background-color: #f5f5f5;
  417. -webkit-transition: all 0.3s ease;
  418. -moz-transition: all 0.3s ease;
  419. -o-transition: all 0.3s ease;
  420. transition: all 0.3s ease;
  421. }
  422. .login-section .logon-tab > a:hover {
  423. background-color: #fafafa;
  424. -webkit-transition: all 0.3s ease;
  425. -moz-transition: all 0.3s ease;
  426. -o-transition: all 0.3s ease;
  427. transition: all 0.3s ease;
  428. }
  429. .login-section .logon-tab > a.active {
  430. background-color: #fff;
  431. -webkit-transition: all 0.3s ease;
  432. -moz-transition: all 0.3s ease;
  433. -o-transition: all 0.3s ease;
  434. transition: all 0.3s ease;
  435. }
  436. .login-section .login-main {
  437. padding: 40px 45px 20px 45px;
  438. }
  439. .login-section .control-label {
  440. font-size: 13px;
  441. }
  442. @media (max-width: 767px) {
  443. .login-section {
  444. width: 100%;
  445. margin: 20px auto;
  446. }
  447. .login-section .login-main {
  448. padding: 20px 0 0 0;
  449. }
  450. }
  451. @media (min-width: 768px) {
  452. .login-modal {
  453. width: 350px;
  454. }
  455. .login-modal .modal-body {
  456. padding: 30px 30px 15px 30px;
  457. }
  458. .login-modal .modal-footer {
  459. padding: 30px;
  460. }
  461. }
  462. #content-container {
  463. margin: 30px auto;
  464. min-height: 400px;
  465. }
  466. @media (max-width: 767px) {
  467. #content-container {
  468. min-height: 250px;
  469. }
  470. }
  471. .sidenav {
  472. padding: 20px 0 10px 0;
  473. margin-bottom: 20px;
  474. background-color: #fff;
  475. -webkit-border-radius: 4px;
  476. -moz-border-radius: 4px;
  477. border-radius: 4px;
  478. border: 1px solid #e4ecf3;
  479. }
  480. .sidenav .list-group:last-child {
  481. margin-bottom: 0;
  482. }
  483. .sidenav .list-group .list-group-heading {
  484. list-style-type: none;
  485. color: #919191;
  486. margin-bottom: 10px;
  487. margin-left: 35px;
  488. font-size: 14px;
  489. }
  490. .sidenav .list-group .list-group-item {
  491. -webkit-border-radius: 0;
  492. -moz-border-radius: 0;
  493. border-radius: 0;
  494. border: none;
  495. padding: 0;
  496. border-left: 2px solid transparent;
  497. }
  498. .sidenav .list-group .list-group-item:last-child,
  499. .sidenav .list-group .list-group-item:first-child {
  500. -webkit-border-radius: 0;
  501. -moz-border-radius: 0;
  502. border-radius: 0;
  503. }
  504. .sidenav .list-group .list-group-item:hover {
  505. background-color: #f5f5f5;
  506. }
  507. .sidenav .list-group .list-group-item > a {
  508. display: block;
  509. color: #616161;
  510. padding: 10px 15px 10px 35px;
  511. }
  512. .sidenav .list-group .list-group-item.active {
  513. border-left: 2px solid #46c37b;
  514. background: none;
  515. }
  516. .sidenav .list-group .list-group-item.active > a {
  517. color: #46c37b;
  518. }
  519. .flarum-section ul li a {
  520. font-size: 13px;
  521. }
  522. .nav li .avatar-text,
  523. .nav li .avatar-img {
  524. height: 30px;
  525. width: 30px;
  526. line-height: 30px;
  527. font-size: 14px;
  528. }
  529. .nav li .avatar-img {
  530. font-size: 0;
  531. }
  532. .nav li .avatar-img img {
  533. border-radius: 30px;
  534. width: 30px;
  535. height: 30px;
  536. }
  537. .avatar-text,
  538. .avatar-img {
  539. display: inline-block;
  540. box-sizing: content-box;
  541. color: #fff;
  542. text-align: center;
  543. vertical-align: top;
  544. background-color: #e8ecf3;
  545. font-weight: normal;
  546. width: 48px;
  547. height: 48px;
  548. border-radius: 48px;
  549. font-size: 24px;
  550. line-height: 48px;
  551. }
  552. .avatar-img {
  553. font-size: 0;
  554. }
  555. .avatar-img img {
  556. border-radius: 48px;
  557. width: 48px;
  558. height: 48px;
  559. }
  560. /*# sourceMappingURL=frontend.css.map */