.divSearch { display: flex; justify-content: space-between; padding: 10px 15px 10px 15px; background: rgb(128 128 128 / 8%); align-items: center; } .divSearchTab { display: flex; color: rgb(136 128 128); align-items: center; } .divSearchTabSel { color: #000 !important; } .divSearchIconRow { margin-left: 10px; } .divSearchCel { line-height: 5px; margin-left: 5px; } .divTool { } .divListItem { line-height: 30px; font-size: 14px; display: flex; } .divListItemType { background: #00AD64; padding: 0px 5px; line-height: 25px; text-align: center; color: white; } .divListItemSite { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 16px; color: #000; margin-left: 10px; font-weight: bold; } .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; } .divNoData { color: gray; text-align: center; margin-top: 40px; }