Files
wangxiaowei f03e2ae769 修改页面
2025-07-08 13:41:07 +08:00

3638 lines
80 KiB
Vue
Raw 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 benben-position-layout flex flex-wrap align-center myOrder_flex_0"
:style="{height:(88+StatusBarRpx)+'rpx',paddingTop:StatusBarRpx+'rpx'}">
<view class='flex flex-wrap align-center justify-between flex-sub myOrder_fd0_0'>
<view class='flex flex-wrap align-stretch justify-center flex-sub'>
<text class='myOrder_fd0_0_c0_c0'>我的订单</text>
</view>
</view>
</view>
<view :style="{height: (88+StatusBarRpx)+'rpx'}"></view>
<!---tabs标题flex布局开始-->
<block v-if="token">
<view class="flex benben-flex-layout flex-wrap align-center" style="position: fixed; width: 100%; background: #fff; z-index: 11;" :style="{top:(88+StatusBarRpx)+'rpx'}">
<view>
<benben-flex-tabs class-name='myOrder_benbenTabsfd1_0' v-model="tabls" ref="benben_tabsfd1_0"
select-mark="benben_tabsfd1_0" key="benben_tabsfd1_0" :open-title-type='false' :open-sticky='false' :top='0'
:is-show-content='false' :scrollspy='false' :tabs-info.sync="tabsInfofd1_0">
<scroll-view @scroll="tabsInfofd1_0.scrollX = $event.detail.scrollLeft" id="benben_tabsfd1_0"
class="benben-tabs" style="width:750rpx" :scroll-x="true" :scroll-left.sync="tabsInfofd1_0.moveX"
scroll-with-animation="all .3s ease">
<view class="benben-tabs-content" id="benben_tabsfd1_0-content">
<view id="benben_tabsfd1_0-title" class="benben-tabs-title flex flex align-center justify-around">
<view
:class="{ 'checkTitlefd1_0': tabls == '0', 'flex flex-wrap align-center myOrder_titlefd1_0_c3': true }"
@tap="tabClick(0)" :id="`benben_tabsfd1_0-title-item-${'0'}`">
<text>全部</text>
<text v-if="detailsnum && detailsnum.total > 0">({{detailsnum.total}})</text>
</view>
<view
:class="{ 'checkTitlefd1_0': tabls == '1', 'flex flex-wrap align-center myOrder_titlefd1_0_c4': true }"
@tap="tabClick(1)" :id="`benben_tabsfd1_0-title-item-${'1'}`">
<text>待付款</text>
<text v-if="detailsnum && detailsnum.pending_payment > 0">({{detailsnum.pending_payment}})</text>
</view>
<view
:class="{ 'checkTitlefd1_0': tabls == '2', 'flex flex-wrap align-center myOrder_titlefd1_0_c5': true }"
@tap="tabClick(2)" :id="`benben_tabsfd1_0-title-item-${'2'}`">
<text>待接单</text>
<text v-if="detailsnum && detailsnum.pending_orders > 0">({{detailsnum.pending_orders}})</text>
</view>
<view
:class="{ 'checkTitlefd1_0': tabls == '3', 'flex flex-wrap align-center myOrder_titlefd1_0_c6': true }"
@tap="tabClick(3)" :id="`benben_tabsfd1_0-title-item-${'3'}`">
<text>进行中</text>
<text v-if="detailsnum && detailsnum.under_way > 0">({{detailsnum.under_way}})</text>
</view>
<view
:class="{ 'checkTitlefd1_0': tabls == '4', 'flex flex-wrap align-center myOrder_titlefd1_0_c7': true }"
@tap="tabClick(4)" :id="`benben_tabsfd1_0-title-item-${'4'}`">
<text>已完成</text>
<text v-if="detailsnum && detailsnum.to_be_evaluated > 0">({{detailsnum.to_be_evaluated}})</text>
</view>
</view>
<view :style="{ left: tabsInfofd1_0.lineleft, maxWidth: tabsInfofd1_0.lineWidth }"
id="benben_tabsfd1_0-line" class="benben-tabs-line flex benben-flex-tabs-line myOrder_linefd1_0"></view>
</view>
</scroll-view>
</benben-flex-tabs>
</view>
</view>
<view :style="{height: '100rpx'}"></view>
<!---tabs标题flex布局结束-->
<!---flex布局flex布局开始-->
<fu-loading v-if="isShowLoading"></fu-loading>
<view class="flex flex-direction flex-wrap align-stretch benben-flex-layout myOrder_flex_2">
<view class='flex flex-direction flex-wrap align-stretch myOrder_fd2_0' v-for="(item, index) in lists" :key="index" @tap.stop="handleJumpDiy"
data-type="navigateTo" :data-url="`/pages/dd/orderDetails/orderDetails?sn=${item.order_sn}`" >
<view class='flex flex-wrap align-center justify-between myOrder_fd2_0_c0'>
<view class='flex flex-wrap align-center' @tap.stop="handleJumpDiy" data-type="navigateTo"
:data-url="`/pages/dpxq/storeDetails/storeDetails?id=${item.store_id}`">
<image class='myOrder_fd2_0_c0_c0_c0' mode="aspectFill" :src='item.logo'></image>
<text class='myOrder_fd2_0_c0_c0_c1'>{{item.store_name}}</text>
<image class='myOrder_fd2_0_c0_c0_c2' mode="aspectFit" :src='STATIC_URL+"25.png"'></image>
<view class='flex flex-wrap align-center justify-center myOrder_fd2_1_c0_c0_c3' v-if="item.pick_type == 2">
<text class='myOrder_fd2_1_c0_c0_c3_c0'>自提</text>
</view>
</view>
<text class='myOrder_fd2_0_c0_c1'>{{item.status | filterStatus}}</text>
</view>
<view class='flex flex-wrap align-center myOrder_fd2_0_c1'>
<scroll-view class='myOrder_fd2_0_c1_c0' :scroll-x='true' :show-scrollbar='true'>
<view class='benben-scroll-x'>
<view class='flex benben-scroll flex align-center'>
<view class='flex flex-direction flex-wrap align-start myOrder_fd2_0_c1_c0_c0' v-for="(goods, inx) in item.goods_lists" :key="inx">
<image class='myOrder_fd2_0_c1_c0_c0_c0' mode="aspectFill" :src='goods.goods_thumb'></image>
<text class='myOrder_fd2_0_c1_c0_c0_c1'>{{goods.goods_name}}</text>
</view>
</view>
</view>
</scroll-view>
</view>
<view class='flex flex-wrap align-center justify-end myOrder_fd2_0_c2'>
<view class='flex flex-wrap align-center myOrder_fd2_0_c2_c0'>
<text class='myOrder_fd2_0_c2_c0_c0'>共</text>
<text class='myOrder_fd2_0_c2_c0_c1'>{{item.goods_num}}</text>
<text class='myOrder_fd2_0_c2_c0_c2'>件</text>
</view>
<view class='flex flex-wrap align-center'>
<text class='myOrder_fd2_0_c2_c1_c0'>总价:</text>
<text class='myOrder_fd2_0_c2_c1_c1'>¥</text>
<text class='myOrder_fd2_0_c2_c1_c2'>{{item.payable_money}}</text>
</view>
</view>
<view class='flex flex-wrap align-center justify-between' >
<view class='flex flex-wrap align-center justify-center myOrder_fd2_0_c3_c0' v-if="item.status == 0">
<text class='myOrder_fd2_0_c3_c0_c0'>剩余支付时间</text>
<benben-countdown class='' :time-type='true' :count-time="item.surplus_pay_time">
<template #default="{ d, h, i, s }">
<text class='myOrder_fd2_0_c3_c0_c1_c2'>{{h}}</text>
<text class='myOrder_fd2_0_c3_c0_c1_c3'>:</text>
<text class='myOrder_fd2_0_c3_c0_c1_c4'>{{i}}</text>
<text class='myOrder_fd2_0_c3_c0_c1_c5'>:</text>
<text class='myOrder_fd2_0_c3_c0_c1_c6'>{{s}}</text>
<text class='myOrder_fd2_0_c3_c0_c1_c7'></text>
</template>
</benben-countdown>
</view>
<view v-else></view>
<!-- // 订单状态过滤器 status每个值代表的状态
// -1 => '已取消', 0 => '待付款', 1 => '待接单', 2 => '备货中', 3 => '骑手待接单'
// 4 => '待取货', 5 => '待送达', 6 => '待到店自提', 7 => '待评价' 8=> '已完成' -->
<view class='flex flex-wrap align-center'>
<button class='myOrder_fd2_0_c3_c1_c0' v-if="item.status == 0 || (item.status == 1 && item.pick_type == 1)" @tap.stop="cancelOrder(item, index)">取消订单</button>
<button class='myOrder_fd2_0_c3_c1_c0' v-if="item.status == -1 || item.status == 8" @tap.stop="delOrder(item, index)">删除订单</button>
<button class='myOrder_fd2_0_c3_c1_c1' v-if="item.status == 0" @tap.stop="handleJumpDiy" data-type="navigateTo"
:data-url="`/pages/dpxq/immediatePayment/immediatePayment?state=${item.pick_type}&money=${(item.payable_money - 0).toFixed(2)}&time=${item.surplus_pay_time}&sn=${item.order_sn}&score=${item.score_money - 0}&isdeduction=${(item.score_money - 0)>0 ? 1 : 2}`">立即付款</button>
<!-- <button class='myOrder_fd2_0_c3_c1_c1' v-if="item.status == 0" @tap.stop="handleJumpDiy" data-type="navigateTo"
:data-url="`/pages/dpxq/immediatePayment/immediatePayment?state=${item.pick_type}&money=${((item.payable_money - 0) - (item.score_money - 0)).toFixed(2)}&time=${item.surplus_pay_time}&sn=${item.order_sn}&isdeduction=${(item.score_money - 0)>0 ? 1 : 2}`">立即付款</button> -->
<button class='myOrder_fd2_0_c3_c1_c0' v-if="item.status == 2 || item.status == 6" @tap.stop="handleCall(item.service_phone)">联系商家</button>
<button class='myOrder_fd2_0_c3_c1_c1' v-if="item.status == 3 || item.status == 4 || item.status == 5" @tap.stop="handleCall(item.rider_phone)">联系骑手</button>
<button class='myOrder_fd2_0_c3_c1_c1' v-if="item.status == 7" @tap.stop="handleJumpDiy"
data-type="navigateTo" :data-url="`/pages/dpxq/ImmediatEevaluation/ImmediatEevaluation?sn=${item.order_sn}`">去评价</button>
</view>
</view>
</view>
</view>
<!-- 空布局 start -->
<fu-empty-ui v-if="lists.length == 0 && isInit"></fu-empty-ui>
<!-- 空布局 end -->
<!-- 页面加载 start -->
<!-- 页面加载 end -->
<!-- 底部数据加载状态 start-->
<uni-load-more v-if="lists.length > 8" :status="status"></uni-load-more>
<!-- 底部数据加载状态 end-->
</block>
<fu-empty-ui v-if="!token" pagingListNoListDataText='您还没有登录呢'></fu-empty-ui>
<!---flex布局flex布局结束-->
<benben-popup v-model="popupShow1684464863027" :mask="true" mode='center'>
<!---取消订单flex布局开始-->
<view class="flex flex-direction flex-wrap align-center myOrder_flex_3" @tap.stop="popupShow1650940432200=true">
<text class='myOrder_fd3_0'>提示</text>
<text class='myOrder_fd3_1'>确定取消当前订单</text>
<view class='flex flex-wrap align-center myOrder_fd3_2'>
<button class='myOrder_fd3_2_c0' @tap.stop="popupShow1684464863027=false">取消</button>
<button class='myOrder_fd3_2_c1'>确定</button>
</view>
</view>
<!---取消订单flex布局结束-->
</benben-popup>
</view>
</template>
<script>
export default {
components: {},
data() {
return {
"popupShow1684464863027": false,
"fd2_0_c3_c0_c1": 360000,
"fd2_1_c3_c0_c1": 360000,
"tabsInfofd1_0": {
lineleft: '',
lineWidth: '',
moveX: 0,
scrollX: 0,
PageScrollX: 0
},
"tabls": "0",
isShowLoading: false, // 是否显示加载组件 加载中状态
lists: [], // 订单列表
page: 1, // 订单列表页码 表示正在请求哪一页
size: 10, // 订单列表每页多少条数据
status: 'more', // 表示是否有数据可以请求
isInit: false, // 初始化订单
token: '',
detailsnum: ''
};
},
computed: {
themeColor() {
return this.$store.getters.themeColor
},
},
watch: {},
onLoad(options) {
// if (global.token) {
// this.refreshOrderList(true);
// }
// uni.$on('loginSuccess', ()=>{
// this.refreshOrderList(true);
// })
},
onUnload() {
},
onReady() {
},
onShow() {
this.token = global.token || '';
if (global.token) {
this.refreshOrderList(true);
this.getOrderNumber()
} else {
this.detailsnum = ''
}
},
onHide() {
},
onResize() {
},
onPullDownRefresh() {
this.refreshOrderList(true);
},
onReachBottom(e) {
this.getOrderList();
},
onPageScroll(e) {
},
filters: {
// 订单状态过滤器 status每个值代表的状态
// -1 => '已取消', 0 => '待付款', 1 => '待接单', 2 => '备货中', 3 => '骑手待接单'
// 4 => '待取货', 5 => '待送达', 6 => '待到店自提', 7 => '待评价' 8=> '已完成'
filterStatus(val) {
switch (val - 0) {
case 0:
return '待付款';
case 1:
return '商家待接单';
case 2:
return '备货中';
case 3:
return '骑手待接单';
case 4:
return '待取货';
case 5:
return '待送达';
case 6:
return '待到店自提';
case 7:
return '已评价';
case 8:
return '已完成';
case -1:
return '已取消';
case -2:
return '已拒单';
default:
return '';
}
}
},
methods: {
getOrderNumber(){
this.$api.post(global.apiUrls.post6735bb9284e19).then(res => {
if(res.data.code==1){
this.detailsnum = res.data.data
}
})
},
handleCall(phone) {
if (!phone) return this.$message.info('暂无联系电话');
this.callMobile(phone)
// uni.makePhoneCall({
// phoneNumber: phone
// })
},
tabClick(type) {
let index = type;
this.tabls = index;
this.refreshOrderList(true);
},
/**
* @description 删除订单
* @param {Object} item = 当前订单项对象
* @param {Number} index = 当前订单在列表中的索引
*/
delOrder(item, index) {
this.$util.showModal({
title:'提示',
content: '确认删除此订单?',
confirmColor:"#ff9300",
success: res => {
if (res.confirm) {
this.$api
.post(global.apiUrls.postDelOrder, {
order_sn: item.order_sn
})
.then(res => {
let data = res.data;
if (data.code == 1) {
this.$message.info('删除成功');
this.lists.splice(index, 1);
} else {
this.$message.info(data.msg);
}
})
.catch(err => {
console.log('err: ' + JSON.stringify(err));
});
}
}
});
},
/**
* @description 取消订单
* @param {Object} item = 当前订单项对象
* @param {Number} index = 当前订单在列表中的索引
*/
cancelOrder(item, index) {
this.$util.showModal({
title: '提示',
content: '确定取消当前订单?',
confirmColor:"#ff9300",
success: res => {
if (res.confirm) {
this.$api
.post(global.apiUrls.postCancelOrder, {
order_sn: item.order_sn
})
.then(res => {
let data = res.data;
this.$message.info(data.msg);
if (data.code == 1) {
this.refreshOrderList(true);
}
})
.catch(err => {
console.log('err: ' + JSON.stringify(err));
});
}
}
});
},
/**
* @description 重置列表
* @param {string} value
* */
refreshOrderList(value) {
this.page = 1;
this.status = 'more';
this.lists = [];
this.isInit = false;
if (value) {
this.getOrderList(true);
} else {
this.getOrderList();
}
},
/**
* @description 获取列表
* @param {Boolean} value = 是否需要展示加载动画
*/
getOrderList(value) {
if (this.status != 'more') return;
this.status = 'loading';
let data = {
status: this.tabls == 0 ? '999' : this.tabls,
page: this.page,
list_rows: this.size,
};
// console.log('请求的数据', data);
if (this.page == 1 && value) {
this.isShowLoading = true;
}
this.$api
.post(global.apiUrls.getOrderList, data)
.then(res => {
console.log('订单列表', res);
this.isShowLoading = false;
if (res.data.code == 1) {
var curPageData = res.data.data.data;
if (this.page == 1) this.lists = [];
this.lists = this.lists.concat(curPageData);
console.log('上拉加载', curPageData.length, this.size);
if (curPageData.length >= this.size) {
this.status = 'more';
this.page++;
} else {
this.status = 'noMore';
}
} else {
this.$message.info(res.data.msg);
}
this.isInit = true;
uni.stopPullDownRefresh();
})
.catch(err => {
this.isShowLoading = false;
uni.stopPullDownRefresh();
});
},
}
};
</script>
<style lang="scss" scoped>
.page {
width: 100vw;
overflow-x: hidden;
min-height: calc(100vh - var(--window-bottom));
background: rgba(246, 247, 249, 1);
background-size: 100% auto !important;
}
.myOrder_flex_0 {
background: #fff;
width: 750rpx;
height: 88rpx;
overflow: hidden;
z-index: 10;
top: 0rpx;
background-size: 100% auto !important;
}
.myOrder_fd0_0_c0_c0 {
font-size: 36rpx;
font-weight: 500;
color: #333;
line-height: 88rpx;
}
.myOrder_fd0_0 {
margin: 0rpx 32rpx 0rpx 32rpx;
}
.myOrder_bodyfd1_0_c7 {
padding: 24rpx 24rpx 0rpx 24rpx;
}
.myOrder_titlefd1_0_c7 {
font-size: 28rpx;
font-weight: 400;
color: rgba(102, 102, 102, 1);
}
.myOrder_bodyfd1_0_c6 {
padding: 24rpx 24rpx 0rpx 24rpx;
}
.myOrder_titlefd1_0_c6 {
font-size: 28rpx;
font-weight: 400;
color: rgba(102, 102, 102, 1);
}
.myOrder_bodyfd1_0_c5 {
padding: 24rpx 24rpx 0rpx 24rpx;
}
.myOrder_titlefd1_0_c5 {
font-size: 28rpx;
font-weight: 400;
color: rgba(102, 102, 102, 1);
}
.myOrder_bodyfd1_0_c4 {
padding: 24rpx 24rpx 0rpx 24rpx;
}
.myOrder_titlefd1_0_c4 {
font-size: 28rpx;
font-weight: 400;
color: rgba(102, 102, 102, 1);
}
.myOrder_bodyfd1_0_c3 {
padding: 24rpx 24rpx 0rpx 24rpx;
}
.myOrder_titlefd1_0_c3 {
font-size: 28rpx;
font-weight: 400;
color: rgba(102, 102, 102, 1);
}
.myOrder_linefd1_0 {
background: rgba(255, 147, 0, 1);
width: 32rpx;
height: 4rpx;
top: 83rpx;
background-size: 100% auto !important;
border-radius: 100rpx 100rpx 100rpx 100rpx;
}
.checkTitlefd1_0 {
font-weight: 500 !important;
font-size: 28rpx !important;
color: rgba(255, 147, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
}
::v-deep .myOrder_benbenTabsfd1_0 {
background: #fff;
width: 750rpx;
height: 97rpx;
white-space: nowrap;
text-align: center;
font-size: 28rpx;
font-weight: 400;
color: #999999;
}
.myOrder_flex_2 {
padding: 24rpx 24rpx 0rpx 24rpx;
}
.myOrder_fd2_11_c3_c0_c0 {
background: rgba(255, 147, 0, 1);
border-radius: 36rpx 36rpx 36rpx 36rpx;
font-size: 24rpx;
color: rgba(255, 255, 255, 1);
width: 148rpx;
height: 56rpx;
font-weight: 400;
margin: 0rpx 24rpx 0rpx 0rpx;
}
.myOrder_fd2_11_c2_c1_c2 {
color: #FF3434;
font-size: 32rpx;
font-weight: 700;
line-height: 32rpx;
}
.myOrder_fd2_11_c2_c1_c1 {
color: #FF3434;
font-size: 22rpx;
font-weight: 700;
line-height: 27rpx;
}
.myOrder_fd2_11_c2_c1_c0 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_11_c2_c0_c2 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_11_c2_c0_c1 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_11_c2_c0_c0 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_11_c2_c0 {
margin: 0rpx 8rpx 0rpx 0rpx;
}
.myOrder_fd2_11_c2 {
margin: 40rpx 24rpx 40rpx 24rpx;
}
.myOrder_fd2_11_c1_c0_c4_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_11_c1_c0_c4_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_11_c1_c0_c4 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_11_c1_c0_c3_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_11_c1_c0_c3_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_11_c1_c0_c3 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_11_c1_c0_c2_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_11_c1_c0_c2_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_11_c1_c0_c2 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_11_c1_c0_c1_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_11_c1_c0_c1_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_11_c1_c0_c1 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_11_c1_c0_c0_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_11_c1_c0_c0_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_11_c1_c0_c0 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_11_c1_c0 {
touch-action: none;
width: 670rpx;
}
.myOrder_fd2_11_c1 {
margin: 0rpx 0rpx 0rpx 24rpx;
}
.myOrder_fd2_11_c0_c1 {
margin: 0rpx 0rpx 0rpx 8rpx;
font-size: 28rpx;
font-weight: 500;
color: rgba(254, 116, 29, 1);
}
.myOrder_fd2_11_c0_c0_c3_c0 {
color: #FFFFFF;
font-size: 24rpx;
font-weight: 400;
line-height: 40rpx;
}
.myOrder_fd2_11_c0_c0_c3 {
background: rgba(254, 116, 29, 1);
width: 81rpx;
height: 40rpx;
background-size: 100% auto !important;
border-radius: 8rpx 8rpx 8rpx 8rpx;
margin: 0rpx 0rpx 0rpx 8rpx;
}
.myOrder_fd2_11_c0_c0_c2 {
width: 12rpx;
height: 22rpx;
margin: 0rpx 0rpx 0rpx 16rpx;
}
.myOrder_fd2_11_c0_c0_c1 {
margin: 0rpx 0rpx 0rpx 16rpx;
font-size: 32rpx;
font-weight: 500;
color: #333333;
max-width: 450rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
line-height: 32rpx;
}
.myOrder_fd2_11_c0_c0_c0 {
width: 56rpx;
height: 56rpx;
}
.myOrder_fd2_11_c0 {
margin: 0rpx 24rpx 32rpx 24rpx;
}
.myOrder_fd2_11 {
background: rgba(255, 255, 255, 1);
border-radius: 16rpx 16rpx 16rpx 16rpx;
padding: 32rpx 0rpx 32rpx 0rpx;
margin: 0rpx 0rpx 24rpx 0rpx;
background-size: 100% auto !important;
}
.myOrder_fd2_10_c3_c0_c0 {
background: rgba(255, 147, 0, 1);
border-radius: 36rpx 36rpx 36rpx 36rpx;
font-size: 24rpx;
color: rgba(255, 255, 255, 1);
width: 148rpx;
height: 56rpx;
font-weight: 400;
margin: 0rpx 24rpx 0rpx 0rpx;
}
.myOrder_fd2_10_c2_c1_c2 {
color: #FF3434;
font-size: 32rpx;
font-weight: 700;
line-height: 32rpx;
}
.myOrder_fd2_10_c2_c1_c1 {
color: #FF3434;
font-size: 22rpx;
font-weight: 700;
line-height: 27rpx;
}
.myOrder_fd2_10_c2_c1_c0 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_10_c2_c0_c2 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_10_c2_c0_c1 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_10_c2_c0_c0 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_10_c2_c0 {
margin: 0rpx 8rpx 0rpx 0rpx;
}
.myOrder_fd2_10_c2 {
margin: 40rpx 24rpx 40rpx 24rpx;
}
.myOrder_fd2_10_c1_c0_c4_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_10_c1_c0_c4_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_10_c1_c0_c4 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_10_c1_c0_c3_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_10_c1_c0_c3_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_10_c1_c0_c3 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_10_c1_c0_c2_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_10_c1_c0_c2_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_10_c1_c0_c2 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_10_c1_c0_c1_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_10_c1_c0_c1_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_10_c1_c0_c1 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_10_c1_c0_c0_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_10_c1_c0_c0_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_10_c1_c0_c0 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_10_c1_c0 {
touch-action: none;
width: 670rpx;
}
.myOrder_fd2_10_c1 {
margin: 0rpx 0rpx 0rpx 24rpx;
}
.myOrder_fd2_10_c0_c1 {
margin: 0rpx 0rpx 0rpx 8rpx;
font-size: 28rpx;
font-weight: 500;
color: rgba(254, 116, 29, 1);
}
.myOrder_fd2_10_c0_c0_c2 {
width: 12rpx;
height: 22rpx;
margin: 0rpx 0rpx 0rpx 16rpx;
}
.myOrder_fd2_10_c0_c0_c1 {
margin: 0rpx 0rpx 0rpx 16rpx;
font-size: 32rpx;
font-weight: 500;
color: #333333;
max-width: 450rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
line-height: 32rpx;
}
.myOrder_fd2_10_c0_c0_c0 {
width: 56rpx;
height: 56rpx;
}
.myOrder_fd2_10_c0 {
margin: 0rpx 24rpx 32rpx 24rpx;
}
.myOrder_fd2_10 {
background: rgba(255, 255, 255, 1);
border-radius: 16rpx 16rpx 16rpx 16rpx;
padding: 32rpx 0rpx 32rpx 0rpx;
margin: 0rpx 0rpx 24rpx 0rpx;
background-size: 100% auto !important;
}
.myOrder_fd2_9_c3_c0_c0 {
background: rgba(246, 247, 249, 1);
border-radius: 36rpx 36rpx 36rpx 36rpx;
font-size: 24rpx;
color: rgba(51, 51, 51, 1);
width: 148rpx;
height: 56rpx;
font-weight: 400;
margin: 0rpx 24rpx 0rpx 0rpx;
}
.myOrder_fd2_9_c2_c1_c2 {
color: #FF3434;
font-size: 32rpx;
font-weight: 700;
line-height: 32rpx;
}
.myOrder_fd2_9_c2_c1_c1 {
color: #FF3434;
font-size: 22rpx;
font-weight: 700;
line-height: 27rpx;
}
.myOrder_fd2_9_c2_c1_c0 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_9_c2_c0_c2 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_9_c2_c0_c1 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_9_c2_c0_c0 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_9_c2_c0 {
margin: 0rpx 8rpx 0rpx 0rpx;
}
.myOrder_fd2_9_c2 {
margin: 40rpx 24rpx 40rpx 24rpx;
}
.myOrder_fd2_9_c1_c0_c4_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_9_c1_c0_c4_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_9_c1_c0_c4 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_9_c1_c0_c3_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_9_c1_c0_c3_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_9_c1_c0_c3 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_9_c1_c0_c2_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_9_c1_c0_c2_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_9_c1_c0_c2 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_9_c1_c0_c1_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_9_c1_c0_c1_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_9_c1_c0_c1 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_9_c1_c0_c0_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_9_c1_c0_c0_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_9_c1_c0_c0 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_9_c1_c0 {
touch-action: none;
width: 670rpx;
}
.myOrder_fd2_9_c1 {
margin: 0rpx 0rpx 0rpx 24rpx;
}
.myOrder_fd2_9_c0_c1 {
margin: 0rpx 0rpx 0rpx 8rpx;
font-size: 28rpx;
font-weight: 500;
color: rgba(254, 116, 29, 1);
}
.myOrder_fd2_9_c0_c0_c3_c0 {
color: #FFFFFF;
font-size: 24rpx;
font-weight: 400;
line-height: 40rpx;
}
.myOrder_fd2_9_c0_c0_c3 {
background: rgba(254, 116, 29, 1);
width: 81rpx;
height: 40rpx;
background-size: 100% auto !important;
border-radius: 8rpx 8rpx 8rpx 8rpx;
margin: 0rpx 0rpx 0rpx 8rpx;
}
.myOrder_fd2_9_c0_c0_c2 {
width: 12rpx;
height: 22rpx;
margin: 0rpx 0rpx 0rpx 16rpx;
}
.myOrder_fd2_9_c0_c0_c1 {
margin: 0rpx 0rpx 0rpx 16rpx;
font-size: 32rpx;
font-weight: 500;
color: #333333;
max-width: 450rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
line-height: 32rpx;
}
.myOrder_fd2_9_c0_c0_c0 {
width: 56rpx;
height: 56rpx;
}
.myOrder_fd2_9_c0 {
margin: 0rpx 24rpx 32rpx 24rpx;
}
.myOrder_fd2_9 {
background: rgba(255, 255, 255, 1);
border-radius: 16rpx 16rpx 16rpx 16rpx;
padding: 32rpx 0rpx 32rpx 0rpx;
margin: 0rpx 0rpx 24rpx 0rpx;
background-size: 100% auto !important;
}
.myOrder_fd2_8_c3_c0_c0 {
background: rgba(246, 247, 249, 1);
border-radius: 36rpx 36rpx 36rpx 36rpx;
font-size: 24rpx;
color: rgba(51, 51, 51, 1);
width: 148rpx;
height: 56rpx;
font-weight: 400;
margin: 0rpx 24rpx 0rpx 0rpx;
}
.myOrder_fd2_8_c2_c1_c2 {
color: #FF3434;
font-size: 32rpx;
font-weight: 700;
line-height: 32rpx;
}
.myOrder_fd2_8_c2_c1_c1 {
color: #FF3434;
font-size: 22rpx;
font-weight: 700;
line-height: 27rpx;
}
.myOrder_fd2_8_c2_c1_c0 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_8_c2_c0_c2 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_8_c2_c0_c1 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_8_c2_c0_c0 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_8_c2_c0 {
margin: 0rpx 8rpx 0rpx 0rpx;
}
.myOrder_fd2_8_c2 {
margin: 40rpx 24rpx 40rpx 24rpx;
}
.myOrder_fd2_8_c1_c0_c4_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_8_c1_c0_c4_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_8_c1_c0_c4 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_8_c1_c0_c3_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_8_c1_c0_c3_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_8_c1_c0_c3 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_8_c1_c0_c2_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_8_c1_c0_c2_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_8_c1_c0_c2 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_8_c1_c0_c1_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_8_c1_c0_c1_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_8_c1_c0_c1 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_8_c1_c0_c0_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_8_c1_c0_c0_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_8_c1_c0_c0 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_8_c1_c0 {
touch-action: none;
width: 670rpx;
}
.myOrder_fd2_8_c1 {
margin: 0rpx 0rpx 0rpx 24rpx;
}
.myOrder_fd2_8_c0_c1 {
margin: 0rpx 0rpx 0rpx 8rpx;
font-size: 28rpx;
font-weight: 500;
color: rgba(254, 116, 29, 1);
}
.myOrder_fd2_8_c0_c0_c2 {
width: 12rpx;
height: 22rpx;
margin: 0rpx 0rpx 0rpx 16rpx;
}
.myOrder_fd2_8_c0_c0_c1 {
margin: 0rpx 0rpx 0rpx 16rpx;
font-size: 32rpx;
font-weight: 500;
color: #333333;
max-width: 450rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
line-height: 32rpx;
}
.myOrder_fd2_8_c0_c0_c0 {
width: 56rpx;
height: 56rpx;
}
.myOrder_fd2_8_c0 {
margin: 0rpx 24rpx 32rpx 24rpx;
}
.myOrder_fd2_8 {
background: rgba(255, 255, 255, 1);
border-radius: 16rpx 16rpx 16rpx 16rpx;
padding: 32rpx 0rpx 32rpx 0rpx;
margin: 0rpx 0rpx 24rpx 0rpx;
background-size: 100% auto !important;
}
.myOrder_fd2_7_c3_c0_c0 {
background: rgba(246, 247, 249, 1);
border-radius: 36rpx 36rpx 36rpx 36rpx;
font-size: 24rpx;
color: rgba(51, 51, 51, 1);
width: 148rpx;
height: 56rpx;
font-weight: 400;
margin: 0rpx 24rpx 0rpx 0rpx;
}
.myOrder_fd2_7_c2_c1_c2 {
color: #FF3434;
font-size: 32rpx;
font-weight: 700;
line-height: 32rpx;
}
.myOrder_fd2_7_c2_c1_c1 {
color: #FF3434;
font-size: 22rpx;
font-weight: 700;
line-height: 27rpx;
}
.myOrder_fd2_7_c2_c1_c0 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_7_c2_c0_c2 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_7_c2_c0_c1 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_7_c2_c0_c0 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_7_c2_c0 {
margin: 0rpx 8rpx 0rpx 0rpx;
}
.myOrder_fd2_7_c2 {
margin: 40rpx 24rpx 40rpx 24rpx;
}
.myOrder_fd2_7_c1_c0_c4_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_7_c1_c0_c4_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_7_c1_c0_c4 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_7_c1_c0_c3_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_7_c1_c0_c3_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_7_c1_c0_c3 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_7_c1_c0_c2_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_7_c1_c0_c2_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_7_c1_c0_c2 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_7_c1_c0_c1_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_7_c1_c0_c1_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_7_c1_c0_c1 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_7_c1_c0_c0_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_7_c1_c0_c0_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_7_c1_c0_c0 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_7_c1_c0 {
touch-action: none;
width: 670rpx;
}
.myOrder_fd2_7_c1 {
margin: 0rpx 0rpx 0rpx 24rpx;
}
.myOrder_fd2_7_c0_c1 {
margin: 0rpx 0rpx 0rpx 8rpx;
font-size: 28rpx;
font-weight: 500;
color: rgba(254, 116, 29, 1);
}
.myOrder_fd2_7_c0_c0_c2 {
width: 12rpx;
height: 22rpx;
margin: 0rpx 0rpx 0rpx 16rpx;
}
.myOrder_fd2_7_c0_c0_c1 {
margin: 0rpx 0rpx 0rpx 16rpx;
font-size: 32rpx;
font-weight: 500;
color: #333333;
max-width: 450rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
line-height: 32rpx;
}
.myOrder_fd2_7_c0_c0_c0 {
width: 56rpx;
height: 56rpx;
}
.myOrder_fd2_7_c0 {
margin: 0rpx 24rpx 32rpx 24rpx;
}
.myOrder_fd2_7 {
background: rgba(255, 255, 255, 1);
border-radius: 16rpx 16rpx 16rpx 16rpx;
padding: 32rpx 0rpx 32rpx 0rpx;
margin: 0rpx 0rpx 24rpx 0rpx;
background-size: 100% auto !important;
}
.myOrder_fd2_6_c3_c0_c0 {
background: rgba(246, 247, 249, 1);
border-radius: 36rpx 36rpx 36rpx 36rpx;
font-size: 24rpx;
color: rgba(51, 51, 51, 1);
width: 148rpx;
height: 56rpx;
font-weight: 400;
margin: 0rpx 24rpx 0rpx 0rpx;
}
.myOrder_fd2_6_c2_c1_c2 {
color: #FF3434;
font-size: 32rpx;
font-weight: 700;
line-height: 32rpx;
}
.myOrder_fd2_6_c2_c1_c1 {
color: #FF3434;
font-size: 22rpx;
font-weight: 700;
line-height: 27rpx;
}
.myOrder_fd2_6_c2_c1_c0 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_6_c2_c0_c2 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_6_c2_c0_c1 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_6_c2_c0_c0 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_6_c2_c0 {
margin: 0rpx 8rpx 0rpx 0rpx;
}
.myOrder_fd2_6_c2 {
margin: 40rpx 24rpx 40rpx 24rpx;
}
.myOrder_fd2_6_c1_c0_c4_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_6_c1_c0_c4_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_6_c1_c0_c4 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_6_c1_c0_c3_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_6_c1_c0_c3_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_6_c1_c0_c3 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_6_c1_c0_c2_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_6_c1_c0_c2_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_6_c1_c0_c2 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_6_c1_c0_c1_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_6_c1_c0_c1_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_6_c1_c0_c1 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_6_c1_c0_c0_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_6_c1_c0_c0_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_6_c1_c0_c0 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_6_c1_c0 {
touch-action: none;
width: 670rpx;
}
.myOrder_fd2_6_c1 {
margin: 0rpx 0rpx 0rpx 24rpx;
}
.myOrder_fd2_6_c0_c1 {
margin: 0rpx 0rpx 0rpx 8rpx;
font-size: 28rpx;
font-weight: 500;
color: rgba(254, 116, 29, 1);
}
.myOrder_fd2_6_c0_c0_c2 {
width: 12rpx;
height: 22rpx;
margin: 0rpx 0rpx 0rpx 16rpx;
}
.myOrder_fd2_6_c0_c0_c1 {
margin: 0rpx 0rpx 0rpx 16rpx;
font-size: 32rpx;
font-weight: 500;
color: #333333;
max-width: 450rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
line-height: 32rpx;
}
.myOrder_fd2_6_c0_c0_c0 {
width: 56rpx;
height: 56rpx;
}
.myOrder_fd2_6_c0 {
margin: 0rpx 24rpx 32rpx 24rpx;
}
.myOrder_fd2_6 {
background: rgba(255, 255, 255, 1);
border-radius: 16rpx 16rpx 16rpx 16rpx;
padding: 32rpx 0rpx 32rpx 0rpx;
margin: 0rpx 0rpx 24rpx 0rpx;
background-size: 100% auto !important;
}
.myOrder_fd2_5_c3_c0_c0 {
background: rgba(246, 247, 249, 1);
border-radius: 36rpx 36rpx 36rpx 36rpx;
font-size: 24rpx;
color: rgba(51, 51, 51, 1);
width: 148rpx;
height: 56rpx;
font-weight: 400;
margin: 0rpx 24rpx 0rpx 0rpx;
}
.myOrder_fd2_5_c2_c1_c2 {
color: #FF3434;
font-size: 32rpx;
font-weight: 700;
line-height: 32rpx;
}
.myOrder_fd2_5_c2_c1_c1 {
color: #FF3434;
font-size: 22rpx;
font-weight: 700;
line-height: 27rpx;
}
.myOrder_fd2_5_c2_c1_c0 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_5_c2_c0_c2 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_5_c2_c0_c1 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_5_c2_c0_c0 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_5_c2_c0 {
margin: 0rpx 8rpx 0rpx 0rpx;
}
.myOrder_fd2_5_c2 {
margin: 40rpx 24rpx 40rpx 24rpx;
}
.myOrder_fd2_5_c1_c0_c4_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_5_c1_c0_c4_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_5_c1_c0_c4 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_5_c1_c0_c3_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_5_c1_c0_c3_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_5_c1_c0_c3 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_5_c1_c0_c2_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_5_c1_c0_c2_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_5_c1_c0_c2 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_5_c1_c0_c1_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_5_c1_c0_c1_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_5_c1_c0_c1 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_5_c1_c0_c0_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_5_c1_c0_c0_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_5_c1_c0_c0 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_5_c1_c0 {
touch-action: none;
width: 670rpx;
}
.myOrder_fd2_5_c1 {
margin: 0rpx 0rpx 0rpx 24rpx;
}
.myOrder_fd2_5_c0_c1 {
margin: 0rpx 0rpx 0rpx 8rpx;
font-size: 28rpx;
font-weight: 500;
color: rgba(254, 116, 29, 1);
}
.myOrder_fd2_5_c0_c0_c2 {
width: 12rpx;
height: 22rpx;
margin: 0rpx 0rpx 0rpx 16rpx;
}
.myOrder_fd2_5_c0_c0_c1 {
margin: 0rpx 0rpx 0rpx 16rpx;
font-size: 32rpx;
font-weight: 500;
color: #333333;
max-width: 450rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
line-height: 32rpx;
}
.myOrder_fd2_5_c0_c0_c0 {
width: 56rpx;
height: 56rpx;
}
.myOrder_fd2_5_c0 {
margin: 0rpx 24rpx 32rpx 24rpx;
}
.myOrder_fd2_5 {
background: rgba(255, 255, 255, 1);
border-radius: 16rpx 16rpx 16rpx 16rpx;
padding: 32rpx 0rpx 32rpx 0rpx;
margin: 0rpx 0rpx 24rpx 0rpx;
background-size: 100% auto !important;
}
.myOrder_fd2_4_c3_c0_c0 {
background: rgba(246, 247, 249, 1);
border-radius: 36rpx 36rpx 36rpx 36rpx;
font-size: 24rpx;
color: rgba(51, 51, 51, 1);
width: 148rpx;
height: 56rpx;
font-weight: 400;
margin: 0rpx 24rpx 0rpx 0rpx;
}
.myOrder_fd2_4_c2_c1_c2 {
color: #FF3434;
font-size: 32rpx;
font-weight: 700;
line-height: 32rpx;
}
.myOrder_fd2_4_c2_c1_c1 {
color: #FF3434;
font-size: 22rpx;
font-weight: 700;
line-height: 27rpx;
}
.myOrder_fd2_4_c2_c1_c0 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_4_c2_c0_c2 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_4_c2_c0_c1 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_4_c2_c0_c0 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_4_c2_c0 {
margin: 0rpx 8rpx 0rpx 0rpx;
}
.myOrder_fd2_4_c2 {
margin: 40rpx 24rpx 40rpx 24rpx;
}
.myOrder_fd2_4_c1_c0_c4_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_4_c1_c0_c4_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_4_c1_c0_c4 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_4_c1_c0_c3_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_4_c1_c0_c3_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_4_c1_c0_c3 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_4_c1_c0_c2_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_4_c1_c0_c2_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_4_c1_c0_c2 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_4_c1_c0_c1_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_4_c1_c0_c1_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_4_c1_c0_c1 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_4_c1_c0_c0_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_4_c1_c0_c0_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_4_c1_c0_c0 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_4_c1_c0 {
touch-action: none;
width: 670rpx;
}
.myOrder_fd2_4_c1 {
margin: 0rpx 0rpx 0rpx 24rpx;
}
.myOrder_fd2_4_c0_c1 {
margin: 0rpx 0rpx 0rpx 8rpx;
font-size: 28rpx;
font-weight: 500;
color: rgba(254, 116, 29, 1);
}
.myOrder_fd2_4_c0_c0_c2 {
width: 12rpx;
height: 22rpx;
margin: 0rpx 0rpx 0rpx 16rpx;
}
.myOrder_fd2_4_c0_c0_c1 {
margin: 0rpx 0rpx 0rpx 16rpx;
font-size: 32rpx;
font-weight: 500;
color: #333333;
max-width: 450rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
line-height: 32rpx;
}
.myOrder_fd2_4_c0_c0_c0 {
width: 56rpx;
height: 56rpx;
}
.myOrder_fd2_4_c0 {
margin: 0rpx 24rpx 32rpx 24rpx;
}
.myOrder_fd2_4 {
background: rgba(255, 255, 255, 1);
border-radius: 16rpx 16rpx 16rpx 16rpx;
padding: 32rpx 0rpx 32rpx 0rpx;
margin: 0rpx 0rpx 24rpx 0rpx;
background-size: 100% auto !important;
}
.myOrder_fd2_3_c3_c0_c0 {
background: rgba(246, 247, 249, 1);
border-radius: 36rpx 36rpx 36rpx 36rpx;
font-size: 24rpx;
color: rgba(51, 51, 51, 1);
width: 148rpx;
height: 56rpx;
font-weight: 400;
margin: 0rpx 24rpx 0rpx 0rpx;
}
.myOrder_fd2_3_c2_c1_c2 {
color: #FF3434;
font-size: 32rpx;
font-weight: 700;
line-height: 32rpx;
}
.myOrder_fd2_3_c2_c1_c1 {
color: #FF3434;
font-size: 22rpx;
font-weight: 700;
line-height: 27rpx;
}
.myOrder_fd2_3_c2_c1_c0 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_3_c2_c0_c2 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_3_c2_c0_c1 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_3_c2_c0_c0 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_3_c2_c0 {
margin: 0rpx 8rpx 0rpx 0rpx;
}
.myOrder_fd2_3_c2 {
margin: 40rpx 24rpx 40rpx 24rpx;
}
.myOrder_fd2_3_c1_c0_c4_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_3_c1_c0_c4_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_3_c1_c0_c4 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_3_c1_c0_c3_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_3_c1_c0_c3_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_3_c1_c0_c3 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_3_c1_c0_c2_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_3_c1_c0_c2_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_3_c1_c0_c2 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_3_c1_c0_c1_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_3_c1_c0_c1_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_3_c1_c0_c1 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_3_c1_c0_c0_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_3_c1_c0_c0_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_3_c1_c0_c0 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_3_c1_c0 {
touch-action: none;
width: 670rpx;
}
.myOrder_fd2_3_c1 {
margin: 0rpx 0rpx 0rpx 24rpx;
}
.myOrder_fd2_3_c0_c1 {
margin: 0rpx 0rpx 0rpx 8rpx;
font-size: 28rpx;
font-weight: 500;
color: rgba(254, 116, 29, 1);
}
.myOrder_fd2_3_c0_c0_c2 {
width: 12rpx;
height: 22rpx;
margin: 0rpx 0rpx 0rpx 16rpx;
}
.myOrder_fd2_3_c0_c0_c1 {
margin: 0rpx 0rpx 0rpx 16rpx;
font-size: 32rpx;
font-weight: 500;
color: #333333;
max-width: 450rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
line-height: 32rpx;
}
.myOrder_fd2_3_c0_c0_c0 {
width: 56rpx;
height: 56rpx;
}
.myOrder_fd2_3_c0 {
margin: 0rpx 24rpx 32rpx 24rpx;
}
.myOrder_fd2_3 {
background: rgba(255, 255, 255, 1);
border-radius: 16rpx 16rpx 16rpx 16rpx;
padding: 32rpx 0rpx 32rpx 0rpx;
margin: 0rpx 0rpx 24rpx 0rpx;
background-size: 100% auto !important;
}
.myOrder_fd2_2_c3_c0_c0 {
background: rgba(255, 147, 0, 1);
border-radius: 36rpx 36rpx 36rpx 36rpx;
font-size: 24rpx;
color: rgba(255, 255, 255, 1);
width: 148rpx;
height: 56rpx;
font-weight: 400;
margin: 0rpx 24rpx 0rpx 0rpx;
}
.myOrder_fd2_2_c2_c1_c2 {
color: #FF3434;
font-size: 32rpx;
font-weight: 700;
line-height: 32rpx;
}
.myOrder_fd2_2_c2_c1_c1 {
color: #FF3434;
font-size: 22rpx;
font-weight: 700;
line-height: 27rpx;
}
.myOrder_fd2_2_c2_c1_c0 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_2_c2_c0_c2 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_2_c2_c0_c1 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_2_c2_c0_c0 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_2_c2_c0 {
margin: 0rpx 8rpx 0rpx 0rpx;
}
.myOrder_fd2_2_c2 {
margin: 40rpx 24rpx 40rpx 24rpx;
}
.myOrder_fd2_2_c1_c0_c4_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_2_c1_c0_c4_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_2_c1_c0_c4 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_2_c1_c0_c3_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_2_c1_c0_c3_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_2_c1_c0_c3 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_2_c1_c0_c2_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_2_c1_c0_c2_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_2_c1_c0_c2 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_2_c1_c0_c1_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_2_c1_c0_c1_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_2_c1_c0_c1 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_2_c1_c0_c0_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_2_c1_c0_c0_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_2_c1_c0_c0 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_2_c1_c0 {
touch-action: none;
width: 670rpx;
}
.myOrder_fd2_2_c1 {
margin: 0rpx 0rpx 0rpx 24rpx;
}
.myOrder_fd2_2_c0_c1 {
margin: 0rpx 0rpx 0rpx 8rpx;
font-size: 28rpx;
font-weight: 500;
color: rgba(254, 116, 29, 1);
}
.myOrder_fd2_2_c0_c0_c2 {
width: 12rpx;
height: 22rpx;
margin: 0rpx 0rpx 0rpx 16rpx;
}
.myOrder_fd2_2_c0_c0_c1 {
margin: 0rpx 0rpx 0rpx 16rpx;
font-size: 32rpx;
font-weight: 500;
color: #333333;
max-width: 450rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
line-height: 32rpx;
}
.myOrder_fd2_2_c0_c0_c0 {
width: 56rpx;
height: 56rpx;
}
.myOrder_fd2_2_c0 {
margin: 0rpx 24rpx 32rpx 24rpx;
}
.myOrder_fd2_2 {
background: rgba(255, 255, 255, 1);
border-radius: 16rpx 16rpx 16rpx 16rpx;
padding: 32rpx 0rpx 32rpx 0rpx;
margin: 0rpx 0rpx 24rpx 0rpx;
background-size: 100% auto !important;
}
.myOrder_fd2_1_c3_c1_c0 {
background: rgba(255, 147, 0, 1);
border-radius: 36rpx 36rpx 36rpx 36rpx;
font-size: 24rpx;
color: rgba(255, 255, 255, 1);
width: 148rpx;
height: 56rpx;
font-weight: 400;
margin: 0rpx 24rpx 0rpx 0rpx;
}
.myOrder_fd2_1_c3_c0_c1_c7 {
color: #FF3434;
font-size: 24rpx;
font-weight: 400;
line-height: 48rpx;
}
.myOrder_fd2_1_c3_c0_c1_c6 {
color: #FF3434;
font-size: 24rpx;
font-weight: 400;
line-height: 48rpx;
}
.myOrder_fd2_1_c3_c0_c1_c5 {
color: #FF3434;
font-size: 24rpx;
font-weight: 400;
line-height: 48rpx;
}
.myOrder_fd2_1_c3_c0_c1_c4 {
color: #FF3434;
font-size: 24rpx;
font-weight: 400;
line-height: 48rpx;
}
.myOrder_fd2_1_c3_c0_c1_c3 {
color: #FF3434;
font-size: 24rpx;
font-weight: 400;
line-height: 48rpx;
}
.myOrder_fd2_1_c3_c0_c1_c2 {
color: #FF3434;
font-size: 24rpx;
font-weight: 400;
line-height: 48rpx;
}
.myOrder_fd2_1_c3_c0_c0 {
color: #FF3434;
font-size: 24rpx;
font-weight: 400;
line-height: 48rpx;
margin: 0rpx 8rpx 0rpx 0rpx;
}
.myOrder_fd2_1_c3_c0 {
background: url(https://lvtai-files.oss-cn-beijing.aliyuncs.com/mini/24.png) no-repeat, #eee;
width: 302rpx;
height: 48rpx;
background-size: 100% auto !important;
}
.myOrder_fd2_1_c2_c1_c2 {
color: #FF3434;
font-size: 32rpx;
font-weight: 700;
line-height: 32rpx;
}
.myOrder_fd2_1_c2_c1_c1 {
color: #FF3434;
font-size: 22rpx;
font-weight: 700;
line-height: 27rpx;
}
.myOrder_fd2_1_c2_c1_c0 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_1_c2_c0_c2 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_1_c2_c0_c1 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_1_c2_c0_c0 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_1_c2_c0 {
margin: 0rpx 8rpx 0rpx 0rpx;
}
.myOrder_fd2_1_c2 {
margin: 40rpx 24rpx 40rpx 24rpx;
}
.myOrder_fd2_1_c1_c0_c4_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_1_c1_c0_c4_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_1_c1_c0_c4 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_1_c1_c0_c3_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_1_c1_c0_c3_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_1_c1_c0_c3 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_1_c1_c0_c2_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_1_c1_c0_c2_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_1_c1_c0_c2 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_1_c1_c0_c1_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_1_c1_c0_c1_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_1_c1_c0_c1 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_1_c1_c0_c0_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_1_c1_c0_c0_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_1_c1_c0_c0 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_1_c1_c0 {
touch-action: none;
width: 670rpx;
}
.myOrder_fd2_1_c1 {
margin: 0rpx 0rpx 0rpx 24rpx;
}
.myOrder_fd2_1_c0_c1 {
margin: 0rpx 0rpx 0rpx 8rpx;
font-size: 28rpx;
font-weight: 500;
color: rgba(254, 116, 29, 1);
}
.myOrder_fd2_1_c0_c0_c3_c0 {
color: #FFFFFF;
font-size: 24rpx;
font-weight: 400;
line-height: 40rpx;
}
.myOrder_fd2_1_c0_c0_c3 {
background: rgba(254, 116, 29, 1);
width: 81rpx;
height: 40rpx;
background-size: 100% auto !important;
border-radius: 8rpx 8rpx 8rpx 8rpx;
margin: 0rpx 0rpx 0rpx 8rpx;
}
.myOrder_fd2_1_c0_c0_c2 {
width: 12rpx;
height: 22rpx;
margin: 0rpx 0rpx 0rpx 16rpx;
}
.myOrder_fd2_1_c0_c0_c1 {
margin: 0rpx 0rpx 0rpx 16rpx;
font-size: 32rpx;
font-weight: 500;
color: #333333;
max-width: 450rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
line-height: 32rpx;
}
.myOrder_fd2_1_c0_c0_c0 {
width: 56rpx;
height: 56rpx;
}
.myOrder_fd2_1_c0 {
margin: 0rpx 24rpx 32rpx 24rpx;
}
.myOrder_fd2_1 {
background: rgba(255, 255, 255, 1);
border-radius: 16rpx 16rpx 16rpx 16rpx;
padding: 32rpx 0rpx 32rpx 0rpx;
margin: 0rpx 0rpx 24rpx 0rpx;
background-size: 100% auto !important;
}
.myOrder_fd2_0_c3_c1_c1 {
background: rgba(255, 147, 0, 1);
border-radius: 36rpx 36rpx 36rpx 36rpx;
font-size: 24rpx;
color: rgba(255, 255, 255, 1);
width: 148rpx;
height: 56rpx;
font-weight: 400;
margin: 0rpx 24rpx 0rpx 0rpx;
}
.myOrder_fd2_0_c3_c1_c0 {
background: rgba(246, 247, 249, 1);
border-radius: 36rpx 36rpx 36rpx 36rpx;
font-size: 24rpx;
color: rgba(51, 51, 51, 1);
width: 148rpx;
height: 56rpx;
font-weight: 400;
margin: 0rpx 24rpx 0rpx 0rpx;
}
.myOrder_fd2_0_c3_c0_c1_c7 {
color: #FF3434;
font-size: 24rpx;
font-weight: 400;
line-height: 48rpx;
}
.myOrder_fd2_0_c3_c0_c1_c6 {
color: #FF3434;
font-size: 24rpx;
font-weight: 400;
line-height: 48rpx;
}
.myOrder_fd2_0_c3_c0_c1_c5 {
color: #FF3434;
font-size: 24rpx;
font-weight: 400;
line-height: 48rpx;
}
.myOrder_fd2_0_c3_c0_c1_c4 {
color: #FF3434;
font-size: 24rpx;
font-weight: 400;
line-height: 48rpx;
}
.myOrder_fd2_0_c3_c0_c1_c3 {
color: #FF3434;
font-size: 24rpx;
font-weight: 400;
line-height: 48rpx;
}
.myOrder_fd2_0_c3_c0_c1_c2 {
color: #FF3434;
font-size: 24rpx;
font-weight: 400;
line-height: 48rpx;
}
.myOrder_fd2_0_c3_c0_c0 {
color: #FF3434;
font-size: 24rpx;
font-weight: 400;
line-height: 48rpx;
margin: 0rpx 8rpx 0rpx 0rpx;
}
.myOrder_fd2_0_c3_c0 {
background: url(https://lvtai-files.oss-cn-beijing.aliyuncs.com/mini/24.png) no-repeat, #eee;
width: 302rpx;
height: 48rpx;
background-size: 100% auto !important;
border-radius: 0 24rpx 24rpx 0;
}
.myOrder_fd2_0_c2_c1_c2 {
color: #FF3434;
font-size: 32rpx;
font-weight: 700;
line-height: 32rpx;
}
.myOrder_fd2_0_c2_c1_c1 {
color: #FF3434;
font-size: 22rpx;
font-weight: 700;
line-height: 27rpx;
}
.myOrder_fd2_0_c2_c1_c0 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_0_c2_c0_c2 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_0_c2_c0_c1 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_0_c2_c0_c0 {
color: #333333;
font-size: 22rpx;
font-weight: 500;
line-height: 22rpx;
}
.myOrder_fd2_0_c2_c0 {
margin: 0rpx 8rpx 0rpx 0rpx;
}
.myOrder_fd2_0_c2 {
margin: 40rpx 24rpx 40rpx 24rpx;
}
.myOrder_fd2_0_c1_c0_c4_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_0_c1_c0_c4_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_0_c1_c0_c4 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_0_c1_c0_c3_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_0_c1_c0_c3_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_0_c1_c0_c3 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_0_c1_c0_c2_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_0_c1_c0_c2_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_0_c1_c0_c2 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_0_c1_c0_c1_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_0_c1_c0_c1_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_0_c1_c0_c1 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_0_c1_c0_c0_c1 {
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
max-width: 148rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
margin: 8rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd2_0_c1_c0_c0_c0 {
width: 148rpx;
height: 120rpx;
border-radius: 8rpx;
}
.myOrder_fd2_0_c1_c0_c0 {
width: 148rpx;
margin: 0rpx 10rpx 0rpx 0rpx;
}
.myOrder_fd2_0_c1_c0 {
touch-action: none;
width: 670rpx;
}
.myOrder_fd2_0_c1 {
margin: 0rpx 0rpx 0rpx 24rpx;
}
.myOrder_fd2_0_c0_c1 {
margin: 0rpx 0rpx 0rpx 8rpx;
font-size: 28rpx;
font-weight: 500;
color: rgba(254, 116, 29, 1);
}
.myOrder_fd2_0_c0_c0_c2 {
width: 12rpx;
height: 22rpx;
margin: 0rpx 0rpx 0rpx 16rpx;
}
.myOrder_fd2_0_c0_c0_c1 {
margin: 0rpx 0rpx 0rpx 16rpx;
font-size: 32rpx;
font-weight: 500;
color: #333333;
max-width: 450rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
line-height: 32rpx;
}
.myOrder_fd2_0_c0_c0_c0 {
width: 40rpx;
height: 40rpx;
border-radius: 6rpx;
}
.myOrder_fd2_0_c0 {
margin: 0rpx 24rpx 32rpx 24rpx;
}
.myOrder_fd2_0 {
background: rgba(255, 255, 255, 1);
border-radius: 16rpx 16rpx 16rpx 16rpx;
padding: 32rpx 0rpx 32rpx 0rpx;
margin: 0rpx 0rpx 24rpx 0rpx;
background-size: 100% auto !important;
}
.myOrder_flex_3 {
background: #fff;
width: 540rpx;
border-radius: 16rpx 16rpx 16rpx 16rpx;
}
.myOrder_fd3_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(255, 147, 0, 1);
width: 270rpx;
}
.myOrder_fd3_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;
}
.myOrder_fd3_2 {
margin: 37rpx 0rpx 0rpx 0rpx;
}
.myOrder_fd3_1 {
line-height: 44rpx;
font-size: 32rpx;
font-weight: 500;
color: #333333;
}
.myOrder_fd3_0 {
font-size: 36rpx;
font-weight: 800;
line-height: 44rpx;
color: #333333;
margin: 40rpx 0rpx 40rpx 0rpx;
}
</style>