Browse Source

样式修改

tanxue 3 weeks ago
parent
commit
e8cb711d6c
2 changed files with 15 additions and 3 deletions
  1. 3 3
      common/styles/global/components.scss
  2. 12 0
      common/styles/global/pages.scss

+ 3 - 3
common/styles/global/components.scss

@@ -369,7 +369,7 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
 	.tip-btn-box{
 		width: 100%;display: flex;justify-content: space-between;margin: 52rpx 0 0;
 		.not-confirm-btn,.confirm-btn{
-			width: 248rpx;height: 92rpx;line-height: 92rpx;
+			width: 248rpx;height: 92rpx;line-height: 92rpx;font-size: 32rpx;
 			color: #fff;@include ezy-no-repeat-cover;
 		}
 		.not-confirm-btn{background-image: url("@/static/images/common/tip-cancel-btn.png");}
@@ -390,7 +390,7 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
 		.tip-content{font-size: 20rpx;padding-bottom: 27rpx;}
 		.tip-btn-box{
 			margin: 34rpx 0 0;
-			.not-confirm-btn,.confirm-btn{width: 161rpx;height: 60rpx;line-height: 60rpx;}
+			.not-confirm-btn,.confirm-btn{width: 161rpx;height: 60rpx;line-height: 60rpx;font-size: 20rpx;}
 		}
 		.close-btn{width: 65rpx;height: 65rpx;right: 8rpx;top: 8rpx;}
 		.close-btn::after{width: 34rpx;height: 34rpx;}
@@ -400,7 +400,7 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
 		.tip-content{font-size: 46rpx;padding-bottom: 67rpx;}
 		.tip-btn-box{
 			margin: 83rpx 0 0;
-			.not-confirm-btn,.confirm-btn{width: 397rpx;height: 147rpx;line-height: 147rpx;}
+			.not-confirm-btn,.confirm-btn{width: 397rpx;height: 147rpx;line-height: 147rpx;font-size: 46rpx;}
 		}
 		.close-btn{width: 160rpx;height: 160rpx;right: 19rpx;top: 19rpx;}
 		.close-btn::after{width: 83rpx;height: 83rpx;}

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

@@ -1173,6 +1173,18 @@
 		min-height: 260rpx;text-align: justify;border-bottom: 1px dashed #70cbf4;
 		margin-bottom: 30rpx;color: #666;font-size: 32rpx;padding-bottom: 32rpx;
 		border-bottom: 1px dashed #70cbf4;line-height: 1.8;}
+		
+	@include mediaSmall() {
+			.tip-title{font-size: 24rpx;margin-bottom: 16rpx;}
+			.tip-content-box{width: 406rpx;height: 382rpx;padding: 27rpx 31rpx;}
+			.tip-content{min-height: 169rpx;margin-bottom: 20rpx;font-size: 20rpx;padding-bottom: 20rpx;}
+		}
+	
+		@include mediaBig() {
+			.tip-title{font-size: 54rpx;margin-bottom: 38rpx;}
+			.tip-content-box{width: 1000rpx;height: 939rpx;padding: 67rpx 77rpx;}
+			.tip-content{min-height: 416rpx;margin-bottom: 48rpx;font-size: 46rpx;padding-bottom: 46rpx;}
+		}
 }
 
 // 订单