loading.wxss 147 B

1234567891011
  1. @import '../../common.wxss';
  2. .page .demo0 {
  3. height: 60px;
  4. background: white;
  5. }
  6. .page .demo1 {
  7. height: 60px;
  8. background: rgba(0,0,0,.1);
  9. }