环保页面
parent
3392835a65
commit
dc306c21e3
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 608 KiB |
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 608 KiB |
@ -1,15 +1,61 @@
|
|||||||
.container {
|
.regulationContainer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
|
||||||
|
.searchSection {
|
||||||
|
padding: 20px;
|
||||||
|
|
||||||
|
:global {
|
||||||
|
.ant-form-inline {
|
||||||
|
display: flex;
|
||||||
|
|
||||||
|
.ant-form-item {
|
||||||
|
margin-right: 16px;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ant-form-item:nth-last-child(2) {
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ant-form-item:last-child {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.content {
|
.ant-form-item-label {
|
||||||
font-size: 24px;
|
font-weight: 500;
|
||||||
color: #999999;
|
|
||||||
font-weight: 400;
|
label {
|
||||||
|
color: #666666;
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.ant-input::placeholder,
|
||||||
|
.ant-picker-input input::placeholder {
|
||||||
|
color: #00000040;
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
.tableSection {
|
||||||
|
flex: 1;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
overflow: hidden;
|
||||||
|
padding: 0 20px 20px;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
|
.developingTip {
|
||||||
|
font-size: 24px;
|
||||||
|
color: #999999;
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue