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

426 lines
6.8KB

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