65 lines
868 B
CSS
Raw Normal View History

2025-04-29 16:36:51 +08:00
.divSearch {
display: flex;
justify-content: space-between;
padding: 10px 15px 0px 15px;
}
.divSearchTab {
display: flex;
color: rgb(136 128 128);
align-items: center;
}
.divSearchTabSel {
color: #000 !important;
}
.divSearchIconRow {
margin-left: 10px;
}
.divSearchCel {
line-height: 3px;
margin-left: 5px;
}
.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;
}