2025-04-29 16:36:51 +08:00
|
|
|
.divSearch {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
2025-05-07 16:06:02 +08:00
|
|
|
padding: 10px 15px 10px 15px;
|
|
|
|
|
background: rgb(128 128 128 / 8%);
|
|
|
|
|
align-items: center;
|
2025-04-29 16:36:51 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.divSearchTab {
|
|
|
|
|
display: flex;
|
|
|
|
|
color: rgb(136 128 128);
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.divSearchTabSel {
|
|
|
|
|
color: #000 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.divSearchIconRow {
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.divSearchCel {
|
2025-04-30 14:35:16 +08:00
|
|
|
line-height: 5px;
|
2025-04-29 16:36:51 +08:00
|
|
|
margin-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2025-05-07 16:06:02 +08:00
|
|
|
.divTool {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 10px;
|
|
|
|
|
}
|
2025-04-29 16:36:51 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.divListItemType {
|
|
|
|
|
background: #00AD64;
|
|
|
|
|
padding: 0px 5px;
|
|
|
|
|
line-height: 25px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.divListItemSite {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
color: #000;
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.divListItem {
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.divListItemTitle {
|
|
|
|
|
color: rgba(128 128 128, 0.9);
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
width: 70px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.divListItemValue {
|
|
|
|
|
color: #606266;
|
|
|
|
|
font-weight: bold;
|
2025-05-07 16:06:02 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.divNoData {
|
|
|
|
|
color: gray;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-top: 40px;
|
2025-04-29 16:36:51 +08:00
|
|
|
}
|