Procházet zdrojové kódy

Merge branch 'dev-5.0' of http://192.168.32.253:3000/Software/android-cloud-H5 into dev-5.0

huangxiaojing před 3 roky
rodič
revize
9ce357d67b
1 změnil soubory, kde provedl 10 přidání a 19 odebrání
  1. 10 19
      microserviceUserH5/static/css/experience.css

+ 10 - 19
microserviceUserH5/static/css/experience.css

@@ -45,9 +45,12 @@ button:focus, input:focus {
 .top .center-pic {
 	position: absolute;
 	top: 5.97rem;
-	left: 0;
-	width: 7.5rem;
+	left: 50%;
+	margin-left: -50%;
+	width: 100vw;
 	height: 7.13rem;
+	display: flex;
+	justify-content: center;
 	background: url(../img/register/yun_icon.png) no-repeat;
 	background-size: 100% 100%;
 }
@@ -60,10 +63,9 @@ button:focus, input:focus {
 }
 
 .top .center-pic .recv-cont .recv-ipt {
-	width: 6.7rem;
+	width: 90vw;
 	height: 1rem;
 	margin-top: 2.24rem;
-	margin-left: 0.4rem;
 	padding-left: 0.4rem;
 	border-radius: 0.5rem;
 	font-size: 0.3rem;
@@ -75,9 +77,8 @@ button:focus, input:focus {
 }
 
 .top .center-pic .recv-cont .recv-btn {
-	margin-left: 0.26rem;
 	margin-top: 0.27rem;
-	width: 6.98rem;
+	width: 90vw;
 	height: 1.79rem;
 	background: url(../img/register/anniu_icon.png) no-repeat;
 	background-size: 100% 100%;
@@ -88,19 +89,9 @@ button:focus, input:focus {
 	line-height: 1.17rem;
 	text-align: center;
 }
-@media only screen and (min-width: 749px) and (max-width: 2500px) {
-	.free-code-con {
-		width: 100%;
-	}
-	.top .center-pic {
-		width: 100%;
-	}
-	.top .center-pic .recv-cont .recv-ipt {
-		margin-left: 0.8rem;
-	}
-	
-	.top .center-pic .recv-cont .recv-btn {
-		margin-left: 0.5rem;
+@media only screen and (min-width: 449px) and (max-width: 600px) {
+	.center-pic{
+		
 	}
 }
 .user-info {