| 123456789101112131415161718 |
- /* contentList.css */
- page{background: #fff;}
- .ban{height: 275rpx;position: relative;margin: 40rpx 32rpx 15rpx;}
- .swiper{width: 100%;height: 275rpx;border-radius: 10rpx;}
- .swiper image{width: 100%;height: 100%;border-radius: 10rpx;}
- .dots{position: absolute;left: 50%;transform: translateX(-50%);bottom: 20rpx;z-index: 3;justify-content: center;}
- .dot{width: 46rpx;height: 4rpx;background: rgba(255,255,255,.5);margin: 0 3rpx;}
- .dot.active{background: #fff;}
- .title{font-size: 36rpx;color: #333;font-weight: bold;align-items: center;}
- .title::before{content: '';display: block;width: 6rpx;height: 38rpx;background: #108FFF;margin-right: 14rpx;}
- .box{padding: 30rpx 32rpx 0;}
- .bobo{border-bottom: 20rpx solid #F8F8F8;}
- .rec .li{padding: 30rpx 0;border-bottom: 1rpx solid #EDEDED;align-items: center;}
- .rec-tit{font-size: 34rpx;color: #333;font-weight: bold;line-height: 48rpx;height: 96rpx;margin-bottom: 25rpx;}
- .author{font-size: 28rpx;color: #999;margin-right: 24rpx;}
- .author image{width: 32rpx;height: 32rpx;border-radius: 2rpx;margin-right: 10rpx;}
- .rec-time{font-size: 28rpx;color: #999;}
- .rec-img{width: 218rpx;height: 152rpx;margin-left: 55rpx;}
|