|
@@ -218,25 +218,10 @@
|
|
|
// 蛋
|
|
|
.study-egg-dialog{
|
|
|
.egg-content-box{display: flex;display: flex;flex-direction: column;align-items: center;}
|
|
|
- .egg-title{
|
|
|
- width: 606rpx;height: 85rpx;
|
|
|
- @include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-title.png");
|
|
|
- }
|
|
|
- .egg-img{width: 692rpx;height: 615rpx;margin-top: 20%;
|
|
|
- @include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-img.png");
|
|
|
- }
|
|
|
- .egg-btn{
|
|
|
- width: 644rpx;height: 106rpx;margin-top: 10%;
|
|
|
- @include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-btn.png");
|
|
|
- }
|
|
|
- @media (max-height: 800px) {
|
|
|
- .egg-img{margin-top: 10%;}
|
|
|
- .egg-btn{margin-top: 6%;}
|
|
|
- }
|
|
|
- @media (max-height: 700px) {
|
|
|
- .egg-img{margin-top: 6%;}
|
|
|
- .egg-btn{margin-top: 4%;}
|
|
|
+ .egg-img{width: 769rpx;height: 769rpx;
|
|
|
+ @include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-img.gif");
|
|
|
}
|
|
|
+ .egg-btn{width: 644rpx;height: 106rpx;@include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-btn.png");}
|
|
|
}
|
|
|
|
|
|
//地图页
|