entry.scss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. @import 'reset.scss';
  2. @import './base/mixin.scss';
  3. html,body{
  4. height: 100%;
  5. overflow: hidden;
  6. }
  7. body{
  8. background: url('../img/m-entry-bg.jpg') center center no-repeat;
  9. background-size: cover;
  10. }
  11. .entry-video{
  12. width: 100%;
  13. height: 100%;
  14. object-fit: fill;
  15. }
  16. .aim-glass{
  17. position: absolute;
  18. top: 50%;
  19. left: 50%;
  20. height: px2rem(800);
  21. width: px2rem(800);
  22. margin-left: -px2rem(400);
  23. margin-top: -px2rem(400);
  24. background: url('../img/index-aim.png') center center no-repeat;
  25. background-size: 100%;
  26. }
  27. .hunter-logo{
  28. position: absolute;
  29. top: px2rem(20);
  30. left: px2rem(20);
  31. width: px2rem(421);
  32. height: auto;
  33. }
  34. .vr-logo{
  35. position: absolute;
  36. bottom: px2rem(20);
  37. right: px2rem(180);
  38. width: px2rem(171);
  39. }
  40. .xinshijie-logo{
  41. position: absolute;
  42. bottom: px2rem(20);
  43. right: px2rem(20);
  44. width: px2rem(124);
  45. }
  46. .entry-text{
  47. position: absolute;
  48. z-index: 1;
  49. bottom: px2rem(82);
  50. width: px2rem(423);
  51. margin-left: -px2rem(225);
  52. left: 50%;
  53. }
  54. .bgm-logo{
  55. position: absolute;
  56. top: px2rem(36);
  57. right: px2rem(36);
  58. width: px2rem(57);
  59. height: px2rem(57);
  60. background: url('../img/bgm-icon.png') bottom center no-repeat;
  61. background-size: 100%;
  62. }