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

432 lines
6.6KB

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