diff --git a/pages/goods/details/index.wxml b/pages/goods/details/index.wxml index 5c09b34..5ad7277 100644 --- a/pages/goods/details/index.wxml +++ b/pages/goods/details/index.wxml @@ -101,6 +101,26 @@ + + + + + + + + + 三星官方旗舰店 + 已售:244万 + 三星手机官方旗舰店 + + + + 进店逛逛 > + + + diff --git a/pages/goods/details/index.wxss b/pages/goods/details/index.wxss index 04df6d3..7df83a4 100644 --- a/pages/goods/details/index.wxss +++ b/pages/goods/details/index.wxss @@ -359,4 +359,68 @@ page { .swiper-item{ width: 100%; height: 750rpx; +} + + +/* 店铺 */ + +.shop-big-box { + margin-top: 25rpx; + border-radius: 10rpx; + display: flex; + justify-content: space-between; + background-color: white; +} + +.shop-left-img-box { + height: 180rpx; + width: 180rpx; + overflow: hidden; + margin-right: 20rpx; +} + +.shop-left-img { + height: 100%; + width: 100%; + object-fit: cover; + border: 1rpx solid rgb(204, 204, 204); +} + +.shop-left-box { + display: flex; +} + +.shop-name { + font-size: 30rpx; + font-weight: bold; + width: 250rpx; + display: -webkit-box; + -webkit-box-orient: vertical; + overflow: hidden; + text-overflow: ellipsis; + -webkit-line-clamp: 1; +} + +.shop-sold { + font-size: 28rpx; + margin: 30rpx 0rpx; +} + +.shop-intro { + font-size: 25rpx; + width: 250rpx; + display: -webkit-box; + -webkit-box-orient: vertical; + overflow: hidden; + text-overflow: ellipsis; + -webkit-line-clamp: 1; +} + +.shop-right-button { + margin-top: 20rpx; + padding: 15rpx 20rpx; + background-color: rgb(251, 48, 44); + border-radius: 50rpx; + color: white; + font-size: 25rpx; } \ No newline at end of file