Browse Source

Merge remote-tracking branch 'origin/2025鹅状元数学' into 2025鹅状元数学

wangxy 2 weeks ago
parent
commit
f85a4e0b03
2 changed files with 36 additions and 12 deletions
  1. 2 2
      common/styles/global/components.scss
  2. 34 10
      common/styles/global/pages.scss

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

@@ -774,6 +774,6 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
 // 没有更多
 .ezy-no-more{
 	color: rgb(119, 119, 119);font-size: 28rpx;text-align: center;
-	@include mediaSmall() {font-size: 18rpx;}
-	@include mediaBig() {font-size: 40rpx;}
+	@include mediaSmall() {font-size: 20rpx;}
+	@include mediaBig() {font-size: 46rpx;}
 }

+ 34 - 10
common/styles/global/pages.scss

@@ -59,18 +59,42 @@
 		width:540rpx;height: 92rpx;text-align: center;line-height: 92rpx;color: #fff;margin-top: 36rpx;
 		background-image: url("@/static/images/my/my-tel-btn.png");@include ezy-no-repeat-cover;
 	}
+	
+	@include mediaSmall() {
+			.tel-close{width: 33rpx;height: 33rpx;right: 20rpx;top: 20rpx;}
+			.my-tel-content{width: 406rpx;height: 481rpx;padding: 65rpx 27rpx;}
+			.my-tel-title{font-size: 22rpx;margin-bottom: 21rpx;}
+			.yzm-row{padding-top: 23rpx;}
+			.my-input-box{
+				width: 351rpx;height: 57rpx;line-height: 57rpx;border-radius: 10rpx;
+				.my-input {font-size: 20rpx;padding: 0 14rpx;}
+				.uni-input-placeholder {font-size: 20rpx;}
+				.close-btn{width: 23rpx;height: 23rpx;margin-right: 20rpx;}
+			}
+			.get-yzm-btn{margin: 30rpx 0 21rpx;font-size: 20rpx;}
+			.yzm-tip{margin: 0 0 16rpx;font-size: 20rpx;}
+			.my-bind-btn{width: 351rpx;height: 60rpx;line-height: 60rpx;margin-top: 23rpx;font-size: 20rpx;}
+		}
+	
+		@include mediaBig() {
+			.tel-close{width: 80rpx;height: 80rpx;right: 48rpx;top: 48rpx;}
+			.my-tel-content{width: 1000rpx;height: 1184rpx;padding: 160rpx 67rpx;}
+			.my-tel-title{font-size: 54rpx;margin-bottom: 51rpx;}
+			.yzm-row{padding-top: 58rpx;}
+			.my-input-box{
+				width: 864rpx;height: 141rpx;line-height: 141rpx;border-radius: 26rpx;
+				.my-input {font-size: 46rpx;padding: 0 35rpx;}
+				.uni-input-placeholder {font-size: 46rpx;}
+				.close-btn{width: 58rpx;height: 58rpx;margin-right: 48rpx;}
+			}
+	
+			.get-yzm-btn{margin: 74rpx 0 51rpx;font-size: 46rpx;}
+	
+			.yzm-tip{margin: 0 0 38rpx;font-size: 46rpx;}
+			.my-bind-btn{width: 864rpx;height: 147rpx;line-height: 147rpx;margin-top: 58rpx;font-size: 46rpx;}
+		}
 }
 
-// 兑换码
-.duihuan-dialog{
-	.tip-content-box{padding: 42rpx 42rpx;}
-	.duihuan-input{
-		width:540rpx;height: 88rpx;line-height: 88rpx;box-sizing: border-box;
-		display: flex;align-items: center;margin: 0 auto;color: #666;
-		border: 1rpx solid #e3e3e3;border-radius: 16rpx;font-size: 32rpx;
-		.uni-input-placeholder {font-size: 32rpx;color: #ccc;}
-	}
-}
 
 /***************** 新数学 *********************/
 // 登录页  padding-bottom: env(safe-area-inset-bottom); box-sizing: unset;