lessons.wxss 295 B

123456789101112131415161718192021
  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. }
  17. page{
  18. background: #f1f1f1;
  19. }