maintain.vue 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849
  1. <template>
  2. <view>
  3. <view class="top">
  4. <view class="topLeft">
  5. <image :src="maintainCarData.brandLogo" mode="aspectFit" class="brandLogo"></image>
  6. <view class="carName">{{maintainCarData.brand}}-{{maintainCarData.series}}</view>
  7. <image src="../../static/img/icon_edit.png" mode="" class="topEdit" @click="carEdit"></image>
  8. </view>
  9. <view class="topRight">
  10. <input type="number" v-model="maintainCarData.milage" @confirm="milageEditconfirm" value="" placeholder="请输入当前里程" class="topInput" placeholder-style="color:#ffffff;"/>
  11. <image src="../../static/img/icon_edit.png" mode="" class="topEdit" @click="milageEdit"></image>
  12. </view>
  13. </view>
  14. <!-- 保养推荐 -->
  15. <view class="maintainrecommend">
  16. <view class="recommendTxt">保养推荐</view>
  17. <view class="manual" @click="handbook">保养手册</view>
  18. </view>
  19. <!--主体 -->
  20. <view class="main">
  21. <view class="mainLeft">
  22. <scroll-view scroll-y="true" class="mainscrollView">
  23. <view class="mainLeftLine" v-for="(item,index) in mealData" :class="{lineLeftActive:leftIndex==index}"
  24. @click="leftClick(item,index)">
  25. <span>{{item.name}}</span>
  26. <view class="lineNum" v-show="item.num!=0">{{item.num}}</view>
  27. </view>
  28. </scroll-view>
  29. </view>
  30. <view class="mainRight">
  31. <scroll-view scroll-y="true" class="mainscrollView">
  32. <view v-show="mealData[leftIndex].listPackage.length==0">
  33. <view class="nodataBox">
  34. <image src="../../static/img/nodata.png" mode="widthFix" class="nodataImg"></image>
  35. <view class="noTxt">暂无数据</view>
  36. </view>
  37. </view>
  38. <view class="mainRightLine" v-for="(item,index) in mealData[leftIndex].listPackage">
  39. <view class="contTop">
  40. <view class="contTopLeft">
  41. <view class="listPackgeName"> {{item.name}} </view>
  42. <view class="listPackgeMs">{{item.referenceDosage}}</view>
  43. </view>
  44. <view class="contTopRight" @click="listcheck(item)">
  45. <image src="../../static/img/login_icon_checked.png" mode="" class="imgPrivacy" v-show="item.planItem"></image>
  46. <image src="../../static/img/login_icon_uncheck.png" mode="" class="imgPrivacy" v-show="!item.planItem"></image>
  47. <!-- <view class="nock" v-show="!item.check"></view> -->
  48. </view>
  49. </view>
  50. <view class="contZk">
  51. <view class="contZkMain" v-show="item.planItem">
  52. <view v-for="(vf,findex) in item.listGoodsAll">
  53. <view class="goodsItemLIne" v-for="(v,i) in vf" v-if="i==0" @click="goGoods(v)">
  54. <image :src="v.picUrl" mode="" class="goodsImg" v-if="v.picUrl"></image>
  55. <image src="../../static/img/noimg.png" mode="" class="goodsImg sm" v-else></image>
  56. <view class="goodsCont">
  57. <view class="goodsContTop">
  58. <view class="goodsItemName">{{v.goodsName}}</view>
  59. <view class="replace" @click.stop="replace(vf,index,findex,i)" v-if="vf.length>1">更换</view>
  60. </view>
  61. <view class="goodsCOntBOttom">
  62. <view class="salePrice">¥{{v.salePrice?v.salePrice:'0.00'}}</view>
  63. <view class="as">
  64. <view class="asa" @click.stop="reduce(v)">-</view>
  65. <view class="asNum">{{v.qty}}</view>
  66. <view class="asa" @click.stop="plus(v)">+</view>
  67. </view>
  68. </view>
  69. </view>
  70. </view>
  71. </view>
  72. <view class="goodsItemLIne" v-for="(v,i) in item.listItem">
  73. <image :src="v.picUrl" mode="" class="goodsImg" v-if="v.picUrl"></image>
  74. <image src="../../static/img/noimg.png" mode="" class="goodsImg sm" v-else></image>
  75. <view class="goodsCont">
  76. <view class="goodsContTop">
  77. <view class="goodsItemName">{{v.itemName}}</view>
  78. </view>
  79. <view class="goodsCOntBOttom">
  80. <view class="salePrice">¥{{v.salePrice}}</view>
  81. <view class="itemNum">x1</view>
  82. </view>
  83. </view>
  84. </view>
  85. </view>
  86. </view>
  87. </view>
  88. </scroll-view>
  89. </view>
  90. </view>
  91. <!-- 底部 -->
  92. <view class="bottom">
  93. <view class="bottomLeft">
  94. <view class="caidan" @click="caidanClick">
  95. <image src="../../static/img/caidan.png" mode="" class="caidanImg"></image>
  96. <view class="total" v-show="total>0">{{total}}</view>
  97. </view>
  98. <view>
  99. <view class="heji"> <span class="heji1">合计</span> <span class="hejiNum">¥{{totalhj}}</span> </view>
  100. <view class="hejiMs">商品¥{{goodsTotal}}+工时费¥{{salePriceTotal}}</view>
  101. </view>
  102. </view>
  103. <view class="settlement" @click="settlement">去结算</view>
  104. </view>
  105. <view class="caidanTk" v-show="qingdanShow" @click="qingdanShow=false">
  106. <view class="tkCont">
  107. <view class="caidanTkTop">
  108. <view class="tkTopTitle">清单</view>
  109. <view class="topTopright">
  110. <view class="empty" @click.stop="empty">清空</view>
  111. <view class="close" @click="qingdanShow=false">X</view>
  112. </view>
  113. </view>
  114. <view class="tkMain">
  115. <scroll-view scroll-y="true" class="tkMainSv">
  116. <view class="qingdanLine" v-for="(item,index) in orderData">
  117. <view class="mainTitle">{{item.name}}</view>
  118. <view class="goodsItem" v-for="(v,i) in item.listGoodsAll">
  119. <view>
  120. <image :src="v.picUrl" mode="" class="goodsImg" v-if="v.picUrl"></image>
  121. <image src="../../static/img/noimg.png" mode="" class="goodsImg " v-else></image>
  122. </view>
  123. <view class="goodsItemRight" >
  124. <view class="goodsItemName">{{v.goodsName}}</view>
  125. <view class="goodsItemBottom">
  126. <view class="goodssalePrice">¥{{v.salePrice}}</view>
  127. <view class="goodsNum">x{{v.qty}}</view>
  128. </view>
  129. </view>
  130. </view>
  131. <view class="goodsItem" v-for="(v,i) in item.listItem">
  132. <view>
  133. <image :src="v.picUrl" mode="" class="goodsImg" v-if="v.picUrl"></image>
  134. <image src="../../static/img/noimg.png" mode="" class="goodsImg " v-else></image>
  135. </view>
  136. <view class="goodsItemRight" >
  137. <view class="goodsItemName">{{v.itemName}}</view>
  138. <view class="goodsItemBottom">
  139. <view class="goodssalePrice">¥{{v.salePrice}}</view>
  140. <view class="goodsNum">x{{v.qty}}</view>
  141. </view>
  142. </view>
  143. </view>
  144. </view>
  145. </scroll-view>
  146. </view>
  147. </view>
  148. </view>
  149. </view>
  150. </template>
  151. <script>
  152. export default {
  153. data() {
  154. return {
  155. maintainCarData:'',
  156. shopData:'',
  157. mealData:'',
  158. leftIndex:0,
  159. total:0,
  160. qingdanShow:false,
  161. totalhj:0,
  162. goodsTotal:0,
  163. salePriceTotal:0,
  164. orderData:[],
  165. replaceIndex1:'',
  166. replaceIndex2:'',
  167. brand:'',
  168. }
  169. },
  170. onLoad(opt) {
  171. this.$common.isUserId()
  172. this.maintainCarData=uni.getStorageSync("maintainCarData");
  173. //console.log(this.maintainCarData)
  174. this.shopData=uni.getStorageSync("shopData");
  175. if(this.maintainCarData.milage==0){
  176. this.maintainCarData.milage='';
  177. }
  178. if (opt.brand) {
  179. this.brand = opt.brand
  180. }
  181. this.getData();
  182. },
  183. onShow() {
  184. var maintainCarData2=uni.getStorageSync("maintainCarData");
  185. if(this.maintainCarData.id!=maintainCarData2.id){
  186. this.maintainCarData=maintainCarData2;
  187. if(this.maintainCarData.milage==0){
  188. this.maintainCarData.milage='';
  189. }
  190. this.getData();
  191. }
  192. var replaceData=uni.getStorageSync("replaceData");
  193. if(replaceData){
  194. replaceData.qty=1;
  195. console.log(replaceData)
  196. this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2].unshift(replaceData)
  197. console.log(this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2])
  198. this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2]=this.unique(this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2])
  199. //this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2]=replaceData
  200. //this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2].goodsName='666'
  201. //console.log(this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2])
  202. this.$forceUpdate()
  203. }
  204. },
  205. methods: {
  206. unique(arr1) {
  207. const res = new Map();
  208. return arr1.filter((a) => !res.has(a.goodsID) && res.set(a.goodsID, 1))
  209. },
  210. milageEditconfirm(){
  211. this.getData();
  212. var that=this;
  213. for(let k in this.maintainCarData){this.maintainCarData[k] = this.maintainCarData[k]==null?'':this.maintainCarData[k]}
  214. this.$http('miniAppMyBMemberCar/updateMemberCar',this.maintainCarData,'POST').then(res => {
  215. uni.hideLoading();
  216. uni.setStorage({
  217. key: 'maintainCarData',
  218. data: that.maintainCarData,
  219. success: function () {
  220. /* uni.navigateBack({
  221. delta:1
  222. }) */
  223. }
  224. });
  225. })
  226. },
  227. leftClick(item,index){
  228. this.leftIndex=index
  229. },
  230. listcheck(item){
  231. item.planItem=!item.planItem;
  232. //var
  233. if(this.mealData[this.leftIndex].name=='小保养'){
  234. this.calculation('大保养');
  235. }else if(this.mealData[this.leftIndex].name=='大保养'){
  236. this.calculation('小保养');
  237. }else{
  238. this.calculation();
  239. }
  240. if(item.planItem){
  241. /* this.orderData.push(item) */
  242. }
  243. },
  244. goGoods(item){
  245. uni.navigateTo({
  246. url:'../goods/goodsDetail?goodsId='+item.mGoodsID+'&type=1'+'&typeIndex=2&maintain=1'
  247. })
  248. },
  249. empty(){
  250. var that=this;
  251. uni.showModal({
  252. title: '提示',
  253. content: '确定要清空清单吗',
  254. success: function (res) {
  255. if (res.confirm) {
  256. that.orderData=[];
  257. that.mealData.forEach(item=>{
  258. item.num=0;
  259. if(item.listPackage){
  260. item.listPackage.forEach(v=>{
  261. v.planItem=false
  262. })
  263. }
  264. })
  265. console.log(that.mealData)
  266. that.calculation();
  267. that.qingdanShow=false;
  268. }
  269. }
  270. });
  271. },
  272. calculation(txt){
  273. this.total=0;
  274. this.totalhj=0;
  275. this.goodsTotal=0;
  276. this.salePriceTotal=0;
  277. this.orderData=[]
  278. this.mealData.forEach(v=>{
  279. v.num=0;
  280. if(txt == v.name){
  281. console.log(v.name)
  282. if(v.listPackage){
  283. v.listPackage.forEach(i=>{
  284. i.planItem=false
  285. })
  286. }
  287. }else{
  288. if(v.listPackage){
  289. v.listPackage.forEach(i=>{
  290. if(i.planItem){
  291. var obj={
  292. listGoodsAll:[],
  293. listItem:'',
  294. id:i.id
  295. }
  296. if(i.listGoodsAll.length>0){
  297. i.listGoodsAll.forEach((goods,goodsIndex)=>{
  298. /* goods.forEach(sp=>{
  299. this.goodsTotal=Number(this.goodsTotal)
  300. this.goodsTotal+=sp.salePrice*sp.qty
  301. this.goodsTotal=this.goodsTotal.toFixed(2)
  302. }) */
  303. //goods[0].salePrice=1;
  304. this.goodsTotal=Number(this.goodsTotal)
  305. this.goodsTotal+=goods[0].salePrice*goods[0].qty
  306. this.goodsTotal=this.goodsTotal.toFixed(2)
  307. obj.listGoodsAll.push(goods[0])
  308. })
  309. }
  310. if(i.listItem.length>0){
  311. obj.listItem=i.listItem
  312. }
  313. this.orderData.push(obj)
  314. v.num++;
  315. this.total++;
  316. i.listItem.forEach(xm=>{
  317. xm.qty=1;
  318. //xm.salePrice=1;
  319. this.salePriceTotal=Number(this.salePriceTotal)
  320. this.salePriceTotal+=xm.salePrice
  321. this.salePriceTotal=this.salePriceTotal.toFixed(2)
  322. })
  323. //this.totalhj
  324. }
  325. })
  326. }
  327. }
  328. //if(v.listPackage)
  329. })
  330. this.totalhj=Number(this.goodsTotal)+Number(this.salePriceTotal)
  331. this.totalhj=this.totalhj.toFixed(2)
  332. console.log(this.orderData)
  333. },
  334. reduce(v){
  335. if(v.qty>1){
  336. v.qty--;
  337. this.calculation()
  338. }
  339. },
  340. plus(v){
  341. v.qty++;
  342. this.calculation()
  343. },
  344. getData(){
  345. uni.showLoading({ });
  346. var location = uni.getStorageSync("locationCity");
  347. this.$http('miniApp/tPackageMiniAppController/queryPackageList', {
  348. mileage:this.maintainCarData.milage,
  349. liyangId:this.maintainCarData.nLevelID,
  350. cityCode:location.cityCode,
  351. guidePrice:this.maintainCarData.guidePrice,
  352. },'GET').then(res => {
  353. uni.hideLoading();
  354. this.mealData=res.data;
  355. this.calculation();
  356. })
  357. },
  358. handbook(){
  359. uni.navigateTo({
  360. url:'../car/handbook?mileage'+this.maintainCarData.milage+'&liyangId='+this.maintainCarData.nLevelID
  361. })
  362. },
  363. settlement(){
  364. console.log(this.orderData)
  365. //return false;
  366. uni.removeStorageSync('couponData');
  367. if(this.orderData.length>0){
  368. /* uni.navigateTo({
  369. url:'confirmOrder?orderData='+JSON.stringify(this.orderData)+'&currentMileage='+this.maintainCarData.milage
  370. }) */
  371. uni.navigateTo({
  372. url:'orderShop?orderData='+JSON.stringify(this.orderData)+'&currentMileage='+this.maintainCarData.milage+'&brand='+this.brand
  373. })
  374. }
  375. },
  376. replace(v,index,i,replaceIndex){
  377. //v.splice(replaceIndex, 1)
  378. console.log(v)
  379. console.log(replaceIndex)
  380. v.forEach((item,vindex)=>{
  381. if(replaceIndex==vindex){
  382. item.showr=false
  383. }else{
  384. item.showr=true
  385. }
  386. })
  387. uni.removeStorageSync('replaceData');
  388. this.replaceIndex1=index;
  389. this.replaceIndex2=i;
  390. uni.setStorage({
  391. key: 'replaceDataList',
  392. data: v,
  393. success: function () {
  394. uni.navigateTo({
  395. url:'replaceGoods'
  396. })
  397. }
  398. });
  399. },
  400. caidanClick(){
  401. this.qingdanShow=!this.qingdanShow
  402. },
  403. milageEdit(){
  404. this.maintainCarData.milage=''
  405. },
  406. carEdit(){
  407. uni.navigateTo({
  408. url:'../index/cailist?type=2'
  409. })
  410. }
  411. }
  412. }
  413. </script>
  414. <style scoped>
  415. .caidanTk{
  416. height: calc(100vh - 120rpx);
  417. width: 100vw;
  418. background: rgba(0,0,0,0.6);
  419. position:fixed;
  420. left: 0;
  421. top: 0;
  422. }
  423. .tkCont{
  424. height: 60vh;
  425. margin-top: calc(40vh - 120rpx);
  426. }
  427. .caidanTkTop{
  428. width: 750rpx;
  429. height: 90rpx;
  430. background: #FFFFFF;
  431. border-radius: 24rpx 24rpx 0px 0px;
  432. }
  433. .caidanTkTop{
  434. display: flex;justify-content: space-between;
  435. }
  436. .topTopright{
  437. display: flex;
  438. padding-top: 29rpx;
  439. }
  440. .tkTopTitle{
  441. line-height: 90rpx;
  442. font-size: 30rpx;
  443. font-weight: 600;
  444. color: #3C3C3C;
  445. padding-left: 24rpx;
  446. }
  447. .empty{
  448. width: 86rpx;
  449. height: 42rpx;
  450. background: #EEEEEE;
  451. border-radius: 21rpx;
  452. text-align: center;
  453. color: #666666;
  454. font-size: 24rpx;
  455. line-height: 42rpx;
  456. }
  457. .close{
  458. color: #999999;
  459. font-size: 30rpx;
  460. padding-right: 30rpx;
  461. padding-left: 24rpx;
  462. }
  463. .tkMain{
  464. background: #F0F0F0;
  465. height: calc(60vh - 90rpx);
  466. }
  467. .tkMainSv{
  468. padding: 0 24rpx;
  469. width: 702rpx;
  470. height: calc(60vh - 90rpx);
  471. }
  472. .goodsItemRight{
  473. width: 520rpx;
  474. padding-left: 20rpx;
  475. display: flex;
  476. flex-direction:column;
  477. justify-content: space-between;
  478. }
  479. .goodsItemBottom{
  480. display: flex;
  481. justify-content: space-between;
  482. }
  483. .goodssalePrice{
  484. font-size: 32rpx;font-weight: 500;color: #FF4F00;
  485. }
  486. .goodsNum{
  487. font-size: 24rpx;font-weight: 400;color: #999999;
  488. }
  489. .top{
  490. background: #FF4F00;
  491. display: flex;
  492. justify-content: space-between;
  493. padding: 30rpx 25rpx;
  494. font-size: 28rpx;
  495. color: #FFFFFF;
  496. }
  497. .goodsItem{
  498. display: flex;
  499. padding: 15rpx 0;
  500. }
  501. .qingdanLine{
  502. background: #FFFFFF;
  503. margin-top: 20rpx;
  504. padding: 24rpx 20rpx;
  505. border-radius: 10rpx;
  506. }
  507. .brandLogo{
  508. width: 42rpx;
  509. height: 42rpx;
  510. padding: 0 10rpx;
  511. }
  512. .topLeft{
  513. display: flex;
  514. }
  515. .carName{
  516. }
  517. .topEdit{
  518. width: 30rpx;
  519. height: 30rpx;
  520. padding-top: 3px;
  521. padding-left: 12rpx;
  522. padding-right: 5px;
  523. padding-bottom: 5px;
  524. }
  525. .topRight{
  526. display: flex;
  527. }
  528. .topInput{
  529. font-size: 28rpx;
  530. color: #FFFFFF;
  531. text-align: right;
  532. padding-top: 3rpx;
  533. }
  534. .maintainrecommend{
  535. padding: 30rpx 24rpx;
  536. display: flex;
  537. justify-content: space-between;
  538. border-bottom: 2rpx solid #EEEEEE;
  539. }
  540. .recommendTxt{
  541. color: #3C3C3C;
  542. font-size: 30rpx;
  543. font-weight: 600;
  544. }
  545. .manual{
  546. width: 119rpx;
  547. height: 40rpx;
  548. border-radius: 20rpx;
  549. border: 2rpx solid #F19D01;
  550. text-align: center;
  551. line-height: 40rpx;
  552. font-size: 22rpx;
  553. color: #F19D01;
  554. }
  555. .bottom{
  556. position: fixed;
  557. left: 0;
  558. bottom: 0;
  559. width: 100vw;
  560. height: 120rpx;
  561. background: #FFFFFF;
  562. box-shadow: 0px -2px 20px 0px rgba(153, 153, 153, 0.2);
  563. }
  564. .main{
  565. display: flex;
  566. height: calc(100vh - 410rpx);
  567. }
  568. .mainscrollView{
  569. height: calc(100vh - 410rpx);
  570. }
  571. /* #ifdef MP-WEIXIN */
  572. .main{
  573. display: flex;
  574. height: calc(100vh - 310rpx);
  575. }
  576. .mainscrollView{
  577. height: calc(100vh - 310rpx);
  578. }
  579. /* #endif */
  580. .mainLeft{
  581. width: 146rpx;
  582. background: #F5F5F5;
  583. }
  584. .mainRight{
  585. width: 604rpx;
  586. }
  587. .mainLeftLine{
  588. color: #3C3C3C;
  589. padding: 30rpx 20rpx;
  590. font-size: 24rpx;
  591. text-align: center;
  592. position: relative;
  593. }
  594. .lineNum{
  595. position: absolute;
  596. background: #FF270A;
  597. width: 40rpx;
  598. height: 26rpx;
  599. text-align: center;
  600. line-height: 26rpx;
  601. font-size: 20rpx;
  602. color: #FFFFFF;
  603. border-radius: 13rpx;
  604. top: 10rpx;
  605. right: 10rpx;
  606. }
  607. .lineLeftActive{
  608. background: #FFFFFF;
  609. }
  610. .nock{
  611. width: 22rpx;
  612. height: 22rpx;
  613. border-radius: 50%;
  614. border:2px solid #AEAEAE;
  615. margin-top: 2rpx;
  616. margin-right: 10rpx;
  617. }
  618. .imgPrivacy{
  619. width: 36rpx;
  620. height: 36rpx;
  621. /* margin-top: 2rpx; */
  622. margin-right: 10rpx;
  623. }
  624. .contTopRight{
  625. display: flex;
  626. align-items: center;
  627. }
  628. .mainRightLine{
  629. padding: 20rpx 20rpx 0 20rpx;
  630. }
  631. .contTop{
  632. display: flex;
  633. justify-content: space-between;
  634. }
  635. .listPackgeName{
  636. font-size: 26rpx;
  637. font-family: PingFangSC-Regular, PingFang SC;
  638. font-weight: 600;
  639. color: #3C3C3C;
  640. }
  641. .listPackgeMs{
  642. font-size: 22rpx;
  643. font-family: PingFangSC-Regular, PingFang SC;
  644. font-weight: 400;
  645. color: #999999;
  646. padding-top: 5rpx;
  647. }
  648. .contZk{
  649. border-bottom: 1px solid #EEEEEE;
  650. padding-bottom: 20rpx;
  651. }
  652. .goodsImg{
  653. width: 120rpx;
  654. height: 120rpx;
  655. border-radius: 11rpx;
  656. }
  657. .goodsItemLIne{
  658. display: flex;
  659. padding-top: 20rpx;
  660. padding-bottom: 20rpx;
  661. }
  662. .goodsCont{
  663. display: flex;
  664. flex-direction:column;
  665. justify-content: space-between;
  666. padding-left: 20rpx;
  667. }
  668. .goodsContTop{
  669. display: flex;
  670. justify-content: space-between;
  671. width: 400rpx;
  672. }
  673. .goodsItemName{
  674. font-size: 26rpx;
  675. font-weight: 400;
  676. color: #3C3C3C;
  677. width: 300rpx;
  678. }
  679. .salePrice{
  680. font-size: 32rpx;
  681. font-weight: 500;
  682. color: #FF4F00;
  683. }
  684. .replace{
  685. width: 75rpx;
  686. height: 37rpx;
  687. border-radius: 19rpx;
  688. border: 2rpx solid #B9B9B9;
  689. text-align: center;
  690. line-height: 35rpx;
  691. color: #707070;
  692. font-size: 22rpx;
  693. }
  694. .contZkMain{
  695. padding-top: 20rpx;
  696. }
  697. .asa{
  698. width: 44rpx;
  699. height: 44rpx;
  700. line-height: 44rpx;
  701. text-align: center;
  702. background: #F4F5F7;
  703. font-size: 30rpx;
  704. }
  705. .goodsCOntBOttom{
  706. display: flex;
  707. justify-content: space-between;
  708. }
  709. .as{
  710. display: flex;
  711. }
  712. .goodsPrice{
  713. display: flex;justify-content: space-between;
  714. padding-top: 10rpx;
  715. }
  716. .goodsPriceNum{
  717. color: #F8F8F8;
  718. font-size: 28rpx;
  719. }
  720. .asNum{
  721. font-size: 24rpx;color: #333333;
  722. padding: 0 18rpx;
  723. height: 44rpx;
  724. line-height: 44rpx;
  725. background: #F4F5F7;
  726. margin-left: 1px;
  727. margin-right: 1px;
  728. }
  729. .itemNum{
  730. font-size: 24rpx;
  731. font-weight: 400;
  732. color: #999999;
  733. }
  734. .bottom{
  735. display: flex;
  736. justify-content: space-between;
  737. }
  738. .caidanImg{
  739. width: 50rpx;
  740. height: 50rpx;
  741. }
  742. .bottomLeft{
  743. display: flex;
  744. }
  745. .caidan{
  746. padding-left: 33rpx;
  747. padding-top: 35rpx;
  748. padding-right: 33rpx;
  749. position: relative;
  750. }
  751. .total{
  752. position: absolute;
  753. width: 40rpx;
  754. height: 26rpx;
  755. background: #FF270A;
  756. line-height: 26rpx;
  757. text-align: center;
  758. color: #FFFFFF;
  759. font-size: 20rpx;
  760. top: 25rpx;
  761. right: 15rpx;
  762. border-radius: 13rpx;
  763. }
  764. .heji1{
  765. font-size: 24rpx;
  766. font-weight: 500;
  767. color: #666666;
  768. }
  769. .hejiNum{
  770. font-size: 32rpx;
  771. font-family: PingFangSC-Medium, PingFang SC;
  772. font-weight: 500;
  773. color: #FF4F00;
  774. }
  775. .hejiMs{
  776. font-size: 24rpx;
  777. padding-top: 5rpx;
  778. color: #999999;
  779. }
  780. .heji{
  781. padding-top: 23rpx;
  782. }
  783. .settlement{
  784. width: 203rpx;
  785. height: 74rpx;
  786. background: #FF4F00;
  787. border-radius: 37rpx;
  788. text-align: center;
  789. line-height: 74rpx;
  790. font-size: 30rpx;
  791. font-family: PingFangSC-Medium, PingFang SC;
  792. font-weight: 500;
  793. color: #FEFFFE;
  794. margin-top: 23rpx;
  795. margin-right: 32rpx;
  796. }
  797. .nodataImg{
  798. width: 400rpx;
  799. padding-top: 100rpx;
  800. }
  801. .noTxt{
  802. font-size: 36rpx;
  803. color: #999999;
  804. padding-top: 50rpx;
  805. }
  806. .nodataBox{
  807. text-align: center;
  808. }
  809. </style>