国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

820 Zeilen
14KB

  1. :root {
  2. --bg:#f8fafb;
  3. --gray-300:#dee2e6;
  4. --gray-500:#adb5bd;
  5. --blue-300:#80bdff;
  6. --success-800:#009688;
  7. --b-radius:0.5rem;
  8. --b-radius-sm:0.25rem
  9. }
  10. * {
  11. scrollbar-width:thin;
  12. letter-spacing:0.5px
  13. }
  14. body {
  15. line-height:1.5;
  16. font-size:14px;
  17. font-family:Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
  18. color:var(--gray);
  19. background:var(--bg)
  20. }
  21. p {
  22. margin-bottom:0.5rem;
  23. word-wrap:break-word
  24. }
  25. p:last-child {
  26. margin-bottom:0
  27. }
  28. ul,ol,li {
  29. margin:0;
  30. padding:0
  31. }
  32. li {
  33. list-style:none
  34. }
  35. a {
  36. color:var(--gray);
  37. text-decoration:none
  38. }
  39. a:hover {
  40. color:var(--blue);
  41. text-decoration:none
  42. }
  43. img {
  44. max-width:100%;
  45. border-radius:var(--b-radius)
  46. }
  47. form,label {
  48. margin-bottom:0
  49. }
  50. td {
  51. word-break:break-all;
  52. word-wrap:break-word
  53. }
  54. input {
  55. padding:0.25rem 0.5rem;
  56. height:30px;
  57. color:var(--gray);
  58. border:1px solid var(--gray-300);
  59. vertical-align:middle
  60. }
  61. input[type=file] {
  62. padding:0;
  63. border:0;
  64. border-radius:0!important
  65. }
  66. input:focus,select:focus,textarea:focus {
  67. color:var(--gray);
  68. border-color:var(--blue-300);
  69. box-shadow:0 0 0 0.25rem rgba(0,123,255,0.25);
  70. outline:0
  71. }
  72. input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkbox]:focus {
  73. width:14px;
  74. height:14px;
  75. box-shadow:none;
  76. vertical-align:middle
  77. }
  78. select {
  79. padding:0.25rem 0.5rem;
  80. height:30px;
  81. color:var(--gray);
  82. background:var(--white);
  83. border:1px solid var(--gray-300);
  84. vertical-align:middle
  85. }
  86. select[multiple=yes] {
  87. height:160px
  88. }
  89. option {
  90. padding:0.25rem 0
  91. }
  92. option:checked {
  93. color:var(--blue)
  94. }
  95. textarea {
  96. padding:0.25rem 0.5rem;
  97. color:var(--gray);
  98. border:1px solid var(--gray-300);
  99. vertical-align:middle
  100. }
  101. .install-head {
  102. padding:1rem 0;
  103. background:var(--white)
  104. }
  105. .install-head .logo {
  106. font-size:18px;
  107. font-weight:700;
  108. color:var(--gray-dark)
  109. }
  110. .install-head .logo img,.login-box .logo img {
  111. margin-right:0.5rem;
  112. height:36px
  113. }
  114. .install-box {
  115. margin:0 auto;
  116. width:750px
  117. }
  118. .install-box .card-header,.install-box .card-body {
  119. padding:1.25rem
  120. }
  121. .install-box h1 {
  122. margin:0;
  123. font-size:18px;
  124. font-weight:700;
  125. color:var(--gray-dark)
  126. }
  127. .install-box label {
  128. margin-bottom:0.5rem
  129. }
  130. .install-box .form-control {
  131. height:36px
  132. }
  133. .login-step {
  134. height:100vh;
  135. overflow-x:hidden
  136. }
  137. .login-step .login-bg {
  138. height:100%;
  139. background:var(--gray-300) url(../img/login_bg.jpg)no-repeat top center;
  140. background-size:cover
  141. }
  142. .login-box {
  143. padding:100px 80px 0
  144. }
  145. .login-box .logo {
  146. margin-bottom:60px
  147. }
  148. .login-box .logo a {
  149. font-size:18px;
  150. font-weight:700;
  151. color:var(--gray-dark)
  152. }
  153. .login-box .title,.login-box .alert {
  154. margin-bottom:20px
  155. }
  156. .login-box .title h1 {
  157. margin-bottom:40px;
  158. font-size:18px;
  159. font-weight:700;
  160. color:var(--gray-dark)
  161. }
  162. .login-from {
  163. margin-bottom:40px
  164. }
  165. .login-from .form-group {
  166. margin-bottom:20px;
  167. position:relative
  168. }
  169. .login-from .form-icon {
  170. position:absolute;
  171. top:16px;
  172. left:16px;
  173. z-index:1998
  174. }
  175. .login-from .form-icon i {
  176. font-size:18px!important;
  177. color:var(--gray-500)
  178. }
  179. .login-from .form-control {
  180. padding-left:45px;
  181. height:50px
  182. }
  183. .login-from .operate {
  184. margin-top:40px
  185. }
  186. .login-from .operate button {
  187. width:100%;
  188. height:50px
  189. }
  190. .admin-head {
  191. padding:0;
  192. width:100%;
  193. height:60px;
  194. line-height:60px;
  195. background:linear-gradient(90deg,var(--green) 45%,var(--success-800) 100%)
  196. }
  197. .admin-head .logo {
  198. padding-left:1rem;
  199. width:220px
  200. }
  201. .admin-head .logo .name {
  202. line-height:18px;
  203. font-size:18px;
  204. font-weight:700;
  205. color:var(--white);
  206. vertical-align:middle
  207. }
  208. .admin-head .logo .version {
  209. font-size:12px;
  210. color:var(--white)
  211. }
  212. .admin-head .nav-item {
  213. position:relative
  214. }
  215. .admin-head .nav-item .search {
  216. position:absolute;
  217. top:16px;
  218. right:0;
  219. color:var(--gray)
  220. }
  221. .admin-head .nav-link {
  222. padding:0 1rem!important
  223. }
  224. .admin-head .nav-link,.admin-head .user a {
  225. color:var(--white)!important
  226. }
  227. .admin-head .nav-link:hover,.admin-head .user a:hover {
  228. color:var(--gray-300)!important
  229. }
  230. .admin-head .user img {
  231. margin-right:0.5rem;
  232. width:25px;
  233. height:25px;
  234. border-radius:50%
  235. }
  236. body.menu-hide .admin-aside {
  237. display:none
  238. }
  239. body.menu-hide .admin-content {
  240. left:0
  241. }
  242. body.menu-show .admin-aside {
  243. display:block
  244. }
  245. body.menu-show .admin-content {
  246. left:220px
  247. }
  248. .admin-aside {
  249. position:absolute;
  250. top:60px;
  251. left:0;
  252. bottom:0;
  253. width:220px;
  254. overflow-y:auto
  255. }
  256. .side-menu {
  257. padding:1rem 0;
  258. min-height:100%
  259. }
  260. .side-menu .menu-item {
  261. position:relative;
  262. padding-left:2.5rem;
  263. height:40px;
  264. line-height:40px;
  265. border-left:3px solid transparent;
  266. cursor:pointer
  267. }
  268. .side-menu .menu-item .menu-link {
  269. color:var(--gray)
  270. }
  271. .side-menu .menu-item .menu-link .fa {
  272. position:absolute;
  273. top:13px;
  274. left:1rem
  275. }
  276. .side-menu .menu-item .fa,.side-menu .sub-item .fa {
  277. position:absolute;
  278. top:13px;
  279. right:1rem
  280. }
  281. .side-menu .menu-sub {
  282. display:none
  283. }
  284. .side-menu .sub-item {
  285. position:relative;
  286. padding-left:2.675rem;
  287. height:40px;
  288. line-height:40px
  289. }
  290. #open {
  291. border-left:3px solid var(--green)
  292. }
  293. #open .menu-link,#open .fa-angle-down,.side-menu .sub-item.active a {
  294. color:var(--green)
  295. }
  296. #open .fa-angle-down {
  297. transform:rotate(180deg)
  298. }
  299. .admin-content {
  300. position:absolute;
  301. top:60px;
  302. right:0;
  303. bottom:0
  304. }
  305. .admin-content iframe {
  306. width:100%;
  307. height:99%;
  308. border:0
  309. }
  310. .update-close {
  311. background:var(--white);
  312. border:0
  313. }
  314. .updates-dot {
  315. display:none;
  316. position:absolute;
  317. top:1rem;
  318. right:0.35rem;
  319. width:8px;
  320. height:8px;
  321. background:var(--danger);
  322. border-radius:50%
  323. }
  324. .spinner-border {
  325. width:20px;
  326. height:20px;
  327. vertical-align:bottom
  328. }
  329. #system-info td {
  330. white-space:nowrap
  331. }
  332. #_fileList,#_verList {
  333. height:350px;
  334. overflow-y:auto
  335. }
  336. #_msgInfo {
  337. display:none
  338. }
  339. .fullpagediv {
  340. position:absolute;
  341. top:0;
  342. left:0;
  343. width:100%;
  344. height:100%;
  345. background:#000;
  346. opacity:0.5;
  347. z-index:1980
  348. }
  349. .colordlg {
  350. background:var(--white);
  351. border:1px solid var(--gray-300);
  352. z-index:19991
  353. }
  354. .pubdlg {
  355. z-index:19992
  356. }
  357. .quicksel {
  358. height:350px;
  359. overflow-y:auto;
  360. z-index:19993
  361. }
  362. .quickselitem .topcat {
  363. margin-bottom:1rem;
  364. padding:0 1rem;
  365. background:var(--light)
  366. }
  367. .quickselitem .soncat {
  368. margin-bottom:1rem;
  369. padding:0 1rem
  370. }
  371. .quickselitem .list {
  372. display:inline-block;
  373. padding-right:0.5rem
  374. }
  375. .mysource,.mywriter {
  376. width:500px;
  377. border:1px solid var(--gray-300);
  378. z-index:19994
  379. }
  380. .adtab li {
  381. display:inline-block;
  382. padding:0.5rem;
  383. cursor:pointer
  384. }
  385. .adtab .active {
  386. color:var(--blue)
  387. }
  388. .nw {
  389. float:left;
  390. width:180px
  391. }
  392. .cls {
  393. clear:both
  394. }
  395. .sys-search {
  396. position:relative
  397. }
  398. .sys-search .sys-times {
  399. position:absolute;
  400. top:0;
  401. right:0
  402. }
  403. .helpinfo {
  404. float:left;
  405. display:none;
  406. padding:1rem;
  407. width:100%;
  408. background:var(--bg);
  409. border:1px solid var(--gray-300);
  410. border-radius:var(--b-radius)
  411. }
  412. .tips-box {
  413. margin:70px auto 0;
  414. width:500px;
  415. height:auto;
  416. background:var(--white);
  417. border-radius:var(--b-radius)
  418. }
  419. .tips-head {
  420. margin:0 1rem;
  421. padding:1rem 0;
  422. border-bottom:1px solid var(--light)
  423. }
  424. .tips-head p {
  425. margin:0;
  426. padding-left:1rem;
  427. line-height:16px;
  428. color:var(--gray-dark);
  429. text-align:left;
  430. border-left:3px solid var(--yellow)
  431. }
  432. .tips-body {
  433. padding:1rem;
  434. min-height:160px;
  435. color:var(--gray);
  436. word-break:break-all;
  437. word-wrap:break-word
  438. }
  439. .atlas {
  440. display:inline-block;
  441. padding:0.5rem;
  442. width:12.5%;
  443. height:auto;
  444. text-align:center
  445. }
  446. .atlas .atlas-head {
  447. padding-bottom:75%;
  448. position:relative
  449. }
  450. .atlas .atlas-head img {
  451. position:absolute;
  452. top:0;
  453. left:0;
  454. width:100%;
  455. height:100%;
  456. object-fit:cover
  457. }
  458. .atlas .atlas-head,.atlas .atlas-body {
  459. margin-bottom:0.5rem
  460. }
  461. .atlas .atlas-input {
  462. width:100%
  463. }
  464. #toolimg {
  465. position:absolute;
  466. display:none
  467. }
  468. #uploadfield {
  469. float:left
  470. }
  471. #uploadwait {
  472. z-index:19999
  473. }
  474. #validateimg {
  475. border-radius:0 var(--b-radius) var(--b-radius) 0;
  476. cursor:pointer
  477. }
  478. #wrap {
  479. padding:1rem
  480. }
  481. #topbar {
  482. margin-bottom:1rem;
  483. border-bottom:1px solid var(--light);
  484. text-align:right
  485. }
  486. #file_list {
  487. display:grid;
  488. grid-gap:1rem;
  489. grid-template-columns:repeat(auto-fill,minmax(160px,1fr))
  490. }
  491. #file_list:empty:after {
  492. content:'支持拖拽图此处片上传'
  493. }
  494. #file_list li {
  495. position:relative
  496. }
  497. #file_list li .picbox {
  498. padding-bottom:75%;
  499. position:relative
  500. }
  501. #file_list li .picbox img {
  502. position:absolute;
  503. top:0;
  504. left:0;
  505. width:100%;
  506. height:100%;
  507. object-fit:cover
  508. }
  509. #file_list li .namebox {
  510. padding-top:0.5rem
  511. }
  512. #file_list li.up-over .picbox:after {
  513. position:absolute;
  514. top:0;
  515. left:0;
  516. font-family:'FontAwesome';
  517. font-size:14px;
  518. color:var(--green);
  519. content:'\f058';
  520. z-index:1991
  521. }
  522. #file_list li .tools {
  523. display:none;
  524. position:absolute;
  525. bottom:0;
  526. right:0;
  527. z-index:1992
  528. }
  529. #file_list li:hover .tools {
  530. display:block
  531. }
  532. #file_list li .tools .remove {
  533. cursor:pointer
  534. }
  535. #file_list li .tools .remove:after {
  536. font-family:'FontAwesome';
  537. font-size:14px;
  538. color:var(--danger);
  539. content:'\f1f8'
  540. }
  541. #selColor {
  542. padding:0.2rem;
  543. width:45px
  544. }
  545. #edsta {
  546. display:none;
  547. position:absolute;
  548. top:100px;
  549. left:150px;
  550. width:500px;
  551. height:auto
  552. }
  553. .browsehappy {
  554. padding:1rem 30px;
  555. color:var(--orange);
  556. background:var(--yellow)
  557. }
  558. .body-row {
  559. display:flex;
  560. flex-wrap:wrap
  561. }
  562. .w-65 {
  563. width:65%
  564. }
  565. .w-35 {
  566. width:35%
  567. }
  568. .column:hover {
  569. background:rgba(0,0,0,0.075)
  570. }
  571. .opt-img .list {
  572. display:inline-block;
  573. padding:0.5rem;
  574. width:20%;
  575. text-align:center
  576. }
  577. .opt-img .list.dir {
  578. width:12.5%
  579. }
  580. .opt-img .list a {
  581. display:block;
  582. margin-bottom:0.5rem;
  583. padding-bottom:75%;
  584. position:relative
  585. }
  586. .opt-img .list a > img {
  587. position:absolute;
  588. top:0;
  589. left:0;
  590. width:100%;
  591. height:100%;
  592. object-fit:cover
  593. }
  594. .opt-img .list span {
  595. display:block;
  596. overflow:hidden;
  597. text-overflow:ellipsis;
  598. white-space:nowrap
  599. }
  600. .opt-bg1 {
  601. background:var(--gray-300)
  602. }
  603. .opt-bg2 {
  604. background:var(--gray-500)
  605. }
  606. .opt-bg3 {
  607. background:var(--white)
  608. }
  609. .opt-button {
  610. position:relative
  611. }
  612. .opt-button input {
  613. position:absolute;
  614. width:43px;
  615. top:0;
  616. left:0;
  617. opacity:0;
  618. cursor:pointer
  619. }
  620. .user-img-md {
  621. width:60px;
  622. height:60px;
  623. border-radius:50%;
  624. border:1px solid var(--light)
  625. }
  626. .user-img-sm {
  627. width:30px;
  628. height:30px;
  629. border-radius:50%;
  630. border:1px solid var(--light)
  631. }
  632. .thumbnail-md {
  633. max-width:200px;
  634. max-height:120px
  635. }
  636. .thumbnail-sm {
  637. max-width:80px;
  638. max-height:80px
  639. }
  640. .thumbnail-mini {
  641. max-width:32px;
  642. max-height:32px
  643. }
  644. .admin-win {
  645. background:var(--bg);
  646. border:1px solid var(--gray-300)!important
  647. }
  648. .admin-win-iframe {
  649. width:100%;
  650. height:350px
  651. }
  652. .admin-main-sort {
  653. margin-left:1rem;
  654. padding:0;
  655. width:30px;
  656. text-align:center
  657. }
  658. .admin-textarea-xl {
  659. width:100%;
  660. height:90px!important
  661. }
  662. .admin-textarea-mini {
  663. width:190px;
  664. height:40px
  665. }
  666. .admin-textarea-sm {
  667. width:350px;
  668. height:60px
  669. }
  670. .admin-input-lg {
  671. width:350px
  672. }
  673. .admin-input-md {
  674. width:230px
  675. }
  676. .admin-input-sm {
  677. width:190px
  678. }
  679. .admin-input-xs {
  680. width:70px
  681. }
  682. .container-fluid {
  683. padding:1rem
  684. }
  685. .breadcrumb {
  686. padding:0;
  687. background:none
  688. }
  689. .modal-title {
  690. font-size:14px;
  691. line-height:1.6
  692. }
  693. .card,.modal-content {
  694. border:0
  695. }
  696. .card-header {
  697. padding:1rem;
  698. background-color:rgba(0,0,0,0);
  699. border-bottom:1px solid rgba(0,0,0,0.05)
  700. }
  701. .card-body {
  702. padding:1rem
  703. }
  704. .card-body canvas {
  705. height:370px!important
  706. }
  707. .table {
  708. margin-bottom:0;
  709. font-size:14px;
  710. color:var(--gray)
  711. }
  712. .table.icon img {
  713. width:20px;
  714. height:20px
  715. }
  716. .table th,.table td {
  717. padding:0.5rem 1rem 0.5rem 0;
  718. vertical-align:middle
  719. }
  720. .form-control {
  721. display:inline-block
  722. }
  723. .form-control,.btn,.fa {
  724. font-size:14px!important
  725. }
  726. a:hover,body.menu-hide .admin-content,body.menu-show .admin-content,.sidemenu .submenu li:hover,.column:hover,.table-hover tbody tr:hover {
  727. transition:all 0.5s
  728. }
  729. span.page-link {
  730. color:var(--white);
  731. background:var(--green)
  732. }
  733. input,select,textarea,.colordlg,.pubdlg,.quickselitem .topcat,.mysource,.mywriter,#edsta,.cke_chrome,.cke_inner,.alert,.card,.rounded,.form-control,.btn {
  734. border-radius:var(--b-radius)!important
  735. }
  736. .cke_top {
  737. border-radius:var(--b-radius) var(--b-radius) 0 0!important
  738. }
  739. .cke_bottom {
  740. border-radius:0 0 var(--b-radius) var(--b-radius)!important
  741. }
  742. .input-group>.input-group-append>.btn {
  743. border-top-left-radius:0!important;
  744. border-bottom-left-radius:0!important
  745. }
  746. .input-group:not(.has-validation)>.form-control:not(:last-child) {
  747. border-top-right-radius:0!important;
  748. border-bottom-right-radius:0!important
  749. }
  750. .nav-pills .nav-link.active,.nav-pills .show>.nav-link {
  751. background:var(--green)
  752. }
  753. .nav-pills .nav-link,.btn-sm {
  754. padding:0 0.5rem;
  755. height:30px;
  756. line-height:30px;
  757. font-size:12px!important
  758. }
  759. .btn-xs {
  760. padding:0.15rem;
  761. line-height:1;
  762. font-size:12px!important;
  763. border-radius:var(--b-radius-sm)!important
  764. }
  765. .btn+.btn {
  766. margin-left:0.5rem!important
  767. }
  768. .shadow-sm {
  769. box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.015)!important
  770. }
  771. @media screen and (min-width:1199px) {
  772. .modal-dialog {
  773. max-width:500px
  774. }
  775. }
  776. @media screen and (min-width:992px) and (max-width:1199px) {
  777. .login-box {
  778. padding:1rem
  779. }
  780. }
  781. @media screen and (max-width:767px) {
  782. td {
  783. white-space:nowrap
  784. }
  785. .install-box,.tips-box,.w-65,.w-35 {
  786. width:100%!important
  787. }
  788. .admin-textarea-sm,.admin-input-lg,.admin-input-md,.admin-input-sm {
  789. width:auto!important;
  790. min-width:35%
  791. }
  792. .admin-head .navbar-nav {
  793. margin-left:auto
  794. }
  795. body.menu-hide .admin-aside {
  796. display:block;
  797. width:100%
  798. }
  799. body.menu-hide .admin-content {
  800. left:100%
  801. }
  802. body.menu-show .admin-aside {
  803. display:none
  804. }
  805. body.menu-show .admin-content {
  806. left:0
  807. }
  808. .tips {
  809. padding:0 1rem
  810. }
  811. .login-box {
  812. padding:30px
  813. }
  814. .card-body canvas {
  815. height:230px!important
  816. }
  817. .pagination,.page-item {
  818. display:inline-table
  819. }
  820. }