useCommon.css 831 B

12345678910111213
  1. .content-down{background-color: #fff;border-radius: 16rpx;padding: 24rpx;}
  2. .step-text{margin-bottom: 51rpx;}
  3. .content-down .step-text-item-cn{font-size: 24rpx;}
  4. .content-down .step-text-item-cn.active{font-size: 28rpx;}
  5. .explain{font-size: 24rpx;color: #333;margin-bottom: 32rpx;line-height: 33rpx;letter-spacing: 1rpx;}
  6. .status-btn{padding: 24rpx;background:#F2F2F2;border-radius: 8rpx;text-align: center;color: #999;font-weight: 400;}
  7. .active .status-btn{background: linear-gradient(-45deg, #FD4B35 0%, #FF945B 100%);color: #fff;}
  8. .finish .status-btn{background: linear-gradient(90deg, #FFF900 0%, #FFD200 100%);color: #333;}
  9. .active .status-btn .status-btn-small,
  10. .finish .status-btn .status-btn-small{opacity: 0.5;}
  11. .status-btn-big{font-size: 34rpx;line-height: 48rpx;}
  12. .status-btn-small{font-size: 24rpx;line-height: 33rpx;}