tanxue 3 недель назад
Родитель
Сommit
8f3f4a2f84
1 измененных файлов с 15 добавлено и 0 удалено
  1. 15 0
      common/styles/global/pages.scss

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

@@ -321,6 +321,21 @@
 	.confirm-btn{width: 588rpx;height: 92rpx;@include ezy-no-repeat-cover;margin: 42rpx auto 0;
 	.confirm-btn{width: 588rpx;height: 92rpx;@include ezy-no-repeat-cover;margin: 42rpx auto 0;
 	background-image: url("@/static/images/login/agree-dialog-btn.png");}
 	background-image: url("@/static/images/login/agree-dialog-btn.png");}
 	.not-confirm-btn{color:#888;font-size: 32rpx;padding: 32rpx 0 0;display: inline-block;}
 	.not-confirm-btn{color:#888;font-size: 32rpx;padding: 32rpx 0 0;display: inline-block;}
+	@include mediaSmall() {
+			width: 455rpx;height: 319rpx;padding: 52rpx 0 27rpx;
+			.agree-title{font-size: 24rpx;}
+			.agree-tip{font-size: 20rpx;margin-top: 30rpx;}
+			.confirm-btn{width: 382rpx;height: 60rpx;margin: 27rpx auto 0;}
+			.not-confirm-btn{font-size: 20rpx;padding: 21rpx 0 0;}
+		}
+	
+		@include mediaBig() {
+			width: 1120rpx;height: 784rpx;padding: 128rpx 0 67rpx;
+			.agree-title{font-size: 54rpx;}
+			.agree-tip{font-size: 46rpx;margin-top: 74rpx;}
+			.confirm-btn{width: 941rpx;height: 147rpx;margin: 67rpx auto 0;}
+			.not-confirm-btn{font-size: 56rpx;padding: 46rpx 0 0;}
+		}
 }
 }
 
 
 // 用户协议详情弹窗
 // 用户协议详情弹窗