@ -50,7 +50,7 @@ function showDetail(shop: Shop) {
position : relative ;
width : 212 px ;
height : 136 px ;
height : 145 px ;
border - radius : 16 px 16 px 0 0 ;
. logo {
width : 120 px ;
@ -59,11 +59,12 @@ function showDetail(shop: Shop) {
}
}
. bottom {
@ include fl ( space - between ) ;
@ include fl ( space - between , flex - start ) ;
width : 212 px ;
height : 40 px ;
height : 31 px ;
padding : 9 px 16 px ;
padding - top : 0 ;
background : rgb ( 255 255 255 / 60 % ) ;
border - radius : 0 0 16 px 16 px ;
. shop - name {
@ -75,7 +76,7 @@ function showDetail(shop: Shop) {
color : # 534 f46 ;
font - style : normal ;
font - weight : 700 ;
line - height : 22 px ;
/ / l i n e - h e i g h t : 2 2 p x ;
}
. right {
@ include fl ;
@ -92,7 +93,7 @@ function showDetail(shop: Shop) {
color : # 615 c59 ;
font - style : normal ;
font - weight : 700 ;
line - height : 22 px ;
/ / l i n e - h e i g h t : 2 2 p x ;
}
}
}