detail.less 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. // 资讯列表
  2. .newsDetail {
  3. width: 100%;
  4. margin-bottom: 10px;
  5. .inner {
  6. width: 1200px;
  7. overflow: hidden;
  8. font-size: 16px;
  9. .innerLeft {
  10. width: 900px;
  11. margin-right: 30px;
  12. //导航条
  13. .breadcrumb {
  14. width: 100%;
  15. height: 22px;
  16. padding-bottom: 20px;
  17. border-bottom: 1px solid #e6e6e6;
  18. font-family: Microsoft YaHei, Microsoft YaHei;
  19. font-weight: 400;
  20. font-size: 20px;
  21. color: #666666;
  22. line-height: 23px;
  23. text-align: left;
  24. font-style: normal;
  25. text-transform: none;
  26. .el-breadcrumb::v-deep {
  27. display: inline-block;
  28. vertical-align: -4px;
  29. }
  30. :deep(.el-breadcrumb__inner a),
  31. :deep(.el-breadcrumb__inner.is-link) {
  32. color: #666666;
  33. font-weight: 400;
  34. text-decoration: none;
  35. transition: var(--el-transition-color);
  36. }
  37. span {
  38. font-family: Microsoft YaHei, Microsoft YaHei;
  39. font-weight: 400;
  40. font-size: 20px;
  41. color: #666666;
  42. line-height: 23px;
  43. text-align: left;
  44. font-style: normal;
  45. text-transform: none;
  46. }
  47. span:hover {
  48. color: #666666;
  49. }
  50. .location {
  51. margin-right: 20px;
  52. width: 100px;
  53. height: 22px;
  54. font-family: Microsoft YaHei, Microsoft YaHei;
  55. font-weight: 400;
  56. font-size: 20px;
  57. color: #666666;
  58. line-height: 23px;
  59. text-align: left;
  60. font-style: normal;
  61. text-transform: none;
  62. }
  63. }
  64. .LeftTop {
  65. margin-top: 20px;
  66. >h1 {
  67. line-height: 40px;
  68. margin-bottom: 20px;
  69. font-family: Microsoft YaHei, Microsoft YaHei;
  70. font-weight: bold;
  71. font-size: 30px;
  72. color: #333333;
  73. }
  74. >p {
  75. height: 18px;
  76. line-height: 18px;
  77. font-family: Microsoft YaHei, Microsoft YaHei;
  78. font-weight: 400;
  79. font-size: 14px;
  80. color: #999999;
  81. span {
  82. margin-right: 40px;
  83. }
  84. }
  85. >img {
  86. width: 680px;
  87. height: 382px;
  88. padding: 50px 0px 60px 55px;
  89. }
  90. }
  91. .leftBottom {
  92. width: 885px;
  93. margin-top: 10px;
  94. font-size: 20px;
  95. line-height: 38px;
  96. margin-bottom: 30px;
  97. ul>li img {
  98. width: 885px;
  99. height: 382px;
  100. }
  101. img {
  102. width: 885px;
  103. height: 382px;
  104. }
  105. p.tinymce-material {
  106. img {
  107. width: 885px;
  108. }
  109. }
  110. >h3,
  111. >p {
  112. text-indent: 2em;
  113. width: 885px;
  114. font-family: Microsoft YaHei, Microsoft YaHei;
  115. font-size: 20px;
  116. color: #333333;
  117. line-height: 38px;
  118. padding-bottom: 30px;
  119. img {
  120. width: 885px;
  121. }
  122. }
  123. >h3 {
  124. font-weight: 600px;
  125. }
  126. >p {
  127. font-weight: 400;
  128. }
  129. }
  130. .disclaimer {
  131. width: 885px;
  132. overflow: hidden;
  133. border-top: 1px solid #e6e6e6;
  134. padding: 30px 0px;
  135. color: #999999;
  136. font-size: 17px;
  137. p {
  138. width: 885px;
  139. line-height: 30px;
  140. }
  141. }
  142. }
  143. .innerRight {
  144. width: 270px;
  145. margin-top: 10px;
  146. }
  147. }
  148. }
  149. .leftBottom::v-deep p img,
  150. .leftBottom::v-deep img,
  151. .leftBottom::v-deep video {
  152. max-width: 900px;
  153. }
  154. .leftBottom::v-deep h1,
  155. .leftBottom::v-deep h2,
  156. .leftBottom::v-deep h3,
  157. .leftBottom::v-deep h4,
  158. .leftBottom::v-deep h5,
  159. .leftBottom::v-deep h6 {
  160. font-size: 20px;
  161. font-weight: 500;
  162. }
  163. //放大图片
  164. .preview-modal {
  165. position: fixed;
  166. top: 0;
  167. left: 0;
  168. width: 100%;
  169. height: 100%;
  170. background: rgba(0, 0, 0, 0.8);
  171. display: flex;
  172. justify-content: center;
  173. align-items: center;
  174. z-index: 1000;
  175. }
  176. .preview-modal img {
  177. max-width: 100%;
  178. max-height: 100%;
  179. cursor: pointer;
  180. /* 关闭按钮样式 */
  181. }