1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- .card-swiper-container{
- width: 100%;
- height: 360rpx;
- background: #fff;
- }
- .card-swiper-container .swiper-title, .card-list .card-list-title{
- background: #fff;
- text-indent: 32rpx;
- font-size: 16px;
- line-height: 100rpx;
- border-top: 1rpx solid #e5e5e5;
- }
- .card-swiper-container .swiper{
- height: 260rpx;
- }
- .card-swiper-container .item{
- display: flex;
- box-sizing: border-box;
- width: 100%;
- padding: 0 6px;
- height: auto !important;
- align-items: center;
- justify-content: center;
- }
- .card-swiper-container .item-imglist{
- position: relative;
- display: inline-block;
- flex: 1;
- width: 33%;
- text-align: center;
- }
- .card-swiper-container .slide-image{
- width: 200rpx;
- height: 124rpx;
- border: #e5e5e5 solid 1rpx;
- border-radius: 6px;
- }
- .card-swiper-container .title{
- /*width: 200rpx;*/
- font-size: 16px;
- line-height: 18px;
- }
- .card-swiper-container .desc{
- /*width: 200rpx;*/
- font-size: 12px;
- color: #777;
- line-height: 12px;
- margin-top: 3px;
- }
- .card .split{
- width: 100%;
- height: 8px;
- background: #F3F3F3;
- }
- .item-imglist .contact-btn{
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: transparent;
- }
- .item-imglist .contact-btn::after{
- border: 0 none;
- }
|