list-to-detail.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. .mui-bar-nav {
  2. background-color: #4a82d1;
  3. -webkit-box-shadow: none;
  4. box-shadow: none;
  5. }
  6. .mui-bar-nav a,
  7. .mui-bar .mui-btn-link {
  8. color: white;
  9. }
  10. .kr-title {
  11. color: white;
  12. }
  13. .kr-article .kr-slider a {
  14. height: 180px;
  15. background-position: center;
  16. background-size: 100%;
  17. background-repeat: no-repeat;
  18. }
  19. /*无需重复显示大图*/
  20. #kr-article-article img.fr-fin.fr-dib.fr-tag{
  21. display: none;
  22. }
  23. #kr-article-article p img:first-child{
  24. display: none;
  25. }
  26. .kr-article .kr-slider a .mui-slider-title {
  27. background: transparent;
  28. color: white;
  29. opacity: 1;
  30. bottom: 15px;
  31. font-size: 20px;
  32. font-weight: 500;
  33. padding: 0 15px;
  34. white-space: normal;
  35. line-height: 22px;
  36. word-break: break-all;
  37. height: 44px;
  38. text-align: justify;
  39. text-indent: 0;
  40. z-index: 1;
  41. }
  42. .kr-article .kr-table-view .mui-table-view-cell {
  43. padding: 11px;
  44. }
  45. .kr-article .kr-table-view .mui-table-view-cell>a:not(.mui-btn) {
  46. margin: -11px;
  47. }
  48. .kr-article .kr-table-view .mui-media-object {
  49. max-width: 90px;
  50. width: 90px;
  51. height: 90px;
  52. line-height: 90px;
  53. overflow: hidden;
  54. }
  55. .kr-article .kr-table-view .mui-media-object img {
  56. height: 90px;
  57. }
  58. .kr-article .kr-table-view .mui-media-body {
  59. position: relative;
  60. font-size: 14px;
  61. white-space: normal;
  62. height: 90px;
  63. }
  64. .kr-article-banner {
  65. height: 180px;
  66. position: relative;
  67. overflow: hidden;
  68. }
  69. .kr-article-cover {
  70. background-position: center;
  71. background-color: #ccc;
  72. background-size: cover;
  73. background-repeat: no-repeat;
  74. width: 100%;
  75. height: 180px;
  76. position: relative;
  77. }
  78. .kr-article-cover img {
  79. width: 100%;
  80. }
  81. .kr-article-bar a {
  82. color: gray;
  83. }
  84. .kr-article-title {
  85. position: absolute;
  86. left: 15px;
  87. bottom: 15px;
  88. width: 90%;
  89. font-size: 16px;
  90. font-weight: 400;
  91. line-height: 21px;
  92. color: white;
  93. z-index: 11;
  94. }
  95. .kr-article-content {
  96. background: #efeff4;
  97. }
  98. .kr-article-meta {
  99. padding: 10px 0 10px 20px;
  100. display: table;
  101. }
  102. .kr-article-meta div {
  103. height: 30px;
  104. font-size: 15px;
  105. display: table-cell;
  106. vertical-align: middle;
  107. color: gray;
  108. padding: 0 5px;
  109. }
  110. .kr-article-avatar img {
  111. width: 30px;
  112. }
  113. .kr-article-text {
  114. font-size: 13px!important;
  115. }
  116. .kr-article-author,
  117. .kr-article-time {
  118. font-weight: 600;
  119. }
  120. .kr-article-article {
  121. font-size: 15px;
  122. padding: 0 15px;
  123. color: #000;
  124. }
  125. .kr-article-article ol {
  126. margin: 0 0 0 20px;
  127. padding: 0;
  128. }
  129. .kr-article-article p {
  130. color: #000;
  131. font-size: 15px;
  132. line-height: 23px;
  133. }
  134. .kr-article-article img,
  135. .kr-article-article iframe {
  136. max-width: 100%;
  137. width: 100%;
  138. height: auto;
  139. }
  140. embed,object{
  141. display: none;
  142. }
  143. .kr-article-content {}
  144. .kr-browser .mui-bar .mui-btn {
  145. top: 10px;
  146. padding: 2px 12px 2px;
  147. }
  148. .kr-browser-bar .mui-spinner {
  149. width: 20px;
  150. height: 20px;
  151. }
  152. .kr-browser-bar a {
  153. color: gray;
  154. }