no message
This commit is contained in:
parent
913e91c2b0
commit
58b9133922
@ -423,11 +423,17 @@
|
||||
.content .details-box .file {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
.content .details-box .file .file-box {
|
||||
display: flex;
|
||||
width: 670px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.content .details-box .file .file-list {
|
||||
padding-top: 20px;
|
||||
padding-left: 38px;
|
||||
padding-right: 20px;
|
||||
padding-bottom: 31px;
|
||||
width: 670px;
|
||||
}
|
||||
.content .details-box .file .file-list .file-item:not(:last-of-type) {
|
||||
margin-bottom: 27px;
|
||||
|
@ -486,11 +486,18 @@
|
||||
|
||||
.file {
|
||||
margin-bottom: 40px;
|
||||
.file-box {
|
||||
display: flex;
|
||||
width: 670px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.file-list {
|
||||
padding-top: 20px;
|
||||
padding-left: 38px;
|
||||
padding-right: 20px;
|
||||
padding-bottom: 31px;
|
||||
width: 670px;
|
||||
|
||||
.file-item {
|
||||
&:not(:last-of-type) {
|
||||
margin-bottom: 27px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user