live.css 844 B

123456789101112
  1. /* pages/live/live.wxss */
  2. .list{padding: 20rpx 20rpx 0;overflow: hidden;}
  3. .list .li{background: #fff;border-radius: 12rpx;padding: 20rpx 20rpx 40rpx;margin-bottom: 20rpx;}
  4. .zbimg{width: 100%;height: 350rpx;}
  5. .title{font-size: 36rpx;color: #333;margin: 25rpx 0;}
  6. .sta{font-size: 28rpx;color: #FE0419;margin-right: 50rpx;align-items: center;}
  7. .sta.end{color: #999;}
  8. .sta image{width: 33rpx;height: 25rpx;margin-right: 9rpx;}
  9. .ren{font-size: 28rpx;color: #999;align-items: center;}
  10. .ren image{width: 25rpx;height: 26rpx;margin-right: 9rpx;}
  11. .into{width: 154rpx;height: 52rpx;border: 2rpx solid #FE0419;border-radius: 26rpx;line-height: 52rpx;font-size: 24rpx;color: #FE0419;text-align: center;}
  12. .notstart{width: 154rpx;height: 52rpx;border: 2rpx solid #999;border-radius: 26rpx;line-height: 52rpx;font-size: 24rpx;color: #333;text-align: center;}