123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- @charset "UTF-8";
- /*单行省略号*/
- /*多行省略号*/
- /**清除浮动**/
- /**fit img**/
- /*主色调*/
- .list-swiper .swiper-pagination {
- text-align: right;
- padding-right: 0.3rem;
- }
- .list-swiper .swiper-pagination .swiper-pagination-bullet {
- background-color: #F37020;
- }
- .list-swiper .swipet-item {
- position: relative;
- display: block;
- height: 5rem;
- }
- .list-swiper .swipet-item > img {
- width: 100%;
- height: 100%;
- -o-object-fit: cover;
- object-fit: cover;
- }
- .list-swiper .swipet-item .info {
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- background-color: #333333;
- background-color: rgba(51, 51, 51, 0.8);
- padding: 0.3rem;
- }
- .list-swiper .swipet-item .tit {
- color: #fff;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- word-wrap: normal;
- }
- .list-swiper .swipet-item .date {
- color: #999;
- margin-top: 0.2rem;
- }
- .list-box {
- background-color: #fff;
- padding: 0.6rem 0.3rem 0.8rem;
- }
- .list-box .img {
- width: 100%;
- }
- .list-box .img img {
- -webkit-transition: all 0.8s ease;
- transition: all 0.8s ease;
- width: 100%;
- height: 100%;
- -o-object-fit: cover;
- object-fit: cover;
- }
- .list-box .info {
- background-color: #f2f2f2;
- padding: 0.4rem 0.3rem;
- }
- .list-box .des {
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- line-height: 0.46rem;
- color: #999;
- margin-top: 0.16rem;
- }
- .list-box .other {
- color: #999;
- margin-bottom: 0.2rem;
- }
- .list-box li ~ li {
- margin-top: 0.3rem;
- }
- .list-box .list {
- padding-bottom: 0.3rem;
- }
- /*# sourceMappingURL=maps/list.css.map */
|