egg.css 192 B

123456789101112
  1. #egg {
  2. position: fixed;
  3. display: none;
  4. width: 100%;
  5. height: 100%;
  6. top: 0;
  7. left: 0;
  8. right: 0;
  9. bottom: 0;
  10. background-color: rgba(0,0,0,0.5);
  11. z-index: 2;
  12. }