|
@@ -247,14 +247,6 @@
|
|
.ezy-exam-page{
|
|
.ezy-exam-page{
|
|
width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
|
|
width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
|
|
padding-top:var(--status-bar-height);display: flex;flex-direction: column;
|
|
padding-top:var(--status-bar-height);display: flex;flex-direction: column;
|
|
- .exam-body-box{
|
|
|
|
- flex: 1;width: 92%;height: auto;background-color: rgba(255, 255, 255, 0.6);border-radius: 10px;
|
|
|
|
- margin: 32rpx auto;position: relative;padding: 10% 0 6%;box-sizing: border-box;display: flex;flex-direction: column;
|
|
|
|
- }
|
|
|
|
- .exam-body-box::before{
|
|
|
|
- content: "";display: block;background-color: rgba(255, 255, 255, 0.6);border-radius: 0 0 10rpx 10rpx;
|
|
|
|
- position: absolute;top: 20rpx;left: 20rpx;right: 20rpx;bottom: 30rpx;z-index: 1;
|
|
|
|
- }
|
|
|
|
.ezy-exam-swiper{
|
|
.ezy-exam-swiper{
|
|
width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;
|
|
width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;
|
|
uni-swiper-item{overflow: auto;}
|
|
uni-swiper-item{overflow: auto;}
|
|
@@ -275,14 +267,6 @@
|
|
.ezy-result-page{
|
|
.ezy-result-page{
|
|
width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
|
|
width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
|
|
padding-top:var(--status-bar-height);display: flex;flex-direction: column;
|
|
padding-top:var(--status-bar-height);display: flex;flex-direction: column;
|
|
- .result-body-box{
|
|
|
|
- flex: 1;width: 92%;height: auto;background-color: rgba(255, 255, 255, 0.6);border-radius: 10px;
|
|
|
|
- margin: 32rpx auto;position: relative;padding: 10% 0 6%;box-sizing: border-box;display: flex;flex-direction: column;
|
|
|
|
- }
|
|
|
|
- .result-body-box::before{
|
|
|
|
- content: "";display: block;background-color: rgba(255, 255, 255, 0.6);border-radius: 0 0 10rpx 10rpx;
|
|
|
|
- position: absolute;top: 20rpx;left: 20rpx;right: 20rpx;bottom: 30rpx;z-index: 1;
|
|
|
|
- }
|
|
|
|
.result-exam-swiper{
|
|
.result-exam-swiper{
|
|
width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;
|
|
width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;
|
|
uni-swiper-item{overflow: auto;}
|
|
uni-swiper-item{overflow: auto;}
|
|
@@ -338,6 +322,42 @@
|
|
@media (max-height: 600px) {margin-bottom: 40%;}
|
|
@media (max-height: 600px) {margin-bottom: 40%;}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+// 答案解析
|
|
|
|
+.ezy-dajx-page{
|
|
|
|
+ width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
|
|
|
|
+ padding-top:var(--status-bar-height);display: flex;flex-direction: column;
|
|
|
|
+ .shiti-frame-box{overflow-y: auto;}
|
|
|
|
+ .dajx-content-box{
|
|
|
|
+ width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;overflow-y: auto;
|
|
|
|
+ .slfx-title,.spjj-title{
|
|
|
|
+ width: 231rpx;height: 63rpx;@include ezy-no-repeat-cover;margin-bottom: 16rpx;
|
|
|
|
+ }
|
|
|
|
+ .slfx-title{background-image: url("@/static/images/exam/slfx-title.png");}
|
|
|
|
+ .spjj-title{background-image: url("@/static/images/exam/spjj-title.png");}
|
|
|
|
+ .slfx-content{
|
|
|
|
+ font-size: 32rpx;color: #333;line-height: 1.6;margin-bottom: 42rpx;
|
|
|
|
+ box-sizing: border-box;padding: 0 20rpx;word-wrap: break-word;word-break: break-all;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+ .spjj-video-box{
|
|
|
|
+ width: 606rpx;height: 394rpx;@include ezy-no-repeat-cover;margin: 0 auto 42rpx;
|
|
|
|
+ background-image: url("@/static/images/exam/video-frame-bj.png");position: relative;
|
|
|
|
+ box-sizing: border-box;padding: 18rpx;
|
|
|
|
+ .play-btn{
|
|
|
|
+ width: 90rpx;height:90rpx;position:absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);
|
|
|
|
+ @include ezy-no-repeat-cover;background-image: url("@/static/images/exam/video-play-btn.png");
|
|
|
|
+ }
|
|
|
|
+ .scale-btn{
|
|
|
|
+ width: 29rpx;height:29rpx;position:absolute;right: 30rpx;bottom: 24rpx;
|
|
|
|
+ @include ezy-no-repeat-cover;background-image: url("@/static/images/exam/video-zoom-btn.png");
|
|
|
|
+ }
|
|
|
|
+ .spjj-video{
|
|
|
|
+ width: 100%;height: 100%;background-color: blue;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
// height:$titleBar-tabBar-page;
|
|
// height:$titleBar-tabBar-page;
|
|
.lli-develop-expect-page{
|
|
.lli-develop-expect-page{
|
|
display: flex;flex-direction: column;justify-content: space-between;align-items: center;
|
|
display: flex;flex-direction: column;justify-content: space-between;align-items: center;
|