| 
															
																@@ -39,7 +39,9 @@ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 						<view class="contTop"> 
															 | 
															
															 | 
															
																 						<view class="contTop"> 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 							<view class="contTopLeft"> 
															 | 
															
															 | 
															
																 							<view class="contTopLeft"> 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 								<view class="listPackgeName"> {{item.name}} </view> 
															 | 
															
															 | 
															
																 								<view class="listPackgeName"> {{item.name}} </view> 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-								<view class="listPackgeMs">{{item.referenceDosage}}</view> 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+								<view class="listPackgeMs"> 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+								    <span  v-if="item.referenceDosageQty">{{item.referenceDosage}}</span> 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+								</view> 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 							</view> 
															 | 
															
															 | 
															
																 							</view> 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 							<view class="contTopRight" @click="listcheck(item)"> 
															 | 
															
															 | 
															
																 							<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_checked.png" mode="" class="imgPrivacy" v-show="item.planItem"></image> 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -177,6 +179,7 @@ export default { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 			replaceIndex1:'', 
															 | 
															
															 | 
															
																 			replaceIndex1:'', 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 			replaceIndex2:'', 
															 | 
															
															 | 
															
																 			replaceIndex2:'', 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 			brand:'', 
															 | 
															
															 | 
															
																 			brand:'', 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+			isNull:true, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 		} 
															 | 
															
															 | 
															
																 		} 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 	}, 
															 | 
															
															 | 
															
																 	}, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 	onLoad(opt) { 
															 | 
															
															 | 
															
																 	onLoad(opt) { 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -319,6 +322,7 @@ export default { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 			 
															 | 
															
															 | 
															
																 			 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 		}, 
															 | 
															
															 | 
															
																 		}, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 		calculation(txt){ 
															 | 
															
															 | 
															
																 		calculation(txt){ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+			this.isNull=true 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 			this.total=0; 
															 | 
															
															 | 
															
																 			this.total=0; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 			this.totalhj=0; 
															 | 
															
															 | 
															
																 			this.totalhj=0; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 			this.goodsTotal=0; 
															 | 
															
															 | 
															
																 			this.goodsTotal=0; 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -352,9 +356,14 @@ export default { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 									}) */ 
															 | 
															
															 | 
															
																 									}) */ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 									//goods[0].salePrice=1; 
															 | 
															
															 | 
															
																 									//goods[0].salePrice=1; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 									this.goodsTotal=Number(this.goodsTotal) 
															 | 
															
															 | 
															
																 									this.goodsTotal=Number(this.goodsTotal) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-									this.goodsTotal+=goods[0].salePrice*goods[0].qty 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-									this.goodsTotal=this.goodsTotal.toFixed(2) 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-										obj.listGoodsAll.push(goods[0]) 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+									if(!isNaN(goods[0].salePrice)){ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+										this.goodsTotal+=goods[0].salePrice*goods[0].qty 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+										this.goodsTotal=this.goodsTotal.toFixed(2) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+										 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+									}else{ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+									   this.isNull=false 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+							     	} 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+									obj.listGoodsAll.push(goods[0]) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 									 
															 | 
															
															 | 
															
																 									 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 								 
															 | 
															
															 | 
															
																 								 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 								}) 
															 | 
															
															 | 
															
																 								}) 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -369,10 +378,15 @@ export default { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 							 
															 | 
															
															 | 
															
																 							 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 							i.listItem.forEach(xm=>{ 
															 | 
															
															 | 
															
																 							i.listItem.forEach(xm=>{ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 								xm.qty=1; 
															 | 
															
															 | 
															
																 								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 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+								} 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 								//xm.salePrice=1; 
															 | 
															
															 | 
															
																 								//xm.salePrice=1; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-								this.salePriceTotal=Number(this.salePriceTotal) 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-								this.salePriceTotal+=xm.salePrice 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-								this.salePriceTotal=this.salePriceTotal.toFixed(2) 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+								 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 							}) 
															 | 
															
															 | 
															
																 							}) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 							//this.totalhj 
															 | 
															
															 | 
															
																 							//this.totalhj 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 						} 
															 | 
															
															 | 
															
																 						} 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -386,9 +400,13 @@ export default { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 			console.log(this.orderData) 
															 | 
															
															 | 
															
																 			console.log(this.orderData) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 		}, 
															 | 
															
															 | 
															
																 		}, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 		reduce(v){ 
															 | 
															
															 | 
															
																 		reduce(v){ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+			console.log(v) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 			if(v.qty>1){ 
															 | 
															
															 | 
															
																 			if(v.qty>1){ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 				v.qty--; 
															 | 
															
															 | 
															
																 				v.qty--; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 				this.calculation() 
															 | 
															
															 | 
															
																 				this.calculation() 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+			}else if(v.del){ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+				v.qty--; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+				this.calculation() 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 			} 
															 | 
															
															 | 
															
																 			} 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 		}, 
															 | 
															
															 | 
															
																 		}, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 		plus(v){ 
															 | 
															
															 | 
															
																 		plus(v){ 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -405,7 +423,57 @@ export default { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 			   guidePrice:this.maintainCarData.guidePrice, 
															 | 
															
															 | 
															
																 			   guidePrice:this.maintainCarData.guidePrice, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 			 },'GET').then(res => { 
															 | 
															
															 | 
															
																 			 },'GET').then(res => { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 				uni.hideLoading(); 
															 | 
															
															 | 
															
																 				uni.hideLoading(); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+				res.data.forEach(item=>{ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+					//console.log(item) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+					item.listPackage.forEach((list,i)=>{ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+						if(list.listGoodsAll.length>0){ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+							//console.log(list) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+							//if(true){ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+								//if(list.listGoodsAll[i]!=list.listGoodsAll[i-1]){ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+									list.listGoodsAll.forEach((goods,index)=>{ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+										//console.log(goods[0]) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+										 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+										if(goods[0].capacity&&!goods[0].del){ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+											//console.log(Number(list.referenceDosageQty)/goods[0].capacity) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+											if(Number(list.referenceDosageQty)/goods[0].capacity>1){ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+												console.log("添加一条") 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+												var addDta=list.listGoodsAll[index]; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+												 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+												addDta.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) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+												//list.listGoodsAll.splice(1,0) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+												//list.listGoodsAll.push(list.listGoodsAll[index]) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+											} 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+										} 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+									}) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+								//} 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+							/* }else{ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+								list.listGoodsAll.forEach((goods,index)=>{ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+									//console.log(goods[0]) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+									 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+									if(goods[0].capacity){ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+										console.log(Number(list.referenceDosageQty)/goods[0].capacity) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+										if(Number(list.referenceDosageQty)/goods[0].capacity>1){ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+											console.log("添加一条") 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+											list.listGoodsAll.splice(index+1, 0,list.listGoodsAll[index]) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+											//list.listGoodsAll.push(list.listGoodsAll[index]) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+										} 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+									} 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+								}) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+							} */ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+							 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+							 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+						} 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+					}) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+				}) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 				this.mealData=res.data; 
															 | 
															
															 | 
															
																 				this.mealData=res.data; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+				this.mealData.splice(1,0) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+				console.log(this.mealData) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 				this.calculation(); 
															 | 
															
															 | 
															
																 				this.calculation(); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 			}) 
															 | 
															
															 | 
															
																 			}) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 		}, 
															 | 
															
															 | 
															
																 		}, 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -472,16 +540,20 @@ export default { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 <style scoped> 
															 | 
															
															 | 
															
																 <style scoped> 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 	 
															 | 
															
															 | 
															
																 	 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 	.caidanTk{ 
															 | 
															
															 | 
															
																 	.caidanTk{ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-		height: calc(100vh - 120rpx); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+		height: calc(100vh ); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 		width: 100vw; 
															 | 
															
															 | 
															
																 		width: 100vw; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 		background: rgba(0,0,0,0.6); 
															 | 
															
															 | 
															
																 		background: rgba(0,0,0,0.6); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 		position:fixed; 
															 | 
															
															 | 
															
																 		position:fixed; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 		left: 0; 
															 | 
															
															 | 
															
																 		left: 0; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 		top: 0; 
															 | 
															
															 | 
															
																 		top: 0; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+	 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 	} 
															 | 
															
															 | 
															
																 	} 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 	.tkCont{ 
															 | 
															
															 | 
															
																 	.tkCont{ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 		height: 60vh; 
															 | 
															
															 | 
															
																 		height: 60vh; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-		margin-top: calc(40vh - 120rpx); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+		margin-top: calc(40vh ); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+		padding-bottom: constant(safe-area-inset-bottom); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+		padding-bottom: env(safe-area-inset-bottom); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+		box-sizing: content-box;  
															 | 
														
													
												
													
														
															| 
															 | 
															
																 	} 
															 | 
															
															 | 
															
																 	} 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 	.caidanTkTop{ 
															 | 
															
															 | 
															
																 	.caidanTkTop{ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 		width: 750rpx; 
															 | 
															
															 | 
															
																 		width: 750rpx; 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -625,6 +697,9 @@ export default { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 		height: 120rpx; 
															 | 
															
															 | 
															
																 		height: 120rpx; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 		background: #FFFFFF; 
															 | 
															
															 | 
															
																 		background: #FFFFFF; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 		box-shadow: 0px -2px 20px 0px rgba(153, 153, 153, 0.2); 
															 | 
															
															 | 
															
																 		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; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 	} 
															 | 
															
															 | 
															
																 	} 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 	.main{ 
															 | 
															
															 | 
															
																 	.main{ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 		display: flex; 
															 | 
															
															 | 
															
																 		display: flex; 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -710,6 +785,7 @@ export default { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 		font-weight: 400; 
															 | 
															
															 | 
															
																 		font-weight: 400; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 		color: #999999; 
															 | 
															
															 | 
															
																 		color: #999999; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 		padding-top: 5rpx; 
															 | 
															
															 | 
															
																 		padding-top: 5rpx; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+		line-height: 30rpx; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 	} 
															 | 
															
															 | 
															
																 	} 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 	.contZk{ 
															 | 
															
															 | 
															
																 	.contZk{ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 		border-bottom: 1px solid #EEEEEE; 
															 | 
															
															 | 
															
																 		border-bottom: 1px solid #EEEEEE; 
															 |