loading.css 578 B

1234567891011121314151617
  1. #by-loading{
  2. position: absolute;
  3. top: 0;
  4. left: 0;
  5. right: 0;
  6. bottom: 0;
  7. margin: auto;
  8. height: 100%;
  9. width: 100%;
  10. max-width: 640px;
  11. z-index: 1000;
  12. background-color: #bdeefe;
  13. }
  14. #by-loading .by-loading-bg{display: block; width: 100%; height: auto; position: absolute; bottom: 0; left: 0;}
  15. #by-loading .by-loading-logo{display: block; position: absolute; width: 180px; top: 90px; left: 50%; margin-left: -90px; }
  16. #by-loading .by-loading-txt{ text-align: center; position: absolute; top: 50%; width: 100%; color: #22a3d4; font-size: 20px;}