提交 6238f128 authored 作者: matian's avatar matian

fix:学校排名缩放对齐问题修改

上级 1fe7390c
...@@ -63,7 +63,7 @@ export default { ...@@ -63,7 +63,7 @@ export default {
background: url(https://webapp-pub.ezijing.com/project/kelley/home-ranking-bg.png) center; background: url(https://webapp-pub.ezijing.com/project/kelley/home-ranking-bg.png) center;
background-size: cover; background-size: cover;
.title { .title {
width: 996px; width: 1200px;
display: flex; display: flex;
margin: 0 auto; margin: 0 auto;
justify-content: space-between; justify-content: space-between;
...@@ -82,7 +82,7 @@ export default { ...@@ -82,7 +82,7 @@ export default {
} }
} }
.content-mian { .content-mian {
width: 1400px; width:1200px;
margin: 0 auto; margin: 0 auto;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论