tanxue 4 kuukautta sitten
vanhempi
commit
59148c96a1

+ 7 - 3
common/styles/global/pages.scss

@@ -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;}
 }
 

+ 4 - 1
components/points/uni-points.vue

@@ -3,7 +3,10 @@
 	 mask-background-color="rgba(51, 137, 217, 0.65);">
 		<view class="exam-score-dialog" :class="getDialogClass()">
 			<view class="score-content-box">
-				<view>答对:<text class="text-red">{{data.right}}</text>题  答错:<text class="text-red">{{data.wrong}}</text>题</view>
+				<view class="right-error-row">
+					<icon class="right-icon"></icon><text class="text-red">{{data.right}}</text>题
+					<icon class="error-icon"></icon><text class="text-red">{{data.wrong}}</text>题
+				</view>
 				<view class="text-score" v-if="!studyFlag">{{data.jifen}}</view>
 			</view>
 			<view class="score-btn-box">

BIN
static/images/exam/score-bj.gif


BIN
static/images/exam/score-bj.png


BIN
static/images/exam/score-error-icon.png


BIN
static/images/exam/score-finish-bj.gif


BIN
static/images/exam/score-finish-bj.png


BIN
static/images/exam/score-right-icon.png