|
|
|
@ -6,6 +6,8 @@ |
|
|
|
<div class="bottom"> |
|
|
|
<span class="name">{{ switchLanguage(shop, 'shopName') }}</span> |
|
|
|
<span class="floor-name"> |
|
|
|
<img src="@/assets/images/search/icon_area.svg" alt="" /> |
|
|
|
<span class="format-name">{{ switchLanguage(shop, 'regionName') }}</span> |
|
|
|
<img v-if="shop.industryUrl" :src="shop.industryUrl" alt="" /> |
|
|
|
<span class="format-name">{{ switchLanguage(shop, 'industryFatherName') }}</span> |
|
|
|
<img src="@/assets/images/search/pos.svg" alt="" /> |
|
|
|
@ -59,13 +61,13 @@ const emits = defineEmits(['click']) |
|
|
|
align-items: center; |
|
|
|
width: 100%; |
|
|
|
height: 28px; |
|
|
|
padding-right: 40px; |
|
|
|
padding-right: 32px; |
|
|
|
padding-left: 32px; |
|
|
|
font-family: 'font_bold'; |
|
|
|
line-height: 28px; |
|
|
|
.name { |
|
|
|
// max-width: 460px; |
|
|
|
width: 460px; |
|
|
|
width: 398px; |
|
|
|
padding-right: 20px; |
|
|
|
font-size: 24px; |
|
|
|
color: #8e9090; |
|
|
|
@ -85,7 +87,7 @@ const emits = defineEmits(['click']) |
|
|
|
margin-right: 8px; |
|
|
|
} |
|
|
|
.format-name { |
|
|
|
width: 96px; |
|
|
|
width: 84px; |
|
|
|
|
|
|
|
@include no-wrap(); |
|
|
|
} |
|
|
|
|