#slowtransition .swiper-container { padding-bottom: 40px; } #slowtransition .swiper-slide { width: 978px; height: 489px; /* transition-timing-function: linear; */ } @media only screen and (max-width:1200px) { #slowtransition .swiper-slide { width: 770px; height: 385px; } } @media only screen and (max-width:980px) { #slowtransition .swiper-slide { width: 471px; height: 236px; } } @media only screen and (max-height:480px) { #slowtransition .swiper-slide { width: 471px; height: 236px; } } #slowtransition .swiper-slide img { width: 100%; height: 100%; border-radius: 4px; object-fit: cover; } #slowtransition .swiper-slide .info{ position: absolute; left: 0; bottom: 0; height: 173px; width: 70%; background: #fff; z-index: 999; padding: 25px; } #slowtransition .swiper-slide .info .head{ font-size: 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; color: #1A1A1A; } #slowtransition .swiper-slide .info .desc{ margin-top: 25px; font-size:16px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #808080; } #slowtransition .swiper-slide .more{ /* margin-top: 25px; */ font-size:16px; color: #4D4D4D; display: block; position: absolute; bottom: 0; left: 25px; letter-spacing: 2px; } #slowtransition .swiper-slide .more:hover{ color: #12508F; cursor: pointer; } #slowtransition .swiper-slide .title { position: absolute; transform: rotate(90deg); transform-origin: left top; left: -3px; font-size: 11px; color: rgb(102, 102, 102); } /* #slowtransition .swiper-button-next, #slowtransition .swiper-button-prev { width: 86px; height: 112px; background-size: 86px 112px; margin-top: -56px; outline: none; } */ /* #slowtransition .swiper-button-next { background-image: url(img/cursor-next.png); } #slowtransition .swiper-button-prev { background-image: url(img/cursor-prev.png); } */ #slowtransition .swiper-pagination-bullet { background: none; opacity: 1; margin: 0 6px !important; width: 9px; height: 9px; position: relative; outline: none; vertical-align: middle; } #slowtransition .swiper-pagination-bullet span { width: 3px; height: 3px; background: #CCC; display: block; border-radius: 50%; margin-top: 3px; margin-left: 3px; } #slowtransition .swiper-pagination-bullet i { background: #000; height: 1px; width: 20px; position: absolute; top: 4px; transform: scaleX(0); transform-origin: left; z-index: 3; transition-timing-function: linear; } #slowtransition .swiper-pagination-bullet-active span, #slowtransition .swiper-pagination-bullet:hover span { width: 9px; height: 9px; margin-top: 0; margin-left: 0; background: #000; position: relative; z-index: 1; }