contentList.css 1.1 KB

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