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