|
|
@@ -703,7 +703,8 @@
|
|
|
.exam-progress-box{border-radius: 20rpx;overflow: hidden;}
|
|
|
.ezy-exam-swiper{
|
|
|
width: 100%;flex: 1;z-index: 2;margin: 0 auto;
|
|
|
- uni-swiper-item{overflow: auto;}
|
|
|
+ uni-swiper-item{overflow-y: auto;}
|
|
|
+ .uni-swiper-slides{left: -2rpx;right: -2rpx;}
|
|
|
}
|
|
|
.exam-submit-btn{
|
|
|
width: 87rpx;height: 125rpx;@include ezy-no-repeat-cover;z-index: 2;
|
|
|
@@ -729,45 +730,67 @@
|
|
|
}
|
|
|
|
|
|
// 成绩页
|
|
|
-.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(top);
|
|
|
+.ezy-result-page1{
|
|
|
+ width: 100%;height: 100vh;background-color: #f9f9fb;position: relative;
|
|
|
+ display: flex;flex-direction: column;
|
|
|
.result-exam-swiper{
|
|
|
- width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;
|
|
|
- uni-swiper-item{overflow: auto;}
|
|
|
- .flex-center{
|
|
|
- height: 100%;
|
|
|
- .body{height: 100%;display: flex;flex-direction: column;}
|
|
|
- // 试题部分滚动 解析部分固定
|
|
|
- // .ezy-danxuan-box{flex: 1;overflow-y: auto;}
|
|
|
- }
|
|
|
+ width: 100%;flex: 1;z-index: 2;margin: 0 auto;
|
|
|
+ uni-swiper-item{overflow-y: auto;}
|
|
|
+ .uni-swiper-slides{left: -2rpx;right: -2rpx;}
|
|
|
}
|
|
|
.answer-content-box{
|
|
|
margin-top: 24rpx;
|
|
|
- .answer-dtjx-row{display: flex;justify-content: space-between;}
|
|
|
- .answer-title{width: 150rpx;height: 62rpx;flex-shrink: 0;margin-left: 10rpx;
|
|
|
- background-image: url("@/static/images/exam/answer-title.png");@include ezy-no-repeat-cover;
|
|
|
- }
|
|
|
- .tiankong-answer-content-box{background-color: rgba(255, 255, 255, 0.7);font-size: 32rpx;color: #15ab2e;
|
|
|
- border-radius: 4px;box-sizing: border-box;padding: 16rpx;margin: 20rpx 0 20rpx 10rpx;min-height: 80rpx;}
|
|
|
- .tiankong-answer-row{word-break: break-all;margin-bottom: 10rpx;}
|
|
|
+ .answer-title{
|
|
|
+ width: 208rpx;height: 91rpx;line-height: 91rpx;
|
|
|
+ font-size: 32rpx;text-align: center;margin-left: 10rpx;color: #fff;
|
|
|
+ background-image: url("@/static/images/exam/shiti-anser-title.png");@include ezy-no-repeat-cover;
|
|
|
+ }
|
|
|
+ .answer-text-title{font-size: 32rpx;color: #f6aa1d;margin: 24rpx 0;}
|
|
|
+ .answer-content-border{
|
|
|
+ width: 96%;box-shadow: 0 0rpx 8rpx rgba(100, 159, 241, 0.3);
|
|
|
+ border-radius: 12rpx;font-size: 32rpx;margin: 42rpx auto 56rpx;}
|
|
|
+ .tiankong-answer-content-box{background-color: rgba(255, 255, 255, 0.7);font-size: 32rpx;color: #499141;
|
|
|
+ border-radius: 4px;box-sizing: border-box;padding: 24rpx;min-height: 80rpx;
|
|
|
+ .tiankong-answer-title{color: #333;margin-bottom: 10rpx;}
|
|
|
+ .answer-index-box{
|
|
|
+ font-size: 24rpx;border: 1rpx solid #499141;border-radius: 24rpx;margin-right: 10rpx;
|
|
|
+ line-height: 1;text-align: center;padding: 2rpx 7rpx;display: inline-block;
|
|
|
+ flex-shrink: 0;
|
|
|
+ }
|
|
|
+ .tiankong-answer-row{
|
|
|
+ word-break: break-all;margin-bottom: 10rpx;margin: 24rpx 0;
|
|
|
+ display: flex;align-items: center;line-height: 1;
|
|
|
+ }
|
|
|
.tiankong-answer-row:last-child{margin-bottom: 0;}
|
|
|
- .answer-btn-box{display: flex;height: 135rpx;margin: 20rpx 0 20rpx 10rpx;}
|
|
|
+ }
|
|
|
+ .answer-btn-box{display: flex;height: 135rpx;}
|
|
|
.answer-item-left,.answer-item-right{
|
|
|
width: 100%;flex: 1;align-items: center;justify-content: center;
|
|
|
display: flex;flex-direction: column;background-color: rgba(255, 255, 255, 0.7);
|
|
|
- .answer-item-title{font-size: 32rpx;color: #333;margin-bottom: 4rpx;}
|
|
|
- .answer-item-error{font-size: 32rpx;color: #ef1417;min-height: 36rpx;}
|
|
|
- .answer-item-correct{font-size: 32rpx;color: #15ab2e;min-height: 36rpx;}
|
|
|
+ .answer-item-title{font-size: 30rpx;color: #333;margin-bottom: 10rpx;}
|
|
|
+ .answer-item-error{font-size: 30rpx;color: #ef1417;min-height: 36rpx;}
|
|
|
+ .answer-item-correct{font-size: 30rpx;color: #15ab2e;min-height: 36rpx;}
|
|
|
}
|
|
|
.answer-item-left{border-radius: 4px 0 4px 0;position: relative;}
|
|
|
.answer-item-right{border-radius: 0 4px 4px 0;}
|
|
|
.answer-line{width: 1px;position: absolute;top: 16rpx;right: 0;bottom: 16rpx;background: #d1e9f5;}
|
|
|
- .answer-btn{width: 227rpx;height:72rpx;@include ezy-no-repeat-cover;margin-right: 20rpx;
|
|
|
- background-image:url("@/static/images/exam/answer-btn.png");flex-shrink: 0;
|
|
|
+ }
|
|
|
+ .answer-stjx-box{
|
|
|
+ width: 96%;margin: 0 auto;
|
|
|
+ .answer-rich-text{
|
|
|
+ font-size: 32rpx;color: #333;line-height: 1.8;
|
|
|
}
|
|
|
}
|
|
|
+ .answer-video-box{
|
|
|
+ position: relative;margin-bottom:24rpx;
|
|
|
+ img{width: 100%;}
|
|
|
+ }
|
|
|
+ .answer-video-box::before{
|
|
|
+ content: '';display: block;position: absolute;
|
|
|
+ width: 90rpx;height: 90rpx;@include ezy-no-repeat-cover;background-image: url("@/static/images/xuexi/video-play-btn.png");
|
|
|
+ top: 52%;left: 50%!important;transform: translate(-50%, -50%);z-index: 20;
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
|
|
|
// 得分页
|