国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

118 lines
8.1KB

  1. :root{--bg:#f8fafb;--gray-300:#dee2e6;--gray-500:#adb5bd;--b-radius:0.5rem}
  2. ::-webkit-scrollbar{width:10px;height:10px}
  3. ::-webkit-scrollbar-track{background:var(--bg)}
  4. ::-webkit-scrollbar-thumb{background:var(--gray-300)}
  5. *{scrollbar-width:thin}
  6. body{line-height:1.6;letter-spacing:0.5px;font-size:14px;font-family:Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;color:var(--gray);background:var(--bg)}
  7. a{color:var(--gray);text-decoration:none}
  8. a:hover{color:var(--blue);text-decoration:none}
  9. img{max-width:100%;border-radius:var(--b-radius)}
  10. ul,ol,li{margin:0;padding:0;list-style:none}
  11. h1,h2,h3,h4,h5,h6{margin:0;line-height:1.2;font-weight:600;color:var(--gray-dark)}
  12. h1{font-size:36px}
  13. h2{font-size:24px}
  14. h3,h4{font-size:18px}
  15. h5,h6{font-size:16px}
  16. form.search{display:flex;width:100%}
  17. input[type=file]{padding:0;height:auto;border:0}
  18. input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkbox]:focus{width:14px;height:14px;outline:none;box-shadow:none;vertical-align:middle}
  19. .body-bg{background:var(--bg)}
  20. #carouselDede .carousel-caption h2{color:var(--white)}
  21. #carouselDede .carousel-caption h2,.item-article h2,.item-admin h2,.item-vote h2,.item-tag h2,.list-info-search h2{font-size:18px}
  22. .item-article li{margin-bottom:10px;line-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  23. .item-article li:last-child{margin-bottom:0}
  24. .item-admin{padding:75px 1rem}
  25. .item-theme{margin-bottom:2rem}
  26. .item-theme-box{padding:1.5rem}
  27. .item-theme-box .text-left i,.item-theme-box .text-right span,.item-news .author,.item-news .author a,.item-news .date,.item-info a,.list-article-body i,.list-article-body span,.article-hot-box i,.article-hot-box span,.article-meta span{color:var(--gray-500)}
  28. .item-theme .title a,.item-news .title a{color:var(--gray-dark)}
  29. .item-theme-img img{width:100%;height:250px}
  30. .item-theme p,.item-news p{color:var(--gray-500);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
  31. .item-news{margin-bottom:2rem;padding:1.5rem}
  32. .item-theme:hover,.item-news:hover{box-shadow:0 14px 30px -16px rgba(0,36,100,0.25);transform:translateY(-5px);transition:all 0.5s}
  33. .item-news .title{margin:20px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  34. .item-news-img img{width:100%;height:200px}
  35. .item-vote .table,.article-theme-body p:last-child,.article-hot:last-child{margin-bottom:0}
  36. .list-article-img img{width:100%;height:260px}
  37. .list-article-body h2{font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  38. .list-article-body h2 a{color:var(--gray-dark)}
  39. .article-theme-title h1{margin-bottom:1rem;font-size:24px}
  40. .article-theme-img,.article-hot-img img{width:100%}
  41. .article-theme-info .item{display:inline-block;width:100px}
  42. .article-theme-info .price{font-size:18px;font-weight:600}
  43. .article-theme-body h2,.article-right h2{margin-bottom:1rem;font-size:18px}
  44. .article-hot{margin-bottom:1.5rem}
  45. .article-hot-box{padding:1rem 1.5rem;background:var(--white)}
  46. .article-hot-box h4{font-size:14px;font-weight:300;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  47. .article-main .title h1{font-size:24px}
  48. .article-main .body h1,.article-main .body h2,.article-main .body h3,.article-main .body h4,.article-main .body h5,.article-main .body h6{margin:20px 0;padding:0 10px;font-size:18px!important;border-left:3px solid var(--success)}
  49. .article-main .meta span{margin-right:1rem}
  50. .likes .comment-container{width:200px;padding:10px 20px;border:1px solid var(--bg);border-radius:30px;margin:0 6px;cursor:pointer}
  51. .likes .comment-container:hover{background:var(--white)ce0}
  52. .likes .comment-top{display:flex;flex-direction:row;align-items:center;margin-bottom:10px}
  53. .likes .comment-top-text{margin-left:10px;color:var(--blue)}
  54. .likes .comment-top-text-danger{margin-left:10px;color:var(--danger)}
  55. .likes .text-like{color:var(--blue)}
  56. .likes .text-unlike{color:var(--danger)}
  57. .likes .comment-top p{margin-bottom:unset}
  58. .prenext .pagination-previous,.pagination-next{padding:10px 20px;font-size:14px;color:var(--gray);border-radius:30px;border:1px solid var(--light);cursor:pointer}
  59. .actbox{float:right;padding:10px}
  60. .actbox ul{list-style:none}
  61. .actbox ul li{float:left;margin-left:10px}
  62. .feedbacks .face{width:40px;height:40px;border-radius:50%;border:solid 1px var(--gray-300)}
  63. .feedbacks .media{border-bottom:solid 1px var(--gray-300)}
  64. .feedbacks .feedback_replies .media{border-top:solid 1px var(--gray-300);border-bottom:0}
  65. .feedbacks .media-body span{color:var(--gray-500)}
  66. .feedbacks .feedback-basic{display:inline-block}
  67. .feedbacks .feedback-action{float:right}
  68. .feedbacks ._feedback_reply .alert{margin-bottom:0}
  69. .login-from{margin:5rem auto;width:500px}
  70. .login-box{padding:1.25rem;background:var(--white)}
  71. .user-login,.user-actions{line-height:40px}
  72. .user-actions{text-align:right}
  73. .copyright{padding:1.5rem;background:var(--gray-dark)}
  74. .flink,.flink a,.copyright,.copyright a{color:var(--white)}
  75. .user-meter i{font-size:24px!important;color:var(--green)}
  76. .userspace .info{font-size:14px;font-weight:300;color:var(--gray)}
  77. .logo img{height:36px}
  78. .pannel-main-container{padding:1.5rem;background:var(--white)}
  79. .biz-mb{margin-bottom:-2rem}
  80. .bannr-img{width:100%;height:340px}
  81. .user-img-md{width:60px;height:60px;border-radius:50%;border:1px solid var(--gray-300)}
  82. .user-img-sm{width:36px;height:36px;border-radius:50%;border:1px solid var(--gray-300)}
  83. .user-img-xs{width:30px;height:30px;border-radius:50%;border:1px solid var(--gray-300)}
  84. .nav-item .active{color:var(--warning)}
  85. .nav-link{padding:0 10px;height:36px;line-height:36px}
  86. .navbar-dark .navbar-nav .nav-link{color:var(--gray-300)}
  87. .list-group-item.active a{color:var(--white)}
  88. .list-group-flush>.list-group-item{cursor:pointer}
  89. .input-group-append .btn-sm{line-height:1.8}
  90. .table{color:var(--gray)}
  91. .table td,.table th{padding:0.5rem;vertical-align:middle}
  92. .form-control{display:inline-block;height:36px}
  93. .form-control,.fa,.btn,.dropdown-menu{font-size:14px!important}
  94. .btn+.btn{margin-left:10px}
  95. .input-text{height:36px;line-height:36px}
  96. .thumbnail-md{max-width:280px;max-height:168px}
  97. .admin-textarea-xl{width:100%}
  98. .admin-input-lg{width:60%}
  99. .admin-input-sm{width:160px}
  100. .admin-input-xs{width:60px}
  101. .navbar-toggler,.dropdown-menu,.breadcrumb,.cke_chrome,.cke_inner,.pagination,.form-control,.btn,.alert,.rounded{border-radius:var(--b-radius)!important}
  102. .cke_top,.item-theme-img img,.list-article-img img,.article-hot-img img{border-radius:var(--b-radius) var(--b-radius) 0 0!important}
  103. .cke_bottom,.list-article-radius{border-radius:0 0 var(--b-radius) var(--b-radius)!important}
  104. .rounded-circle{border-radius:50%!important}
  105. .page-item:first-child .page-link{border-top-left-radius:var(--b-radius)!important;border-bottom-left-radius:var(--b-radius)!important}
  106. .page-item:last-child .page-link{border-top-right-radius:var(--b-radius)!important;border-bottom-right-radius:var(--b-radius)!important}
  107. .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child){border-top-right-radius:0!important;border-bottom-right-radius:0!important}
  108. .input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0!important;border-bottom-left-radius:0!important}
  109. #validateimg,.btn-send{border-radius:0 var(--b-radius) var(--b-radius) 0!important}
  110. #returntop{display:none;position:fixed;padding:10px 15px;right:1rem;bottom:1rem;color:var(--white);cursor:pointer;background:var(--orange);border-radius:var(--b-radius);border:0;z-index:9998}
  111. #returntop:hover{background:var(--orange)}
  112. @media (max-width:768px){
  113. .pb-m-3{padding-bottom:1rem}
  114. .login-from{width:100%}
  115. .bannr-img,.item-theme-img img,.list-article-img img{height:250px}
  116. .item-news-img img{height:210px}
  117. .feedbacks .feedback-action{float:none}
  118. }