国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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