tanxue 3 viikkoa sitten
vanhempi
commit
1370a26b74
1 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 5 5
      common/styles/global/components.scss

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

@@ -386,8 +386,8 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
 	}
 	
 	@include mediaSmall() {
-		.tip-title{font-size: 25rpx;margin-bottom: 16rpx;}
-		.tip-content{font-size: 21rpx;padding-bottom: 27rpx;}
+		.tip-title{font-size: 24rpx;margin-bottom: 16rpx;}
+		.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;}
@@ -396,8 +396,8 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
 		.close-btn::after{width: 34rpx;height: 34rpx;}
 	}
 	@include mediaBig() {
-		.tip-title{font-size: 61rpx;margin-bottom: 38rpx;}
-		.tip-content{font-size: 51rpx;padding-bottom: 67rpx;}
+		.tip-title{font-size: 54rpx;margin-bottom: 38rpx;}
+		.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;}
@@ -431,7 +431,7 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
 		.tip-btn-box{
 			.not-confirm-btn,.confirm-btn{
 				width: 352rpx;height: 131rpx;line-height: 131rpx;margin: 48rpx 32rpx 0;
-				font-size: 48rpx;
+				font-size: 46rpx;
 			}
 		}
 	}