sadjv3_user/pages/my/newTeamlDetail.vue

1103 lines
25 KiB
Vue
Raw Normal View History

2024-07-19 12:00:13 +08:00
<template>
<view class="content">
2024-07-22 19:41:55 +08:00
<view class="header">
<view class="header-top" :style="backgroundStyle" @click="goNav('/my/vip/index')">
2024-08-07 09:27:45 +08:00
<image src="../../static/activate2.png" mode="widthFix" v-if="isVip=='1'"></image>
<image src="../../static/servicePackage/member_ba.png" mode="widthFix" v-else></image>
2024-07-22 19:41:55 +08:00
</view>
<view class="group-buy">
<view class="group-buy-left">
<view class="group_amount">
<span></span>
<span>{{mainData.price}}</span>
2024-07-19 12:00:13 +08:00
</view>
2024-07-22 19:41:55 +08:00
<view class="group-rule">
<span>{{mainData.oldPrice}}</span>
<span>{{mainData.groupNum}}人团</span>
2024-07-19 12:00:13 +08:00
</view>
</view>
2024-07-22 19:41:55 +08:00
<view class="group-buy-right">
<view class="group-text">距结束仅剩</view>
2024-08-01 16:49:00 +08:00
<u-count-down :timestamp="endOfServiceTimer" @change="onCountdownChange"></u-count-down>
2024-07-22 19:41:55 +08:00
<!-- <uni-countdown :show-day="false" :font-size="13" :day="day" :hour="hours" :minute="minutes" :second="seconds" /> -->
<!-- <view><span>08</span>:<span>08</span>:<span>08</span></view> -->
2024-07-19 12:00:13 +08:00
</view>
2024-07-22 19:41:55 +08:00
</view>
2024-08-02 17:13:04 +08:00
2024-07-22 19:41:55 +08:00
<view class="header-bottom">
<view class="header-bottom-top">
<view class="header-bottom-title">
<view class="header-bottom-title-text">
<span>{{mainData.title}}</span>
<!-- <span class="header-bottom-title-liao">
疗程
</span> -->
</view>
<view class="header-bottom-title-num">
<span> 已拼</span>
2024-08-01 16:49:00 +08:00
<span>{{mainData.sales}}</span>
2024-07-22 19:41:55 +08:00
<span> </span>
</view>
2024-07-19 12:00:13 +08:00
</view>
2024-07-22 19:41:55 +08:00
<view class="tewmwork-prompt" v-if="mainData.isNewer=='1'">
(人人可开团·仅新用户参团)
2024-07-19 12:00:13 +08:00
</view>
2024-07-22 19:41:55 +08:00
<view class="tewmork-key">
2024-08-15 10:45:58 +08:00
<view class="header-bottom-money1">
<span v-for="item in labels" :key="item" v-if="labels">{{item}}</span>
<span v-else>助眠解压</span>
</view>
2024-08-01 22:43:17 +08:00
<view class="xiaoer item-view-biao">{{mainData.levelName}}</view>
2024-07-19 12:00:13 +08:00
</view>
2024-07-22 19:41:55 +08:00
</view>
</view>
</view>
<view class="teamwork-plate" v-if="ordersData!=''&&newTime>0">
2024-07-23 21:47:24 +08:00
<view class="teamwork-list">{{mainData.buyGroupNum}}人在拼团可直接参与</view>
2024-07-22 19:41:55 +08:00
<view class=" flex teamwork-line" v-for="(itema,index) in ordersData" :key="index">
<view>
<view v-for="(itemL,indexL) in itema.orderList" :key="indexL" class="avatar">
<image style="width: 30px; height: 30px; border-radius:50%;" :src="itemL.avatar"></image>
<span>{{itemL.phone}}</span>
</view>
</view>
<view class="flex" style="align-items: center;">
<view class="teamwork-se">
<view>还差<span class="team-text">{{itema.lessNum}}</span>拼成</view>
2024-08-01 16:49:00 +08:00
<!-- <view>剩余</text>
<u-count-down :timestamp="endOfServiceTimer" @change="onCountdownChange"></u-count-down>
</view> -->
2024-07-19 12:00:13 +08:00
</view>
2024-07-22 19:41:55 +08:00
<view class="teamwork-button" :class="[newTime<=0?'hBtn':'aBtn']" @click="goumai(mainData,itema.groupNo)" v-if="mainData.isNewer!='1'&&newTime>0">去拼团</view>
</view>
</view>
</view>
<view class="teamwork-plate">
<view class="header-bottom-foot-cont">
<view class="header-bottom-foot-view">
<image class="header-bottom-foot-view-img1" src="../../static/servicePackage/idCard.png" mode=""></image>
<span>未服务全额退款</span>
</view>
<view class="header-bottom-foot-view" style="margin: 0px 7px;width: 26%;">
<image class="header-bottom-foot-view-img2" src="../../static/servicePackage/money.png" mode=""></image>
<span>不满意重做</span>
2024-07-19 12:00:13 +08:00
</view>
2024-07-22 19:41:55 +08:00
<view class="header-bottom-foot-view">
<image class="header-bottom-foot-view-img3" src="../../static/servicePackage/shuangyue.png" mode=""></image>
<span>最快30分钟上门</span>
</view>
</view>
</view>
<view class="detail-foot">
<view class="detail-foot-nav">
<span class="detail-foot-nav-text">项目详情</span>
<span class="detail-foot-nav-bor"></span>
</view>
<view class="detail-foot-mian">
2024-08-02 17:13:04 +08:00
<image class="detail-foot-mian-img" v-for="(item,index) in contentImg" :key="index" :src="item" mode="widthFix"></image>
2024-07-22 19:41:55 +08:00
</view>
</view>
2024-08-02 17:13:04 +08:00
<view v-if="isStart" class="detail-btn aBtn" @click="goumai(mainData,'',detailData)">
<!-- <view v-if="isStart" class="detail-btn" :class="[newTime<=0?'hBtn':'aBtn']" @click="goumai(mainData,'',detailData)"> -->
2024-07-22 19:41:55 +08:00
<span>{{mainData.price}}</span>
<span> 一键开团</span>
</view>
2024-08-02 17:13:04 +08:00
<view v-else class="detail-btn hBtn">
<span>{{startTime}} 开团</span>
</view>
2024-07-22 19:41:55 +08:00
<!-- 支付方式 -->
2024-08-02 17:13:04 +08:00
2024-07-19 12:00:13 +08:00
</view>
</template>
<script>
2024-07-22 19:41:55 +08:00
export default{
data(){
return{
detailData:[],
dataList:[],
mainData:[],
2024-08-07 09:27:45 +08:00
isVip:false,
2024-07-22 19:41:55 +08:00
// 背景图片的URL可以是动态的比如从API获取或根据条件生成
backgroundImageUrl: '',
liaoTime:'',
contentImg:[],
couponId:'',
couponData:[],
checkbox:false,
showpay:false,
closeable: true,
openWay: 1,
paySel: 0,
tpayMoney: '',
2024-07-19 12:00:13 +08:00
page:1,
limit:10,
2024-07-22 19:41:55 +08:00
mainId:'',
serviceCount:'',
labels:[],
ordersData:[],
endOfServiceTimer:null,
newTime:0,
hours:0,
minutes:0,
seconds:0,
2024-08-02 17:13:04 +08:00
day:0,
startTime:'',
isStart:false,
isEnd:false,
user:null
2024-07-19 12:00:13 +08:00
}
},
2024-07-22 19:41:55 +08:00
computed: {
backgroundStyle() {
return {
backgroundImage: `url(${this.backgroundImageUrl})`,
backgroundSize: 'cover', // 根据需要调整
};
},
},
onLoad(e) {
var that=this;
that.dataList=e;
2024-08-07 09:27:45 +08:00
that.isVip=this.$queue.getData('isVIP');
2024-08-02 17:13:04 +08:00
that.getData();
that.getUserData();
2024-07-19 12:00:13 +08:00
},
2024-07-22 19:41:55 +08:00
methods:{
//老订单 方法
onCountdownChange(e) {
this.newTime=e
2024-07-19 12:00:13 +08:00
},
2024-07-25 19:36:32 +08:00
goumai(item,groupNo,detailData){//立即购买
2024-08-12 22:02:51 +08:00
console.log(this.user);
2024-08-02 17:13:04 +08:00
let currentTimeStamp = new Date().getTime() / 1000;
let createTimeStamp = new Date(this.user.createTime).getTime() / 1000;
let timeDiff = currentTimeStamp - createTimeStamp;
let day = Math.floor(timeDiff/(60*60*24));
2024-08-05 20:41:19 +08:00
if(day>7&&this.mainData.isNewer=='1'){
2024-07-22 19:41:55 +08:00
uni.showToast({
icon:'error',
2024-08-02 17:13:04 +08:00
title:'该团购只限新人!'
2024-07-22 19:41:55 +08:00
})
}else{
2024-08-02 17:13:04 +08:00
this.mainData.groupNo=groupNo
this.$queue.setData('mainData',this.mainData);
this.$queue.setData('detailData',this.detailData);
this.$queue.setData('youhui','');
if(this.isEnd){
uni.showToast({
icon:'error',
title:'已过开团时间,无法开团!'
})
}else{
uni.navigateTo({
url:'/my/order/payModifyPt?ordersId='+item.id
})
}
2024-07-19 12:00:13 +08:00
}
},
2024-07-22 19:41:55 +08:00
goNav(e) {
uni.navigateTo({
url: e
2024-07-19 12:00:13 +08:00
})
},
2024-07-22 19:41:55 +08:00
openpay(item) {//立即预约
item.packagePrice=this.detailData[0].packagePrice;
item.massageImg=this.detailData[0].massageImg;
item.serviceCount=this.detailData[0].serviceCount;
this.$queue.setData('mainData',item)
this.$queue.setData('detailData',this.detailData)
this.$queue.setData('xiangmu',item)
this.$queue.setData('youhui','');
2024-07-19 12:00:13 +08:00
uni.navigateTo({
2024-07-22 19:41:55 +08:00
url:'/my/order/payModifyLiao?ordersId='+item.id
2024-07-19 12:00:13 +08:00
})
2024-07-22 19:41:55 +08:00
// this.goOrder()
// this.showpay = true
},
getTimeInMilliseconds(timeString) {
return new Date(timeString).getTime();
},
// 将毫秒转换为时分秒
toHMS(milliseconds) {
let day = Math.floor(milliseconds / (24 * 3600 * 1000));
var hours = Math.floor(milliseconds / 3600000);
var minutes = Math.floor((milliseconds % 3600000) / 60000);
var seconds = ((milliseconds % 3600000) % 60000) / 1000;
this.day=day;
this.hours=hours;
this.minutes=minutes;
this.seconds=seconds;
},
getData(){
var that=this;
if(that.dataList.name=='index'){
let data = {
id: that.dataList.id,
page: that.page,
limit: that.limit,
}
that.$Request.get('/app/massage/package/getAppGroupDetail', data).then(res => {
if (res.code == 0) {
2024-08-01 22:43:17 +08:00
if(res.groupData.level == 3){
2024-08-14 17:34:20 +08:00
res.groupData.levelName = "资深"
2024-08-01 22:43:17 +08:00
}
if(res.groupData.level == 4){
2024-08-14 17:34:20 +08:00
res.groupData.levelName = "金牌"
2024-08-01 22:43:17 +08:00
}
if(res.groupData.level == 5){
2024-08-14 17:34:20 +08:00
res.groupData.levelName = "专家"
2024-08-01 22:43:17 +08:00
}
2024-07-22 19:41:55 +08:00
that.mainData=res.groupData;
that.ordersData=res.ordersData;
that.backgroundImageUrl=res.groupData.packageImg
that.contentImg=res.groupData.contentImg.split(",");
that.labels=res.groupData.labels.split(',');
let afterTimeStamp = new Date(res.groupData.endTime).getTime() / 1000;
let currentTimeStamp = new Date().getTime() / 1000;
let formatTimeStamp = Math.floor(afterTimeStamp - currentTimeStamp);
this.endOfServiceTimer = formatTimeStamp;
2024-08-02 17:13:04 +08:00
let beforeTimeStamp = new Date(res.groupData.startTime).getTime() / 1000;
if(beforeTimeStamp > currentTimeStamp){
that.startTime = res.groupData.startTime;
that.isStart = false;
}else{
that.isStart = true;
}
if(currentTimeStamp > afterTimeStamp){
that.isEnd = true;
}else{
that.isEnd = false;
}
2024-07-22 19:41:55 +08:00
// console.log("eeee",this.endOfServiceTimer);
// var starTime=that.getTimeInMilliseconds(res.groupData.startTime);
// var endTime=that.getTimeInMilliseconds(res.groupData.endTime);
// var serTime=endTime-starTime;
// that.countdown = serTime; // 转换为时分秒
// that.toHMS(serTime); // 转换为时分秒
2024-07-25 19:36:32 +08:00
that.detailData=res.detailData.list;
2024-07-22 19:41:55 +08:00
}
})
}else{
let data = {
mainId: that.dataList.id,
page: that.page,
limit: that.limit,
}
that.$Request.get('/app/user/package/detail/findMyPackageDetailList', data).then(res => {
if (res.code == 0) {
2024-08-01 22:43:17 +08:00
if(res.data.mainData.level == 3){
2024-08-14 17:34:20 +08:00
res.data.mainData.levelName = "资深"
2024-08-01 22:43:17 +08:00
}
if(res.data.mainData.level == 4){
2024-08-14 17:34:20 +08:00
res.data.mainData.levelName = "金牌"
2024-08-01 22:43:17 +08:00
}
if(res.data.mainData.level == 5){
2024-08-14 17:34:20 +08:00
res.data.mainData.levelName = "专家"
2024-08-01 22:43:17 +08:00
}
2024-07-22 19:41:55 +08:00
that.mainData=res.data.mainData;
that.detailData=res.data.detailData;
that.contentImg=that.mainData.contentImg.split(",");
that.mainId=that.mainData.id
that.liaoTime=res.data.detailData[0].intervalDaysStr;
that.backgroundImageUrl=that.mainData.packageImg;
that.labels=that.mainData.labels.split(',')
}
})
}
},
2024-08-02 17:13:04 +08:00
getUserData(){
var that=this;
if(that.dataList.name=='index'){
let data = {
userId: uni.getStorageSync('userId')
}
2024-08-12 22:02:51 +08:00
that.$Request.get('/app/user/selectUserInfo', data).then(res => {
2024-08-02 17:13:04 +08:00
if (res.code == 0) {
that.user = res.data
}
})
}
},
2024-07-19 12:00:13 +08:00
}
}
</script>
<style scoped>
2024-07-23 21:47:24 +08:00
.teamwork-list{
font-size: 30rpx;
padding: 10rpx 0;
}
2024-07-22 19:41:55 +08:00
.avatar{
2024-07-19 12:00:13 +08:00
display: flex;
2024-07-22 19:41:55 +08:00
flex-direction: row;
2024-07-19 12:00:13 +08:00
align-items: center;
2024-07-22 19:41:55 +08:00
margin-top: 5px;
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.avatar span{
margin-left: 10px;
}
.lab-view{
width:100%;
2024-07-19 12:00:13 +08:00
display: flex;
flex-direction: row;
2024-07-22 19:41:55 +08:00
align-items: center;
flex-wrap: wrap;
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.detail-foot-mian-txet{
width: 50%;
margin-top: 20px;
text-align: center;
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
/deep/uni-checkbox .uni-checkbox-input{
width: 26px;
height: 26px;
border-radius: 50%;
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.youhui-img{
width: 111.81rpx;
height: 111.81rpx;
}
.youhui-view-right-btn{
width: 158rpx;
height: 64rpx;
background: linear-gradient(-90deg, #019C88, #2DC48E);
border-radius: 32rpx;
text-align: center;
line-height: 64rpx;
font-weight: 400;
font-size: 28rpx;
color: #FFFFFF;
text-shadow: 0rpx 2rpx 4rpx rgba(0,119,104,0.44);
margin-left: 10px;
}
.youhui-view-right-time{
font-weight: 400;
font-size: 22rpx;
color: #999999;
}
.youhui-view-right-title{
width: 105px;
font-weight: 400;
font-size: 32rpx;
color: #333333;
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.youhui-view-right-top{
display: flex;
flex-direction: column;
align-items: center;
}
.youhui-view-right{
width: 502.08rpx;
height: 100%;
2024-07-19 12:00:13 +08:00
display: flex;
flex-direction: row;
2024-07-22 19:41:55 +08:00
align-items: center;
justify-content: space-around;
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.youhui-view-left-bottom{
font-weight: 400;
font-size: 22rpx;
color: #FFFFFF;
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.youhui-view-left-yuan{
display: flex;
flex-direction: row;
align-items: baseline;
color: #FFFFFF;
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.youhui-view-left-num{
2024-07-19 12:00:13 +08:00
font-weight: bold;
2024-07-22 19:41:55 +08:00
font-size: 89rpx;
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.youhui-view-left-text{
font-weight: bold;
font-size:24.31rpx;
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.youhui-view-left{
width: 199rpx;
height: 242rpx;
display: flex;
flex-direction:column;
align-items: center;
justify-content: center;
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.youhui-yiyong{
background-image: url('../../static/youhuijuan/coupons7.png');
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.youhui-weiyong{
background-image: url('../../static/youhuijuan/coupons1.png');
}
.youhui-list{
width: 95%;
display: flex;
flex-direction: row;
height: 242rpx;
border-radius: 21rpx;
background-size: 100%;
margin: 20px auto;
justify-content: space-between;
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.popup_pay {
width: 100%;
position: relative;
padding-bottom: 45rpx;
/* height: 400px; */
/* height: 160px; */
/* #ifndef MP-WEIXIN */
/* height: 130px; */
/* #endif */
2024-08-02 17:13:04 +08:00
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.pay_btn {
width: 90%;
margin: 0 auto;
2024-07-19 12:00:13 +08:00
text-align: center;
2024-07-22 19:41:55 +08:00
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
height: 80rpx;
border-radius: 60rpx;
color: #ffffff;
line-height: 80rpx;
}
2024-08-02 17:13:04 +08:00
2024-07-22 19:41:55 +08:00
.dingdan-btn{
text-align: center;
width: 80px;
height: 30px;
line-height: 30px;
border-radius: 4px;
2024-07-19 12:00:13 +08:00
font-weight: bold;
2024-07-22 19:41:55 +08:00
font-size: 11px;
border-radius: 30rpx;
}
.dingdan-btn-l{
background: linear-gradient(90deg, #019C88, #0FA78B, #35C495);
2024-07-19 12:00:13 +08:00
color: #FFFFFF;
}
2024-07-22 19:41:55 +08:00
.dingdan-btn-h{
background: #666;
color: #FFFFFF;
}
.tese span:nth-child(1){
font-weight: bold;
font-size: 22rpx;
color: #333333;
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.tese span:nth-child(2){
2024-07-19 12:00:13 +08:00
font-weight: 400;
2024-07-22 19:41:55 +08:00
font-size: 22rpx;
color: #8D9194;
}
.tese{
width: 100%;
2024-07-19 12:00:13 +08:00
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; /* 显示的行数,可以根据需要修改 */
overflow: hidden;
text-overflow: ellipsis;
}
2024-07-22 19:41:55 +08:00
.detail-foot-nav-bor{
width: 64px;
height: 11rpx;
border-radius: 6rpx;
position: absolute;
bottom: 0;
background: linear-gradient(90deg,rgba(234, 248, 245,0.7),rgba(132, 211, 196,0.7));
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.detail-foot-nav-text{
font-weight: bold;
font-size: 32rpx;
color: #000000;
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.detail-foot-nav{
width: 90%;
display: flex;
flex-direction: column;
position: relative;
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.detail-foot-title{
width: 115px;
height: 32px;
background-image: url(../../static/servicePackage/horn.png);
background-repeat: no-repeat;
background-size: 100% 100%;
font-weight: 400;
font-size: 12px;
color: #FFFFFF;
text-align: right;
line-height: 32px;
padding-right: 15px;
position: absolute;
right: 0;
top: 0;
}
.detail-foot-list-top{
width: 95%;
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 25px;
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.detail-foot-list{
width: 95%;
border-radius: 21rpx;
position: relative;
display: flex;
flex-direction: column;
background-color: #fff;
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.detail-foot{
2024-07-19 12:00:13 +08:00
width: 100%;
display: flex;
2024-07-22 19:41:55 +08:00
flex-direction: column;
align-items: center;
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.detail-foot-list-top span:nth-child(1){
2024-07-19 12:00:13 +08:00
font-weight: bold;
2024-07-22 19:41:55 +08:00
font-size: 31rpx;
color: #3F3F3F;
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.detail-foot-list-top span:nth-child(2){
width: 76rpx;
height: 33rpx;
line-height: 33rpx;
text-align: center;
border-radius: 16rpx;
border: 1px solid #7D7D7D;
font-weight: 400;
font-size: 20rpx;
color: #777777;
}
.detail-foot-list-top span:nth-child(3){
font-weight: 400;
font-size: 22rpx;
color: #777777;
}
2024-08-02 17:13:04 +08:00
2024-07-22 19:41:55 +08:00
.detail-foot-mian{
width: 100%;
2024-07-19 12:00:13 +08:00
display: flex;
flex-direction: column;
justify-content: center;
2024-07-22 19:41:55 +08:00
align-items: center;
2024-07-19 12:00:13 +08:00
}
2024-08-02 17:13:04 +08:00
2024-07-22 19:41:55 +08:00
.header-bottom-title-liao{
padding: 3px 8px;
height: 16px;
line-height: 16px;
text-align: center;
background: linear-gradient(-90deg, #FF6F48, #FF9E69);
border-radius: 7px;
margin-left: 5px;
font-size: 10px;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
color: #fff;
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.hBtn{
background: #ccc;
}
.aBtn{
background: linear-gradient(to right, rgb(255, 117, 98), rgb(233, 71, 52));
}
.detail-btn{
width: 94%;
height: 40px;
line-height: 40px;
2024-07-25 19:36:32 +08:00
border-radius: 28px;
2024-07-22 19:41:55 +08:00
margin: 0 auto;
text-align: center;
2024-07-25 19:36:32 +08:00
font-size: 30rpx;
2024-07-19 12:00:13 +08:00
color: #FFFFFF;
2024-07-22 19:41:55 +08:00
position: fixed;
2024-07-19 12:00:13 +08:00
bottom: 0px;
2024-07-25 19:36:32 +08:00
margin-bottom: 4px;
padding-top: 2px;
2024-07-22 19:41:55 +08:00
margin-left:3%;
}
.detail-btn span:nth-child(2){
margin-left: 5px;
}
.detail-foot-mian-txet span:nth-child(1){
color: #777777;
font-size: 12px;
font-weight: bold;
2024-07-19 12:00:13 +08:00
margin-bottom: 5px;
}
2024-07-22 19:41:55 +08:00
.detail-foot-mian-txet span:nth-child(2){
color: #333;
font-size: 15px;
font-weight: bold;
margin-bottom:3px;
}
.detail-foot-mian-txetList{
color: #777777;
font-size: 14px;
font-weight: bold;
}
2024-08-02 17:13:04 +08:00
2024-07-22 19:41:55 +08:00
.detail-foot-mian-img{
2024-07-19 12:00:13 +08:00
width: 100%;
2024-07-22 19:41:55 +08:00
height:auto;
}
.detail-foot-mian-top-bottom{
margin-top: 10px;
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.detail-foot-mian-top-title{
color: #333333;
}
.detail-foot-mian-top-text{
color: #777777;
width:80%;
margin-left: 5px;
}
.detail-foot-mian-top,.detail-foot-mian-top-bottom{
2024-07-19 12:00:13 +08:00
width: 100%;
display: flex;
flex-direction: row;
2024-07-22 19:41:55 +08:00
font-size: 26rpx;
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.header-bottom-title-bottom span{
font-weight: bold;
font-size: 24rpx;
color: #ff6f48;
}
.header-bottom-title-bottom image{
width: 34.03rpx;
height: 30.56rpx;
margin-right: 3px;
}
.header-bottom-title-bottom{
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
margin: 5px 0px;
background: linear-gradient(90deg, #feefec, #fef5ec);
padding: 8rpx 20rpx;
2024-07-19 12:00:13 +08:00
border-radius: 10rpx;
2024-07-22 19:41:55 +08:00
border: 1px #efdfda solid ;
margin-top: 30rpx;
}
.shouc image{
width: 34.03rpx;
height: 32.64rpx;
2024-07-19 12:00:13 +08:00
}
2024-08-02 17:13:04 +08:00
2024-07-22 19:41:55 +08:00
.shouc{
display: flex;
align-items: center;
justify-content: center;
}
.detail-foot-nav-bor{
width: 64px;
height: 11rpx;
border-radius: 6rpx;
2024-07-19 12:00:13 +08:00
position: absolute;
2024-07-22 19:41:55 +08:00
bottom: 0;
background: linear-gradient(90deg,rgba(234, 248, 245,0.7),rgba(132, 211, 196,0.7));
}
.detail-foot-nav-text{
font-weight: bold;
font-size: 32rpx;
color: #000000;
}
.detail-foot-nav{
width: 90%;
display: flex;
flex-direction: column;
position: relative;
margin: 30rpx 0;
}
.detail-foot{
2024-07-19 12:00:13 +08:00
width: 100%;
2024-07-22 19:41:55 +08:00
display: flex;
flex-direction: column;
align-items: center;
2024-07-19 12:00:13 +08:00
}
2024-08-02 17:13:04 +08:00
2024-07-22 19:41:55 +08:00
.tese span:nth-child(1){
font-weight: bold;
font-size: 22rpx;
color: #333333;
}
.tese span:nth-child(2){
font-weight: 400;
font-size: 22rpx;
color: #8D9194;
}
.tese{
width: 100%;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; /* 显示的行数,可以根据需要修改 */
overflow: hidden;
text-overflow: ellipsis;
}
.detail-foot-list-top span:nth-child(1){
font-weight: bold;
font-size: 31rpx;
color: #3F3F3F;
}
.detail-foot-list-top span:nth-child(2){
width: 76rpx;
height: 33rpx;
line-height: 33rpx;
text-align: center;
border-radius: 16rpx;
border: 1px solid #7D7D7D;
font-weight: 400;
font-size: 20rpx;
color: #777777;
margin: 0px 25px 0px 5px;
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.detail-foot-list-top span:nth-child(3){
font-weight: 400;
font-size: 22rpx;
color: #777777;
}
2024-08-02 17:13:04 +08:00
2024-07-22 19:41:55 +08:00
.detail-foot-mian{
2024-07-19 12:00:13 +08:00
width: 95%;
2024-07-22 19:41:55 +08:00
display: flex;
flex-direction: column;
margin: 0 auto;
background-color: #fff;
border-radius: 21rpx;
padding: 15px;
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.jianjie{
font-weight: 400;
font-size: 22rpx;
color: #8D9194;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; /* 显示的行数,可以根据需要修改 */
overflow: hidden;
text-overflow: ellipsis;
}
.header-bottom-mian{
margin: 10px 0px;
}
.header-bottom-mian-title{
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 6px;
}
.header-bottom-mian-title span{
font-weight: 400;
font-size: 26rpx;
color: #20AB95;
margin-left: 5px;
}
.header-bottom-mian-title image{
width: 30.56rpx;
height: 29.86rpx;
}
.header-bottom-foot-view-img1{
width: 30rpx;
height: 30rpx;
}
.header-bottom-foot-view-img2{
width: 23rpx;
height: 23rpx;
}
.header-bottom-foot-view-img3{
width: 26rpx;
height: 26rpx;
}
.header-bottom-foot-view image{
margin-right: 1px;
}
.header-bottom-foot-view{
2024-08-15 10:27:03 +08:00
width: 33%;
2024-07-22 19:41:55 +08:00
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
height: 22px;
line-height: 22px;
border-radius: 15px;
font-weight: 400;
2024-07-30 16:53:24 +08:00
font-size: 11px;
2024-07-22 19:41:55 +08:00
color: #029c88;
}
.header-bottom-foot-title{
height: 22px;
line-height: 22px;
text-align: left;
font-weight: 600;
font-size: 30rpx;
color: #029d88;
}
.header-bottom-foot-cont{
width: 100%;
2024-07-19 12:00:13 +08:00
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
2024-07-22 19:41:55 +08:00
.header-bottom-foot{
width: 100%;
2024-07-19 12:00:13 +08:00
display: flex;
flex-direction: column;
align-items: center;
2024-07-22 19:41:55 +08:00
}
.header-bottom-money-jia{
font-size: 28rpx;
color: #848484;
margin-left: 5px;
text-decoration: line-through;
}
.header-bottom-money-zhen span{
color: #F95900;
}
.header-bottom-money-zhen span:nth-child(1){
font-size: 25rpx;
}
.header-bottom-money-zhen span:nth-child(2){
font-size:46rpx;
2024-07-19 12:00:13 +08:00
font-weight: bold;
}
2024-07-22 19:41:55 +08:00
.header-bottom-money-zhen span:nth-child(3){
font-size: 25rpx;
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.header-bottom-money-zhen{
display: flex;
flex-direction: row;
align-items: baseline;
2024-07-19 12:00:13 +08:00
}
2024-08-02 17:13:04 +08:00
2024-07-22 19:41:55 +08:00
.header-bottom-money-view{
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
margin-top:5px;
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.header-bottom-money{
padding: 5px 0;
width: 100%;
2024-07-19 12:00:13 +08:00
display: flex;
flex-direction: row;
2024-07-22 19:41:55 +08:00
align-items: center;
justify-content: space-between;
margin-top: 5rpx;
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.header-bottom-money1{
padding: 5px 0;
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
margin-top: 5rpx;
align-items: baseline;
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.header-bottom-title-num span{
font-size: 30rpx;
}
.header-bottom-title-num span:nth-child(1){
color: #848485;
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.header-bottom-title-num span:nth-child(2){
2024-07-19 12:00:13 +08:00
font-weight: bold;
2024-07-23 21:47:24 +08:00
color: #f52b1b;
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.header-bottom-title-num span:nth-child(3){
color: #848485;
}
.header-bottom-title-text{
font-weight: bold;
font-size: 35rpx;
color: #13141A;
}
.header-bottom-title{
width: 100%;
2024-07-19 12:00:13 +08:00
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
2024-07-22 19:41:55 +08:00
.header-bottom-top{
2024-07-19 12:00:13 +08:00
width: 100%;
display: flex;
2024-07-22 19:41:55 +08:00
flex-direction: column;
}
.header-bottom{
width: 100%;
2024-07-19 12:00:13 +08:00
background-color: #fff;
2024-07-22 19:41:55 +08:00
padding: 15px;
display: flex;
flex-direction: column;
}
.header-top image{
width: 706.25rpx;
height: 105.07rpx;
2024-07-19 12:00:13 +08:00
}
2024-07-22 19:41:55 +08:00
.header-top{
width: 100%;
height: 745.83rpx;
background-image: url('../../static/servicePackage/display.png');
background-size: 100%;
background-repeat: no-repeat;
2024-07-19 12:00:13 +08:00
display: flex;
2024-07-22 19:41:55 +08:00
align-items: flex-end;
justify-content: center;
}
.header{
width: 100%;
display: flex;
flex-direction: column;
}
.content{
width: 100%;
height: auto;
background-color: #f7f7f7;
}
.btn {
background: linear-gradient(to right, rgb(1, 156, 136), rgb(49, 193, 148));
color: rgb(255, 255, 255);
margin: 8px 16px;
position: fixed;
bottom: 0px;
width: 90%;
border-radius: 27px;
height: 43px;
line-height: 43px;
font-size: 17px;
text-align: center;
}
.group-buy{
display: flex;
background: #fef0ed;
justify-content: space-between;
}
.group-buy-left{
width:65%;
padding: 30rpx 30rpx;
background: linear-gradient(to right, rgb(255, 117, 98), rgb(233, 71, 52));
display: flex;
}
.group_amount{
color: #fff;
2024-07-23 21:47:24 +08:00
display: flex;
2024-08-02 17:13:04 +08:00
align-items: flex-end;
2024-07-22 19:41:55 +08:00
}
.group_amount span:nth-child(2){
2024-07-23 21:47:24 +08:00
font-size: 80rpx;
2024-07-22 19:41:55 +08:00
font-weight: bold;
2024-07-23 21:47:24 +08:00
line-height:68rpx;
2024-07-22 19:41:55 +08:00
}
.group-rule{
display: flex;
flex-direction:column;
align-items: center;
2024-07-23 21:47:24 +08:00
margin-left: 10rpx;
2024-07-22 19:41:55 +08:00
}
.group-rule span:nth-child(1){
color: #fff;
2024-07-23 21:47:24 +08:00
font-size:24rpx;
2024-07-22 19:41:55 +08:00
text-decoration: line-through;
}
.group-rule span:nth-child(2){
text-align: center;
2024-07-23 21:47:24 +08:00
padding: 1rpx 8rpx;
2024-07-22 19:41:55 +08:00
background:#fff;
color: #ed4b3e;
2024-07-23 21:47:24 +08:00
font-size: 22rpx;
border-radius: 6rpx;
2024-07-22 19:41:55 +08:00
}
.group-buy-right{
width: 34%;
display: flex;
flex-direction:column;
align-items: center;
padding: 20rpx 0;
}
.group-text{
color:#ec4439;
margin-bottom: 10rpx;
}
.group-buy-right span:nth-child(1){
background: #000;
border-radius: 30rpx;
padding: 8rpx;
color: #fff;
}
.group-buy-right span:nth-child(2){
background: #000;
border-radius: 30rpx;
padding: 8rpx;
color: #fff;
}
.group-buy-right span:nth-child(3){
background: #000;
border-radius: 30rpx;
padding: 8rpx;
color: #fff;
}
.teamwork-plate{
2024-07-30 16:53:24 +08:00
background:#fff;
2024-07-22 19:41:55 +08:00
margin: 20rpx 0;
align-items: center;
padding:15rpx 26rpx;
}
.teamwork-line{
display: flex;
2024-07-23 21:47:24 +08:00
padding:14rpx 12rpx;
2024-07-22 19:41:55 +08:00
justify-content: space-between;
}
.teamwork-button{
padding: 2rpx 15rpx;
/* background:#ed4b3e ; */
color:#fff;
2024-07-23 21:47:24 +08:00
height: 60rpx;
line-height: 58rpx;
margin-top: 10rpx;
2024-07-22 19:41:55 +08:00
border-radius: 6rpx;
margin-left: 15rpx;
}
.team-text{
color: #ed4b3e;
}
.teamwork-se{
2024-07-23 21:47:24 +08:00
width: 300rpx;
2024-07-22 19:41:55 +08:00
font-size: 24rpx;
2024-07-23 21:47:24 +08:00
text-align: left;
padding: 2rpx 0;
2024-07-22 19:41:55 +08:00
}
.tewmwork-prompt{
2024-07-23 21:47:24 +08:00
font-size: 22rpx;
2024-07-22 19:41:55 +08:00
color: #ed4b3e;
margin-top: 12rpx;
}
.tewmork-key{
2024-08-01 22:43:17 +08:00
display: flex;
text-align: center;
justify-content: space-between;
height: 30px;
2024-07-22 19:41:55 +08:00
}
.tewmork-key span{
height: 30rpx;
line-height: 30rpx;
2024-07-23 21:47:24 +08:00
padding: 4rpx 14rpx;
font-size: 22rpx;
background: linear-gradient(90deg, #feeaf4, #fef0f0, #fdf2ec);
color: #f52b1b;
2024-07-22 19:41:55 +08:00
border-radius: 6rpx;
margin-right: 6rpx;
margin-top: 6rpx;
2024-07-19 12:00:13 +08:00
}
2024-08-01 22:43:17 +08:00
.xiaoer {
background-color: #f1f8d7;
color: #58b314;
}
.item-view-biao {
margin: 4px 0px;
border-radius: 10rpx 3rpx 10rpx 3rpx;
width: 50px;
text-align: center;
}
2024-08-02 17:13:04 +08:00
</style>