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.
33 lines
527 B
33 lines
527 B
.search-area {
|
|
margin-bottom: 10px;
|
|
}
|
|
.search-area button {
|
|
margin-right: 8px;
|
|
}
|
|
.submit-btn {
|
|
width: 150px;
|
|
}
|
|
.collapse {
|
|
margin-left: 10px;
|
|
}
|
|
.csp-statistic {
|
|
font-feature-settings: "tnum";
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 4px;
|
|
}
|
|
.csp-statistic-title {
|
|
padding: 0 16px;
|
|
height: 64px;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
background-color: #fafafa;
|
|
}
|
|
.csp-text-primary{
|
|
font-size: 20px;
|
|
color: #1890ff;
|
|
}
|
|
nz-input-number {
|
|
width: 100%;
|
|
}
|
|
|