Commit 1cec5030 by liangzhen

首页禁止滑动

1 parent dc37d15f
Showing with 2 additions and 2 deletions
...@@ -146,7 +146,7 @@ export default { ...@@ -146,7 +146,7 @@ export default {
height: 100%; height: 100%;
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
overflow-x: hidden; overflow: hidden;
} }
.mainhome { .mainhome {
font-size: 14px; font-size: 14px;
...@@ -155,7 +155,7 @@ export default { ...@@ -155,7 +155,7 @@ export default {
height: 100%; height: 100%;
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
overflow-x: hidden; overflow: hidden;
background-image: url("../../assets/mainbcg.png"); background-image: url("../../assets/mainbcg.png");
background-size: cover; background-size: cover;
.querytj { .querytj {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!