Browse Source

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

wangxy 3 weeks ago
parent
commit
2b802cee7a

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

@@ -309,6 +309,45 @@
 			flex-shrink: 0;margin-left: 16rpx;color: #fff;font-size: 34rpx;
 		}
 	}
+	
+	@include mediaSmall() {
+			.bind-tel-body{padding: 23rpx;}
+			.tel-input{
+				width: 671rpx;height: 65rpx;border-radius: 10rpx;margin: 0 auto;
+				.phone-input {font-size: 22rpx;padding: 0 20rpx;}
+				.uni-input-placeholder {font-size: 22rpx;}
+				.close-btn{width: 27rpx;height: 27rpx;margin-right: 20rpx;}
+			}
+			.yzm-row{
+				width: 671rpx;margin: 23rpx auto 0;
+				.yzm-btn{
+					width: 176rpx;height: 65rpx;line-height: 65rpx;
+					margin-left: 16rpx;font-size: 22rpx;
+				}
+			}
+			.bd-btn{width: 671rpx;height: 53rpx;line-height: 53rpx;font-size: 22rpx;font-weight: normal;margin: 55rpx auto 0;}
+			.login-btn-normal.bd-btn{background-image: url("@/static/images/pad/common/btn-bj.png");}
+		}
+	
+		@include mediaBig() {
+			.bind-tel-body{padding: 58rpx;}
+			.tel-input{
+				width: 1800rpx;height: 160rpx;border-radius: 26rpx;
+				.phone-input {font-size: 54rpx;padding: 0 48rpx;}
+				.uni-input-placeholder {font-size: 54rpx;}
+				.close-btn{width: 67rpx;height: 67rpx;margin-right: 48rpx;}
+			}
+			.yzm-row{
+				width: 1800rpx;margin: 58rpx auto 0;
+				.yzm-btn{
+					width: 432rpx;height: 160rpx;line-height: 160rpx;
+					margin-left: 32rpx;font-size: 54rpx;
+				}
+			}
+			.bd-btn{
+				width: 1800rpx;height: 142rpx;line-height: 142rpx;font-size: 54rpx;margin: 134rpx auto 0;
+			}
+		}
 
 }
 

+ 1 - 1
pages/bindPhone/bindPhone.vue

@@ -24,7 +24,7 @@
 				<text class="yzm-btn" @click="startCountdown"
 					:class="{ 'cxfs-btn-disabled': loginData.isDisabled}">{{loginData.buttonText}}</text>
 			</view>
-			<ezyActiveVue class="ezy-btn-active login-btn yzm-btn" @aclick="bangdingFun" :class="loginData.yzmStatus">
+			<ezyActiveVue class="ezy-btn-active login-btn bd-btn" @aclick="bangdingFun" :class="loginData.yzmStatus">
 				确认绑定
 			</ezyActiveVue>
 		</view>

+ 1 - 1
pages/chanpinMy/duihuanma.vue

@@ -77,7 +77,7 @@
 
 	// 获取用户头像
 	function getUserImg() {
-    myInfoData.icon = 'static/images/my/head-img1.png'
+    myInfoData.icon = 'static/images/common/my/head-img1.png'
 	}
 
 

+ 1 - 1
pages/chanpinMy/my.vue

@@ -147,7 +147,7 @@
 
 	// 获取用户头像
 	function getUserImg() {
-		myInfoData.icon = 'static/images/my/head-img1.png'
+		myInfoData.icon = 'static/images/common/my/head-img1.png'
 	}
 
 	function yingyongshezhi() {

+ 1 - 1
pages/chanpinMy/myInfo.vue

@@ -335,7 +335,7 @@
 	}
 
 	function getUserImg(data) {
-		myInfoData.icon = 'static/images/my/head-img1.png'
+		myInfoData.icon = 'static/images/common/my/head-img1.png'
 	}
 
 	onLoad((options) => {