地铁二期项目正式开始

loading.css 313B

1234567891011121314151617
  1. .hide {
  2. display: none;
  3. }
  4. .progress {
  5. z-index: 2000;
  6. }
  7. .mask {
  8. position: fixed;
  9. top: 0;
  10. right: 0;
  11. bottom: 0;
  12. left: 0;
  13. z-index: 1000;
  14. background-color: #000000;
  15. }