|
@@ -642,8 +642,7 @@
|
|
|
// 得分页
|
|
|
.exam-score-dialog{
|
|
|
width: 750rpx;height: 1250rpx;margin-bottom: 24%;position: relative;
|
|
|
- background-image: url("@/static/images/exam/score-bj.png");@include ezy-no-repeat-cover;
|
|
|
- // -webkit-text-stroke: 0.6rpx #fff;text-stroke: 0.6rpx #fff;
|
|
|
+ @include ezy-no-repeat-cover;
|
|
|
.score-content-box{
|
|
|
position: absolute;top: 746rpx;left: 200rpx;word-spacing: 18rpx;
|
|
|
font-size: 38rpx;font-weight: 800; color: #000;
|
|
@@ -661,6 +660,15 @@
|
|
|
@media (max-height: 600px) {margin-bottom: 40%;}
|
|
|
}
|
|
|
|
|
|
+.score-study-dialog{
|
|
|
+ background-image: url("@/static/images/exam/score-bj.png");
|
|
|
+ .score-btn-box{bottom: 0;}
|
|
|
+}
|
|
|
+.score-finish-dialog{
|
|
|
+ background-image: url("@/static/images/exam/score-finish-bj.png");
|
|
|
+ .score-btn-box{bottom: 220rpx;}
|
|
|
+}
|
|
|
+
|
|
|
// 答案解析
|
|
|
.ezy-dajx-page{
|
|
|
width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
|