|
@@ -176,6 +176,30 @@
|
|
|
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+// 蛋
|
|
|
+.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%;}
|
|
|
+ }
|
|
|
+}
|
|
|
// height:$titleBar-tabBar-page;
|
|
|
.lli-develop-expect-page{
|
|
|
display: flex;flex-direction: column;justify-content: space-between;align-items: center;
|