maintain.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826
  1. <template>
  2. <view>
  3. <view class="top">
  4. <view class="topLeft">
  5. <image :src="maintainCarData.brandLogo" mode="" 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="text" 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">10000公里(或6个月)/次 | 机油参考用量4L</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}}</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. }
  168. },
  169. onLoad() {
  170. this.$common.isUserId()
  171. this.maintainCarData=uni.getStorageSync("maintainCarData");
  172. //console.log(this.maintainCarData)
  173. this.shopData=uni.getStorageSync("shopData");
  174. if(this.maintainCarData.milage==0){
  175. this.maintainCarData.milage='';
  176. }
  177. this.getData();
  178. },
  179. onShow() {
  180. var maintainCarData2=uni.getStorageSync("maintainCarData");
  181. if(this.maintainCarData.id!=maintainCarData2.id){
  182. this.maintainCarData=maintainCarData2;
  183. if(this.maintainCarData.milage==0){
  184. this.maintainCarData.milage='';
  185. }
  186. this.getData();
  187. }
  188. var replaceData=uni.getStorageSync("replaceData");
  189. if(replaceData){
  190. replaceData.qty=1;
  191. console.log(replaceData)
  192. this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2].unshift(replaceData)
  193. console.log(this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2])
  194. this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2]=this.unique(this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2])
  195. //this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2]=replaceData
  196. //this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2].goodsName='666'
  197. //console.log(this.mealData[this.leftIndex].listPackage[this.replaceIndex1].listGoodsAll[this.replaceIndex2])
  198. this.$forceUpdate()
  199. }
  200. },
  201. methods: {
  202. unique(arr1) {
  203. const res = new Map();
  204. return arr1.filter((a) => !res.has(a.goodsID) && res.set(a.goodsID, 1))
  205. },
  206. milageEditconfirm(){
  207. this.getData();
  208. var that=this;
  209. for(let k in this.maintainCarData){this.maintainCarData[k] = this.maintainCarData[k]==null?'':this.maintainCarData[k]}
  210. this.$http('miniAppMyBMemberCar/updateMemberCar',this.maintainCarData,'POST').then(res => {
  211. uni.hideLoading();
  212. uni.setStorage({
  213. key: 'maintainCarData',
  214. data: that.maintainCarData,
  215. success: function () {
  216. /* uni.navigateBack({
  217. delta:1
  218. }) */
  219. }
  220. });
  221. })
  222. },
  223. leftClick(item,index){
  224. this.leftIndex=index
  225. },
  226. listcheck(item){
  227. item.planItem=!item.planItem;
  228. //var
  229. this.calculation();
  230. if(item.planItem){
  231. /* this.orderData.push(item) */
  232. }
  233. },
  234. goGoods(item){
  235. uni.navigateTo({
  236. url:'../goods/goodsDetail?goodsId='+item.mGoodsID+'&type=1'+'&typeIndex=2&maintain=1'
  237. })
  238. },
  239. empty(){
  240. var that=this;
  241. uni.showModal({
  242. title: '提示',
  243. content: '确定要清空清单吗',
  244. success: function (res) {
  245. if (res.confirm) {
  246. that.orderData=[];
  247. that.mealData.forEach(item=>{
  248. item.num=0;
  249. if(item.listPackage){
  250. item.listPackage.forEach(v=>{
  251. v.planItem=false
  252. })
  253. }
  254. })
  255. console.log(that.mealData)
  256. that.calculation();
  257. that.qingdanShow=false;
  258. }
  259. }
  260. });
  261. },
  262. calculation(){
  263. this.total=0;
  264. this.totalhj=0;
  265. this.goodsTotal=0;
  266. this.salePriceTotal=0;
  267. this.orderData=[]
  268. this.mealData.forEach(v=>{
  269. v.num=0;
  270. if(v.listPackage){
  271. v.listPackage.forEach(i=>{
  272. if(i.planItem){
  273. var obj={
  274. listGoodsAll:[],
  275. listItem:'',
  276. id:i.id
  277. }
  278. if(i.listGoodsAll.length>0){
  279. i.listGoodsAll.forEach((goods,goodsIndex)=>{
  280. /* goods.forEach(sp=>{
  281. this.goodsTotal=Number(this.goodsTotal)
  282. this.goodsTotal+=sp.salePrice*sp.qty
  283. this.goodsTotal=this.goodsTotal.toFixed(2)
  284. }) */
  285. goods[0].salePrice=1;
  286. this.goodsTotal=Number(this.goodsTotal)
  287. this.goodsTotal+=goods[0].salePrice*goods[0].qty
  288. this.goodsTotal=this.goodsTotal.toFixed(2)
  289. obj.listGoodsAll.push(goods[0])
  290. })
  291. }
  292. if(i.listItem.length>0){
  293. obj.listItem=i.listItem
  294. }
  295. this.orderData.push(obj)
  296. v.num++;
  297. this.total++;
  298. i.listItem.forEach(xm=>{
  299. xm.qty=1;
  300. xm.salePrice=1;
  301. this.salePriceTotal=Number(this.salePriceTotal)
  302. this.salePriceTotal+=xm.salePrice
  303. this.salePriceTotal=this.salePriceTotal.toFixed(2)
  304. })
  305. //this.totalhj
  306. }
  307. })
  308. }
  309. //if(v.listPackage)
  310. })
  311. this.totalhj=Number(this.goodsTotal)+Number(this.salePriceTotal)
  312. this.totalhj=this.totalhj.toFixed(2)
  313. console.log(this.orderData)
  314. },
  315. reduce(v){
  316. if(v.qty>1){
  317. v.qty--;
  318. this.calculation()
  319. }
  320. },
  321. plus(v){
  322. v.qty++;
  323. this.calculation()
  324. },
  325. getData(){
  326. uni.showLoading({ });
  327. this.$http('miniApp/tPackageMiniAppController/queryPackageList', {
  328. mileage:'22',//this.maintainCarData.milage,
  329. liyangId:'CFA0318M0024',//this.maintainCarData.nLevelID,
  330. },'GET').then(res => {
  331. uni.hideLoading();
  332. this.mealData=res.data;
  333. this.calculation();
  334. })
  335. },
  336. handbook(){
  337. uni.navigateTo({
  338. url:'../car/handbook?mileage'+this.maintainCarData.milage+'&liyangId='+this.maintainCarData.nLevelID
  339. })
  340. },
  341. settlement(){
  342. console.log(this.orderData)
  343. //return false;
  344. uni.removeStorageSync('couponData');
  345. if(this.orderData.length>0){
  346. /* uni.navigateTo({
  347. url:'confirmOrder?orderData='+JSON.stringify(this.orderData)+'&currentMileage='+this.maintainCarData.milage
  348. }) */
  349. uni.navigateTo({
  350. url:'orderShop?orderData='+JSON.stringify(this.orderData)+'&currentMileage='+this.maintainCarData.milage
  351. })
  352. }
  353. },
  354. replace(v,index,i,replaceIndex){
  355. //v.splice(replaceIndex, 1)
  356. console.log(v)
  357. console.log(replaceIndex)
  358. v.forEach((item,vindex)=>{
  359. if(replaceIndex==vindex){
  360. item.showr=false
  361. }else{
  362. item.showr=true
  363. }
  364. })
  365. uni.removeStorageSync('replaceData');
  366. this.replaceIndex1=index;
  367. this.replaceIndex2=i;
  368. uni.setStorage({
  369. key: 'replaceDataList',
  370. data: v,
  371. success: function () {
  372. uni.navigateTo({
  373. url:'replaceGoods'
  374. })
  375. }
  376. });
  377. },
  378. caidanClick(){
  379. this.qingdanShow=!this.qingdanShow
  380. },
  381. milageEdit(){
  382. this.maintainCarData.milage=''
  383. },
  384. carEdit(){
  385. uni.navigateTo({
  386. url:'../car/cailist?type=2'
  387. })
  388. }
  389. }
  390. }
  391. </script>
  392. <style scoped>
  393. .caidanTk{
  394. height: calc(100vh - 120rpx);
  395. width: 100vw;
  396. background: rgba(0,0,0,0.6);
  397. position:fixed;
  398. left: 0;
  399. top: 0;
  400. }
  401. .tkCont{
  402. height: 60vh;
  403. margin-top: calc(40vh - 120rpx);
  404. }
  405. .caidanTkTop{
  406. width: 750rpx;
  407. height: 90rpx;
  408. background: #FFFFFF;
  409. border-radius: 24rpx 24rpx 0px 0px;
  410. }
  411. .caidanTkTop{
  412. display: flex;justify-content: space-between;
  413. }
  414. .topTopright{
  415. display: flex;
  416. padding-top: 29rpx;
  417. }
  418. .tkTopTitle{
  419. line-height: 90rpx;
  420. font-size: 30rpx;
  421. font-weight: 600;
  422. color: #3C3C3C;
  423. padding-left: 24rpx;
  424. }
  425. .empty{
  426. width: 86rpx;
  427. height: 42rpx;
  428. background: #EEEEEE;
  429. border-radius: 21rpx;
  430. text-align: center;
  431. color: #666666;
  432. font-size: 24rpx;
  433. line-height: 42rpx;
  434. }
  435. .close{
  436. color: #999999;
  437. font-size: 30rpx;
  438. padding-right: 30rpx;
  439. padding-left: 24rpx;
  440. }
  441. .tkMain{
  442. background: #F0F0F0;
  443. height: calc(60vh - 90rpx);
  444. }
  445. .tkMainSv{
  446. padding: 0 24rpx;
  447. width: 702rpx;
  448. height: calc(60vh - 90rpx);
  449. }
  450. .goodsItemRight{
  451. width: 520rpx;
  452. padding-left: 20rpx;
  453. display: flex;
  454. flex-direction:column;
  455. justify-content: space-between;
  456. }
  457. .goodsItemBottom{
  458. display: flex;
  459. justify-content: space-between;
  460. }
  461. .goodssalePrice{
  462. font-size: 32rpx;font-weight: 500;color: #FF4F00;
  463. }
  464. .goodsNum{
  465. font-size: 24rpx;font-weight: 400;color: #999999;
  466. }
  467. .top{
  468. background: #FF4F00;
  469. display: flex;
  470. justify-content: space-between;
  471. padding: 30rpx 25rpx;
  472. font-size: 28rpx;
  473. color: #FFFFFF;
  474. }
  475. .goodsItem{
  476. display: flex;
  477. padding: 15rpx 0;
  478. }
  479. .qingdanLine{
  480. background: #FFFFFF;
  481. margin-top: 20rpx;
  482. padding: 24rpx 20rpx;
  483. border-radius: 10rpx;
  484. }
  485. .brandLogo{
  486. width: 42rpx;
  487. height: 42rpx;
  488. }
  489. .topLeft{
  490. display: flex;
  491. }
  492. .carName{
  493. padding-left: 10rpx;
  494. }
  495. .topEdit{
  496. width: 30rpx;
  497. height: 30rpx;
  498. padding-top: 3px;
  499. padding-left: 12rpx;
  500. padding-right: 5px;
  501. padding-bottom: 5px;
  502. }
  503. .topRight{
  504. display: flex;
  505. }
  506. .topInput{
  507. font-size: 28rpx;
  508. color: #FFFFFF;
  509. text-align: right;
  510. padding-top: 3rpx;
  511. }
  512. .maintainrecommend{
  513. padding: 30rpx 24rpx;
  514. display: flex;
  515. justify-content: space-between;
  516. border-bottom: 2rpx solid #EEEEEE;
  517. }
  518. .recommendTxt{
  519. color: #3C3C3C;
  520. font-size: 30rpx;
  521. font-weight: 600;
  522. }
  523. .manual{
  524. width: 119rpx;
  525. height: 40rpx;
  526. border-radius: 20rpx;
  527. border: 2rpx solid #F19D01;
  528. text-align: center;
  529. line-height: 40rpx;
  530. font-size: 22rpx;
  531. color: #F19D01;
  532. }
  533. .bottom{
  534. position: fixed;
  535. left: 0;
  536. bottom: 0;
  537. width: 100vw;
  538. height: 120rpx;
  539. background: #FFFFFF;
  540. box-shadow: 0px -2px 20px 0px rgba(153, 153, 153, 0.2);
  541. }
  542. .main{
  543. display: flex;
  544. height: calc(100vh - 410rpx);
  545. }
  546. .mainscrollView{
  547. height: calc(100vh - 410rpx);
  548. }
  549. /* #ifdef MP-WEIXIN */
  550. .main{
  551. display: flex;
  552. height: calc(100vh - 310rpx);
  553. }
  554. .mainscrollView{
  555. height: calc(100vh - 310rpx);
  556. }
  557. /* #endif */
  558. .mainLeft{
  559. width: 146rpx;
  560. background: #F5F5F5;
  561. }
  562. .mainRight{
  563. width: 604rpx;
  564. }
  565. .mainLeftLine{
  566. color: #3C3C3C;
  567. padding: 30rpx 20rpx;
  568. font-size: 24rpx;
  569. text-align: center;
  570. position: relative;
  571. }
  572. .lineNum{
  573. position: absolute;
  574. background: #FF270A;
  575. width: 40rpx;
  576. height: 26rpx;
  577. text-align: center;
  578. line-height: 26rpx;
  579. font-size: 20rpx;
  580. color: #FFFFFF;
  581. border-radius: 13rpx;
  582. top: 10rpx;
  583. right: 10rpx;
  584. }
  585. .lineLeftActive{
  586. background: #FFFFFF;
  587. }
  588. .nock{
  589. width: 22rpx;
  590. height: 22rpx;
  591. border-radius: 50%;
  592. border:2px solid #AEAEAE;
  593. margin-top: 2rpx;
  594. margin-right: 10rpx;
  595. }
  596. .imgPrivacy{
  597. width: 36rpx;
  598. height: 36rpx;
  599. /* margin-top: 2rpx; */
  600. margin-right: 10rpx;
  601. }
  602. .contTopRight{
  603. display: flex;
  604. align-items: center;
  605. }
  606. .mainRightLine{
  607. padding: 20rpx 20rpx 0 20rpx;
  608. }
  609. .contTop{
  610. display: flex;
  611. justify-content: space-between;
  612. }
  613. .listPackgeName{
  614. font-size: 26rpx;
  615. font-family: PingFangSC-Regular, PingFang SC;
  616. font-weight: 600;
  617. color: #3C3C3C;
  618. }
  619. .listPackgeMs{
  620. font-size: 22rpx;
  621. font-family: PingFangSC-Regular, PingFang SC;
  622. font-weight: 400;
  623. color: #999999;
  624. padding-top: 5rpx;
  625. }
  626. .contZk{
  627. border-bottom: 1px solid #EEEEEE;
  628. padding-bottom: 20rpx;
  629. }
  630. .goodsImg{
  631. width: 120rpx;
  632. height: 120rpx;
  633. border-radius: 11rpx;
  634. }
  635. .goodsItemLIne{
  636. display: flex;
  637. padding-top: 20rpx;
  638. padding-bottom: 20rpx;
  639. }
  640. .goodsCont{
  641. display: flex;
  642. flex-direction:column;
  643. justify-content: space-between;
  644. padding-left: 20rpx;
  645. }
  646. .goodsContTop{
  647. display: flex;
  648. justify-content: space-between;
  649. width: 400rpx;
  650. }
  651. .goodsItemName{
  652. font-size: 26rpx;
  653. font-weight: 400;
  654. color: #3C3C3C;
  655. width: 300rpx;
  656. }
  657. .salePrice{
  658. font-size: 32rpx;
  659. font-weight: 500;
  660. color: #FF4F00;
  661. }
  662. .replace{
  663. width: 75rpx;
  664. height: 37rpx;
  665. border-radius: 19rpx;
  666. border: 2rpx solid #B9B9B9;
  667. text-align: center;
  668. line-height: 35rpx;
  669. color: #707070;
  670. font-size: 22rpx;
  671. }
  672. .contZkMain{
  673. padding-top: 20rpx;
  674. }
  675. .asa{
  676. width: 44rpx;
  677. height: 44rpx;
  678. line-height: 44rpx;
  679. text-align: center;
  680. background: #F4F5F7;
  681. font-size: 30rpx;
  682. }
  683. .goodsCOntBOttom{
  684. display: flex;
  685. justify-content: space-between;
  686. }
  687. .as{
  688. display: flex;
  689. }
  690. .goodsPrice{
  691. display: flex;justify-content: space-between;
  692. padding-top: 10rpx;
  693. }
  694. .goodsPriceNum{
  695. color: #F8F8F8;
  696. font-size: 28rpx;
  697. }
  698. .asNum{
  699. font-size: 24rpx;color: #333333;
  700. padding: 0 18rpx;
  701. height: 44rpx;
  702. line-height: 44rpx;
  703. background: #F4F5F7;
  704. margin-left: 1px;
  705. margin-right: 1px;
  706. }
  707. .itemNum{
  708. font-size: 24rpx;
  709. font-weight: 400;
  710. color: #999999;
  711. }
  712. .bottom{
  713. display: flex;
  714. justify-content: space-between;
  715. }
  716. .caidanImg{
  717. width: 50rpx;
  718. height: 50rpx;
  719. }
  720. .bottomLeft{
  721. display: flex;
  722. }
  723. .caidan{
  724. padding-left: 33rpx;
  725. padding-top: 35rpx;
  726. padding-right: 33rpx;
  727. position: relative;
  728. }
  729. .total{
  730. position: absolute;
  731. width: 40rpx;
  732. height: 26rpx;
  733. background: #FF270A;
  734. line-height: 26rpx;
  735. text-align: center;
  736. color: #FFFFFF;
  737. font-size: 20rpx;
  738. top: 25rpx;
  739. right: 15rpx;
  740. border-radius: 13rpx;
  741. }
  742. .heji1{
  743. font-size: 24rpx;
  744. font-weight: 500;
  745. color: #666666;
  746. }
  747. .hejiNum{
  748. font-size: 32rpx;
  749. font-family: PingFangSC-Medium, PingFang SC;
  750. font-weight: 500;
  751. color: #FF4F00;
  752. }
  753. .hejiMs{
  754. font-size: 24rpx;
  755. padding-top: 5rpx;
  756. color: #999999;
  757. }
  758. .heji{
  759. padding-top: 23rpx;
  760. }
  761. .settlement{
  762. width: 203rpx;
  763. height: 74rpx;
  764. background: #FF4F00;
  765. border-radius: 37rpx;
  766. text-align: center;
  767. line-height: 74rpx;
  768. font-size: 30rpx;
  769. font-family: PingFangSC-Medium, PingFang SC;
  770. font-weight: 500;
  771. color: #FEFFFE;
  772. margin-top: 23rpx;
  773. margin-right: 32rpx;
  774. }
  775. .nodataImg{
  776. width: 400rpx;
  777. padding-top: 100rpx;
  778. }
  779. .noTxt{
  780. font-size: 36rpx;
  781. color: #999999;
  782. padding-top: 50rpx;
  783. }
  784. .nodataBox{
  785. text-align: center;
  786. }
  787. </style>