detail.css 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. .detail-content .breadcrumb a {
  2. color: #6c757d;
  3. }
  4. .detail-content h5 {
  5. color: #34404B;
  6. font-size: 1.5rem;
  7. font-weight: 500;
  8. }
  9. .detail-content .intro-section {
  10. display: flex;
  11. flex-direction: column;
  12. justify-content: center;
  13. padding: 2rem;
  14. color: #727679;
  15. }
  16. .detail-content .intro-section h4 {
  17. color: #34404B;
  18. font-size: 1.5rem;
  19. font-weight: 500;
  20. letter-spacing: 1px;
  21. }
  22. .detail-content .intro-section .contact-wrapper p {
  23. color: #727679;
  24. font-size: 1.125rem;
  25. }
  26. .detail-content .intro-section .contact-wrapper a {
  27. color: #EE751B;
  28. font-size: 1.5rem;
  29. font-weight: bold;
  30. }
  31. .detail-content .intro-section .mark-item {
  32. display: inline-block;
  33. margin: -0.5rem 0.5rem 0 0;
  34. font-size: 2.5rem;
  35. font-weight: bold;
  36. color: #FF0000;
  37. }
  38. .detail-content .intro-section ul li {
  39. margin-bottom: 10px;
  40. }
  41. .detail-content .intro-section ul li:last-child {
  42. margin-bottom: 0;
  43. }
  44. .detail-content .intro-above {
  45. margin-top: 1.5rem;
  46. }
  47. .detail-content .intro-above a {
  48. display: inline-block;
  49. padding: 0.5rem 1rem;
  50. text-align: center;
  51. border: 1px solid #EE751B;
  52. border-radius: 0.25rem;
  53. background: #ee7518;
  54. color: #FFF;
  55. line-height: 1.2;
  56. transition: all 0.3s;
  57. }
  58. .detail-content .intro-above a:hover {
  59. opacity: 0.7;
  60. }
  61. .detail-content .intro-above a p {
  62. font-size: 1.75rem;
  63. font-weight: bold;
  64. }
  65. .detail-content .intro-above a p small {
  66. display: block;
  67. margin-top: 0.3rem;
  68. font-size: 0.75rem;
  69. letter-spacing: 1px;
  70. }
  71. .detail-content .article-content {
  72. height: 50px;
  73. overflow: hidden;
  74. font-size: 1.125rem;
  75. line-height: 1.8;
  76. color: #727679;
  77. transition: all 0.3s;
  78. white-space: pre-wrap;
  79. }
  80. .detail-content .article-read-more {
  81. display: flex;
  82. justify-content: center;
  83. color: #FFAC73;
  84. transform: translateY(-20px);
  85. transition: all 0.3s;
  86. cursor: pointer;
  87. }
  88. .detail-content .article-read-more:hover {
  89. color: #EE751B;
  90. }
  91. .detail-content .article-read-more span {
  92. display: inline-block;
  93. margin: -1px 5px 0 7px;
  94. letter-spacing: 1px;
  95. font-size: 0.875rem;
  96. }
  97. .detail-content .article-read-more::before {
  98. content: "";
  99. display: inline-block;
  100. position: absolute;
  101. background: linear-gradient(0deg, #FCFCFC 0%, rgba(255, 255, 255, 0.454219) 100%);
  102. width: 100%;
  103. height: 25px;
  104. transition: all 300ms ease-in-out;
  105. }
  106. .detail-content .radar-item {
  107. max-height: 200px;
  108. display: flex;
  109. align-items: center;
  110. }
  111. .detail-content .slider-list img {
  112. width: 100%;
  113. height: 650px;
  114. padding: 0 3rem;
  115. -o-object-fit: cover;
  116. object-fit: cover;
  117. cursor: pointer;
  118. }
  119. .detail-content .slider-list .video-item {
  120. position: relative;
  121. border: none;
  122. background: transparent;
  123. }
  124. .detail-content .slider-list .video-item .play-img {
  125. width: 110px;
  126. height: 110px;
  127. padding: 0;
  128. }
  129. .detail-content .slider-list .slick-next,
  130. .detail-content .slider-list .slick-prev {
  131. position: absolute;
  132. top: 50%;
  133. border: none;
  134. background: transparent;
  135. }
  136. .detail-content .slider-list .slick-next {
  137. right: 0;
  138. }
  139. .detail-content .slider-list .slick-prev {
  140. left: 0;
  141. }
  142. .detail-content .swiper-button-prev::after,
  143. .detail-content .swiper-button-next::after {
  144. content: "";
  145. width: 25px;
  146. height: 40px;
  147. background-position: center;
  148. background-repeat: no-repeat;
  149. display: inline-block;
  150. }
  151. .detail-content .swiper-button-next::after {
  152. background-image: url("https://hhh.com.tw/assets/images/rv_web/arrow-right.png");
  153. }
  154. .detail-content .swiper-button-prev:after {
  155. background-image: url("https://hhh.com.tw/assets/images/rv_web/arrow-left.png");
  156. }
  157. .detail-content .media-list {
  158. margin: auto;
  159. padding: 1rem 3rem;
  160. max-width: 450px;
  161. display: flex;
  162. justify-content: space-around;
  163. background-color: #FFF;
  164. box-shadow: 0 1px 10px #cecece;
  165. border-radius: 45px;
  166. }
  167. .detail-content .media-list a {
  168. display: inline-block;
  169. margin: 0 0.3rem;
  170. }
  171. .detail-content .tag-list a {
  172. display: inline-block;
  173. margin: 0.3rem;
  174. padding: 0.5rem 0.8rem;
  175. color: #212529;
  176. border: 1px solid #212529;
  177. transition: all 0.3s;
  178. }
  179. .detail-content .tag-list a:hover {
  180. color: #EE751B;
  181. border: 1px solid #EE751B;
  182. }
  183. .detail-content .other-list h5 {
  184. margin-bottom: 0;
  185. font-size: 1.125rem;
  186. color: #727679;
  187. letter-spacing: 1px;
  188. }
  189. .play-img {
  190. width: 50px;
  191. position: absolute;
  192. top: 45%;
  193. left: 50%;
  194. transform: translate(-50%, -50%);
  195. }
  196. .breadcrumb-item.active span {
  197. opacity: 0.7;
  198. }/*# sourceMappingURL=detail.css.map */