|
@@ -176,6 +176,49 @@
|
|
|
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+// 蛋
|
|
|
+.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%;}
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+//地图页
|
|
|
+.ezy-study-page{
|
|
|
+ width:100%;height:100vh;
|
|
|
+ background-color: #43c1f6;
|
|
|
+ background-image: url("@/static/images/study/study-page-bj.png");@include ezy-no-repeat-cover(top);
|
|
|
+ position: relative;min-height: 1394rpx;
|
|
|
+ padding:var(--status-bar-height) var(--window-right) 0 var(--window-left);box-sizing: border-box;z-index: 1;
|
|
|
+ .ezy-study-wrap{
|
|
|
+ width:100%;height:1394rpx;background-image: url("@/static/images/study/study-wrap-bj.png");@include ezy-no-repeat-cover;
|
|
|
+ position: absolute;bottom: 4%;z-index: 2;
|
|
|
+ }
|
|
|
+ .study-school-year{
|
|
|
+ width: 237rpx;height: 73rpx;line-height:68rpx;background-image: url("@/static/images/study/school-year-bj.png");
|
|
|
+ color: #fff;@include ezy-no-repeat-cover;padding-left: 75rpx;position: absolute;top: 1%;left: 3%;z-index: 3;
|
|
|
+ font-size: 32rpx;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
// height:$titleBar-tabBar-page;
|
|
|
.lli-develop-expect-page{
|
|
|
display: flex;flex-direction: column;justify-content: space-between;align-items: center;
|