|
|
@@ -10,6 +10,18 @@
|
|
|
.return-btn{background-image: url("@/static/images/exam/fh-btn.png");}
|
|
|
.continue-btn{background-image: url("@/static/images/exam/jx-btn.png");}
|
|
|
@media (max-height: 600px) {margin-bottom: 40%;}
|
|
|
+ @include mediaSmall() {
|
|
|
+ width: 488rpx;height: 813rpx;margin:0 auto 20%;
|
|
|
+ .return-btn,.continue-btn{width: 75rpx;height: 88rpx;margin: 0 23rpx;}
|
|
|
+ .course-btn-box{bottom: 130rpx;}
|
|
|
+ }
|
|
|
+
|
|
|
+ @include mediaBig() {
|
|
|
+ width: 1200rpx;height: 2000rpx;margin-bottom: 20%;
|
|
|
+
|
|
|
+ .return-btn,.continue-btn{width: 185rpx;height: 216rpx;margin: 0 58rpx;}
|
|
|
+ .course-btn-box{bottom: 320rpx;}
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
// 绑定手机号弹窗
|