Commit c9174ccb authored by xulili's avatar xulili

修改首页适配

parent 0b1f623c
......@@ -82,6 +82,12 @@ export default {
width: 92%;
}
}
@media screen and (max-width: 1100px) {
.index-container .panel-box .panel-sub-box ul li{
min-width: 130px !important;
}
}
.index-container {
margin: 0 auto;
height: 100%;
......@@ -97,6 +103,7 @@ export default {
padding: 40px 20px 20px 20px;
.panel-box-title {
padding-right: 3.125vw;
min-width: 200px;
}
.panel-box-title-wrapper {
.panel-box-title-icon {
......@@ -161,6 +168,7 @@ export default {
margin-left: -20px;
li {
width: 6.67vw;
min-width: 90px;
height: 8.33vw;
max-width: 128px;
max-height: 160px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment