Browse Source

样式优化

tanxue 3 weeks ago
parent
commit
36fe0a8c4b
1 changed files with 20 additions and 0 deletions
  1. 20 0
      common/styles/global/components.scss

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

@@ -443,6 +443,17 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
 	}
 	.tip-content{padding-bottom: 42rpx;}
 	.tip-btn-box{margin: 32rpx 0 0;}
+	@include mediaSmall() {
+		.tip-content-box{width: 406rpx;height: 275rpx;padding: 27rpx 31rpx;}
+		.tip-content{padding-bottom: 27rpx;}
+		.tip-btn-box{margin: 21rpx 0 0;}
+	}
+
+	@include mediaBig() {
+		.tip-content-box{width: 1000rpx;height: 677rpx;padding: 67rpx 77rpx;}
+		.tip-content{padding-bottom: 67rpx;}
+		.tip-btn-box{margin: 51rpx 0 0;}
+	}
 }
 .tip-big-dialog{
 	.tip-content-box{
@@ -450,6 +461,15 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
 		background-image: url("@/static/images/common/tip-big-bj.png");
 	}
 	.tip-content{min-height: 240rpx;text-align: justify;}
+	@include mediaSmall() {
+		.tip-content-box{width: 406rpx;height: 337rpx;padding: 27rpx 31rpx;}
+		.tip-content{min-height: 156rpx;}
+	}
+
+	@include mediaBig() {
+		.tip-content-box{width: 1000rpx;height: 830rpx;padding: 67rpx 77rpx;}
+		.tip-content{min-height: 384rpx;}
+	}
 }
 // 一个确认按钮的弹窗
 .small-one-button-dialog{