Prechádzať zdrojové kódy

考试页面样式修改

tanxue 5 mesiacov pred
rodič
commit
5192851ee2

+ 6 - 0
common/styles/global/pages.scss

@@ -344,6 +344,7 @@
 .ezy-exam-page{
 	width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
 	padding-top:var(--status-bar-height);display: flex;flex-direction: column;
+	@include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/exam/exam-shiti-bj.png");
 	.ezy-exam-swiper{
 		width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;
 		uni-swiper-item{overflow: auto;}
@@ -352,6 +353,9 @@
 		width: 87rpx;height: 125rpx;@include ezy-no-repeat-cover;z-index: 2;
 		background-image: url("@/static/images/exam/submit-btn.png");margin: 10rpx 42rpx 0 auto;
 	}
+	.tip-mask-box{
+		width: 100%;height: 100vh;position: relative;position: absolute;top: 0;left: 0;z-index: 3;
+	}
 	.exam-tip-box{
 		width: 750rpx;height: 355.77rpx;@include ezy-no-repeat-cover;
 		background-image: url("@/static/images/exam/exam-tip-bj.png");
@@ -364,6 +368,7 @@
 .ezy-result-page{
 	width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
 	padding-top:var(--status-bar-height);display: flex;flex-direction: column;
+	@include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/exam/exam-shiti-bj.png");
 	.result-exam-swiper{
 		width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;
 		uni-swiper-item{overflow: auto;}
@@ -424,6 +429,7 @@
 .ezy-dajx-page{
 	width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
 	padding-top:var(--status-bar-height);display: flex;flex-direction: column;
+	@include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/exam/exam-shiti-bj.png");
 	.shiti-frame-box{overflow-y: auto;}
 	.dajx-content-box{
 		width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;overflow-y: auto;

+ 4 - 1
pages/unitTest/index.vue

@@ -21,7 +21,10 @@
 		</view>
 
 		<!--  左右滑动  -->
-		<view class="exam-tip-box" @click="handleCloseTishi" v-if="showTishi">左右滑动查看更多题目</view>
+		<view class="tip-mask-box">
+			<view class="exam-tip-box" @click="handleCloseTishi" v-if="showTishi">左右滑动查看更多题目</view>
+		</view>
+		
 
 		<!-- 答卷 -->
 		<chengji ref="chengjiRef" :list="list" :jieId="jieId" :zhangId="zhangId"

BIN
static/images/course/video-play.png


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