|
@@ -245,22 +245,29 @@
|
|
|
|
|
|
// 考试页
|
|
|
.ezy-exam-page{
|
|
|
- width: 100%;height: 100vh;background-color: #0ab2f0;
|
|
|
+ width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
|
|
|
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: 4px;
|
|
|
- margin: 32rpx auto;position: relative;padding: 2%;box-sizing: border-box;display: flex;flex-direction: column;
|
|
|
+ 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.8);
|
|
|
- position: absolute;top: 2%;left: 3%;right: 3%;bottom: 2%;z-index: 1;
|
|
|
+ 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{
|
|
|
- flex: 1;z-index: 2;
|
|
|
+ width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;
|
|
|
+ uni-swiper-item{overflow: auto;}
|
|
|
}
|
|
|
.exam-submit-btn{
|
|
|
width: 87rpx;height: 125rpx;@include ezy-no-repeat-cover;z-index: 2;
|
|
|
- background-image: url("@/static/images/exam/submit-btn.png");
|
|
|
+ background-image: url("@/static/images/exam/submit-btn.png");margin: 10rpx 42rpx 0 auto;
|
|
|
+ }
|
|
|
+ .exam-tip-box{
|
|
|
+ width: 750rpx;height: 355.77rpx;@include ezy-no-repeat-cover;
|
|
|
+ background-image: url("@/static/images/exam/exam-tip-bj.png");
|
|
|
+ color: #036f6f;font-size: 32rpx;z-index: 3;padding: 180rpx 0 0 100rpx;
|
|
|
+ position: absolute;left: 0;right: 0;bottom: var(--window-bottom);
|
|
|
}
|
|
|
}
|
|
|
|