|
|
|
@ -15,16 +15,16 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="function-total"> |
|
|
|
<view> |
|
|
|
<image class="shop-function" src="https://images.shobserver.com/news/690_390/2021/9/1/72943e71bc5e485584d0a7d5618a00cd.jpg" mode="aspectFill"></image> |
|
|
|
<view class="lf-font-24 lf-color-333">客服</view> |
|
|
|
<view class="lf-row-center lf-flex-column"> |
|
|
|
<view><text class="lf-iconfont icon-shoucang shop-function"></text></view> |
|
|
|
<view class="lf-font-24 lf-color-33">客服</view> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<image class="shop-function" src="https://images.shobserver.com/news/690_390/2021/9/1/72943e71bc5e485584d0a7d5618a00cd.jpg" mode="aspectFill"></image> |
|
|
|
<view class="lf-row-center lf-flex-column"> |
|
|
|
<view><text class="lf-iconfont icon-shoucang shop-function"></text></view> |
|
|
|
<view class="lf-font-24 lf-color-333">收藏</view> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<image class="shop-function" src="https://images.shobserver.com/news/690_390/2021/9/1/72943e71bc5e485584d0a7d5618a00cd.jpg" mode="aspectFill"></image> |
|
|
|
<view class="lf-row-center lf-flex-column"> |
|
|
|
<view><text class="lf-iconfont icon-fenxiang shop-function"></text></view> |
|
|
|
<view class="lf-font-24 lf-color-333">分享</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -37,7 +37,7 @@ |
|
|
|
<view v-if="title_current==0"> |
|
|
|
<view class="lf-row-between lf-p-l-32 lf-p-t-40 lf-p-r-32"> |
|
|
|
<view class="lf-font-32 lf-color-black lf-font-bold">在售商品</view> |
|
|
|
<view class="lf-font-24 lf-color-555">查看全部 <u-icon name="arrow-right"></u-icon></view> |
|
|
|
<view class="lf-font-24 lf-color-555">查看全部 <text class="lf-iconfont icon-xiangyou lf-font-24 lf-m-l-10"></text></view> |
|
|
|
</view> |
|
|
|
<view class="lf-row-between lf-p-l-32 lf-p-r-32 lf-p-t-30 lf-p-b-30" style="flex-wrap: wrap;"> |
|
|
|
<view class="goods-rom" v-for="(item,index) of list" :key="index"> |
|
|
|
@ -67,7 +67,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view class="lf-p-r-32 lf-p-t-30 lf-p-b-30" v-else> |
|
|
|
<view class="lf-p-t-30 lf-p-b-30" v-else> |
|
|
|
<view class="lf-m-b-30 lf-flex lf-w-100"> |
|
|
|
<u-icon name="search" class="search-icon"></u-icon> |
|
|
|
<input class="rom-search" type="text" placeholder="请输入商品名称" /> |
|
|
|
@ -458,9 +458,10 @@ |
|
|
|
margin-right: 15rpx; |
|
|
|
} |
|
|
|
.shop-function { |
|
|
|
width: 60rpx; |
|
|
|
height: 60rpx; |
|
|
|
width: 80rpx; |
|
|
|
height: 80rpx; |
|
|
|
border-radius: 50%; |
|
|
|
font-size: 40rpx; |
|
|
|
} |
|
|
|
.function-total { |
|
|
|
display: flex; |
|
|
|
@ -495,10 +496,14 @@ |
|
|
|
font-size: 28rpx!important; |
|
|
|
} |
|
|
|
|
|
|
|
/deep/.special_tab .u-tab-item:nth-child(4n) { |
|
|
|
font-size: 48rpx!important; |
|
|
|
color: red; |
|
|
|
} |
|
|
|
|
|
|
|
//价格筛选伪类 |
|
|
|
// /deep/.special_tab .u-tab-item:nth-child(4n) ::after{ |
|
|
|
// font-size: 48rpx!important; |
|
|
|
// content: ''; |
|
|
|
|
|
|
|
// color: red; |
|
|
|
// } |
|
|
|
|
|
|
|
// loading加载 |
|
|
|
.loading-more { |
|
|
|
|