|
|
@ -129,11 +129,22 @@ div:focus { |
|
|
|
flex-direction: row; |
|
|
|
justify-content: space-between; |
|
|
|
align-items: center; |
|
|
|
padding: 0px 0px 10px 15px; |
|
|
|
padding: 0 0 0 15px; |
|
|
|
margin-top: 0; |
|
|
|
border: 1px solid #dfe4ed; |
|
|
|
height: 42px; |
|
|
|
line-height: 42px; |
|
|
|
} |
|
|
|
|
|
|
|
.listtop .tit { |
|
|
|
font-weight: bold; |
|
|
|
font-size: 16px |
|
|
|
} |
|
|
|
|
|
|
|
.listtop .pagination { |
|
|
|
margin: 0; |
|
|
|
padding: 0; |
|
|
|
} |
|
|
|
.listtop .tit{font-weight: bold;} |
|
|
|
.listtop .pagination{margin: 0;padding: 0;} |
|
|
|
.pages { |
|
|
|
display: flex; |
|
|
|
flex-direction: row; |
|
|
|