|
|
@@ -5,7 +5,7 @@
|
|
|
<div class="list_item bg_color_fff border_radius_16 box_shadow_card list_item_animation"
|
|
|
v-for="item in list" :key="item"
|
|
|
>
|
|
|
- <img :src="item.imageUrl" alt="" style="width: 291.2px; height: 291.2px;border-radius: 16px 16px 0 0;" class="bg_color_f5">
|
|
|
+ <img :src="item.imageUrl" alt="" style="width: 271.2px; height: 271.2px;border-radius: 16px 16px 0 0;" class="bg_color_f5">
|
|
|
<div class="item_info padding16">
|
|
|
<div class="line2 font_size18 bold line_height24">
|
|
|
{{item.itemName}}
|
|
|
@@ -102,10 +102,10 @@ const getList = async (type) => {
|
|
|
.mibiShop{
|
|
|
.list{
|
|
|
display: grid;
|
|
|
- grid-template-columns: repeat(auto-fill, minmax(291.2px, 1fr));
|
|
|
+ grid-template-columns: repeat(auto-fill, minmax(271.2px, 1fr));
|
|
|
gap: 16px;
|
|
|
.list_item{
|
|
|
- width: 291.2px;
|
|
|
+ width: 271.2px;
|
|
|
.item_info{
|
|
|
height: 144px;
|
|
|
.line2{
|