frontend.css 11 KB

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