5 changed files with 184 additions and 7 deletions
@ -0,0 +1,122 @@ |
|||
.sy-popover.sy-popper.map-search-popper { |
|||
padding: 0px; |
|||
.map-search-result { |
|||
.map-search-result-title { |
|||
display: flex; |
|||
flex-direction: row; |
|||
align-items: center; |
|||
padding: 12px 16px; |
|||
border-width: 0px 0px 1px 0px; |
|||
border-style: solid; |
|||
border-color: rgba(0, 0, 0, 0.1); |
|||
|
|||
font-family: Source Han Sans; |
|||
font-size: 14px; |
|||
font-weight: normal; |
|||
line-height: 22px; |
|||
letter-spacing: 0em; |
|||
|
|||
font-variation-settings: "opsz" auto; |
|||
font-feature-settings: "kern" on; |
|||
/* 文字&图标/Font Gy2 */ |
|||
color: rgba(0, 0, 0, 0.6); |
|||
span { |
|||
padding: 0px 4px; |
|||
font-family: Source Han Sans; |
|||
font-size: 14px; |
|||
font-weight: 500; |
|||
line-height: 22px; |
|||
letter-spacing: 0em; |
|||
|
|||
font-variation-settings: "opsz" auto; |
|||
font-feature-settings: "kern" on; |
|||
/* ShuYuan/SY_6 Normal */ |
|||
color: #3a89fe; |
|||
} |
|||
} |
|||
.map-search-result-list { |
|||
height: 426px; |
|||
padding: 16px; |
|||
overflow-y: auto; |
|||
display: flex; |
|||
flex-direction: column; |
|||
gap: 16px; |
|||
|
|||
.map-search-result-list-item { |
|||
display: flex; |
|||
flex-direction: column; |
|||
gap: 4px; |
|||
padding-bottom: 16px; |
|||
.title { |
|||
display: flex; |
|||
justify-content: space-between; |
|||
align-items: center; |
|||
margin-bottom: 4px; |
|||
.name { |
|||
font-family: Source Han Sans; |
|||
font-size: 14px; |
|||
font-weight: 500; |
|||
line-height: 22px; |
|||
letter-spacing: 0em; |
|||
|
|||
font-variation-settings: "opsz" auto; |
|||
font-feature-settings: "kern" on; |
|||
/* 文字&图标/Font Gy1 */ |
|||
color: rgba(0, 0, 0, 0.9); |
|||
} |
|||
.tag { |
|||
display: flex; |
|||
flex-direction: row; |
|||
justify-content: center; |
|||
align-items: center; |
|||
padding: 1px 12px; |
|||
width: 48px; |
|||
height: 20px; |
|||
border-radius: 2px; |
|||
|
|||
box-sizing: border-box; |
|||
/* ShuYuan/SY_6 Normal */ |
|||
border: 1px solid #3a89fe; |
|||
|
|||
font-family: Source Han Sans; |
|||
font-size: 12px; |
|||
font-weight: 500; |
|||
line-height: 18px; |
|||
letter-spacing: 0em; |
|||
|
|||
font-variation-settings: "opsz" auto; |
|||
font-feature-settings: "kern" on; |
|||
/* ShuYuan/SY_6 Normal */ |
|||
color: #3a89fe; |
|||
} |
|||
} |
|||
.item { |
|||
display: flex; |
|||
flex-direction: row; |
|||
align-items: center; |
|||
justify-content: flex-start; |
|||
gap: 4px; |
|||
font-family: Source Han Sans; |
|||
font-size: 12px; |
|||
font-weight: normal; |
|||
line-height: 18px; |
|||
letter-spacing: 0em; |
|||
|
|||
font-variation-settings: "opsz" auto; |
|||
font-feature-settings: "kern" on; |
|||
/* 文字&图标/Font Gy2 */ |
|||
color: rgba(0, 0, 0, 0.6); |
|||
i { |
|||
background: #36b29e; |
|||
width: 8px; |
|||
height: 8px; |
|||
border-radius: 50%; |
|||
} |
|||
} |
|||
&:not(:last-child) { |
|||
border-bottom: 1px solid rgba(0, 0, 0, 0.1); |
|||
} |
|||
} |
|||
} |
|||
} |
|||
} |
Loading…
Reference in new issue