|
@@ -631,6 +631,7 @@
|
|
|
width:750rpx;height:1154rpx;position: absolute;top:calc(var(--status-bar-height) + 1%);
|
|
|
background-image: url("@/static/images/study/cjdc/study-wrap-bj.png");}
|
|
|
.animal-img{right: 55rpx;top: 255rpx;}
|
|
|
+ .study-name-img{width: 100rpx;height: 100rpx;position: absolute;top: 100rpx;left: 294rpx;}
|
|
|
.study-book-img{width: 114rpx;height: 148rpx;position: absolute;top: 130rpx;right:178rpx;}
|
|
|
.chapter-title-box,.chapter-big-title-box,.chapter-last-title-box{
|
|
|
height: 40rpx;line-height: 40rpx;text-align: center;;color: #fff;font-size: 24rpx;
|
|
@@ -688,6 +689,7 @@
|
|
|
//0.9
|
|
|
.ezy-study-wrap{width:600rpx;height:924rpx;top:var(--status-bar-height);left:50%;transform: translateX(-50%);}
|
|
|
.animal-img{right: 35rpx;top: 190rpx;}
|
|
|
+ .study-name-img{width: 80rpx;height: 80rpx;position: absolute;top: 85rpx;left: 234rpx;}
|
|
|
.study-book-img{width: 92rpx;height: 119rpx;top: 100rpx;right:142rpx;}
|
|
|
.chapter-title-box,.chapter-big-title-box,.chapter-last-title-box{
|
|
|
top:230rpx;
|
|
@@ -2091,6 +2093,18 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+// 单词详解
|
|
|
+.words-details-page{
|
|
|
+ background-image: url("@/static/images/course/course-cjdc-bj.png");
|
|
|
+ .details-title{background-color: pink;padding: 4rpx 12rpx;border-radius: 10rpx;
|
|
|
+ font-size: 26rpx;color: #fff;}
|
|
|
+ .details-content-box{
|
|
|
+ background-color: #fff;border-radius: 10rpx;margin: 0 20rpx;
|
|
|
+ box-sizing: border-box;padding: 12rpx 10rpx;
|
|
|
+ }
|
|
|
+ .details-content-box + .details-content-box{margin-top: 16rpx;}
|
|
|
+}
|
|
|
+
|
|
|
// 选择版本
|
|
|
.select-version-page{
|
|
|
width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
|
|
@@ -2146,3 +2160,4 @@
|
|
|
.word-list-item{margin-bottom: 16rpx;}
|
|
|
}
|
|
|
}
|
|
|
+
|