diff --git a/pages/columnGoods/goods_search_con/index.vue b/pages/columnGoods/goods_search_con/index.vue index 43ec03c..04eb1bd 100644 --- a/pages/columnGoods/goods_search_con/index.vue +++ b/pages/columnGoods/goods_search_con/index.vue @@ -159,7 +159,7 @@ 进店 - + + + + + + + + + {{itemn.price}} + + + {{loadTitle}} @@ -529,7 +542,8 @@ limit: this.sotreParam.limit, order: this.sotreParam.order, category_id: this.sotreParam.category_id, - type_id: this.sotreParam.type_id + type_id: 10 + } if (this.latitude) { serachData.location = this.latitude + ',' + this.longitude @@ -1393,40 +1407,65 @@ font-size: 24rpx; } } - .pic-wrapper { - display: flex; - margin-top: 30rpx; - .pic-item { - position: relative; - width: 226rpx; - height: 226rpx; - margin-right: 16rpx; - image { - width: 226rpx; - height: 226rpx; - border-radius: 16rpx; - } - .price { - position: absolute; - right: 0; - bottom: 0; - height: 36rpx; - padding: 0 10rpx; - line-height: 36rpx; - text-align: center; - background: rgba(0, 0, 0, .5); - border-radius: 16rpx 2rpx 16rpx 2rpx; - color: #fff; - font-size: 24rpx; - text { - font-size: 18rpx; - } - } - &:nth-child(3n) { - margin-right: 0; - } - } - } + .pro-box { + white-space: nowrap; + display: flex; + align-items: center; + padding: 20rpx 20rpx 30rpx; + + .pro-item { + display: inline-block; + width: 218rpx; + margin-right: 14rpx; + + .picture, + /deep/image, + uni-image { + width: 100%; + height: 214rpx; + border-radius: 8rpx; + position: relative; + } + + .price { + margin-top: 5rpx; + font-size: 28rpx; + color: var(--view-priceColor); + font-weight: bold; + + text { + font-size: 28rpx; + } + } + + &:last-child { + margin-right: 0; + } + } + + &.styleType3 { + padding: 20rpx; + + .pro-item { + display: inline-block; + background-color: #fff; + border-radius: 16rpx; + text-align: center; + padding: 10rpx 0 20rpx; + + .picture, + /deep/image, + uni-image { + width: 194rpx; + height: 194rpx; + text-align: center; + border-radius: 8rpx; + position: relative; + margin: 0 auto; + } + } + } + } } }