homepage.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. .user-name {
  2. margin-top: 10px;
  3. padding-left: 10px;
  4. }
  5. .article-text {
  6. padding-left: 5px;
  7. font-size: 14px;
  8. color: rgba(50,50,50,0.85);
  9. text-align: right;
  10. line-height: 22px;
  11. font-weight: 400;
  12. }
  13. .article-list {
  14. padding: 0;
  15. background: #fff;
  16. }
  17. .article-list .article-item {
  18. padding: 20px 0;
  19. /*border-bottom: 1px solid #efefef;*/
  20. border-bottom: 1px solid #D9D9D9;
  21. }
  22. .article-list .article-item .content {
  23. margin-top: 15px;
  24. color: #919191;
  25. }
  26. .article-list .gallery-article {
  27. margin-top: 0;
  28. }
  29. .article-list .gallery-article .row {
  30. margin: 0 -10px;
  31. }
  32. .article-list .gallery-article .article-title {
  33. margin-bottom: 10px;
  34. }
  35. .article-list .gallery-article .article-title span.highlight {
  36. color: red;
  37. }
  38. .article-list .gallery-article .media .media-body {
  39. padding-left: 0;
  40. }
  41. .article-list .gallery-article .media .media-body .article-tag {
  42. position: relative;
  43. margin-top: 10px;
  44. }
  45. .article-list .article-title {
  46. margin: 0;
  47. font-size: 1.25em;
  48. line-height: 1.45;
  49. color: #000;
  50. }
  51. .article-list .article-title a {
  52. font-size: 16px;
  53. color: #1A1A1A;
  54. letter-spacing: 0.18px;
  55. line-height: 18px;
  56. font-weight: 600;
  57. -webkit-transition: all 0.3s ease;
  58. -moz-transition: all 0.3s ease;
  59. -o-transition: all 0.3s ease;
  60. transition: all 0.3s ease;
  61. }
  62. .article-list .article-title a span.highlight {
  63. color: red;
  64. }
  65. .article-list .article-title a:hover {
  66. color: #007bff;
  67. -webkit-transition: all 0.3s ease;
  68. -moz-transition: all 0.3s ease;
  69. -o-transition: all 0.3s ease;
  70. transition: all 0.3s ease;
  71. }
  72. .article-list .article-title a .img-new {
  73. margin-left: 2px;
  74. margin-bottom: 2px;
  75. height: 16px;
  76. }
  77. .article-list .article-intro {
  78. height: 40px;
  79. overflow: hidden;
  80. text-overflow: ellipsis;
  81. -webkit-box-orient: vertical;
  82. display: -webkit-box;
  83. -webkit-line-clamp: 2;
  84. margin-top: 20px;
  85. font-size: 14px;
  86. color: #949494;
  87. letter-spacing: 0.16px;
  88. line-height: 20px;
  89. font-weight: 400;
  90. }
  91. .article-list .media {
  92. color: #919191;
  93. }
  94. .article-list .media .media-body {
  95. padding-left: 10px;
  96. line-height: 25px;
  97. }
  98. .article-list .media .media-left {
  99. overflow: hidden;
  100. padding: 0;
  101. }
  102. .article-list .media .media-left a {
  103. display: block;
  104. width: 160px;
  105. }
  106. .article-list .media-body {
  107. position: relative;
  108. }
  109. .article-list .media-body .article-tag {
  110. width: 100%;
  111. display: block;
  112. clear: both;
  113. position: absolute;
  114. bottom: 0;
  115. color: #aaa;
  116. font-size: 13px;
  117. }
  118. .article-list .media-body .article-tag span {
  119. margin-right: 25px;
  120. font-size: 12px;
  121. color: #585858;
  122. letter-spacing: 0.13px;
  123. font-weight: 500;
  124. }
  125. .article-list .media-body .article-tag span a {
  126. color: #aaa;
  127. }
  128. .article-list .media-body .article-tag .pull-left {
  129. height: 34px;
  130. line-height: 34px;
  131. color: #919191;
  132. }
  133. .article-list .media-body .article-tag .pull-left a {
  134. color: #919191;
  135. }
  136. .article-list .pager {
  137. margin: 40px 0 20px 0;
  138. }
  139. .img-zoom > img {
  140. border-radius: 5px;
  141. width: 133px;
  142. height: 133px;
  143. }
  144. .article-read {
  145. font-size: 12px;
  146. color: #527DF5;
  147. letter-spacing: 0.13px;
  148. font-weight: 400;
  149. }