|
@@ -500,6 +500,14 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+// 岛弹窗
|
|
|
+.dao-popup-box{
|
|
|
+ width: 100%;height: 865rpx;
|
|
|
+ @include ezy-no-repeat-cover;
|
|
|
+ background-image: url("@/static/images/study/dao-box-bj.png");
|
|
|
+ box-sizing: border-box;padding: 64rpx 36rpx 0;
|
|
|
+}
|
|
|
+
|
|
|
//目录页
|
|
|
.ezy-catalogue-dialog{
|
|
|
width: 663rpx;height: 1038rpx;padding: 180rpx 52rpx 60rpx;box-sizing: border-box;position: relative;
|
|
@@ -624,11 +632,12 @@
|
|
|
|
|
|
// 得分页
|
|
|
.exam-score-dialog{
|
|
|
- width: 750rpx;height: 1250rpx;margin-bottom: 24%;position: relative;
|
|
|
- @include ezy-no-repeat-cover;
|
|
|
+ width: 750rpx;height: 1154rpx;margin-bottom: 30%;position: relative;
|
|
|
+ @include ezy-no-repeat-cover;background-image: url("@/static/images/exam/score-dialog-bj.png");
|
|
|
+ .exam-score-img{width: 750rpx;height: 1154rpx;@include ezy-no-repeat-cover;left:-16rpx;top:10rpx;position: absolute;}
|
|
|
.score-content-box{
|
|
|
- position: absolute;top: 700rpx;left: 200rpx;word-spacing: 18rpx;
|
|
|
- font-size: 38rpx;font-weight: 800; color: #000;
|
|
|
+ position: absolute;top: 690rpx;left: 200rpx;word-spacing: 18rpx;
|
|
|
+ font-size: 38rpx;font-weight: 800; color: #000;@include ezy-no-repeat-cover;
|
|
|
icon{width: 48rpx;height: 48rpx;@include ezy-no-repeat-cover;margin: 0 6rpx;}
|
|
|
.right-error-row{display: flex;align-items: center;}
|
|
|
.right-icon{background-image: url("@/static/images/exam/score-right-icon.png");}
|
|
@@ -648,11 +657,11 @@
|
|
|
}
|
|
|
|
|
|
.score-study-dialog{
|
|
|
- background-image: url("@/static/images/exam/score-bj.gif");
|
|
|
+ .exam-score-img{background-image: url("@/static/images/exam/score-bj.gif");}
|
|
|
.score-btn-box{bottom: 0;}
|
|
|
}
|
|
|
.score-finish-dialog{
|
|
|
- background-image: url("@/static/images/exam/score-finish-bj.gif");
|
|
|
+ .exam-score-img{background-image: url("@/static/images/exam/score-finish-bj.gif");}
|
|
|
.score-btn-box{bottom: 220rpx;}
|
|
|
}
|
|
|
|