tanxue 3 週間 前
コミット
82495ebd61
2 ファイル変更35 行追加0 行削除
  1. 26 0
      common/styles/global/components.scss
  2. 9 0
      common/styles/global/pages.scss

+ 26 - 0
common/styles/global/components.scss

@@ -496,6 +496,32 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
 		width: 100%;text-align: center;font-size: 30rpx;color: #9e9e9f;
 		margin-top: 16rpx;
 	}
+	
+	@include mediaSmall() {
+			width: 406rpx;height: 337rpx;padding: 27rpx 31rpx;
+	
+			.close-btn{width: 65rpx;height: 65rpx;right: 8rpx;top: 8rpx;}
+			.close-btn::after{width: 34rpx;height: 34rpx;}
+			.e-img{height: 156rpx;margin: 27rpx auto 16rpx;}
+			.kx-e-img{width: 196rpx;}
+			.bs-e-img{width: 142rpx;}
+			.text-score{font-size: 22rpx;}
+			.time-tip-box{font-size: 20rpx;margin-top: 10rpx;}
+		}
+	
+		@include mediaBig() {
+			width: 1000rpx;
+			height: 830rpx;
+			padding: 67rpx 77rpx;
+	
+			.close-btn{width: 160rpx;height: 160rpx;right: 19rpx;top: 19rpx;}
+			.close-btn::after{width: 83rpx;height: 83rpx;}
+			.e-img{height: 384rpx;margin: 67rpx auto 38rpx;}
+			.kx-e-img{width: 483rpx;}
+			.bs-e-img{width: 350rpx;}
+			.text-score{font-size: 54rpx;}
+			.time-tip-box{font-size: 46rpx;margin-top: 26rpx;}
+		}
 }
 
 /***** 学科tab *****/

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

@@ -1366,6 +1366,15 @@
 		@include ezy-no-repeat-cover;background-image: url("@/static/images/shop/ksdl-btn.png");
 	}
 	.ykkt-text{color: #333;font-size: 32rpx;}
+	@include mediaSmall() {
+			.kjdl-btn{width: 322rpx;height: 57rpx;line-height: 57rpx;font-size: 22rpx;margin: 21rpx 0;}
+			.ykkt-text{font-size: 20rpx;}
+		}
+	
+		@include mediaBig() {
+			.kjdl-btn{width: 794rpx;height: 141rpx;line-height: 141rpx;font-size: 54rpx;margin: 51rpx 0;}
+			.ykkt-text{font-size: 46rpx;}
+		}
 }