@import 'reset.scss'; @import './base/mixin.scss'; html,body{ height: 100%; overflow: hidden; cursor: url('//hdzt.duowan.com/201806-hunter/one.ico'), auto; } .entry-video{ width: 100%; height: 100%; object-fit: fill; } .aim-glass{ position: absolute; top: 50%; left: 50%; height: px2rem(1200); width: px2rem(1200); margin-left: -px2rem(500); margin-top: -px2rem(500); background: url('../img/index-aim.png') center center no-repeat; background-size: 100%; } .hunter-logo{ position: absolute; top: px2rem(20); left: px2rem(20); width: px2rem(421); height: auto; } .vr-logo{ position: absolute; bottom: px2rem(20); right: px2rem(180); width: px2rem(171); } .xinshijie-logo{ position: absolute; bottom: px2rem(20); right: px2rem(20); width: px2rem(124); } .entry-text{ position: absolute; z-index: 1; bottom: px2rem(82); width: px2rem(423); margin-left: -px2rem(225); left: 50%; } .bgm-logo{ position: absolute; top: px2rem(36); right: px2rem(36); width: px2rem(57); height: px2rem(57); background: url('../img/bgm-icon.png') bottom center no-repeat; background-size: 100%; }