lessons.wxss 263 B

1234567891011121314151617
  1. .loading {
  2. height: 200rpx;
  3. line-height: 100rpx;
  4. background: #f1f1f1;
  5. color: #999;
  6. text-align: center;
  7. }
  8. .tip-view{
  9. height: 60rpx;
  10. line-height: 60rpx;
  11. width: 750rpx;
  12. color: #FFF;
  13. background: #cc6031;
  14. text-align: center;
  15. font-size: 36rpx;
  16. }