styleBrainie.css 547 B

1234567891011121314151617181920
  1. body {
  2. margin: 0px 0px 1px 0px; /* the extra 1px allows the iOS inner/outer check to work */
  3. background: #000000;
  4. font-family: Helvetica, Arial, Verdana, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, sans-serif;
  5. }
  6. #orientation {
  7. margin: 0 auto;
  8. position: absolute;
  9. top: 0;
  10. left: 0;
  11. width: 100%;
  12. height: 100%;
  13. background-image: url(../img/orientation.jpg);
  14. background-repeat: no-repeat;
  15. background-position: center;
  16. background-color: rgb(0, 0, 0);
  17. z-index: 999;
  18. display: none;
  19. }