This commit is contained in:
xulu
2021-08-22 19:41:25 +08:00
parent 4d8c396790
commit 21e5fc549a
21 changed files with 602 additions and 360 deletions

View File

@@ -54,24 +54,27 @@
.wrapper {
/* width: 1280px;
margin: 0 auto; */
background: #f8f8f8;
}
.content-box_l {
margin-top: 0;
padding-bottom: 30px;
transition: left .3s ease-in-out;
background: #fff;
background: #f8f8f8;
padding-top: 100px;
}
.content_l {
width: 100%;
height: 100%;
box-sizing: border-box;
overflow-y: auto;
}
.content_l>div {
.content_l>div{
width: 1280px;
margin: 0 auto;
padding: 10px 0;
}
</style>