Explorar el Código

调整兼容性

heyang hace 3 años
padre
commit
c5096a5f93
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. 6 1
      microserviceUserH5/static/css/experience.css

+ 6 - 1
microserviceUserH5/static/css/experience.css

@@ -30,11 +30,16 @@ body {
 
 .free-code-con {
 	background-color: #333DAF;
-	width: 7.5rem;
 	min-height: 100vh;
 	margin: 0 auto;
 }
 
+@media only screen and (min-width: 749px) and (max-width: 2500px) {
+	.free-code-con {
+		width: 7.5rem;
+	}
+}
+
 .free-code-con .bottom-img {
 	width: 100%;
 }