|
@@ -2,10 +2,6 @@
|
|
// 登录页 padding-bottom: env(safe-area-inset-bottom); box-sizing: unset;
|
|
// 登录页 padding-bottom: env(safe-area-inset-bottom); box-sizing: unset;
|
|
.ezy-login-page {
|
|
.ezy-login-page {
|
|
width:100%;height:100vh; background-color: #80dfff;position: relative;
|
|
width:100%;height:100vh; background-color: #80dfff;position: relative;
|
|
- .login-nav-bar-icon{
|
|
|
|
- width: 24rpx;height: 38rpx;position: absolute;left: 24rpx;top: var(--status-bar-height);
|
|
|
|
- background-image: url("@/static/images/common/navBar-return-btn.png");@include ezy-no-repeat-cover();
|
|
|
|
- }
|
|
|
|
.ezy-login-wrap{width:100%;height: 1623.08rpx;background-image: url("@/static/images/login/login-bj.jpg");@include ezy-no-repeat-cover(top);}
|
|
.ezy-login-wrap{width:100%;height: 1623.08rpx;background-image: url("@/static/images/login/login-bj.jpg");@include ezy-no-repeat-cover(top);}
|
|
.login-body-box{
|
|
.login-body-box{
|
|
display: flex;flex-direction: column;display: flex;box-sizing: border-box;
|
|
display: flex;flex-direction: column;display: flex;box-sizing: border-box;
|
|
@@ -745,7 +741,7 @@
|
|
.head-content-box{font-size: 30rpx;}
|
|
.head-content-box{font-size: 30rpx;}
|
|
.jf-box{
|
|
.jf-box{
|
|
width: 142rpx;height: 46rpx;display: flex;align-items: center;line-height: 1.2;font-size: 26rpx;
|
|
width: 142rpx;height: 46rpx;display: flex;align-items: center;line-height: 1.2;font-size: 26rpx;
|
|
- @include ezy-no-repeat-cover;background-image: url("@/static/images/my/jf-bj.png");margin-top: 20rpx;
|
|
|
|
|
|
+ @include ezy-no-repeat-cover;background-image: url("@/static/images/common/jf-bj.png");margin-top: 20rpx;
|
|
}
|
|
}
|
|
.jf-icon{width: 35rpx;height: 35rpx;margin:0 4rpx 0 10rpx;flex-shrink: 0;
|
|
.jf-icon{width: 35rpx;height: 35rpx;margin:0 4rpx 0 10rpx;flex-shrink: 0;
|
|
@include ezy-no-repeat-cover;background-image: url("@/static/images/my/jf-qb.png");}
|
|
@include ezy-no-repeat-cover;background-image: url("@/static/images/my/jf-qb.png");}
|
|
@@ -1050,3 +1046,43 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+// 游戏
|
|
|
|
+.ezy-game-page{
|
|
|
|
+ width: 100%;height: 100vh;background-color: #23befb;position: relative;
|
|
|
|
+ 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{
|
|
|
|
+ width: 142rpx;height: 46rpx;display: flex;align-items: center;line-height: 1.2;
|
|
|
|
+ position: absolute;right: 24rpx;top: var(--status-bar-height);color: #fff;font-size: 26rpx;
|
|
|
|
+ background-image: url("@/static/images/common/jf-bj.png");@include ezy-no-repeat-cover;
|
|
|
|
+ }
|
|
|
|
+ .game-jf-box::before{
|
|
|
|
+ content: '';width: 35rpx;height: 35rpx;display: block;margin:0 4rpx 0 10rpx;flex-shrink: 0;
|
|
|
|
+ @include ezy-no-repeat-cover;background-image: url("@/static/images/my/jf-qb.png");}
|
|
|
|
+
|
|
|
|
+ // goose
|
|
|
|
+ .game-goose-box{
|
|
|
|
+ position: absolute;bottom: 300rpx;right: 80rpx;
|
|
|
|
+ .game-progress-box{
|
|
|
|
+ width: 138rpx;height: 25rpx;position: absolute;bottom: 300rpx;left: 48rpx;
|
|
|
|
+ .u-line-progress__background{
|
|
|
|
+ width: 138rpx;height: 25rpx!important;
|
|
|
|
+ @include ezy-no-repeat-cover;background-image: url("@/static/images/game/jf-bj.png");
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .goose-img-box{width: 231rpx;height: 442rpx;@include ezy-no-repeat-cover;}
|
|
|
|
+ }
|
|
|
|
+ .food-btn-box{
|
|
|
|
+ width: 106rpx;height: 121rpx;position: absolute;bottom: 50rpx;left: 50rpx;
|
|
|
|
+ @include ezy-no-repeat-cover;background-image: url("@/static/images/game/food-common-img.png");
|
|
|
|
+ }
|
|
|
|
+ .food-img-box{width: 80rpx;height: 75rpx;position: absolute;}
|
|
|
|
+ .food-img25{bottom: 368rpx;left: 274rpx;}
|
|
|
|
+ .food-img50{bottom: 360rpx;left: 270rpx;}
|
|
|
|
+ .food-img100{bottom: 360rpx;left: 272rpx;}
|
|
|
|
+ .yxsm-btn{
|
|
|
|
+ width: 125rpx;height: 125rpx;position: absolute;bottom: 50rpx;right: 50rpx;
|
|
|
|
+ @include ezy-no-repeat-cover;background-image: url("@/static/images/game/yxsm-btn-img.png");
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+}
|