display_submitted.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  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. display: flex;
  47. justify-content: space-between;
  48. margin: 0;
  49. font-size: 16px;
  50. color: #1A1A1A;
  51. letter-spacing: 0.18px;
  52. line-height: 18px;
  53. font-weight: 600;
  54. }
  55. .article-title-id {
  56. font-size: 12px;
  57. color: #1A1A1A;
  58. letter-spacing: 0.13px;
  59. font-weight: 400;
  60. }
  61. .article-list .article-title a {
  62. width: 340px;
  63. font-size: 16px;
  64. color: #1A1A1A;
  65. letter-spacing: 0.18px;
  66. line-height: 18px;
  67. font-weight: 600;
  68. overflow: hidden;
  69. text-overflow: ellipsis;
  70. white-space: nowrap;
  71. -webkit-transition: all 0.3s ease;
  72. -moz-transition: all 0.3s ease;
  73. -o-transition: all 0.3s ease;
  74. transition: all 0.3s ease;
  75. }
  76. .article-list .article-title a span.highlight {
  77. color: red;
  78. }
  79. .article-list .article-title a:hover {
  80. color: #007bff;
  81. -webkit-transition: all 0.3s ease;
  82. -moz-transition: all 0.3s ease;
  83. -o-transition: all 0.3s ease;
  84. transition: all 0.3s ease;
  85. }
  86. .article-list .article-title a .img-new {
  87. margin-left: 2px;
  88. margin-bottom: 2px;
  89. height: 16px;
  90. }
  91. .article-list .article-intro {
  92. overflow: hidden;
  93. padding-top: 15px;
  94. }
  95. .article-intro-label {
  96. margin-right: 8px;
  97. }
  98. .article-list .media {
  99. color: #919191;
  100. }
  101. .article-list .media .media-body {
  102. padding-left: 30px;
  103. line-height: 25px;
  104. }
  105. .article-list .media .media-left {
  106. overflow: hidden;
  107. padding: 0;
  108. }
  109. .article-list .media .media-left a {
  110. display: block;
  111. width: 205px;
  112. }
  113. .article-list .media-body {
  114. position: relative;
  115. }
  116. .article-list .media-body .article-tag {
  117. padding-top: 10px;
  118. display: flex;
  119. justify-content: space-between;
  120. width: 100%;
  121. color: #aaa;
  122. font-size: 13px;
  123. }
  124. .article-list .media-body .article-tag span {
  125. font-size: 12px;
  126. color: #585858;
  127. letter-spacing: 0.13px;
  128. font-weight: 500;
  129. }
  130. .article-list .media-body .article-tag span a {
  131. color: #aaa;
  132. }
  133. .article-list .media-body .article-tag .pull-left {
  134. height: 34px;
  135. line-height: 34px;
  136. color: #919191;
  137. }
  138. .article-list .media-body .article-tag .pull-left a {
  139. color: #919191;
  140. }
  141. .article-list .pager {
  142. margin: 40px 0 20px 0;
  143. }
  144. .img-zoom {
  145. display: inline-block;
  146. width: auto;
  147. height: auto;
  148. vertical-align: middle;
  149. }
  150. .img-zoom > img {
  151. max-width: 100%;
  152. height: auto;
  153. }
  154. .article-read {
  155. font-size: 12px;
  156. color: #527DF5;
  157. letter-spacing: 0.13px;
  158. font-weight: 400;
  159. }
  160. .breadcrumb {
  161. background: transparent;
  162. border-radius: 0;
  163. padding: 0 15px;
  164. border-bottom: 1px solid #D9D9D9;
  165. }
  166. .breadcrumb-item {
  167. padding: 15px 40px;
  168. }
  169. .breadcrumb-item > a {
  170. font-size: 14px;
  171. color: rgba(0,0,0,0.65);
  172. line-height: 22px;
  173. font-weight: 400;
  174. }
  175. .breadcrumb > li + li:before {
  176. content: none;
  177. }
  178. .breadcrumb > .active {
  179. border-bottom: 2px solid #497BFF;
  180. color: #497BFF;
  181. }
  182. .embed-responsive-4by3 {
  183. padding-bottom: 47%;
  184. }