Files
2025-04-30 14:04:34 +08:00

479 lines
21 KiB
Vue
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<view class="page" :style="themeColor">
<view class="flex align-stretch benben-position-layout flex myCollection_flex_0" :style="{height:(88+StatusBarRpx)+'rpx',paddingTop:StatusBarRpx+'rpx'}">
<view class='flex align-center justify-between flex-sub myCollection_fd0_0' >
<view class='flex align-center myCollection_fd0_0_c0' @tap.stop="handleJumpDiy" data-type="back" data-url="1" >
<text class='fu-iconfont2 myCollection_fd0_0_c0_c0' >&#xE794;</text>
</view>
<view class='flex align-center' >
<text class='myCollection_fd0_0_c1_c0' >我的收藏</text>
</view>
<view class='flex align-center justify-end myCollection_fd0_0_c2' @tap.stop="switchTypeFunc()" >
<text class='myCollection_fd0_0_c2_c0' v-if= "status=='1'" >编辑</text><text class='myCollection_fd0_0_c2_c0_1' v-if= "status=='2'" >完成</text>
</view>
</view>
</view>
<view :style="{height: (88+StatusBarRpx)+'rpx'}" ></view>
<!---flex布局flex布局开始-->
<view class="flex flex-direction flex-wrap align-stretch benben-flex-layout myCollection_flex_1" v-if= "status=='1'" >
<view class='flex flex-wrap align-center myCollection_fd1_0' >
<image class='myCollection_fd1_0_c0' mode="aspectFit" :src='STATIC_URL+"159.png"'></image>
<view class='flex flex-direction flex-wrap align-stretch flex-sub' >
<text class='myCollection_fd1_0_c1_c0' >嘉和一品粥国展店</text>
<view class='flex flex-wrap align-center myCollection_fd1_0_c1_c1' >
<image class='myCollection_fd1_0_c1_c1_c0' mode="aspectFit" :src='STATIC_URL+"31.png"'></image>
<text class='myCollection_fd1_0_c1_c1_c1' >4.8</text>
<text class='myCollection_fd1_0_c1_c1_c2' ></text>
<text class='myCollection_fd1_0_c1_c1_c3' >月售</text>
<text class='myCollection_fd1_0_c1_c1_c4' >234</text>
</view>
<view class='flex flex-wrap align-center' >
<text class='myCollection_fd1_0_c1_c2_c0' >起送</text>
<text class='myCollection_fd1_0_c1_c2_c1' >¥</text>
<text class='myCollection_fd1_0_c1_c2_c2' >20</text>
<text class='myCollection_fd1_0_c1_c2_c3' >40</text>
<text class='myCollection_fd1_0_c1_c2_c4' >分钟</text>
<text class='myCollection_fd1_0_c1_c2_c5' >2.3</text>
<text class='myCollection_fd1_0_c1_c2_c6' >km</text>
</view>
<view class='flex flex-wrap align-center self-center justify-center myCollection_fd1_0_c1_c3' >
<text class='myCollection_fd1_0_c1_c3_c0' >返利</text>
<text class='myCollection_fd1_0_c1_c3_c1' >20</text>
<text class='myCollection_fd1_0_c1_c3_c2' >%</text>
</view>
</view>
</view>
</view>
<!---flex布局flex布局结束-->
<!---flex布局flex布局开始-->
<view class="flex flex-direction flex-wrap align-stretch benben-flex-layout myCollection_flex_2" v-if= "status=='2'" >
<benben-select-diy ref="showSelectPopup1661497105968" class-name='flex flex-direction align-stretch flex' :items.sync="type" v-model="id" :select-all.sync="selectAll" default-type="value" default-label="name" :allow-cancel='true' type="checkbox" :disabled='false' >
<template v-for = '(item,key0) in type'>
<view v-if="item.isSelected" class='flex align-center flex myCollection_fd2_0_c0' :key="key0" @tap="$refs.showSelectPopup1661497105968.tapHandle(key0)" >
<image class='myCollection_fd2_0_c0_c0' mode="aspectFit" :src='STATIC_URL+"33.png"'></image>
<view class='flex flex-wrap align-center myCollection_fd2_0_c0_c1' >
<image class='myCollection_fd2_0_c0_c1_c0' mode="aspectFit" :src='STATIC_URL+"159.png"'></image>
<view class='flex flex-direction flex-wrap align-stretch flex-sub' >
<text class='myCollection_fd2_0_c0_c1_c1_c0' >嘉和一品粥国展店</text>
<view class='flex flex-wrap align-center myCollection_fd2_0_c0_c1_c1_c1' >
<image class='myCollection_fd2_0_c0_c1_c1_c1_c0' mode="aspectFit" :src='STATIC_URL+"31.png"'></image>
<text class='myCollection_fd2_0_c0_c1_c1_c1_c1' >4.8</text>
<text class='myCollection_fd2_0_c0_c1_c1_c1_c2' ></text>
<text class='myCollection_fd2_0_c0_c1_c1_c1_c3' >月售</text>
<text class='myCollection_fd2_0_c0_c1_c1_c1_c4' >234</text>
</view>
<view class='flex flex-wrap align-center' >
<text class='myCollection_fd2_0_c0_c1_c1_c2_c0' >起送</text>
<text class='myCollection_fd2_0_c0_c1_c1_c2_c1' >¥</text>
<text class='myCollection_fd2_0_c0_c1_c1_c2_c2' >20</text>
<text class='myCollection_fd2_0_c0_c1_c1_c2_c3' >40</text>
<text class='myCollection_fd2_0_c0_c1_c1_c2_c4' >分钟</text>
<text class='myCollection_fd2_0_c0_c1_c1_c2_c5' >2.3</text>
<text class='myCollection_fd2_0_c0_c1_c1_c2_c6' >km</text>
</view>
<view class='flex flex-wrap align-center self-center justify-center myCollection_fd2_0_c0_c1_c1_c3' >
<text class='myCollection_fd2_0_c0_c1_c1_c3_c0' >返利</text>
<text class='myCollection_fd2_0_c0_c1_c1_c3_c1' >20</text>
<text class='myCollection_fd2_0_c0_c1_c1_c3_c2' >%</text>
</view>
</view>
</view>
</view> <view v-else class='flex align-center flex myCollection_fd2_0_c1' :key="key0" @tap="$refs.showSelectPopup1661497105968.tapHandle(key0)" >
<image class='myCollection_fd2_0_c1_c0' mode="aspectFit" :src='STATIC_URL+"160.png"'></image>
<view class='flex flex-wrap align-center myCollection_fd2_0_c1_c1' >
<image class='myCollection_fd2_0_c1_c1_c0' mode="aspectFit" :src='STATIC_URL+"159.png"'></image>
<view class='flex flex-direction flex-wrap align-stretch flex-sub' >
<text class='myCollection_fd2_0_c1_c1_c1_c0' >嘉和一品粥国展店</text>
<view class='flex flex-wrap align-center myCollection_fd2_0_c1_c1_c1_c1' >
<image class='myCollection_fd2_0_c1_c1_c1_c1_c0' mode="aspectFit" :src='STATIC_URL+"31.png"'></image>
<text class='myCollection_fd2_0_c1_c1_c1_c1_c1' >4.8</text>
<text class='myCollection_fd2_0_c1_c1_c1_c1_c2' ></text>
<text class='myCollection_fd2_0_c1_c1_c1_c1_c3' >月售</text>
<text class='myCollection_fd2_0_c1_c1_c1_c1_c4' >234</text>
</view>
<view class='flex flex-wrap align-center' >
<text class='myCollection_fd2_0_c1_c1_c1_c2_c0' >起送</text>
<text class='myCollection_fd2_0_c1_c1_c1_c2_c1' >¥</text>
<text class='myCollection_fd2_0_c1_c1_c1_c2_c2' >20</text>
<text class='myCollection_fd2_0_c1_c1_c1_c2_c3' >40</text>
<text class='myCollection_fd2_0_c1_c1_c1_c2_c4' >分钟</text>
<text class='myCollection_fd2_0_c1_c1_c1_c2_c5' >2.3</text>
<text class='myCollection_fd2_0_c1_c1_c1_c2_c6' >km</text>
</view>
<view class='flex flex-wrap align-center self-center justify-center myCollection_fd2_0_c1_c1_c1_c3' >
<text class='myCollection_fd2_0_c1_c1_c1_c3_c0' >返利</text>
<text class='myCollection_fd2_0_c1_c1_c1_c3_c1' >20</text>
<text class='myCollection_fd2_0_c1_c1_c1_c3_c2' >%</text>
</view>
</view>
</view>
</view></template></benben-select-diy>
</view>
<!---flex布局flex布局结束-->
<view class="flex benben-position-layout flex flex-wrap align-center myCollection_flex_3" v-if= "status=='2'" >
<benben-flex-switch-new class-name='flex flex myCollection_fd3_0' v-model="selectAll" :disabled='false' @change="$refs.showSelectPopup1661497105968.checkAll()" >
<template v-slot:checked>
<view class='flex flex position-relative align-center' >
<image class='myCollection_checkfd3_0_c0_c0' mode="aspectFit" :src='STATIC_URL+"33.png"'></image>
</view>
</template>
<template v-slot:unchecked>
<view class='flex flex position-relative justify-end align-center' >
<image class='myCollection_noCheckfd3_0_c1_c0' mode="aspectFit" :src='STATIC_URL+"160.png"'></image>
</view>
</template>
</benben-flex-switch-new>
<text class='myCollection_fd3_1' >全选</text>
<button class='myCollection_fd3_2' @tap.stop="popupShow1684466367825=true" >删除</button>
</view>
<view :style="{height: '100rpx'}" v-if= "status=='2'" ></view>
<benben-popup v-model="popupShow1684466367825" :mask="true" mode='center'>
<!---删除收藏flex布局开始-->
<view class="flex flex-direction flex-wrap align-center myCollection_flex_4" @tap.stop="popupShow1650940432200=true">
<text class='myCollection_fd4_0' >提示</text>
<text class='myCollection_fd4_1' >确定要删除所选收藏吗</text>
<view class='flex flex-wrap align-center myCollection_fd4_2' >
<button class='myCollection_fd4_2_c0' @tap.stop="popupShow1684466367825=false" >取消</button>
<button class='myCollection_fd4_2_c1' >确定</button>
</view>
</view>
<!---删除收藏flex布局结束-->
</benben-popup>
</view>
</template>
<script>
export default {
components:{},
data(){
return {"popupShow1684466367825":false,"type":[{"name":"1","value":"1","image":""},{"name":"2","value":"2","image":""},{"name":"3","value":"3","image":""}],"id":"","selectAll":false,"status":"1"};
},
computed:{
themeColor() {
return this.$store.getters.themeColor
},
},
watch:{},
onLoad(options){
},
onUnload() {
},
onReady(){
},
onShow(){
},
onHide(){
},
onResize(){
},
onPullDownRefresh(){
},
onReachBottom(e){
},
onPageScroll(e){
},
methods:{
//切换编辑状态
switchTypeFunc(){
if(this.status=='1'){
this.status = '2';
return
}
if(this.status=='2'){
this.status = '1';
return
}
}
}
};
</script>
<style lang="scss" scoped>
.page{
width: 100vw;
overflow-x: hidden;
min-height: calc(100vh - var(--window-bottom));
background:#F8F8F8;background-size: 100% auto !important;
}
.myCollection_flex_0{
background:#fff;width:750rpx;height:88rpx;overflow:hidden;z-index:10;top:0rpx;background-size:100% auto !important;
}
.myCollection_fd0_0_c2_c0_1{
font-size:32rpx;font-weight:400;color:#333;
}
.myCollection_fd0_0_c2_c0{
font-size:32rpx;font-weight:400;color:#333;
}
.myCollection_fd0_0_c2{
width:180rpx;
}
.myCollection_fd0_0_c1_c0{
font-size:36rpx;font-weight:500;color:#333;
}
.myCollection_fd0_0_c0_c0{
font-size:32rpx;font-weight:500;color:#333;
}
.myCollection_fd0_0_c0{
width:180rpx;
}
.myCollection_fd0_0{
padding:0rpx 32rpx 0rpx 32rpx;line-height:88rpx;
}
.myCollection_flex_1{
padding:24rpx 32rpx 0rpx 32rpx;
}
.myCollection_fd1_0_c1_c3_c2{
color:#F54848;font-size:20rpx;font-weight:400;line-height:39rpx;
}
.myCollection_fd1_0_c1_c3_c1{
color:#F54848;font-size:20rpx;font-weight:400;line-height:39rpx;
}
.myCollection_fd1_0_c1_c3_c0{
color:#F54848;font-size:20rpx;font-weight:400;line-height:39rpx;
}
.myCollection_fd1_0_c1_c3{
background:url(https://lvtai-files.oss-cn-beijing.aliyuncs.com/mini/32.png) no-repeat ,rgba(255, 255, 255, 1);width:117rpx;height:39rpx;background-size:100% auto !important;margin:12rpx 0rpx 0rpx 0rpx;
}
.myCollection_fd1_0_c1_c2_c6{
font-size:24rpx;font-weight:400;color:#999999;line-height:24rpx;
}
.myCollection_fd1_0_c1_c2_c5{
font-size:24rpx;font-weight:400;color:#999999;line-height:24rpx;
}
.myCollection_fd1_0_c1_c2_c4{
font-size:24rpx;font-weight:400;color:#999999;margin:0rpx 16rpx 0rpx 0rpx;line-height:24rpx;
}
.myCollection_fd1_0_c1_c2_c3{
font-size:24rpx;font-weight:400;color:#999999;margin:0rpx 0rpx 0rpx auto;line-height:24rpx;
}
.myCollection_fd1_0_c1_c2_c2{
font-size:24rpx;font-weight:400;color:#999999;margin:0rpx 16rpx 0rpx 0rpx;line-height:24rpx;
}
.myCollection_fd1_0_c1_c2_c1{
font-size:24rpx;font-weight:400;color:#999999;line-height:24rpx;
}
.myCollection_fd1_0_c1_c2_c0{
font-size:24rpx;font-weight:400;color:#999999;line-height:24rpx;
}
.myCollection_fd1_0_c1_c1_c4{
font-size:24rpx;font-weight:400;color:#333333;margin:0rpx 16rpx 0rpx 0rpx;line-height:50rpx;
}
.myCollection_fd1_0_c1_c1_c3{
font-size:24rpx;font-weight:400;color:#333333;line-height:50rpx;
}
.myCollection_fd1_0_c1_c1_c2{
font-size:28rpx;font-weight:700;color:#FF9D00;margin:0rpx 16rpx 0rpx 0rpx;line-height:50rpx;
}
.myCollection_fd1_0_c1_c1_c1{
font-size:28rpx;font-weight:700;color:#FF9D00;margin:0rpx 4rpx 0rpx 0rpx;line-height:50rpx;
}
.myCollection_fd1_0_c1_c1_c0{
width:20rpx;height:20rpx;border-radius:0rpx 0rpx 0rpx 0rpx;margin:0rpx 4rpx 0rpx 0rpx;
}
.myCollection_fd1_0_c1_c1{
line-height:50rpx;margin:0rpx 0rpx 11rpx 0rpx;
}
.myCollection_fd1_0_c1_c0{
font-size:32rpx;font-weight:500;color:#333333;margin:0rpx 0rpx 8rpx 0rpx;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;line-height:32rpx;
}
.myCollection_fd1_0_c0{
width:180rpx;height:180rpx;border-radius:16rpx 16rpx 16rpx 16rpx;margin:0rpx 24rpx 0rpx 0rpx;
}
.myCollection_fd1_0{
background:#fff;background-size:100% auto !important;border-radius:16rpx 16rpx 16rpx 16rpx;padding:24rpx 24rpx 24rpx 24rpx;margin:0rpx 0rpx 24rpx 0rpx;
}
.myCollection_flex_2{
padding:24rpx 32rpx 0rpx 32rpx;
}
.myCollection_fd2_0_c1_c1_c1_c3_c2{
color:#F54848;font-size:20rpx;font-weight:400;line-height:39rpx;
}
.myCollection_fd2_0_c1_c1_c1_c3_c1{
color:#F54848;font-size:20rpx;font-weight:400;line-height:39rpx;
}
.myCollection_fd2_0_c1_c1_c1_c3_c0{
color:#F54848;font-size:20rpx;font-weight:400;line-height:39rpx;
}
.myCollection_fd2_0_c1_c1_c1_c3{
background:url(https://lvtai-files.oss-cn-beijing.aliyuncs.com/mini/32.png) no-repeat ,rgba(255, 255, 255, 1);width:117rpx;height:39rpx;background-size:100% auto !important;margin:12rpx 0rpx 0rpx 0rpx;
}
.myCollection_fd2_0_c1_c1_c1_c2_c6{
font-size:24rpx;font-weight:400;color:#999999;line-height:24rpx;
}
.myCollection_fd2_0_c1_c1_c1_c2_c5{
font-size:24rpx;font-weight:400;color:#999999;line-height:24rpx;
}
.myCollection_fd2_0_c1_c1_c1_c2_c4{
font-size:24rpx;font-weight:400;color:#999999;margin:0rpx 16rpx 0rpx 0rpx;line-height:24rpx;
}
.myCollection_fd2_0_c1_c1_c1_c2_c3{
font-size:24rpx;font-weight:400;color:#999999;margin:0rpx 0rpx 0rpx auto;line-height:24rpx;
}
.myCollection_fd2_0_c1_c1_c1_c2_c2{
font-size:24rpx;font-weight:400;color:#999999;margin:0rpx 16rpx 0rpx 0rpx;line-height:24rpx;
}
.myCollection_fd2_0_c1_c1_c1_c2_c1{
font-size:24rpx;font-weight:400;color:#999999;line-height:24rpx;
}
.myCollection_fd2_0_c1_c1_c1_c2_c0{
font-size:24rpx;font-weight:400;color:#999999;line-height:24rpx;
}
.myCollection_fd2_0_c1_c1_c1_c1_c4{
font-size:24rpx;font-weight:400;color:#333333;margin:0rpx 16rpx 0rpx 0rpx;line-height:50rpx;
}
.myCollection_fd2_0_c1_c1_c1_c1_c3{
font-size:24rpx;font-weight:400;color:#333333;line-height:50rpx;
}
.myCollection_fd2_0_c1_c1_c1_c1_c2{
font-size:28rpx;font-weight:700;color:#FF9D00;margin:0rpx 16rpx 0rpx 0rpx;line-height:50rpx;
}
.myCollection_fd2_0_c1_c1_c1_c1_c1{
font-size:28rpx;font-weight:700;color:#FF9D00;margin:0rpx 4rpx 0rpx 0rpx;line-height:50rpx;
}
.myCollection_fd2_0_c1_c1_c1_c1_c0{
width:20rpx;height:20rpx;border-radius:0rpx 0rpx 0rpx 0rpx;margin:0rpx 4rpx 0rpx 0rpx;
}
.myCollection_fd2_0_c1_c1_c1_c1{
line-height:50rpx;margin:0rpx 0rpx 11rpx 0rpx;
}
.myCollection_fd2_0_c1_c1_c1_c0{
font-size:32rpx;font-weight:500;color:#333333;margin:0rpx 0rpx 8rpx 0rpx;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;line-height:32rpx;
}
.myCollection_fd2_0_c1_c1_c0{
width:180rpx;height:180rpx;border-radius:16rpx 16rpx 16rpx 16rpx;margin:0rpx 24rpx 0rpx 0rpx;
}
.myCollection_fd2_0_c1_c1{
background:#fff;background-size:100% auto !important;border-radius:16rpx 16rpx 16rpx 16rpx;padding:24rpx 24rpx 24rpx 24rpx;width:686rpx;
}
.myCollection_fd2_0_c1_c0{
width:36rpx;height:36rpx;border-radius:0rpx 0rpx 0rpx 0rpx;margin:0rpx 32rpx 0rpx 0rpx;
}
.myCollection_fd2_0_c1{
margin:0rpx 0rpx 24rpx 0rpx;
}
.myCollection_fd2_0_c0_c1_c1_c3_c2{
color:#F54848;font-size:20rpx;font-weight:400;line-height:39rpx;
}
.myCollection_fd2_0_c0_c1_c1_c3_c1{
color:#F54848;font-size:20rpx;font-weight:400;line-height:39rpx;
}
.myCollection_fd2_0_c0_c1_c1_c3_c0{
color:#F54848;font-size:20rpx;font-weight:400;line-height:39rpx;
}
.myCollection_fd2_0_c0_c1_c1_c3{
background:url(https://lvtai-files.oss-cn-beijing.aliyuncs.com/mini/32.png) no-repeat ,rgba(255, 255, 255, 1);width:117rpx;height:39rpx;background-size:100% auto !important;margin:12rpx 0rpx 0rpx 0rpx;
}
.myCollection_fd2_0_c0_c1_c1_c2_c6{
font-size:24rpx;font-weight:400;color:#999999;line-height:24rpx;
}
.myCollection_fd2_0_c0_c1_c1_c2_c5{
font-size:24rpx;font-weight:400;color:#999999;line-height:24rpx;
}
.myCollection_fd2_0_c0_c1_c1_c2_c4{
font-size:24rpx;font-weight:400;color:#999999;margin:0rpx 16rpx 0rpx 0rpx;line-height:24rpx;
}
.myCollection_fd2_0_c0_c1_c1_c2_c3{
font-size:24rpx;font-weight:400;color:#999999;margin:0rpx 0rpx 0rpx auto;line-height:24rpx;
}
.myCollection_fd2_0_c0_c1_c1_c2_c2{
font-size:24rpx;font-weight:400;color:#999999;margin:0rpx 16rpx 0rpx 0rpx;line-height:24rpx;
}
.myCollection_fd2_0_c0_c1_c1_c2_c1{
font-size:24rpx;font-weight:400;color:#999999;line-height:24rpx;
}
.myCollection_fd2_0_c0_c1_c1_c2_c0{
font-size:24rpx;font-weight:400;color:#999999;line-height:24rpx;
}
.myCollection_fd2_0_c0_c1_c1_c1_c4{
font-size:24rpx;font-weight:400;color:#333333;margin:0rpx 16rpx 0rpx 0rpx;line-height:50rpx;
}
.myCollection_fd2_0_c0_c1_c1_c1_c3{
font-size:24rpx;font-weight:400;color:#333333;line-height:50rpx;
}
.myCollection_fd2_0_c0_c1_c1_c1_c2{
font-size:28rpx;font-weight:700;color:#FF9D00;margin:0rpx 16rpx 0rpx 0rpx;line-height:50rpx;
}
.myCollection_fd2_0_c0_c1_c1_c1_c1{
font-size:28rpx;font-weight:700;color:#FF9D00;margin:0rpx 4rpx 0rpx 0rpx;line-height:50rpx;
}
.myCollection_fd2_0_c0_c1_c1_c1_c0{
width:20rpx;height:20rpx;border-radius:0rpx 0rpx 0rpx 0rpx;margin:0rpx 4rpx 0rpx 0rpx;
}
.myCollection_fd2_0_c0_c1_c1_c1{
line-height:50rpx;margin:0rpx 0rpx 11rpx 0rpx;
}
.myCollection_fd2_0_c0_c1_c1_c0{
font-size:32rpx;font-weight:500;color:#333333;margin:0rpx 0rpx 8rpx 0rpx;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;line-height:32rpx;
}
.myCollection_fd2_0_c0_c1_c0{
width:180rpx;height:180rpx;border-radius:16rpx 16rpx 16rpx 16rpx;margin:0rpx 24rpx 0rpx 0rpx;
}
.myCollection_fd2_0_c0_c1{
background:#fff;background-size:100% auto !important;border-radius:16rpx 16rpx 16rpx 16rpx;padding:24rpx 24rpx 24rpx 24rpx;width:686rpx;
}
.myCollection_fd2_0_c0_c0{
width:36rpx;height:36rpx;border-radius:0rpx 0rpx 0rpx 0rpx;margin:0rpx 32rpx 0rpx 0rpx;
}
.myCollection_fd2_0_c0{
margin:0rpx 0rpx 24rpx 0rpx;
}
.myCollection_flex_3{
background:#fff;width:750rpx;height:100rpx;overflow:hidden;z-index:10;bottom:calc(0rpx + var(--window-bottom));background-size:100% auto !important;
}
.myCollection_fd3_2{
background:#F6F6F6;border-radius:50rpx 50rpx 50rpx 50rpx;font-size:24rpx;color:#333;margin:0rpx 24rpx 0rpx auto;width:170rpx;height:60rpx;line-height:60rpx;font-weight:400;
}
.myCollection_fd3_1{
margin:0rpx 0rpx 0rpx 16rpx;font-size:28rpx;font-weight:400;color:#333;
}
.myCollection_noCheckfd3_0_c1_c0{
border-radius:24rpx 24rpx 24rpx 24rpx;width:36rpx;height:36rpx;
}
.myCollection_checkfd3_0_c0_c0{
width:36rpx;height:36rpx;border-radius:24rpx 24rpx 24rpx 24rpx;
}
::v-deep .myCollection_fd3_0{
margin:0rpx 0rpx 0rpx 32rpx;
}
.myCollection_flex_4{
background:#fff;width:540rpx;border-radius:16rpx 16rpx 16rpx 16rpx;
}
.myCollection_fd4_2_c1{
border-top:1px solid #eee;border-left:1px solid #eee;background:#fff;line-height:110rpx;border-radius:0rpx 0rpx 16rpx 0rpx;font-size:32rpx;color:rgba(0, 178, 17, 1);width:270rpx;
}
.myCollection_fd4_2_c0{
border-top:1px solid #eee;background:#fff;line-height:110rpx;border-radius:0rpx 0rpx 0rpx 16rpx;font-size:32rpx;color:rgba(153, 153, 153, 1);padding:0rpx 103rpx 0rpx 103rpx;
}
.myCollection_fd4_2{
margin:37rpx 0rpx 0rpx 0rpx;
}
.myCollection_fd4_1{
line-height:44rpx;font-size:32rpx;font-weight:500;color:#333333;
}
.myCollection_fd4_0{
font-size:36rpx;font-weight:800;line-height:44rpx;color:#333333;margin:40rpx 0rpx 40rpx 0rpx;
}
</style>