You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
510 B
36 lines
510 B
.ant-advanced-search-form {
|
|
padding: 24px;
|
|
background: #fbfbfb;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.search-result-list {
|
|
margin-top: 16px;
|
|
border: 1px dashed #e9e9e9;
|
|
border-radius: 6px;
|
|
background-color: #fafafa;
|
|
min-height: 200px;
|
|
text-align: center;
|
|
padding-top: 80px;
|
|
}
|
|
|
|
[nz-form-label] {
|
|
overflow: visible;
|
|
}
|
|
|
|
button {
|
|
margin-left: 8px;
|
|
}
|
|
|
|
.collapse {
|
|
margin-left: 8px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.search-area {
|
|
text-align: right;
|
|
}
|
|
.submit-btn {
|
|
width: 150px;
|
|
}
|
|
|