heyang 3 years ago
parent
commit
6eff39e4f1

+ 23 - 1
microserviceUserH5/vcloud/baiduExchangePhoneActivity.html

@@ -61,6 +61,28 @@
 			justify-content: center;
 			justify-content: center;
 			margin-top: 0.2rem;
 			margin-top: 0.2rem;
 		}
 		}
+		.phone-tip {
+			position: absolute;
+			top: 3.18rem;
+			left: 1.6rem;
+			color: #FFFFFF;
+		}
+		.code-tip {
+			position: absolute;
+			left: 1.6rem;
+			color: #FFFFFF;
+		}
+		@media (max-width: 800px) {
+			.containers {
+				width: 100%;
+			}
+			.main-wrap {
+				width: 100%;
+			}
+			.banner-wrap {
+				width: 100%;
+			}
+		}
 		.middle-wrap {
 		.middle-wrap {
 			display: flex;
 			display: flex;
 			flex-direction: column;
 			flex-direction: column;
@@ -215,7 +237,7 @@
 		toastr.options.timeOut = '1500';
 		toastr.options.timeOut = '1500';
 	</script>
 	</script>
 	<script type="text/javascript">
 	<script type="text/javascript">
-        // var baseUrl = 'https://per.cs.se.androidscloud.com'
+        // var baseUrl = 'https://test.androidscloud.com'
 		let timer, flag = true;
 		let timer, flag = true;
 		let time = 60, codeTimer = null, enable = false, isStart = false,  changePhoneType = 2, phone = '', code = '', captchaVerification = '';
 		let time = 60, codeTimer = null, enable = false, isStart = false,  changePhoneType = 2, phone = '', code = '', captchaVerification = '';
 		var url = window.location.href;
 		var url = window.location.href;

+ 22 - 0
microserviceUserH5/vcloud/weChatExchangePhoneActivity.html

@@ -61,6 +61,28 @@
 			justify-content: center;
 			justify-content: center;
 			margin-top: 0.2rem;
 			margin-top: 0.2rem;
 		}
 		}
+		.phone-tip {
+			position: absolute;
+			top: 3.18rem;
+			left: 1.6rem;
+			color: #FFFFFF;
+		}
+		.code-tip {
+			position: absolute;
+			left: 1.6rem;
+			color: #FFFFFF;
+		}
+		@media (max-width: 800px) {
+			.containers {
+				width: 100%;
+			}
+			.main-wrap {
+				width: 100%;
+			}
+			.banner-wrap {
+				width: 100%;
+			}
+		}
 		.middle-wrap {
 		.middle-wrap {
 			display: flex;
 			display: flex;
 			flex-direction: column;
 			flex-direction: column;