|
@@ -1242,7 +1242,7 @@
|
|
|
// 游戏
|
|
|
.ezy-game-page{
|
|
|
width: 100%;height: 100vh;background-color: #23befb;position: relative;
|
|
|
- padding-top:var(--status-bar-height);display: flex;flex-direction: column;
|
|
|
+ box-sizing: border-box;padding-top:var(--status-bar-height);display: flex;flex-direction: column;
|
|
|
@include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/game/game-bj.png");
|
|
|
.game-jf-box{position: absolute;right: 24rpx;top: var(--status-bar-height);}
|
|
|
// goose
|