1
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user