|
|
|
@ -23,7 +23,7 @@ |
|
|
|
<div class="f-relative f-all-1px" v-for="(goods,k) in item.goodsList" :key="k"> |
|
|
|
<a :href="'/mall/web/vgoods/detail/' + goods.goodsNo"> |
|
|
|
<div class="item f-flex"> |
|
|
|
<a :href="'/mall/web/vgoods/detail/' + goods.goodsNo"> |
|
|
|
<a :href="'/mall/web/vgoods/detail/' + goods.goodsNo" class="list-img-box"> |
|
|
|
<img :src=" imghost + goods.bannerImgs" class="thumb"/> |
|
|
|
</a> |
|
|
|
<div class="info f-flex"> |
|
|
|
@ -307,6 +307,10 @@ |
|
|
|
font-size: 0.24rem; |
|
|
|
color: #999; |
|
|
|
} |
|
|
|
.list-img-box { |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
} |
|
|
|
.item { |
|
|
|
position: relative; |
|
|
|
padding: 0.16rem; |
|
|
|
|