|
@@ -105,7 +105,7 @@
|
|
|
|
|
|
// 用户协议弹窗
|
|
|
.agree-sections-dialog{
|
|
|
- width: 635rpx;height: 702rpx;padding: 360rpx 36rpx 42rpx;box-sizing: border-box;text-align: center;margin-bottom: 26%;
|
|
|
+ width: 635rpx;height: 702rpx;padding: 350rpx 0 42rpx;box-sizing: border-box;text-align: center;margin-bottom: 26%;
|
|
|
background-image: url("@/static/images/login/agree-dialog-bj.png");@include ezy-no-repeat-cover;
|
|
|
.agree-title{color:#666;font-size: 32rpx;font-weight: 600;}
|
|
|
.agree-tip{color:#777;font-size: 28rpx;margin-top: 30rpx;}
|
|
@@ -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
|