123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200 |
- .detail-content .breadcrumb a {
- color: #6c757d;
- }
- .detail-content h5 {
- color: #34404B;
- font-size: 1.5rem;
- font-weight: 500;
- }
- .detail-content .intro-section {
- display: flex;
- flex-direction: column;
- justify-content: center;
- padding: 2rem;
- color: #727679;
- }
- .detail-content .intro-section h4 {
- color: #34404B;
- font-size: 1.5rem;
- font-weight: 500;
- letter-spacing: 1px;
- }
- .detail-content .intro-section .contact-wrapper p {
- color: #727679;
- font-size: 1.125rem;
- }
- .detail-content .intro-section .contact-wrapper a {
- color: #EE751B;
- font-size: 1.5rem;
- font-weight: bold;
- }
- .detail-content .intro-section .mark-item {
- display: inline-block;
- margin: -0.5rem 0.5rem 0 0;
- font-size: 2.5rem;
- font-weight: bold;
- color: #FF0000;
- }
- .detail-content .intro-section ul li {
- margin-bottom: 10px;
- }
- .detail-content .intro-section ul li:last-child {
- margin-bottom: 0;
- }
- .detail-content .intro-above {
- margin-top: 1.5rem;
- }
- .detail-content .intro-above a {
- display: inline-block;
- padding: 0.5rem 1rem;
- text-align: center;
- border: 1px solid #EE751B;
- border-radius: 0.25rem;
- background: #ee7518;
- color: #FFF;
- line-height: 1.2;
- transition: all 0.3s;
- }
- .detail-content .intro-above a:hover {
- opacity: 0.7;
- }
- .detail-content .intro-above a p {
- font-size: 1.75rem;
- font-weight: bold;
- }
- .detail-content .intro-above a p small {
- display: block;
- margin-top: 0.3rem;
- font-size: 0.75rem;
- letter-spacing: 1px;
- }
- .detail-content .article-content {
- height: 50px;
- overflow: hidden;
- font-size: 1.125rem;
- line-height: 1.8;
- color: #727679;
- transition: all 0.3s;
- white-space: pre-wrap;
- }
- .detail-content .article-read-more {
- display: flex;
- justify-content: center;
- color: #FFAC73;
- transform: translateY(-20px);
- transition: all 0.3s;
- cursor: pointer;
- }
- .detail-content .article-read-more:hover {
- color: #EE751B;
- }
- .detail-content .article-read-more span {
- display: inline-block;
- margin: -1px 5px 0 7px;
- letter-spacing: 1px;
- font-size: 0.875rem;
- }
- .detail-content .article-read-more::before {
- content: "";
- display: inline-block;
- position: absolute;
- background: linear-gradient(0deg, #FCFCFC 0%, rgba(255, 255, 255, 0.454219) 100%);
- width: 100%;
- height: 25px;
- transition: all 300ms ease-in-out;
- }
- .detail-content .radar-item {
- max-height: 200px;
- display: flex;
- align-items: center;
- }
- .detail-content .slider-list img {
- width: 100%;
- height: 650px;
- padding: 0 3rem;
- -o-object-fit: cover;
- object-fit: cover;
- cursor: pointer;
- }
- .detail-content .slider-list .video-item {
- position: relative;
- border: none;
- background: transparent;
- }
- .detail-content .slider-list .video-item .play-img {
- width: 110px;
- height: 110px;
- padding: 0;
- }
- .detail-content .slider-list .slick-next,
- .detail-content .slider-list .slick-prev {
- position: absolute;
- top: 50%;
- border: none;
- background: transparent;
- }
- .detail-content .slider-list .slick-next {
- right: 0;
- }
- .detail-content .slider-list .slick-prev {
- left: 0;
- }
- .detail-content .swiper-button-prev::after,
- .detail-content .swiper-button-next::after {
- content: "";
- width: 25px;
- height: 40px;
- background-position: center;
- background-repeat: no-repeat;
- display: inline-block;
- }
- .detail-content .swiper-button-next::after {
- background-image: url("https://hhh.com.tw/assets/images/rv_web/arrow-right.png");
- }
- .detail-content .swiper-button-prev:after {
- background-image: url("https://hhh.com.tw/assets/images/rv_web/arrow-left.png");
- }
- .detail-content .media-list {
- margin: auto;
- padding: 1rem 3rem;
- max-width: 450px;
- display: flex;
- justify-content: space-around;
- background-color: #FFF;
- box-shadow: 0 1px 10px #cecece;
- border-radius: 45px;
- }
- .detail-content .media-list a {
- display: inline-block;
- margin: 0 0.3rem;
- }
- .detail-content .tag-list a {
- display: inline-block;
- margin: 0.3rem;
- padding: 0.5rem 0.8rem;
- color: #212529;
- border: 1px solid #212529;
- transition: all 0.3s;
- }
- .detail-content .tag-list a:hover {
- color: #EE751B;
- border: 1px solid #EE751B;
- }
- .detail-content .other-list h5 {
- margin-bottom: 0;
- font-size: 1.125rem;
- color: #727679;
- letter-spacing: 1px;
- }
- .play-img {
- width: 50px;
- position: absolute;
- top: 45%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- .breadcrumb-item.active span {
- opacity: 0.7;
- }/*# sourceMappingURL=detail.css.map */
|