|
@@ -236,15 +236,25 @@
|
|
}
|
|
}
|
|
|
|
|
|
//地图页
|
|
//地图页
|
|
-.ezy-shuxue-study-page{
|
|
|
|
- width:100%;height: 100vh;min-height:1400rpx;background-color: #43c1f6;display: flex;flex-direction: column;
|
|
|
|
- background-image: url("@/static/images/study/shuxue/study-shuxue-bj.png");@include ezy-no-repeat-cover(top);
|
|
|
|
|
|
+.ezy-study-page{
|
|
|
|
+ width:100%;height: 100vh;@include ezy-no-repeat-cover(top);display: flex;flex-direction: column;
|
|
box-sizing: border-box;padding-top:var(--status-bar-height);justify-content: center;position: relative;
|
|
box-sizing: border-box;padding-top:var(--status-bar-height);justify-content: center;position: relative;
|
|
.study-school-year{
|
|
.study-school-year{
|
|
- width: 285rpx;height: 69rpx;line-height:65rpx;background-image: url("@/static/images/study/shuxue/school-year-bj.png");
|
|
|
|
|
|
+ width: 285rpx;height: 69rpx;line-height:65rpx;background-image: url("@/static/images/study/school-year-bj.png");
|
|
color: #fff;@include ezy-no-repeat-cover;padding-left: 78rpx;font-size: 30rpx;font-weight: 600;
|
|
color: #fff;@include ezy-no-repeat-cover;padding-left: 78rpx;font-size: 30rpx;font-weight: 600;
|
|
- position: absolute;left: 20rpx;top:var(--status-bar-height);
|
|
|
|
|
|
+ position: absolute;left: 20rpx;top:var(--status-bar-height);z-index: 2;
|
|
}
|
|
}
|
|
|
|
+ // animal
|
|
|
|
+ .animal-img{width:48rpx;height: 68rpx;@include ezy-no-repeat-cover;position: absolute;}
|
|
|
|
+ .dan-img{background-image: url("@/static/images/study/animal-img1.png");}
|
|
|
|
+ .xiao-e-img{background-image: url("@/static/images/study/animal-img2.png");}
|
|
|
|
+ .zhong-e-img{background-image: url("@/static/images/study/animal-img3.png");}
|
|
|
|
+ .da-e-img{background-image: url("@/static/images/study/animal-img4.png");}
|
|
|
|
+}
|
|
|
|
+// 数学
|
|
|
|
+.ezy-shuxue-study-page{
|
|
|
|
+ background-color: #43c1f6;background-image: url("@/static/images/study/shuxue/study-shuxue-bj.png");
|
|
|
|
+
|
|
.ezy-study-wrap{
|
|
.ezy-study-wrap{
|
|
width:750rpx;height:1394rpx;background-image: url("@/static/images/study/shuxue/study-wrap-bj.gif");
|
|
width:750rpx;height:1394rpx;background-image: url("@/static/images/study/shuxue/study-wrap-bj.gif");
|
|
@include ezy-no-repeat-cover;position: relative;margin: 0 auto;
|
|
@include ezy-no-repeat-cover;position: relative;margin: 0 auto;
|
|
@@ -270,19 +280,15 @@
|
|
font-size: 36rpx;font-weight: 600;color: #ff6501;line-height: 70rpx;
|
|
font-size: 36rpx;font-weight: 600;color: #ff6501;line-height: 70rpx;
|
|
background-image: url("@/static/images/study/shuxue/number-bj.png");
|
|
background-image: url("@/static/images/study/shuxue/number-bj.png");
|
|
}
|
|
}
|
|
- .brand-lock{background-image: url("@/static/images/study/shuxue/lock-bj.png");display: flex;justify-content: center;}
|
|
|
|
|
|
+ .brand-lock{background-image: url("@/static/images/study/lock-bj.png");display: flex;justify-content: center;}
|
|
.brand-lock::before{
|
|
.brand-lock::before{
|
|
content: '';width: 38rpx;height: 45rpx;display: block;@include ezy-no-repeat-cover;
|
|
content: '';width: 38rpx;height: 45rpx;display: block;@include ezy-no-repeat-cover;
|
|
- background-image: url("@/static/images/study/shuxue/lock-img.png");margin-top: 10rpx;
|
|
|
|
|
|
+ background-image: url("@/static/images/study/lock-img.png");margin-top: 10rpx;
|
|
}
|
|
}
|
|
.brand-finish-icon{background-image: url("@/static/images/study/dao-finish-icon.png");}
|
|
.brand-finish-icon{background-image: url("@/static/images/study/dao-finish-icon.png");}
|
|
|
|
|
|
// animal
|
|
// animal
|
|
- .animal-img{width:48rpx;height: 68rpx;@include ezy-no-repeat-cover;position: absolute;left: 28%;top: 48%;}
|
|
|
|
- .dan-img{background-image: url("@/static/images/study/animal-img1.png");}
|
|
|
|
- .xiao-e-img{background-image: url("@/static/images/study/animal-img2.png");}
|
|
|
|
- .zhong-e-img{background-image: url("@/static/images/study/animal-img3.png");}
|
|
|
|
- .da-e-img{background-image: url("@/static/images/study/animal-img4.png");}
|
|
|
|
|
|
+ .animal-img{left: 28%;top: 48%;}
|
|
|
|
|
|
// brand-item
|
|
// brand-item
|
|
.brand-item{box-sizing: border-box;font-size: 24rpx;color: #fff;text-align: center;
|
|
.brand-item{box-sizing: border-box;font-size: 24rpx;color: #fff;text-align: center;
|
|
@@ -347,6 +353,81 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+// 英语
|
|
|
|
+.ezy-yingyu-study-page{
|
|
|
|
+ background-image: url("@/static/images/study/yingyu/study-yingyu-bj.png");
|
|
|
|
+ // .ezy-study-wrap{position: relative;}
|
|
|
|
+ .yingyu-house-box{
|
|
|
|
+ width: 750rpx;height: 769rpx;@include ezy-no-repeat-cover;position: absolute;
|
|
|
|
+ top:calc(-100rpx + var(--status-bar-height));
|
|
|
|
+ background-image: url("@/static/images/study/yingyu/study-wrap-bj.gif");z-index: 1;
|
|
|
|
+ }
|
|
|
|
+ .chapter-title-box{
|
|
|
|
+ width: 120rpx;height: 60rpx;text-align: center;font-weight: 800;color: #66ffff;font-size: 28rpx;
|
|
|
|
+ position: absolute;top:228rpx;left:222rpx;white-space: pre-wrap;line-height: 2;
|
|
|
|
+ }
|
|
|
|
+ // 锁 星星
|
|
|
|
+ .brand-lock,.brand-finish-icon{
|
|
|
|
+ width: 70rpx;height: 70rpx;@include ezy-no-repeat-cover;
|
|
|
|
+ position: absolute;transform: translateX(-50%);}
|
|
|
|
+ .brand-lock{background-image: url("@/static/images/study/lock-bj.png");display: flex;justify-content: center;}
|
|
|
|
+ .brand-lock::before{
|
|
|
|
+ content: '';width: 38rpx;height: 45rpx;display: block;@include ezy-no-repeat-cover;
|
|
|
|
+ background-image: url("@/static/images/study/lock-img.png");margin-top: 10rpx;
|
|
|
|
+ }
|
|
|
|
+ .brand-finish-icon{background-image: url("@/static/images/study/dao-finish-icon.png");}
|
|
|
|
+ .brand-lock{background-image: url("@/static/images/study/lock-bj.png");display: flex;justify-content: center;}
|
|
|
|
+ .brand-lock::before{
|
|
|
|
+ content: '';width: 38rpx;height: 45rpx;display: block;@include ezy-no-repeat-cover;
|
|
|
|
+ background-image: url("@/static/images/study/lock-img.png");margin-top: 10rpx;
|
|
|
|
+ }
|
|
|
|
+ //icon-content-box
|
|
|
|
+ .icon-content-box{
|
|
|
|
+ width: 260rpx;height: 81rpx;@include ezy-no-repeat-cover;font-size: 24rpx;position: absolute;
|
|
|
|
+ background-image: url("@/static/images/study/yingyu/dao-item-disabled.png");
|
|
|
|
+ .brand-icon,.brand-content{margin: 0 auto;}
|
|
|
|
+ .brand-icon{
|
|
|
|
+ width: 170rpx;height: 36rpx;color: #180b34;line-height: 1.6;
|
|
|
|
+ @include single-line-ellipsis;}
|
|
|
|
+ .brand-content{width: 246rpx;height: 42rpx;color: #fff;@include single-line-ellipsis;line-height: 42rpx;}
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ // brand-item
|
|
|
|
+ .brand-item{box-sizing: border-box;text-align: center;
|
|
|
|
+ font-weight: 600;position: relative;position: absolute;@include ezy-no-repeat-cover;}
|
|
|
|
+ .brand-active {
|
|
|
|
+ .icon-content-box{background-image: url("@/static/images/study/yingyu/dao-item-active.png");}
|
|
|
|
+ }
|
|
|
|
+ .brand-item:nth-child(1){
|
|
|
|
+ width: 317rpx;height: 240rpx;top:630rpx;right:30rpx;background-image: url("@/static/images/study/yingyu/dao-item-bj1.png");
|
|
|
|
+ .icon-content-box{top: 160rpx;right: 0rpx;}
|
|
|
|
+ .brand-lock,.brand-finish-icon{top: 98rpx;right: 60rpx;}
|
|
|
|
+ .animal-img{top: 88rpx;right: 30rpx;}
|
|
|
|
+ }
|
|
|
|
+ .brand-item:nth-child(2){
|
|
|
|
+ width: 394rpx;height: 192rpx;top:760rpx;left:55rpx;background-image: url("@/static/images/study/yingyu/dao-item-bj2.png");
|
|
|
|
+ .icon-content-box{top: 130rpx;right: 130rpx;}
|
|
|
|
+ .brand-lock,.brand-finish-icon{top: 62rpx;right: 200rpx;}
|
|
|
|
+ }
|
|
|
|
+ .brand-item:nth-child(3){
|
|
|
|
+ width: 385rpx;height: 154rpx;top:980rpx;right:110rpx;background-image: url("@/static/images/study/yingyu/dao-item-bj3.png");
|
|
|
|
+ .icon-content-box{top: 100rpx;right: 0rpx;}
|
|
|
|
+ .brand-lock,.brand-finish-icon{top: 28rpx;right: 60rpx;}
|
|
|
|
+ }
|
|
|
|
+ .brand-item:nth-child(4){
|
|
|
|
+ width: 385rpx;height: 202rpx;top:1100rpx;left:60rpx;background-image: url("@/static/images/study/yingyu/dao-item-bj4.png");
|
|
|
|
+ .icon-content-box{top: 130rpx;right: 130rpx;}
|
|
|
|
+ .brand-lock,.brand-finish-icon{top: 62rpx;right: 200rpx;}
|
|
|
|
+ }
|
|
|
|
+ .brand-item.ceshi-brand-item{
|
|
|
|
+ width: 394rpx;height: 288rpx;top:1200rpx;right:0rpx;left: unset;@include ezy-no-repeat-cover;
|
|
|
|
+ background-image: url("@/static/images/study/yingyu/test-item.png");
|
|
|
|
+ .icon-content-box{background-image: unset;}
|
|
|
|
+ .brand-content{display: none;}
|
|
|
|
+ .brand-lock,.brand-finish-icon{top: 150rpx;right: 160rpx;}
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
//目录页
|
|
//目录页
|
|
.ezy-catalogue-dialog{
|
|
.ezy-catalogue-dialog{
|
|
width: 663rpx;height: 1038rpx;padding: 180rpx 52rpx 60rpx;box-sizing: border-box;position: relative;
|
|
width: 663rpx;height: 1038rpx;padding: 180rpx 52rpx 60rpx;box-sizing: border-box;position: relative;
|
|
@@ -538,17 +619,13 @@
|
|
box-sizing: border-box;padding: 42rpx 24rpx;
|
|
box-sizing: border-box;padding: 42rpx 24rpx;
|
|
}
|
|
}
|
|
.course-content-item{
|
|
.course-content-item{
|
|
- width: 100%;background-color: #f7f8fa;border-radius: 8rpx;
|
|
|
|
- display: flex;box-sizing: border-box;padding: 20rpx;margin-bottom: 24rpx;
|
|
|
|
- }
|
|
|
|
- .course-title{color: #088aea;font-size: 42rpx;margin-bottom: 20rpx;}
|
|
|
|
- .course-play-btn{width: 48rpx;height: 48rpx;margin-right: 20rpx;
|
|
|
|
- @include ezy-no-repeat-cover;background-image: url("@/static/images/course/video-play.png");
|
|
|
|
- }
|
|
|
|
- .course-content{
|
|
|
|
- display: flex;flex-direction: column;color: #666;font-size: 32rpx;
|
|
|
|
- .content-kcwz{font-size: 28rpx;margin-top: 16rpx;}
|
|
|
|
|
|
+ width: 100%;background-color: #f7f8fa;border-radius: 8rpx;color: #666;display: block;
|
|
|
|
+ box-sizing: border-box;padding: 20rpx;margin-bottom: 30rpx;font-size: 32rpx;@include ezy-rich-text;
|
|
}
|
|
}
|
|
|
|
+ .title-play-box{display: flex;justify-content: space-between;margin:0 6rpx 12rpx;}
|
|
|
|
+ .course-title{color: #088aea;font-size: 36rpx;margin-right: 16rpx;}
|
|
|
|
+ .course-play-btn{width: 144rpx;height: 44rpx;flex-shrink: 0;
|
|
|
|
+ @include ezy-no-repeat-cover;background-image: url("@/static/images/course/video-play.png");}
|
|
}
|
|
}
|
|
|
|
|
|
// 课程得分页面
|
|
// 课程得分页面
|