|
@@ -627,8 +627,12 @@
|
|
|
width: 750rpx;height: 1250rpx;margin-bottom: 24%;position: relative;
|
|
|
@include ezy-no-repeat-cover;
|
|
|
.score-content-box{
|
|
|
- position: absolute;top: 746rpx;left: 200rpx;word-spacing: 18rpx;
|
|
|
+ position: absolute;top: 700rpx;left: 200rpx;word-spacing: 18rpx;
|
|
|
font-size: 38rpx;font-weight: 800; color: #000;
|
|
|
+ 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");}
|
|
|
+ .error-icon{background-image: url("@/static/images/exam/score-error-icon.png");margin-left:56rpx;}
|
|
|
.text-red{color: #ff6500;margin: 0 8rpx;}
|
|
|
.text-score{
|
|
|
width: 160rpx;font-size: 82rpx;font-weight: 800;color: #ff6701;
|
|
@@ -644,11 +648,11 @@
|
|
|
}
|
|
|
|
|
|
.score-study-dialog{
|
|
|
- background-image: url("@/static/images/exam/score-bj.png");
|
|
|
+ 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.png");
|
|
|
+ background-image: url("@/static/images/exam/score-finish-bj.gif");
|
|
|
.score-btn-box{bottom: 220rpx;}
|
|
|
}
|
|
|
|