addClass.wxss 336 B

12345678910111213141516171819202122232425
  1. .container{
  2. padding: 0;
  3. margin: 0;
  4. }
  5. page{
  6. background: #f1f1f1;
  7. }
  8. .tip-view{
  9. height: 60rpx;
  10. line-height: 60rpx;
  11. width: 750rpx;
  12. color: #FFF;
  13. background: #005033;
  14. text-align: center;
  15. font-size: 32rpx;
  16. }
  17. .loading {
  18. height: 200rpx;
  19. line-height: 100rpx;
  20. background: #f1f1f1;
  21. color: #999;
  22. text-align: center;
  23. }