mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 13:47:02 +08:00
17 lines
284 B
Plaintext
17 lines
284 B
Plaintext
|
.main-wrapper {
|
||
|
background: #fff;
|
||
|
width: 92%;
|
||
|
margin: 0 auto;
|
||
|
border-radius: 6px;
|
||
|
overflow: hidden;
|
||
|
padding: 24px 0 0;
|
||
|
margin-bottom: 24px;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.main-container {
|
||
|
padding: 0 40px 120px;
|
||
|
background: #fff;
|
||
|
min-height: 500px;
|
||
|
overflow: hidden;
|
||
|
}
|