1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126 |
- <template>
- <view>
- <view class="top">
- <view class="topLeft">
- <image :src="maintainCarData.brandLogo" mode="aspectFit" class="brandLogo"></image>
- <view class="carName">{{maintainCarData.brand}}-{{maintainCarData.series}}</view>
- <image src="../../static/img/icon_edit.png" mode="" class="topEdit" @click="carEdit"></image>
- </view>
- <view class="topRight">
- <input type="number" v-model="maintainCarData.milage" @confirm="upMileage" value="" placeholder="请输入当前里程" class="topInput" placeholder-style="color:#ffffff;"/>
- <image src="../../static/img/icon_edit.png" mode="" class="topEdit" @click="milageEdit"></image>
- </view>
- </view>
- <!-- 保养推荐 -->
- <view class="maintainrecommend">
- <view class="recommendTxt">保养推荐</view>
- <view class="manual" @click="handbook()">保养手册</view>
- </view>
- <!--主体 -->
- <view class="main">
- <view class="mainLeft">
- <scroll-view scroll-y="true" class="mainscrollView">
- <view class="mainLeftLine" v-for="(item,index) in mealData" :class="{lineLeftActive:leftIndex==index}"
- @click="leftClick(item,index)">
- <span>{{item.name}}</span>
- <view class="lineNum" v-show="item.num!=0">{{item.num}}</view>
- </view>
- </scroll-view>
- </view>
- <view class="mainRight">
- <scroll-view scroll-y="true" class="mainscrollView">
- <view v-show="mealData[leftIndex].listPackage.length==0">
- <view class="nodataBox">
- <image src="../../static/img/nodata.png" mode="widthFix" class="nodataImg"></image>
- <view class="noTxt">暂无数据</view>
- </view>
- </view>
- <view class="mainRightLine" v-for="(item,index) in mealData[leftIndex].listPackage">
- <view class="contTop">
- <view class="contTopLeft">
- <view class="listPackgeName"> {{item.name}} </view>
- <view class="listPackgeMs">
- <span v-if="item.referenceDosageQty">{{item.referenceDosage}}</span>
- </view>
- </view>
- <view class="contTopRight" @click="listcheck(item)">
- <image src="../../static/img/login_icon_checked.png" mode="" class="imgPrivacy" v-show="item.planItem"></image>
- <image src="../../static/img/login_icon_uncheck.png" mode="" class="imgPrivacy" v-show="!item.planItem"></image>
- <!-- <view class="nock" v-show="!item.check"></view> -->
- </view>
- </view>
- <view class="contZk">
- <view class="contZkMain" v-show="item.planItem">
- <view v-for="(vf,findex) in item.listGoodsAll">
- <view class="goodsItemLIne" v-for="(v,i) in vf.goodsList" v-if="i==0" @click="goGoods(v)">
- <image :src="v.picUrl" mode="" class="goodsImg" v-if="v.picUrl"></image>
- <image src="../../static/img/noimg.png" mode="" class="goodsImg sm" v-else></image>
- <view class="goodsCont">
- <view class="goodsContTop">
- <view class="goodsItemName">{{v.showName}}</view>
- <view class="replace" @click.stop="replace(vf,index,findex,i)" v-if="vf.goodsList.length>1">更换</view>
- </view>
- <view class="goodsCOntBOttom">
- <view class="salePrice">¥{{v.salePrice?v.salePrice:'--'}}</view>
- <view class="as">
- <view class="asa" @click.stop="reduce(v)">-</view>
- <view class="asNum">{{v.qty}}</view>
- <view class="asa" @click.stop="plus(v)">+</view>
- </view>
- </view>
- </view>
-
- </view>
-
- </view>
- <view class="goodsItemLIne" v-for="(v,i) in item.listItem" >
- <image :src="v.picUrl" mode="" class="goodsImg" v-if="v.picUrl"></image>
- <image src="../../static/img/icon_xiangmu.png" mode="" class="goodsImg sm" v-else></image>
- <view class="goodsCont">
- <view class="goodsContTop">
- <view class="goodsItemName">{{v.itemName}}</view>
- </view>
- <view class="goodsCOntBOttom">
- <view class="salePrice" >¥{{v.salePrice?v.salePrice:'-'}}</view>
- <view class="itemNum">x1</view>
- </view>
- </view>
- </view>
- </view>
- </view>
- </view>
- <view style="height: 100rpx;"></view>
-
- </scroll-view>
- </view>
- </view>
- <!-- 底部 -->
- <view class="bottom">
- <view class="bottomLeft">
- <view class="caidan" @click="caidanClick">
- <image src="../../static/img/caidan.png" mode="" class="caidanImg"></image>
- <view class="total" v-show="total>0">{{total}}</view>
- </view>
- <view>
- <view class="heji"> <span class="heji1">合计</span> <span class="hejiNum">¥{{totalhj}}</span> </view>
- <view class="hejiMs">商品¥{{goodsTotal}}+工时费¥{{salePriceTotal}}</view>
- </view>
- </view>
- <view class="settlement" @click="settlement">去选店</view>
- </view>
-
- <view class="caidanTk" v-show="qingdanShow" @click="qingdanShow=false">
- <view class="tkCont">
- <view class="caidanTkTop">
- <view class="tkTopTitle">清单</view>
- <view class="topTopright">
- <view class="empty" @click.stop="empty">清空</view>
- <view class="close" @click="qingdanShow=false">X</view>
- </view>
- </view>
-
- <view class="tkMain" @click.stop>
- <scroll-view scroll-y="true" class="tkMainSv">
- <view class="qingdanLine" v-for="(item,index) in orderData">
- <view class="mainTitle">{{item.name}}</view>
-
- <view class="goodsItem" v-for="(v,i) in item.listGoodsAll">
- <view >
- <image :src="v.picUrl" mode="" class="goodsImg" v-if="v.picUrl"></image>
- <image src="../../static/img/noimg.png" mode="" class="goodsImg " v-else></image>
- </view>
- <view class="goodsItemRight" >
- <view class="goodsItemName">{{v.showName}}</view>
- <view class="goodsItemBottom">
- <view class="goodssalePrice">¥{{v.salePrice}}</view>
- <view class="goodsNum">x{{v.qty}}</view>
- </view>
- </view>
- </view>
- <view class="goodsItem" v-for="(v,i) in item.listItem">
- <view>
- <image :src="v.picUrl" mode="" class="goodsImg" v-if="v.picUrl"></image>
- <image src="../../static/img/icon_xiangmu.png" mode="" class="goodsImg " v-else></image>
- </view>
- <view class="goodsItemRight" >
- <view class="goodsItemName">{{v.itemName}}</view>
- <view class="goodsItemBottom">
- <view class="goodssalePrice">¥{{v.salePrice?v.salePrice:'-'}}</view>
- <view class="goodsNum">x{{v.qty}}</view>
- </view>
- </view>
- </view>
- </view>
- <view class="ckBottom"></view>
- </scroll-view>
- </view>
-
- </view>
-
-
- </view>
-
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- maintainCarData:'',
- shopData:'',
- mealData:'',
- leftIndex:0,
- total:0,
- qingdanShow:false,
- totalhj:0,
- goodsTotal:0,
- salePriceTotal:0,
- orderData:[],
- replaceIndex1:'',
- replaceIndex2:'',
- brand:'',
- isNull:true,
- }
- },
- onLoad(opt) {
- this.$common.isUserId()
- this.maintainCarData=uni.getStorageSync("maintainCarData");
- //console.log(this.maintainCarData)
- this.shopData=uni.getStorageSync("shopData");
- if(this.maintainCarData.milage==0){
- this.maintainCarData.milage='';
- }
- if (opt.brand) {
- this.brand = opt.brand
- }
- this.getData();
- },
- onShow() {
- var maintainCarData2=uni.getStorageSync("maintainCarData");
- if(this.maintainCarData.id!=maintainCarData2.id){
- this.maintainCarData=maintainCarData2;
- if(this.maintainCarData.milage==0){
- this.maintainCarData.milage='';
- }
- this.getData();
- }
- var replaceData=uni.getStorageSync("replaceData");
-
- if(replaceData){
- replaceData.qty=1;
- console.log(replaceData)
- //console.log(this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll.goodsList[this.replaceIndex2])
- this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2].goodsList.unshift(replaceData)
- //console.log(this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll.goodsList[this.replaceIndex2])
-
- this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2].goodsList=this.unique(this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2].goodsList)
-
- //this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2]=replaceData
- //this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2].goodsName='666'
- //console.log(this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2])
- this.$forceUpdate()
- this.calculation()
- }
-
- },
- methods: {
- unique(arr1) {
- const res = new Map();
- return arr1.filter((a) => !res.has(a.goodsID) && res.set(a.goodsID, 1))
- },
- upMileage(){
- this.getData();
- this.$http('worldKeepCar/worldHome/updateTMemberCarByHome', {
- id: this.maintainCarData.id,
- milage: this.maintainCarData.milage?this.maintainCarData.milage:0,
-
- }, 'POST').then(res => {
- uni.hideLoading();
- console.log(res);
- if (res.code == 0) {
- var cardata = uni.getStorageSync("maintainCarData")
-
- if (cardata) {
- cardata.milage = this.maintainCarData.milage
- uni.setStorage({
- key: 'maintainCarData',
- data: cardata,
- success: function () {
- }
- });
-
- }
-
- }
-
- })
-
- },
- // milageEditconfirm(){
- // this.getData();
- // var that=this;
- // for(let k in this.maintainCarData){this.maintainCarData[k] = this.maintainCarData[k]==null?'':this.maintainCarData[k]}
- // this.$http('miniAppMyBMemberCar/updateMemberCar',this.maintainCarData,'POST').then(res => {
- // uni.hideLoading();
- // uni.setStorage({
- // key: 'maintainCarData',
- // data: that.maintainCarData,
- // success: function () {
- // /* uni.navigateBack({
- // delta:1
- // }) */
-
- // }
- // });
-
- // })
- // },
- leftClick(item,index){
- this.leftIndex=index
- },
- listcheck(item){
- item.planItem=!item.planItem;
- //var
- if(this.mealData[this.leftIndex].name=='小保养'){
- this.calculation('大保养');
- }else if(this.mealData[this.leftIndex].name=='大保养'){
- this.calculation('小保养');
- }else{
- this.calculation();
- }
- if(item.planItem){
- /* this.orderData.push(item) */
- }
- },
- goGoods(item){
- uni.navigateTo({
- url:'../module/goodsDetail?goodsId='+item.goodsID+'&type=1'+'&typeIndex=2&maintain=1'
- })
- },
- empty(){
- var that=this;
- uni.showModal({
- title: '提示',
- content: '确定要清空清单吗',
- success: function (res) {
- if (res.confirm) {
- that.orderData=[];
- that.mealData.forEach(item=>{
- item.num=0;
- if(item.listPackage){
- item.listPackage.forEach(v=>{
- v.planItem=false
- })
- }
-
- })
- console.log(that.mealData)
- that.calculation();
- that.qingdanShow=false;
- }
-
- }
- });
-
- },
- calculation(txt){
- this.isNull=true
- this.total=0;
- this.totalhj=0;
- this.goodsTotal=0;
- this.salePriceTotal=0;
- this.orderData=[]
- this.mealData.forEach(v=>{
- v.num=0;
- if(txt == v.name){
- console.log(v.name)
- if(v.listPackage){
- v.listPackage.forEach(i=>{
- i.planItem=false
- })
- }
- }else{
- if(v.listPackage){
- v.listPackage.forEach(i=>{
- if(i.planItem){
- var obj={
- listGoodsAll:[],
- listItem:'',
- id:i.id,
- name:i.name
- }
- if(i.listGoodsAll.length>0){
- i.listGoodsAll.forEach((goods,goodsIndex)=>{
- console.log(goods.goodsGroupDetail)
- /* goods.forEach(sp=>{
- this.goodsTotal=Number(this.goodsTotal)
- this.goodsTotal+=sp.salePrice*sp.qty
- this.goodsTotal=this.goodsTotal.toFixed(2)
- })
- //goods[0].salePrice=1;*/
- this.goodsTotal=Number(this.goodsTotal)
- if(!isNaN(goods.goodsList[0].salePrice)){
- this.goodsTotal+=goods.goodsList[0].salePrice*goods.goodsList[0].qty
- this.goodsTotal=this.goodsTotal.toFixed(2)
-
- }else{
- this.isNull=false
- }
- if(goods.goodsList[0].salePrice==null){
- this.isNull=false
- }
- obj.listGoodsAll.push(goods.goodsList[0])
-
- })
-
- }
- if(i.listItem.length>0){
- obj.listItem=i.listItem
- }
- this.orderData.push(obj)
- v.num++;
- this.total++;
-
- i.listItem.forEach(xm=>{
- xm.qty=1;
- if(!isNaN(xm.salePrice)){
- this.salePriceTotal=Number(this.salePriceTotal)
- this.salePriceTotal+=xm.salePrice
- this.salePriceTotal=this.salePriceTotal.toFixed(2)
- }else{
- this.isNull=false
- }
- if(xm.salePrice==null){
- this.isNull=false
- }
- //xm.salePrice=1;
-
- })
- //this.totalhj
- }
- })
- }
- }
- //if(v.listPackage)
- })
- this.totalhj=Number(this.goodsTotal)+Number(this.salePriceTotal)
- this.totalhj=this.totalhj.toFixed(2)
- console.log(this.orderData)
- },
- reduce(v){
- console.log(v)
- if(v.qty>1){
- v.qty--;
- this.calculation()
- }else if(v.del){
- if(v.qty>0){
- v.qty--;
- this.calculation()
- }
-
- }
- },
- plus(v){
- v.qty++;
- this.calculation()
- },
- getData(){
- uni.showLoading({
- title: '加载中'
- })
- var location = uni.getStorageSync("locationCity");
- var selectCity = uni.getStorageSync("selectCity");
- var cityCode=''
- if(selectCity){
- cityCode=selectCity.code
- }else{
- cityCode=location.cityCode
- }
- this.$http('miniApp/tPackageMiniAppController/queryPackageList', {
- mileage:this.maintainCarData.milage,
- liyangId:this.maintainCarData.nLevelID,
- cityCode:cityCode,
- guidePrice:this.maintainCarData.guidePrice?this.maintainCarData.guidePrice:0,
- },'GET').then(res => {
- console.log(res)
- uni.hideLoading();
- if(res.code==1){
- uni.showModal({
- title: '提示',
- content: res.msg,
- showCancel:false,
- success: function (res) {
-
- }
- });
- }
- res.data.forEach(item=>{
- //console.log(item)
- item.listPackage.forEach((list,i)=>{
- if(list.listGoodsAll.length>0){
- list.listGoodsAll.forEach((goods,index)=>{
- //console.log(goods.goodsGroupDetail)
-
-
- if(goods.goodsGroupDetail.length==0){
- //同组品为空的情况
- if(goods.goodsList[0].capacity&&!goods.goodsList[0].del){
- //console.log(Number(list.referenceDosageQty)/goods[0].capacity)
- if(Number(list.referenceDosageQty)/goods.goodsList[0].capacity>1){
- var qtynum1=Number(list.referenceDosageQty)-goods.goodsList[0].capacity
- var qtynum2=Math.ceil(qtynum1/goods.goodsList[0].capacity)
-
- goods.goodsList.splice(300);
- var addArrnt=JSON.parse(JSON.stringify(goods.goodsList))
- //console.log(addArrnt[0])
- addArrnt[0].qty=qtynum2
- var addDta={
- goodsGroupDetail:[],
- goodsList:addArrnt
- }
-
- addDta.goodsList.forEach(add=>{
- add.del=true;
- })
- //addDta.splice(1,0)
- console.log(addDta)
- var add=JSON.parse(JSON.stringify(addDta))
- list.listGoodsAll.splice(index+1, 0,add)
-
- }
- }
- }else{
- //同组品不为空的情况
- //console.log("同组品不为空的情况 ")
- var remainder=0;
- var addNum=index
- console.log("list.referenceDosageQty - "+list.referenceDosageQty+list.name)
- var referenceDosageQty=Number(list.referenceDosageQty)
- //var addArr= goods.goodsList
- goods.goodsList.splice(300);
-
- if(list.referenceDosageQty&&!goods.goodsList[0].del){
-
- goods.goodsGroupDetail.forEach((tgoods,tindex)=>{
- var addArr=JSON.parse(JSON.stringify(goods.goodsList))
- if(tindex==0){
- if(referenceDosageQty>tgoods.capacity){
- var parseIntNum=parseInt(referenceDosageQty/tgoods.capacity)
- tgoods.qty=parseIntNum
- addArr.unshift(tgoods)
- var reduce= tgoods.capacity*parseIntNum
- referenceDosageQty=referenceDosageQty - reduce
- var addDta={
- goodsGroupDetail:[],
- goodsList:addArr,
- del:true,
- }
- addDta.goodsList.forEach(add=>{
- add.del=true;
- })
-
- list.listGoodsAll.splice(index, 1,addDta)
- }else{
- if(goods.goodsGroupDetail.length==1){
- addArr.unshift(tgoods)
- referenceDosageQty=referenceDosageQty-tgoods.capacity
- }
-
- }
-
-
-
- }else{
-
- if(referenceDosageQty>0){
- console.log('referenceDosageQty'+referenceDosageQty)
- console.log(tgoods)
- /* remainder=Number(referenceDosageQty)%tgoods.capacity
-
- if(remainder>1){
- addArr.unshift(tgoods)
- }
- referenceDosageQty=referenceDosageQty-tgoods.capacity */
- if(referenceDosageQty>tgoods.capacity){
- var parseIntNum=parseInt(referenceDosageQty/tgoods.capacity)
-
- var reduce= tgoods.capacity*parseIntNum
- if(goods.goodsGroupDetail.length==tindex+1){
- var a=referenceDosageQty - reduce
- if(a>0){
- parseIntNum++
- }
- }
- tgoods.qty=parseIntNum
- addArr.unshift(tgoods)
- referenceDosageQty=referenceDosageQty - reduce
- var addDta={
- goodsGroupDetail:[],
- goodsList:addArr,
- del:true
- }
- addDta.goodsList.forEach(add=>{
- add.del=true;
- })
- //console.log(addArr)
- if(tindex==0){
- // console.log(addDta.goodsList[0])
- //list.listGoodsAll.splice(index, 1,addDta)
- //console.log(list.listGoodsAll[index])
- }else{
- addNum++
- console.log('addNum=='+addNum)
- //console.log(addDta.goodsList[0])
- list.listGoodsAll.splice(addNum, 0,addDta)
- }
- }else{
- if(goods.goodsGroupDetail.length==tindex+1){
- addArr.unshift(tgoods)
- referenceDosageQty=referenceDosageQty-tgoods.capacity
- var addDta={
- goodsGroupDetail:[],
- goodsList:addArr,
- del:true
- }
- addDta.goodsList.forEach(add=>{
- add.del=true;
- })
- //console.log(addArr)
- if(tindex==0){
- // console.log(addDta.goodsList[0])
- //list.listGoodsAll.splice(index, 1,addDta)
- //console.log(list.listGoodsAll[index])
- }else{
- addNum++
- console.log('addNum=='+addNum)
- //console.log(addDta.goodsList[0])
- list.listGoodsAll.splice(addNum, 0,addDta)
- }
- }
-
- }
-
-
- }
-
-
- }
-
-
- } )
-
- }
- }
-
- })
-
- }
- })
- })
- this.mealData=res.data;
- this.mealData.splice(1,0)
- console.log(this.mealData)
- this.calculation();
- })
- },
- handbook(){
- uni.navigateTo({
- url:'handbook?mileage'+this.maintainCarData.milage+'&liyangId='+this.maintainCarData.nLevelID
- })
- },
- settlement(){
- if(!this.isNull){
- uni.showToast({
- title: '您选择的有未设置价格的商品,请重新选择',
- icon:'none',
- duration: 5000
- });
- return false;
- }
- console.log(this.orderData)
- //return false;
- uni.removeStorageSync('couponData');
- if(this.orderData.length>0){
- /* uni.navigateTo({
- url:'confirmOrder?orderData='+JSON.stringify(this.orderData)+'¤tMileage='+this.maintainCarData.milage
- }) */
- uni.navigateTo({
- url:'orderShop?orderData='+JSON.stringify(this.orderData)+'¤tMileage='+this.maintainCarData.milage+'&brand='+this.brand
- })
- }
-
- },
- replace(v,index,i,replaceIndex){
- //v.splice(replaceIndex, 1)
- console.log(v)
- console.log(replaceIndex)
- v.goodsList.forEach((item,vindex)=>{
- if(replaceIndex==vindex){
- item.showr=false
- }else{
- item.showr=true
- }
- })
- uni.removeStorageSync('replaceData');
- this.replaceIndex1=index;
- this.replaceIndex2=i;
- uni.setStorage({
- key: 'replaceDataList',
- data: v,
- success: function () {
- uni.navigateTo({
- url:'replaceGoods'
- })
- }
- });
-
- },
- caidanClick(){
- this.qingdanShow=!this.qingdanShow
- },
- milageEdit(){
- this.maintainCarData.milage=''
- },
- carEdit(){
- uni.navigateTo({
- url:'../index/cailist?type=2'
-
- })
- }
- }
- }
- </script>
- <style scoped>
-
- .caidanTk{
- height: calc(100vh );
- width: 100vw;
- background: rgba(0,0,0,0.6);
- position:fixed;
- left: 0;
- top: 0;
-
- }
- .tkCont{
- height: 70vh;
- /* margin-top: calc(40vh ); */
- position: absolute;
- left: 0;
- bottom: 0;
- }
- .caidanTkTop{
- width: 750rpx;
- height: 90rpx;
- background: #FFFFFF;
- border-radius: 24rpx 24rpx 0px 0px;
- }
- .caidanTkTop{
- display: flex;justify-content: space-between;
- }
- .topTopright{
- display: flex;
- padding-top: 29rpx;
-
- }
- .tkTopTitle{
- line-height: 90rpx;
- font-size: 30rpx;
- font-weight: 600;
- color: #3C3C3C;
- padding-left: 24rpx;
- }
- .empty{
- width: 86rpx;
- height: 42rpx;
- background: #EEEEEE;
- border-radius: 21rpx;
- text-align: center;
- color: #666666;
- font-size: 24rpx;
- line-height: 42rpx;
-
- }
- .close{
- color: #999999;
- font-size: 30rpx;
- padding-right: 30rpx;
- padding-left: 24rpx;
- }
- .tkMain{
-
- background: #F0F0F0;
- height: calc(70vh - 90rpx);
- }
- .tkMainSv{
- padding: 0 24rpx;
- width: 702rpx;
- height: calc(70vh - 150rpx);
-
- }
- .goodsItemRight{
- width: 520rpx;
- padding-left: 20rpx;
- display: flex;
- flex-direction:column;
- justify-content: space-between;
- }
- .goodsItemBottom{
- display: flex;
- justify-content: space-between;
- }
-
- .goodssalePrice{
- font-size: 32rpx;font-weight: 500;color: #FF4F00;
- }
- .goodsNum{
- font-size: 24rpx;font-weight: 400;color: #999999;
- }
- .top{
- background: #FF4F00;
- display: flex;
- justify-content: space-between;
- padding: 30rpx 25rpx;
- font-size: 28rpx;
- color: #FFFFFF;
- }
- .goodsItem{
- display: flex;
- padding: 15rpx 0;
- }
- .qingdanLine{
- background: #FFFFFF;
- margin-top: 20rpx;
- padding: 24rpx 20rpx;
- border-radius: 10rpx;
- }
- .brandLogo{
- width: 42rpx;
- height: 42rpx;
- padding: 0 10rpx;
- }
- .topLeft{
- display: flex;
- align-content: center;
- }
- .carName{
- width: 61%;
- }
- .topEdit{
- width: 22rpx;
- height: 22rpx;
- padding: 10rpx;
- }
- .topRight{
- display: flex;
- justify-content: flex-end;
- align-items: center;
- }
- .topInput{
- font-size: 28rpx;
- color: #FFFFFF;
- text-align: right;
- padding-top: 3rpx;
- width: 70%;
- }
- .maintainrecommend{
- padding: 30rpx 24rpx;
- display: flex;
- justify-content: space-between;
- border-bottom: 2rpx solid #EEEEEE;
- }
- .recommendTxt{
- color: #3C3C3C;
- font-size: 30rpx;
- font-weight: 600;
- }
- .manual{
- width: 119rpx;
- height: 40rpx;
- border-radius: 20rpx;
- border: 2rpx solid #F19D01;
- text-align: center;
- line-height: 40rpx;
- font-size: 22rpx;
- color: #F19D01;
- }
- .bottom{
- position: fixed;
- left: 0;
- bottom: 0;
- width: 100vw;
- height: 120rpx;
- background: #FFFFFF;
- box-shadow: 0px -2px 20px 0px rgba(153, 153, 153, 0.2);
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- box-sizing: content-box;
- z-index: 11;
- }
- .ckBottom{
- width: 100vw;
- height: 120rpx;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- box-sizing: content-box;
- }
- .main{
- display: flex;
- height: calc(100vh - 410rpx);
- }
- .mainscrollView{
- height: calc(100vh - 410rpx);
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- box-sizing: content-box;
- margin-bottom: 120rpx;
- }
- /* #ifdef MP-WEIXIN */
- .main{
- display: flex;
- height: calc(100vh - 310rpx);
- }
- .mainscrollView{
- height: calc(100vh - 310rpx);
- }
- /* #endif */
- .mainLeft{
- width: 146rpx;
- background: #F5F5F5;
- }
- .mainRight{
- width: 604rpx;
- }
- .mainLeftLine{
- color: #3C3C3C;
- padding: 30rpx 20rpx;
- font-size: 24rpx;
- text-align: center;
- position: relative;
- }
- .lineNum{
- position: absolute;
- background: #FF270A;
- width: 40rpx;
- height: 26rpx;
- text-align: center;
- line-height: 26rpx;
- font-size: 20rpx;
- color: #FFFFFF;
- border-radius: 13rpx;
- top: 10rpx;
- right: 10rpx;
- }
- .lineLeftActive{
- background: #FFFFFF;
- }
- .nock{
- width: 22rpx;
- height: 22rpx;
- border-radius: 50%;
- border:2px solid #AEAEAE;
- margin-top: 2rpx;
- margin-right: 10rpx;
- }
- .imgPrivacy{
- width: 36rpx;
- height: 36rpx;
- /* margin-top: 2rpx; */
- /* margin-right: 10rpx; */
- }
- .contTopRight{
- display: flex;
- align-items: center;
- width: 38rpx;
- height: 36rpx;
- margin-right: 10rpx;
- }
- .mainRightLine{
- padding: 20rpx 20rpx 0 20rpx;
-
- }
- .contTop{
- display: flex;
- justify-content: space-between;
- }
- .listPackgeName{
- font-size: 26rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 600;
- color: #3C3C3C;
- }
- .listPackgeMs{
- font-size: 22rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- padding-top: 5rpx;
- line-height: 30rpx;
- }
- .contZk{
- border-bottom: 1px solid #EEEEEE;
- padding-bottom: 20rpx;
- }
- .goodsImg{
- width: 120rpx;
- height: 120rpx;
-
- border-radius: 11rpx;
- }
- .goodsItemLIne{
- display: flex;
- padding-top: 20rpx;
- padding-bottom: 20rpx;
- }
- .goodsCont{
- display: flex;
- flex-direction:column;
- justify-content: space-between;
- padding-left: 20rpx;
- }
- .goodsContTop{
- display: flex;
- justify-content: space-between;
- width: 400rpx;
- }
- .goodsItemName{
- font-size: 26rpx;
- font-weight: 400;
- color: #3C3C3C;
- width: 78%;
-
- }
- .salePrice{
- font-size: 32rpx;
- font-weight: 500;
- color: #FF4F00;
- }
- .replace{
- width: 75rpx;
- height: 37rpx;
- border-radius: 19rpx;
- border: 2rpx solid #B9B9B9;
- text-align: center;
- line-height: 35rpx;
- color: #707070;
- font-size: 22rpx;
- }
- .contZkMain{
- padding-top: 20rpx;
- }
- .asa{
- width: 44rpx;
- height: 44rpx;
- line-height: 44rpx;
- text-align: center;
- background: #F4F5F7;
- font-size: 30rpx;
- }
- .goodsCOntBOttom{
- display: flex;
- justify-content: space-between;
- }
- .as{
- display: flex;
-
- }
- .goodsPrice{
- display: flex;justify-content: space-between;
- padding-top: 10rpx;
- }
- .goodsPriceNum{
- color: #F8F8F8;
- font-size: 28rpx;
- }
- .asNum{
- font-size: 24rpx;color: #333333;
- padding: 0 18rpx;
- height: 44rpx;
- line-height: 44rpx;
- background: #F4F5F7;
- margin-left: 1px;
- margin-right: 1px;
- }
- .itemNum{
- font-size: 24rpx;
- font-weight: 400;
- color: #999999;
- }
- .bottom{
- display: flex;
- justify-content: space-between;
- }
- .caidanImg{
- width: 50rpx;
- height: 50rpx;
- }
- .bottomLeft{
- display: flex;
- }
- .caidan{
- padding-left: 33rpx;
- padding-top: 35rpx;
- padding-right: 33rpx;
- position: relative;
- }
- .total{
- position: absolute;
- width: 40rpx;
- height: 26rpx;
- background: #FF270A;
- line-height: 26rpx;
- text-align: center;
- color: #FFFFFF;
- font-size: 20rpx;
- top: 25rpx;
- right: 15rpx;
- border-radius: 13rpx;
- }
- .heji1{
- font-size: 24rpx;
- font-weight: 500;
- color: #666666;
- }
- .hejiNum{
- font-size: 32rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #FF4F00;
- }
- .hejiMs{
- font-size: 24rpx;
- padding-top: 5rpx;
- color: #999999;
- }
- .heji{
- padding-top: 23rpx;
- }
- .settlement{
- width: 203rpx;
- height: 74rpx;
- background: #FF4F00;
- border-radius: 37rpx;
- text-align: center;
- line-height: 74rpx;
- font-size: 30rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #FEFFFE;
- margin-top: 23rpx;
- margin-right: 32rpx;
- }
- .nodataImg{
- width: 400rpx;
- padding-top: 100rpx;
- }
- .noTxt{
- font-size: 36rpx;
- color: #999999;
- padding-top: 50rpx;
- }
- .nodataBox{
- text-align: center;
- }
- </style>
|