|
|
@ -72,6 +72,13 @@ import A1 from '@/static/img/index/a1.png' |
|
|
|
.product_img { |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
&:hover { |
|
|
|
~ { |
|
|
|
.detail_show_container { |
|
|
|
display: flex; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.bottom_tip { |
|
|
|
position: absolute; |
|
|
@ -86,6 +93,13 @@ import A1 from '@/static/img/index/a1.png' |
|
|
|
align-items: center; |
|
|
|
justify-content: space-between; |
|
|
|
background: $light-background; |
|
|
|
&:hover { |
|
|
|
~ { |
|
|
|
.detail_show_container { |
|
|
|
display: flex; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.btn { |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
@ -145,9 +159,6 @@ import A1 from '@/static/img/index/a1.png' |
|
|
|
} |
|
|
|
} |
|
|
|
&:hover { |
|
|
|
.detail_show_container { |
|
|
|
display: flex; |
|
|
|
} |
|
|
|
.bottom_tip { |
|
|
|
background: none; |
|
|
|
p { |
|
|
|