123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- @charset "UTF-8";
- /*单行省略号*/
- /*多行省略号*/
- /**清除浮动**/
- /**fit img**/
- /*主色调*/
- /*单行省略号*/
- /*多行省略号*/
- /**清除浮动**/
- /**fit img**/
- /*主色调*/
- .main-block {
- padding-top: 0.4rem;
- padding-bottom: 0.4rem;
- background-color: #F2F2F2;
- }
- .main-block li {
- display: -webkit-box;
- display: flex;
- -webkit-box-pack: justify;
- justify-content: space-between;
- -webkit-box-align: stretch;
- align-items: stretch;
- height: 2.75rem;
- background-color: #fff;
- }
- .main-block li ~ li {
- margin-top: 0.32rem;
- }
- .main-block li:nth-child(2n) {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: reverse;
- flex-direction: row-reverse;
- }
- .main-block li:nth-child(2n) .img::after {
- left: 0;
- border-width: 0.14rem 0 0.14rem 0.14rem;
- border-color: transparent transparent transparent #fff;
- }
- .main-block li:nth-child(2n-1) .img::after {
- right: 0;
- border-width: 0.14rem 0.14rem 0.14rem 0;
- border-color: transparent #fff transparent transparent;
- }
- .main-block .img {
- height: 100%;
- width: 2.6rem;
- flex-shrink: 0;
- position: relative;
- }
- .main-block .img img {
- -webkit-transition: all 0.8s ease;
- transition: all 0.8s ease;
- width: 100%;
- height: 100%;
- -o-object-fit: cover;
- object-fit: cover;
- }
- .main-block .img::after {
- content: "";
- position: absolute;
- top: 50%;
- -webkit-transform: translate(0, -50%);
- transform: translate(0, -50%);
- z-index: 1;
- width: 0;
- height: 0;
- border-style: solid;
- }
- .main-block .info {
- width: 100%;
- height: 100%;
- padding: 0.3rem 0.25rem;
- }
- .main-block .info-text .other {
- padding-right: 2.35rem;
- }
- .main-block .tag {
- font-size: 0.26rem;
- }
- .main-block .tit {
- margin-top: 0.2rem;
- line-height: 0.48rem;
- height: 0.96rem;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- .main-block .other {
- display: -webkit-box;
- display: flex;
- -webkit-box-pack: justify;
- justify-content: space-between;
- -webkit-box-align: center;
- align-items: center;
- margin-top: 0.3rem;
- }
- .main-block .ov-hide {
- height: 100%;
- }
- .banner {
- position: relative;
- min-height: 3rem;
- background: #ddd;
- }
- .banner .tit1 {
- position: absolute;
- bottom: 0.48rem;
- left: 0.48rem;
- color: #fff;
- line-height: 00.44rem;
- padding: 0 0.2rem;
- border-left: 0.03rem solid #fff;
- border-right: 0.03rem solid #fff;
- z-index: 1;
- }
- .filter {
- background-color: transparent;
- }
- /*# sourceMappingURL=maps/list2.css.map */
|