|
|
@@ -713,7 +713,7 @@
|
|
|
width: 100%;height: 100vh;position: relative;position: absolute;top: 0;left: 0;z-index: 3;
|
|
|
}
|
|
|
.swiper-tip-box{
|
|
|
- font-size: 30rpx;color: #5989e2;justify-content: center;margin-top: 20rpx;
|
|
|
+ font-size: 30rpx;color: #5989e2;justify-content: center;margin-top: 16rpx;
|
|
|
display: flex;flex-direction: row;align-items: center;
|
|
|
}
|
|
|
.swiper-tip-box::before,.swiper-tip-box::after{
|
|
|
@@ -1803,10 +1803,6 @@
|
|
|
// 选课
|
|
|
.ezy-xuanke-page{
|
|
|
width: 100%;height: 100vh;display: flex;flex-direction: column;padding-bottom: 100rpx;overflow: hidden;
|
|
|
- .xuanke-body{
|
|
|
- display: flex;flex-direction: column;flex: 1;
|
|
|
- position: relative;background-color: #fff;z-index: 1;
|
|
|
- border-radius: 20rpx 20rpx 0 0;padding: 42rpx 0;overflow: hidden;
|
|
|
.xuanke-tab-box{display: flex;justify-content: center;margin-bottom: 24rpx;}
|
|
|
.tab-item{
|
|
|
width: 242rpx;height: 90rpx;line-height: 90rpx;@include ezy-no-repeat-cover;
|
|
|
@@ -1847,7 +1843,6 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
// 选版本
|
|
|
@@ -1878,4 +1873,39 @@
|
|
|
background-image: url("@/static/images/xuanke/xbb-item-jt.png");@include ezy-no-repeat-cover;
|
|
|
}
|
|
|
}
|
|
|
+}
|
|
|
+
|
|
|
+// 单元测试
|
|
|
+.dycs-dialog{
|
|
|
+ width: 100%;height: 100vh;background-color: #fff;display: flex;flex-direction: column;
|
|
|
+ .dycs-body{overflow-y: auto;}
|
|
|
+ .dycs-img{
|
|
|
+ width: 430rpx;height: 350rpx;margin: 92rpx auto 32rpx;flex-shrink: 0;
|
|
|
+ background-image: url("@/static/images/exam/shiti-dialog-img.png");@include ezy-no-repeat-cover;
|
|
|
+ }
|
|
|
+ .dycs-tip{
|
|
|
+ text-align: center;color: #333;font-size: 35rpx;
|
|
|
+ }
|
|
|
+ .dycs-fenshu-box{
|
|
|
+ width: 560rpx;margin: 72rpx auto;padding: 42rpx 32rpx;box-shadow: 0 0rpx 8rpx rgba(100, 159, 241, 0.3);
|
|
|
+ display: flex;justify-content: center;align-items: center;border-radius: 12rpx;font-size: 32rpx;
|
|
|
+ .fenshu-item-box{width: 49%;text-align: center;font-size: 32rpx;color: #333;}
|
|
|
+ .item-number{font-size: 56rpx;margin-bottom: 10rpx;}
|
|
|
+ .red-number{color: #f60000;}
|
|
|
+ .item-line{width: 1rpx;height: 120rpx;background: #f3f5f9;}
|
|
|
+ }
|
|
|
+ .dycs-btn-box{
|
|
|
+ display: flex;justify-content: center;margin-top: 64rpx;
|
|
|
+ .cxcs-btn,.ckda-btn{
|
|
|
+ width: 275rpx;height: 88rpx;line-height: 88rpx;@include ezy-no-repeat-cover;
|
|
|
+ text-align: center;color: #fff;font-size: 32rpx;margin: 0 10rpx;
|
|
|
+ }
|
|
|
+ .cxcs-btn{background-image: url("@/static/images/exam/shiti-btn-blue-bj.png");}
|
|
|
+ .ckda-btn{background-image: url("@/static/images/exam/shiti-btn-orange-bj.png");}
|
|
|
+ }
|
|
|
+ @media (max-height: 700px) {
|
|
|
+ .dycs-img{margin: 64rpx auto 16rpx;}
|
|
|
+ .dycs-fenshu-box{margin: 46rpx auto;}
|
|
|
+ .dycs-btn-box{margin-top: 36rpx;}
|
|
|
+ }
|
|
|
}
|