国内流行的内容管理系统(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.

466 lines
8.6KB

  1. :root {
  2. --bg:#f8fafb;
  3. --gray-300:#dee2e6;
  4. --gray-500:#adb5bd;
  5. --b-radius:0.5rem
  6. }
  7. * {
  8. scrollbar-width:thin;
  9. letter-spacing:0.5px
  10. }
  11. body {
  12. line-height:1.5;
  13. font-size:14px;
  14. font-family:Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
  15. color:var(--gray);
  16. background:var(--bg)
  17. }
  18. p {
  19. margin-bottom:1rem;
  20. word-wrap:break-word
  21. }
  22. p:last-child {
  23. margin-bottom:0
  24. }
  25. a {
  26. color:var(--gray);
  27. text-decoration:none
  28. }
  29. a:hover {
  30. color:var(--blue);
  31. text-decoration:none
  32. }
  33. ul,ol,li {
  34. margin:0;
  35. padding:0;
  36. list-style:none
  37. }
  38. h1,h2,h3,h4,h5,h6 {
  39. margin:0;
  40. line-height:1.2;
  41. font-weight:700;
  42. color:var(--gray-dark)
  43. }
  44. h1 {
  45. font-size:36px
  46. }
  47. h2 {
  48. font-size:24px
  49. }
  50. h3,h4 {
  51. font-size:18px
  52. }
  53. h5,h6 {
  54. font-size:16px
  55. }
  56. img {
  57. max-width:100%;
  58. border-radius:var(--b-radius)
  59. }
  60. form.search {
  61. display:flex;
  62. width:100%
  63. }
  64. input[type=file] {
  65. padding:0;
  66. height:auto;
  67. border:0
  68. }
  69. input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkbox]:focus {
  70. width:14px;
  71. height:14px;
  72. outline:none;
  73. box-shadow:none;
  74. vertical-align:middle
  75. }
  76. .body-bg {
  77. background:var(--bg)
  78. }
  79. .logo img {
  80. height:36px
  81. }
  82. #carouselDede .carousel-caption h2 {
  83. color:var(--white)
  84. }
  85. #carouselDede .carousel-caption h2,.item-article h2,.item-admin h2,.item-vote h2,.item-tag h2,.list-info-search h2 {
  86. font-size:18px
  87. }
  88. .item-article li {
  89. margin-bottom:10px;
  90. line-height:18px;
  91. overflow:hidden;
  92. text-overflow:ellipsis;
  93. white-space:nowrap
  94. }
  95. .item-article li:last-child {
  96. margin-bottom:0
  97. }
  98. .item-admin {
  99. padding:75px 1rem
  100. }
  101. .item-theme {
  102. margin-bottom:2rem
  103. }
  104. .item-theme-box {
  105. padding:1.5rem
  106. }
  107. .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 {
  108. color:var(--gray-500)
  109. }
  110. .item-theme .title a,.item-news .title a {
  111. color:var(--gray-dark)
  112. }
  113. .item-theme-img img {
  114. width:100%;
  115. height:250px
  116. }
  117. .item-theme p,.item-news p {
  118. color:var(--gray-500);
  119. overflow:hidden;
  120. text-overflow:ellipsis;
  121. display:-webkit-box;
  122. -webkit-line-clamp:2;
  123. -webkit-box-orient:vertical
  124. }
  125. .item-news {
  126. margin-bottom:2rem;
  127. padding:1.5rem
  128. }
  129. .item-theme:hover,.item-news:hover {
  130. box-shadow:0 14px 30px -16px rgba(0,36,100,0.25);
  131. transform:translateY(-5px)
  132. }
  133. .item-news .title {
  134. margin:20px 0;
  135. overflow:hidden;
  136. text-overflow:ellipsis;
  137. white-space:nowrap
  138. }
  139. .item-news-img img {
  140. width:100%;
  141. height:200px
  142. }
  143. .item-vote .table,.article-theme-body p:last-child,.article-hot:last-child {
  144. margin-bottom:0
  145. }
  146. .list-article-img img {
  147. width:100%;
  148. height:260px
  149. }
  150. .list-article-body h2 {
  151. font-size:18px;
  152. overflow:hidden;
  153. text-overflow:ellipsis;
  154. white-space:nowrap
  155. }
  156. .list-article-body h2 a {
  157. color:var(--gray-dark)
  158. }
  159. .article-theme-title h1 {
  160. margin-bottom:1rem;
  161. font-size:24px
  162. }
  163. .article-theme-img,.article-hot-img img {
  164. width:100%
  165. }
  166. .article-theme-info .item {
  167. display:inline-block;
  168. width:100px
  169. }
  170. .article-theme-info .price {
  171. font-size:18px;
  172. font-weight:700
  173. }
  174. .article-theme-body h2,.article-right h2 {
  175. margin-bottom:1rem;
  176. font-size:18px
  177. }
  178. .article-hot {
  179. margin-bottom:1.5rem
  180. }
  181. .article-hot-box {
  182. padding:1rem 1.5rem;
  183. background:var(--white)
  184. }
  185. .article-hot-box h4 {
  186. font-size:14px;
  187. font-weight:300;
  188. overflow:hidden;
  189. text-overflow:ellipsis;
  190. white-space:nowrap
  191. }
  192. .article-main .title h1 {
  193. font-size:24px
  194. }
  195. .article-main .body h1,.article-main .body h2,.article-main .body h3,.article-main .body h4,.article-main .body h5,.article-main .body h6 {
  196. margin:20px 0;
  197. padding:0 10px;
  198. font-size:18px!important;
  199. border-left:3px solid var(--success)
  200. }
  201. .article-main .meta span {
  202. margin-right:1rem
  203. }
  204. .likes .comment-container {
  205. width:200px;
  206. padding:10px 20px;
  207. border:1px solid var(--bg);
  208. border-radius:30px;
  209. margin:0 6px;
  210. cursor:pointer
  211. }
  212. .likes .comment-container:hover {
  213. background:var(--white)
  214. }
  215. .likes .comment-top {
  216. display:flex;
  217. flex-direction:row;
  218. align-items:center;
  219. margin-bottom:10px
  220. }
  221. .likes .comment-top-text {
  222. margin-left:10px;
  223. color:var(--blue)
  224. }
  225. .likes .comment-top-text-danger {
  226. margin-left:10px;
  227. color:var(--danger)
  228. }
  229. .likes .text-like {
  230. color:var(--blue)
  231. }
  232. .likes .text-unlike {
  233. color:var(--danger)
  234. }
  235. .likes .comment-top p {
  236. margin-bottom:unset
  237. }
  238. .prenext .pagination-previous,.pagination-next {
  239. padding:10px 20px;
  240. font-size:14px;
  241. color:var(--gray);
  242. border-radius:30px;
  243. border:1px solid var(--light);
  244. cursor:pointer
  245. }
  246. .actbox {
  247. float:right;
  248. padding:10px
  249. }
  250. .actbox ul {
  251. list-style:none
  252. }
  253. .actbox ul li {
  254. float:left;
  255. margin-left:10px
  256. }
  257. .feedbacks .face {
  258. width:40px;
  259. height:40px;
  260. border-radius:50%;
  261. border:solid 1px var(--gray-300)
  262. }
  263. .feedbacks .media {
  264. border-bottom:solid 1px var(--gray-300)
  265. }
  266. .feedbacks .feedback_replies .media {
  267. border-top:solid 1px var(--gray-300);
  268. border-bottom:0
  269. }
  270. .feedbacks .media-body span {
  271. color:var(--gray-500)
  272. }
  273. .feedbacks .feedback-basic {
  274. display:inline-block
  275. }
  276. .feedbacks .feedback-action {
  277. float:right
  278. }
  279. .feedbacks ._feedback_reply .alert {
  280. margin-bottom:0
  281. }
  282. .login-from {
  283. margin:5rem auto;
  284. width:500px
  285. }
  286. .login-box {
  287. padding:1.25rem;
  288. background:var(--white)
  289. }
  290. .user-login,.user-actions {
  291. line-height:40px
  292. }
  293. .user-actions {
  294. text-align:right
  295. }
  296. .copyright {
  297. padding:1.5rem;
  298. background:var(--gray-dark)
  299. }
  300. .flink,.flink a,.copyright,.copyright a {
  301. color:var(--white)
  302. }
  303. .user-meter i {
  304. font-size:24px!important;
  305. color:var(--green)
  306. }
  307. .userspace .info {
  308. font-size:14px;
  309. font-weight:300;
  310. color:var(--gray)
  311. }
  312. .pannel-main-container {
  313. padding:1.5rem;
  314. background:var(--white)
  315. }
  316. #returntop {
  317. display:none;
  318. position:fixed;
  319. padding:10px 15px;
  320. right:1rem;
  321. bottom:1rem;
  322. color:var(--white);
  323. cursor:pointer;
  324. background:var(--orange);
  325. border-radius:var(--b-radius);
  326. border:0;
  327. z-index:9998
  328. }
  329. #returntop:hover {
  330. background:var(--orange)
  331. }
  332. .biz-mb {
  333. margin-bottom:-2rem
  334. }
  335. .bannr-img {
  336. width:100%;
  337. height:340px
  338. }
  339. .user-img-md {
  340. width:60px;
  341. height:60px;
  342. border-radius:50%;
  343. border:1px solid var(--gray-300)
  344. }
  345. .user-img-sm {
  346. width:36px;
  347. height:36px;
  348. border-radius:50%;
  349. border:1px solid var(--gray-300)
  350. }
  351. .user-img-xs {
  352. width:30px;
  353. height:30px;
  354. border-radius:50%;
  355. border:1px solid var(--gray-300)
  356. }
  357. .nav-item .active {
  358. color:var(--warning)
  359. }
  360. .nav-link {
  361. padding:0 10px;
  362. height:36px;
  363. line-height:36px
  364. }
  365. .navbar-dark .navbar-nav .nav-link {
  366. color:var(--gray-300)
  367. }
  368. .list-group-item.active a {
  369. color:var(--white)
  370. }
  371. .list-group-flush>.list-group-item {
  372. border:0;
  373. cursor:pointer
  374. }
  375. .input-group-append .btn-sm {
  376. line-height:1.8
  377. }
  378. .input-text {
  379. height:36px;
  380. line-height:36px
  381. }
  382. .thumbnail-md {
  383. max-width:280px;
  384. max-height:168px
  385. }
  386. .admin-textarea-xl {
  387. width:100%;
  388. height:90px
  389. }
  390. .admin-textarea-sm {
  391. width:350px;
  392. height:60px
  393. }
  394. .admin-input-lg {
  395. width:350px
  396. }
  397. .admin-input-md {
  398. width:230px
  399. }
  400. .admin-input-sm {
  401. width:180px
  402. }
  403. .admin-input-xs {
  404. width:70px
  405. }
  406. .table td,.table th {
  407. padding:0.5rem;
  408. vertical-align:middle
  409. }
  410. .form-control {
  411. display:inline-block;
  412. height:36px
  413. }
  414. .form-control,.fa,.btn,.dropdown-menu {
  415. font-size:14px!important
  416. }
  417. a:hover,.item-theme:hover,.item-news:hover,.table-hover tbody tr:hover {
  418. transition:all 0.5s
  419. }
  420. .navbar-toggler,.dropdown-menu,.breadcrumb,.cke_chrome,.cke_inner,.form-control,.btn,.alert,.rounded {
  421. border-radius:var(--b-radius)!important
  422. }
  423. .cke_top,.item-theme-img img,.list-article-img img,.article-hot-img img {
  424. border-radius:var(--b-radius) var(--b-radius) 0 0!important
  425. }
  426. .cke_bottom,.list-article-radius {
  427. border-radius:0 0 var(--b-radius) var(--b-radius)!important
  428. }
  429. .rounded-circle {
  430. border-radius:50%!important
  431. }
  432. .input-group>.input-group-append>.btn {
  433. border-top-left-radius:0!important;
  434. border-bottom-left-radius:0!important
  435. }
  436. .input-group:not(.has-validation)>.form-control:not(:last-child) {
  437. border-top-right-radius:0!important;
  438. border-bottom-right-radius:0!important
  439. }
  440. .btn+.btn {
  441. margin-left:1rem
  442. }
  443. .shadow-sm {
  444. box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.015)!important
  445. }
  446. .btn-send,#validateimg {
  447. border-radius:0 var(--b-radius) var(--b-radius) 0!important;
  448. cursor:pointer
  449. }
  450. @media screen and (max-width:767px) {
  451. .pb-m-3 {
  452. padding-bottom:1rem
  453. }
  454. .login-from {
  455. width:100%
  456. }
  457. .bannr-img,.item-theme-img img,.list-article-img img {
  458. height:250px
  459. }
  460. .item-news-img img {
  461. height:210px
  462. }
  463. .feedbacks .feedback-action {
  464. float:none
  465. }
  466. }