index.css 632 B

123456789101112
  1. page{background: #fff;}
  2. .line{height: 10rpx;background: #F5F5F5;}
  3. .list{padding: 0 30rpx 30rpx;}
  4. .list .li{box-shadow: 0 5rpx 12rpx 1rpx rgba(0,67,101,0.08);border-radius: 10rpx;margin-top: 30rpx;}
  5. .li-img{width: 100%;height: 360rpx;border-radius: 10rpx 10rpx 0 0;}
  6. .info{padding: 25rpx 30rpx 30rpx;}
  7. .title{font-size: 30rpx;color: #333;}
  8. .time{margin-top: 15rpx;font-size: 24rpx;color: #999;}
  9. .time image{width: 25rpx;height: 25rpx;margin-right: 11rpx;}
  10. .opt{margin-top: 20rpx;font-size: 24rpx;color: #999;justify-content: space-between;}
  11. .opt-btn{margin-left: 50rpx;}
  12. .opt-btn image{width: 33rpx;height: 33rpx;margin-right: 8rpx;}