Browse Source

样式修改

tanxue 3 weeks ago
parent
commit
141689b532
1 changed files with 12 additions and 0 deletions
  1. 12 0
      common/styles/global/pages.scss

+ 12 - 0
common/styles/global/pages.scss

@@ -10,6 +10,18 @@
 	.return-btn{background-image: url("@/static/images/exam/fh-btn.png");}
 	.return-btn{background-image: url("@/static/images/exam/fh-btn.png");}
 	.continue-btn{background-image: url("@/static/images/exam/jx-btn.png");}
 	.continue-btn{background-image: url("@/static/images/exam/jx-btn.png");}
 	@media (max-height: 600px) {margin-bottom: 40%;}
 	@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;}
+	}
 }
 }
 
 
 // 绑定手机号弹窗
 // 绑定手机号弹窗