/*2020 4.4号 新冠病毒的特殊处理start*/ .covid-19-special-treatment { width: 100vw; height: 100vh; position: fixed; top: 0; left: 0; z-index: 999999; background-image: ; background-size: 100% 100%; background-repeat: no-repeat; } /*2020 4.4号 新冠病毒的特殊处理end*/ /*某些特殊游戏点击马上试玩按钮弹出小游戏小程序码 start*/ .mini-game-mini-program-code-wrap { height: 100vh; width: 100vw; z-index: 9999; position: fixed; left: 0; top: 0; background-color: rgba(0, 0, 0, .5); display: flex; flex-direction: row; justify-content: center; align-items: center; cursor: pointer; } .mini-game-mini-program-code-container { width: 150px; height: 150px; border-radius: 10px; background-color: white; display: flex; justify-content: center; align-items: center; } .mini-game-mini-program-code-container > img { width: 107px; height: 107px; } /*火树游戏官网的马上试玩弹出*/ .xd-mini-game-mini-program-code-wrap{ display: none; justify-content: center; align-items: center; width: 236px; height: 315px; margin-left: 1px; position: absolute; background-color: rgba(0,0,0,0.8); top:0; cursor: pointer; z-index: 999; } .xd-mini-game-mini-program-code-container { width: 150px; height: 150px; border-radius: 10px; background-color: white; display: flex; justify-content: center; align-items: center; } .xd-mini-game-mini-program-code-container img{ width: 107px; height: 107px; } /*子游戏官网(一恋永恒、魂之纪元等)的马上试玩弹出*/ .game-mini-game-mini-program-code-wrap{ display: none; justify-content: center; align-items: center; width: 160px; height: 100%; position: absolute; background-color: rgba(0,0,0,0.5); top:0; cursor: pointer; z-index: 999; } .game-mini-game-mini-program-code-container { width: 120px; height: 120px; border-radius: 10px; background-color: white; display: flex; justify-content: center; align-items: center; } .game-mini-game-mini-program-code-container img{ width: 107px; height: 107px; } /*某些特殊游戏点击马上试玩按钮弹出小游戏小程序码 end*/