浏览代码

调整兼容性

heyang 3 年之前
父节点
当前提交
c5096a5f93
共有 1 个文件被更改,包括 6 次插入1 次删除
  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%;
 }