店铺优化

This commit is contained in:
THK3121 2023-06-09 18:05:40 +08:00
parent 4ab82767f2
commit 50a2cac271
2 changed files with 1064 additions and 1158 deletions

View File

@ -186,29 +186,6 @@
</view>
</view>
</view>
<!-- <view class="pic-wrapper">
<view class="pic-item" v-for="(goods,index) in item.recommend" :key="index">
<navigator :url="`/pages/goods_details/index?id=${goods.product_id}`">
<image :src="goods.image" mode=""></image>
<view class="price">
<text></text>{{goods.price}}
</view>
</navigator>
</view>
</view> -->
<!-- <scroll-view scroll-x="true" class="pro-box" :class="'styleType'+store_street_theme">
<navigator :url="`/pages/goods_details/index?id=${itemn.product_id}`"
hover-class="none" class="pro-item" v-for="(itemn,indexn) in item.recommend" :key='indexn'>
<view class="picture">
<easy-loadimage mode="widthFix" :image-src="itemn.image"></easy-loadimage>
<view v-if="itemn.border_pic" :style="{ backgroundImage: `url(${itemn.border_pic})` }"
class="border-picture"></view>
</view>
<view class="price">
<text></text>{{itemn.price}}
</view>
</navigator>
</scroll-view> -->
</view>
<view class='loadingicon acea-row row-center-wrapper' v-if='loading'>
<text class='loading iconfont icon-jiazai' :hidden='loading==false'></text>{{loadTitle}}
@ -1502,8 +1479,6 @@
.store-item {
margin: 20rpx auto;
// padding: 40rpx 20rpx;
// background-color: #fff;
.head {
display: flex;
@ -1614,56 +1589,6 @@
}
}
// .left-wrapper {
// display: flex;
// align-items: center;
// .logo {
// width: 80rpx;
// height: 80rpx;
// image {
// width: 80rpx;
// height: 80rpx;
// border-radius: 6rpx;
// }
// }
// .con-box {
// margin-left: 20rpx;
// .font-bg-red {
// width: max-content;
// white-space: nowrap;
// margin-left: 20rpx;
// font-size: 18rpx;
// padding: 2rpx 10rpx;
// color: #FFFFFF;
// background-color: #E93323;
// border-radius: 13rpx;
// }
// .name {
// font-size: 30rpx;
// color: #333;
// font-weight: bold;
// margin-bottom: 10rpx;
// .store-margin{
// width: 28rpx;
// height: 30rpx;
// margin-left: 10rpx;
// }
// .mer_name{
// max-width: 360rpx;
// }
// }
// }
// }
// .link {
// width: 114rpx;
// height: 50rpx;
// line-height: 50rpx;
// background-image: linear-gradient(-90deg, var(--view-bntColor21) 0%, var(--view-bntColor22) 100%);
// border-radius: 25rpx;
// text-align: center;
// color: #fff;
// font-size: 24rpx;
// }
}
.pro-box {

File diff suppressed because it is too large Load Diff