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