maintain.vue 24 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063
  1. <template>
  2. <view class="box">
  3. <view class="top" :style="{background:'#'+themeColor}">
  4. <view class="inputBox">
  5. <view class="ibLeft" @click="goCkcar">
  6. <image class="ibCarIcon" v-if="carInfo.brandLogo" :src="carInfo.brandLogo" mode=""></image>
  7. <image class="ibCarIcon" v-else src="../../static/timg/nocar.png" mode=""></image>
  8. <view class="ibCarBox">
  9. <view class="ibCar">{{carInfo.brand?carInfo.brand:''}}&nbsp;{{carInfo.series?carInfo.series:''}}</view>
  10. <image src="../../static/img2/xia.png" mode="" class="xiaIcon"></image>
  11. </view>
  12. </view>
  13. <view class="ibRight">
  14. <image src="http://dmsphoto.66km.com.cn/thFiles/403AC6C5-CD4B-4D7A-B0D6-BA997D0AB9CE.png" mode="" class="glIcon"></image>
  15. <!-- <view class="glInput" v-if="milage">{{milage}}km</view>
  16. <view class="glInput" v-else>暂无填写</view> -->
  17. <!-- <input type="text" v-else placeholder="暂无填写" class="glInput"/> -->
  18. <input type="number" @blur="milageBlur" v-if="carInfo.milage" v-model="carInfo.milage" class="glInput"/>
  19. <input type="number" @blur="milageBlur" v-model="carInfo.milage" v-else placeholder="暂无填写" class="glInput"/>
  20. <image src="../../static/img2/xia.png" mode="" class="xiaIcon"></image>
  21. </view>
  22. </view>
  23. <view class="msBox">
  24. <view class="msLine">
  25. <image class="msIcon" src="../../static/img2/zp.png" mode=""></image>
  26. <view class="msTxt">正品保障1</view>
  27. </view>
  28. <view class="msLine">
  29. <image class="msIcon" src="../../static/img2/jp.png" mode=""></image>
  30. <view class="msTxt">精准适配</view>
  31. </view>
  32. <view class="msLine">
  33. <image class="msIcon" src="../../static/img2/shwy.png" mode=""></image>
  34. <view class="msTxt">售后无忧</view>
  35. </view>
  36. <view class="msLine">
  37. <image class="msIcon" src="../../static/img2/zyfw.png" mode=""></image>
  38. <view class="msTxt">专业服务</view>
  39. </view>
  40. </view>
  41. </view>
  42. <!-- 适配推荐 -->
  43. <view class="spBox">
  44. <view class="spTop">
  45. <view class="spTitle">适配推荐</view>
  46. <view class="spMs">
  47. <span @click="historySpend">保养记录</span>
  48. <span style="padding: 0 10rpx;"> | </span>
  49. <span @click="information">保养手册</span>
  50. </view>
  51. </view>
  52. <view class="znBox">
  53. <view class="znCont">
  54. <view class="znCar">智能推荐-{{carInfo.brand?carInfo.brand:''}}&nbsp;{{carInfo.series?carInfo.series:''}}</view>
  55. <view>
  56. <image class="hxIcon" src="../../static/img2/hx.png" mode=""></image>
  57. </view>
  58. <view class="znMs">超期不保养,会影响汽车性能!</view>
  59. </view>
  60. </view>
  61. <!-- 套餐-->
  62. <view class="lineBox">
  63. <view class="line"
  64. @click="goItem(item)" v-for="(item,index) in list">
  65. <view class="lineTop">
  66. <image src="http://dmsphoto.66km.com.cn/thFiles/F4CEDFE9-CF9F-41C5-B2BC-0EE00D9EA455.png" mode="" v-if="item.showType.indexOf(1)!=-1" class="byTj"></image>
  67. <image class="lineImg" v-if="item.mainImgUrl" :src="item.mainImgUrl" mode=""></image>
  68. <image class="lineImg" v-else src="../../static/timg/noimg.png" mode=""></image>
  69. <view class="lineNameBox">
  70. <view class="goodsName">{{item.title}}</view>
  71. <view class="goodsMs">{{item.showContent}}</view>
  72. <view class="goodsKbox">
  73. <view class="goosK1" v-if="item.showOilType">{{item.showOilType}}</view>
  74. <view class="goosK2" v-if="item.showOilLevel">机油等级 | {{item.showOilLevel}}</view>
  75. <view class="goosK2" v-if="item.showFit">适配粘度 | {{item.showFit}}</view>
  76. </view>
  77. <!-- <view class="bfb">有91.4%的车主选择本商品</view> -->
  78. </view>
  79. </view>
  80. <view class="tcBox">
  81. <view class="tcLine" :class="{lineActive:v.select}"
  82. @click.stop="selectItem(v,item)" v-for="(v,i) in item.packageItems">
  83. <view class="tcTitle">
  84. <view class="tcName">{{v.title}}</view>
  85. <view class="tcNameTs" v-if="v.count>1&&v.isDefault==1">{{v.count}}次更划算</view>
  86. </view>
  87. <view class="tcprice">
  88. <span class="tcSpan1">¥</span>
  89. <span class="tcSpan2">{{v.price}}</span>
  90. <span class="tcSpan3">/次</span>
  91. <span class="tcSpan3" style="padding-left: 10rpx;"> <span v-if="v.count!=1"> {{v.count}}次</span> ¥{{v.money}}
  92. </span>
  93. <!-- <span class="tcSpan3" style="padding-left: 10rpx;">2次</span>
  94. <span class="tcSpan1">¥588</span> -->
  95. </view>
  96. </view>
  97. </view>
  98. </view>
  99. <view v-if="list.length==0&&isLoding">
  100. <view class="nodataBox" style="margin-top: 80rpx;">
  101. <view style="text-align: center;">
  102. <image class="nodataImg" src="http://dmsphoto.66km.com.cn/thFiles/FB1CBE1D-D56F-4921-AEB9-6364E7AC96BE.png" mode=""></image>
  103. </view>
  104. <view class="nodataTxt">暂无推荐</view>
  105. </view>
  106. </view>
  107. </view>
  108. <view style="height: 220rpx;"></view>
  109. </view>
  110. <view class="bottom">
  111. <!-- <view class="kaBox">
  112. <view class="ka">
  113. <view class="kaLeft">
  114. <image class="vipIcon" src="../../static/img2/vip.png" mode=""></image>
  115. <view class="kaMS">开通权益卡 可享受更多优惠服务</view>
  116. </view>
  117. <view class="kaRight">去开卡></view>
  118. </view>
  119. </view> -->
  120. <view class="bottomView">
  121. <view class="bLeft" @click="qingdan">
  122. <view class="bLeftImgBox">
  123. <image class="qingdanIcon" src="../../static/img2/qingdan.png" mode=""></image>
  124. <view class="qdTxt">清单</view>
  125. <view class="qdNum" v-if="qdNum">{{qdNum}}</view>
  126. </view>
  127. <view>
  128. <view class="bottomprice">
  129. <span class="bSpan1">¥</span>
  130. <span class="bSpan2">{{totalPrice}}</span>
  131. </view>
  132. <!-- <view class="byh">
  133. <span class="bspan3">已优惠</span>
  134. <span class="bspan4"> ¥0</span>
  135. </view> -->
  136. </view>
  137. </view>
  138. <view class="bottomBtn commonBtn" @click="goSubmit">立即购买</view>
  139. </view>
  140. </view>
  141. <!-- 提交订单弹框-->
  142. <view class="tkBox" v-if="tkShow">
  143. <view class="tkCont">
  144. <view class="tkTop">
  145. <view class="tkDelBox" @click="clearAll">
  146. <image v-if="itemDefault" src="../../static/img2/shanchu.png" mode="" class="tkDelIcon"></image>
  147. <view v-if="itemDefault" class="tkDelTxt">清空</view>
  148. </view>
  149. <view class="tkTitle">清单</view>
  150. <image @click="qdTkclose" class="chahao" src="../../static/img2/chahao.png" mode=""></image>
  151. </view>
  152. <view class="tkCBox">
  153. <view class="tkLine" v-if="itemDefault">
  154. <view class="tkLineTop">
  155. <view class="tklineTopTitle">套餐卡</view>
  156. <view class="tkDelBox" @click="delitemDefault">
  157. <image src="../../static/img2/shanchu.png" mode="" class="tkDelIcon"></image>
  158. <view class="tkDelTxt">删除</view>
  159. </view>
  160. </view>
  161. <view class="tklineCont">
  162. <image class="tkImg" v-if="itemDefault.mainImgUrl" :src="itemDefault.mainImgUrl" mode=""></image>
  163. <image class="tkImg" v-else src="../../static/timg/noimg.png" mode=""></image>
  164. <view class="tkNameBox">
  165. <view class="tkName">{{itemDefault.goodsname}}</view>
  166. <view class="goodsPrice">
  167. <view class="goodsPrice4" >¥{{itemDefault.money}}/</view>
  168. <view class="goodsPrice2">¥</view>
  169. <view class="goodsPrice3">{{itemDefault.price}}</view>
  170. <view class="tkcount">{{itemDefault.count}}次</view>
  171. <!-- <view class="goodsPrice4" >原价:¥{{itemDefault.crossedPrice}}</view> -->
  172. </view>
  173. </view>
  174. </view>
  175. </view>
  176. <view v-if="!itemDefault" class="nodataBox">
  177. <view style="text-align: center;">
  178. <image class="nodataImg" src="http://dmsphoto.66km.com.cn/thFiles/FB1CBE1D-D56F-4921-AEB9-6364E7AC96BE.png" mode=""></image>
  179. </view>
  180. <view class="nodataTxt">暂无添加商品</view>
  181. </view>
  182. </view>
  183. </view>
  184. </view>
  185. <!-- 提交订单弹框-->
  186. </view>
  187. </template>
  188. <script>
  189. export default {
  190. components: {},
  191. data() {
  192. return {
  193. themeColor:'',
  194. ext:'',
  195. goodsnum:1,
  196. tkShow:false,
  197. carInfo:'',
  198. list:[],
  199. totalPrice:0,
  200. itemDefault:'',
  201. lineItem:'',
  202. maintainProjectID:'',
  203. qdNum:0,
  204. milage:'',
  205. multiArray: [
  206. ['亚洲', '欧洲'],
  207. ['中国', '日本'],
  208. ['公里']
  209. ],
  210. isLoding:false,
  211. }
  212. },
  213. onLoad(opt) {
  214. this.ext = this.$common.getExtStoreId();
  215. this.themeColor = uni.getStorageSync("themeColor");
  216. uni.setNavigationBarColor({
  217. frontColor: "#000000",
  218. backgroundColor: '#' + this.themeColor
  219. })
  220. this.carInfo=this.$store.state.carInfo;
  221. this.milage=this.carInfo.milage
  222. if(this.carInfo.milage==0){
  223. this.carInfo.milage=''
  224. }
  225. this.maintainProjectID=opt.maintainProjectID
  226. if(this.carInfo){
  227. this.getRecommend()
  228. }else{
  229. uni.showModal({
  230. title: '提示',
  231. content: '请先选择车辆',
  232. showCancel:false,
  233. success: function (res) {
  234. if (res.confirm) {
  235. uni.navigateTo({
  236. url:'../user/addCar/cailist?type=5'
  237. })
  238. }
  239. }
  240. });
  241. }
  242. },
  243. onShow() {
  244. var car =uni.getStorageSync("byCar")
  245. if(car){
  246. this.carInfo=car;
  247. this.milage=this.carInfo.milage
  248. if(this.carInfo.milage==0){
  249. this.carInfo.milage=''
  250. }
  251. this.getRecommend()
  252. }
  253. },
  254. methods: {
  255. milageBlur(){
  256. var cardata = {
  257. plateNumber:this.carInfo.plateNumber,
  258. milage: this.carInfo.milage,
  259. brand: this.carInfo.brand,
  260. displacement: this.carInfo.displacement,
  261. series: this.carInfo.series,
  262. annualmoney: this.carInfo.productionYear,
  263. carModel: this.carInfo.carModel,
  264. saleName:this.carInfo.saleName,
  265. transmissionType: this.carInfo.transmissionType,
  266. model: this.carInfo.model,
  267. nLevelID:this.carInfo.nLevelID,
  268. engineType: this.carInfo.engineType,
  269. brandLogo: this.carInfo.brandLogo,
  270. buyDate: this.carInfo.buyDate,
  271. guidePrice: this.carInfo.guidePrice,
  272. vIN: this.carInfo.vIN,
  273. id: this.carInfo.id,
  274. }
  275. this.$http('opencarInfoOwner/addCarOwner', cardata, 'POST').then(res => {
  276. if (res.code == 0) {
  277. uni.showToast({
  278. title: '修改成功',
  279. icon: 'none',
  280. duration: 3000
  281. });
  282. } else {
  283. uni.showToast({
  284. title: res.msg,
  285. icon: 'none',
  286. duration: 3000
  287. });
  288. }
  289. })
  290. },
  291. information(){
  292. console.log('车辆信息--',this.carInfo);
  293. uni.navigateTo({
  294. url:'../index/handbook?mileage='+this.carInfo.milage+'&liyangId='+this.carInfo.nLevelID
  295. })
  296. },
  297. historySpend(){
  298. uni.navigateTo({
  299. url:'../user/historySpend'
  300. })
  301. },
  302. qingdan(){
  303. this.tkShow=true;
  304. },
  305. qdTkclose(){
  306. this.tkShow=false
  307. },
  308. clearAll(){
  309. var that=this
  310. uni.showModal({
  311. title: '提示',
  312. content: '确定清空吗?',
  313. success: function(resTK) {
  314. if (resTK.confirm) {
  315. that.list.forEach(item=>{
  316. item.packageItems.forEach(v=>{
  317. v.select=false
  318. })
  319. })
  320. that.itemDefault=''
  321. that.qdNum=0
  322. that.totalPrice=0
  323. }
  324. }
  325. });
  326. },
  327. delitemDefault(){
  328. var that=this
  329. uni.showModal({
  330. title: '提示',
  331. content: '确定删除吗?',
  332. success: function(resTK) {
  333. if (resTK.confirm) {
  334. that.list.forEach(item=>{
  335. item.packageItems.forEach(v=>{
  336. v.select=false
  337. })
  338. })
  339. that.itemDefault=''
  340. that.qdNum=0
  341. that.totalPrice=0
  342. }
  343. }
  344. });
  345. },
  346. selectItem(v,item){
  347. this.list.forEach(item=>{
  348. item.packageItems.forEach(v=>{
  349. v.select=false
  350. })
  351. })
  352. v.select=true
  353. this.totalPrice=v.money
  354. this.itemDefault=v
  355. this.lineItem=item
  356. this.qdNum=1
  357. this.itemDefault.goodsname=this.lineItem.title
  358. this.itemDefault.itemId=this.lineItem.id
  359. this.itemDefault.mainImgUrl=this.lineItem.mainImgUrl
  360. },
  361. goCkcar(){
  362. uni.navigateTo({
  363. url:'../user/addCar/cailist?type=5'
  364. })
  365. },
  366. goItem(item){
  367. uni.removeStorageSync('byCar');
  368. uni.navigateTo({
  369. url:'maintainItem?maintainId='+item.id+'&isRecommend='+item.isRecommend
  370. })
  371. },
  372. goSubmit(){
  373. if(this.itemDefault){
  374. if(this.itemDefault.content){
  375. this.itemDefault.content=this.itemDefault.content.replace(/\<img/gi, '<img style="max-width:100% !important;height:auto" ');
  376. }
  377. this.itemDefault.goodsnum=this.goodsnum
  378. this.itemDefault.goodsname=this.lineItem.title
  379. this.itemDefault.itemId=this.lineItem.id
  380. this.itemDefault.mainImgUrl=this.lineItem.mainImgUrl
  381. uni.setStorage({
  382. key: 'itemDefault',
  383. data: this.itemDefault,
  384. success: function () {
  385. uni.navigateTo({
  386. url:'maintainSubmit'
  387. })
  388. }
  389. });
  390. }else{
  391. uni.showToast({
  392. title: '请选择商品规格',
  393. icon:'none',
  394. duration: 3000
  395. });
  396. }
  397. },
  398. getRecommend(){
  399. uni.showLoading({
  400. title: '加载中'
  401. })
  402. this.isLoding=false;
  403. this.$http('open-apply/get-recommend', {
  404. carId:this.carInfo.id,
  405. bizId:this.maintainProjectID
  406. }, 'GET').then(res => {
  407. uni.hideLoading();
  408. this.isLoding=true;
  409. this.list=''
  410. this.itemDefault=''
  411. this.qdNum=0
  412. this.totalPrice=0
  413. if(!res.data.data){
  414. this.list=''
  415. this.itemDefault=''
  416. this.qdNum=0
  417. this.totalPrice=0
  418. }
  419. res.data.data.forEach(item=>{
  420. item.packageItems.forEach(v=>{
  421. v.select=false
  422. })
  423. })
  424. this.list=res.data.data
  425. this.lineItem=this.list[0]
  426. this.lineItem.packageItems.forEach(d=>{
  427. if(d.isDefault==1){
  428. d.select=true
  429. this.itemDefault=d
  430. this.itemDefault.goodsname=this.lineItem.title
  431. this.totalPrice=d.money
  432. this.qdNum=1
  433. this.itemDefault.mainImgUrl=this.lineItem.mainImgUrl
  434. }
  435. })
  436. //this.list=this.list.concat(this.list)
  437. })
  438. },
  439. calculation(type){
  440. if(type==1){
  441. if(this.goodsnum>1){
  442. this.goodsnum--
  443. }
  444. }else{
  445. console.log("+++")
  446. this.goodsnum++
  447. }
  448. },
  449. }
  450. }
  451. </script>
  452. <style scoped lang="less">
  453. .box {
  454. width: 100vw;
  455. min-height: 100vh;
  456. background: #F4F4F4;
  457. }
  458. .tkBox{
  459. width: 100vw;height: 100vh;background: rgba(0,0,0,0.5);
  460. position: fixed;left: 0;top: 0;
  461. }
  462. .tkCont{
  463. width: 750rpx;
  464. height: 60vh;
  465. background: #EFEFEF;
  466. border-radius: 28rpx 28rpx 0rpx 0rpx;
  467. position: absolute;
  468. left: 0;bottom: 0;
  469. padding-bottom: constant(safe-area-inset-bottom);
  470. padding-bottom: env(safe-area-inset-bottom);
  471. }
  472. .top{
  473. height: 170rpx;
  474. padding: 40rpx 24rpx;
  475. }
  476. .inputBox{
  477. background: rgba(255,255,255,0.4);
  478. border-radius: 38rpx;line-height: 42rpx;
  479. border: 1px solid #FFFFFF;
  480. padding: 18rpx 30rpx;font-size: 26rpx;color: #222222;
  481. display: flex;justify-content: space-between;
  482. }
  483. .xiaIcon{
  484. width: 12rpx;height: 9rpx;margin-top: 18rpx;margin-left: 10rpx;
  485. }
  486. .ibCarIcon{
  487. height: 42rpx;width: 42rpx;
  488. }
  489. .glIcon{
  490. width: 34rpx;height: 34rpx;margin-top: 6rpx;
  491. }
  492. .ibLeft{
  493. display: flex;
  494. }
  495. .ibRight{
  496. display: flex;
  497. }
  498. .ibCarBox{
  499. display: flex;padding-left: 10rpx;
  500. }
  501. .glInput{
  502. width: 120rpx;line-height: 42rpx;height: 42rpx;
  503. padding-left: 10rpx;
  504. }
  505. .msIcon{
  506. width: 26rpx;height: 26rpx;
  507. }
  508. .msTxt{
  509. font-weight: 500;margin-left: 12rpx;
  510. font-size: 22rpx;
  511. color: #A77102;
  512. padding-top: 2rpx;
  513. }
  514. .msLine{
  515. display: flex;line-height: 28rpx;
  516. }
  517. .msBox{
  518. display: flex;justify-content: space-between;padding-top: 24rpx;
  519. padding-left: 30rpx;padding-right: 30rpx;
  520. }
  521. .spBox{
  522. background: linear-gradient( 180deg, #FFFFFF 0%, #F4F4F4 440rpx);
  523. border-radius: 23rpx;
  524. padding: 24rpx 20rpx 0 24rpx;
  525. margin-top: -50rpx;
  526. padding-bottom: constant(safe-area-inset-bottom);
  527. padding-bottom: env(safe-area-inset-bottom);
  528. }
  529. .spTop{
  530. display: flex;justify-content: space-between;line-height: 40rpx;
  531. padding-bottom: 16rpx;
  532. }
  533. .spTitle{
  534. font-weight: 500;
  535. font-size: 28rpx;
  536. color: #222222;
  537. }
  538. .spMs{
  539. font-size: 24rpx;
  540. color: #666666;
  541. }
  542. .znBox{
  543. height: 200rpx;
  544. background: #FDC856;
  545. border-radius: 21rpx;
  546. }
  547. .znCont{
  548. background: url('http://dmsimg.66km.com/marketing/be56733ed0464993b9e71d351d82062e.jpg') no-repeat;
  549. background-size: 100% 100%;
  550. height: 160rpx;
  551. border-radius: 26rpx;
  552. }
  553. .hxIcon{
  554. height: 4rpx;width: 360rpx;
  555. margin-left: 18rpx;margin-top: 20rpx;
  556. display: block;
  557. }
  558. .znMs{
  559. font-size: 24rpx;
  560. color: #FFFFFF;
  561. line-height: 33rpx;
  562. padding-left: 18rpx;padding-top: 16rpx;
  563. }
  564. .znCar{
  565. font-weight: 500;padding-left: 18rpx;
  566. font-size: 32rpx;padding-top: 24rpx;
  567. color: #8C5E24;
  568. line-height: 45rpx;
  569. }
  570. .line{
  571. background: #FFFFFF;padding: 24rpx;
  572. border-radius: 16rpx;margin-bottom: 20rpx;
  573. padding-bottom: 4rpx;position: relative;
  574. }
  575. .lineImg{
  576. width: 162rpx;
  577. height: 162rpx;
  578. border-radius: 16rpx;
  579. }
  580. .lineTop{
  581. display: flex;
  582. }
  583. .lineBox{
  584. margin-top: -52rpx;
  585. }
  586. .goodsKbox{
  587. display: flex;flex-wrap: wrap;
  588. }
  589. .goosK1 {
  590. height: 30rpx;line-height: 32rpx;padding: 0 8rpx;
  591. border: 1rpx solid #EC0F0A;font-size: 20rpx;
  592. color: #EC0F0A;margin-right: 10rpx; border-radius: 6rpx;
  593. margin-top: 10rpx;
  594. }
  595. .goosK2{
  596. height: 30rpx;line-height: 32rpx;padding: 0 8rpx;color: #34B084;
  597. border: 1rpx solid #34B084;font-size: 20rpx;border-radius: 6rpx;
  598. margin-right: 10rpx;margin-top: 10rpx;
  599. }
  600. .goodsName{
  601. font-weight: 500;
  602. font-size: 28rpx;
  603. color: #222222;
  604. line-height: 40rpx;
  605. }
  606. .goodsMs{
  607. font-weight: 400;padding-top: 10rpx;
  608. padding-bottom: 6rpx;
  609. font-size: 22rpx;
  610. color: #8B8B8B;
  611. line-height: 28rpx;
  612. white-space: nowrap; /* 确保文本在一行内显示 */
  613. overflow: hidden; /* 超出容器部分隐藏 */
  614. text-overflow: ellipsis;
  615. width: 480rpx;
  616. }
  617. .bfb{
  618. font-size: 20rpx;padding-top: 10rpx;
  619. color: #FFD804;
  620. line-height: 28rpx;
  621. }
  622. .lineNameBox{
  623. padding-left: 20rpx; width: 500rpx;
  624. }
  625. .tcLine{
  626. background: #FBFBFB;
  627. border-radius: 14rpx;
  628. border: 1px solid #f1f1ff;
  629. width: 316rpx;
  630. height: 138rpx;
  631. margin-bottom: 20rpx;
  632. }
  633. .tcName{
  634. font-weight: 500;
  635. font-size: 28rpx;
  636. color: #435B6E;
  637. line-height: 40rpx;
  638. padding-left: 25rpx;padding-top: 24rpx;
  639. white-space: nowrap; /* 确保文本在一行内显示 */
  640. overflow: hidden; /* 超出容器部分隐藏 */
  641. text-overflow: ellipsis;
  642. max-width: 170rpx;
  643. }
  644. .tcTitle{
  645. display: flex;
  646. }
  647. .tcprice{
  648. padding-top: 4rpx;font-size: 20rpx;
  649. color: #666666;padding-left: 25rpx;
  650. }
  651. .tcSpan2{
  652. font-size: 34rpx;
  653. color: #000000;
  654. }
  655. .tcSpan3{
  656. font-size: 20rpx;
  657. color: #999999;
  658. }
  659. .tcNameTs{
  660. padding: 0 8rpx;margin-top: 30rpx;margin-left: 10rpx;
  661. height: 25rpx;
  662. background: #FE0200;
  663. text-align: center;
  664. line-height: 26rpx;
  665. font-size: 18rpx;
  666. color: #FFFFFF;
  667. border-radius: 4rpx;
  668. }
  669. .tcBox{
  670. display: flex;justify-content: space-between;
  671. padding-top: 26rpx;flex-wrap: wrap;
  672. }
  673. .bottom{
  674. width: 100%;
  675. position: fixed;
  676. bottom: 0rpx;
  677. padding-bottom: constant(safe-area-inset-bottom);
  678. padding-bottom: env(safe-area-inset-bottom);
  679. background: #FFFFFF;
  680. z-index: 111;
  681. box-shadow: 0rpx -2rpx 16rpx 0rpx rgba(153,153,153,0.2);
  682. }
  683. .kaBox{
  684. height: 70rpx;
  685. }
  686. .bottomView{
  687. background: #FFFFFF;
  688. }
  689. .vipIcon{
  690. width: 47rpx;height: 45rpx;
  691. }
  692. .ka{
  693. display: flex;justify-content: space-between;
  694. background: #FEE0B9;
  695. padding: 12rpx 20rpx;
  696. }
  697. .kaLeft{
  698. display: flex;line-height: 45rpx;
  699. }
  700. .kaMS{
  701. font-size: 22rpx;
  702. color: #666666;padding-left: 15rpx;
  703. }
  704. .kaRight{
  705. line-height: 45rpx;font-size: 22rpx;
  706. color: #A26D4F;
  707. }
  708. .bottomBtn{
  709. width: 223rpx;
  710. height: 86rpx;
  711. background: #FCD903;
  712. border-radius: 43rpx;
  713. line-height: 86rpx;
  714. text-align: center;
  715. font-size: 32rpx;
  716. color: #110B01;
  717. }
  718. .bottomView{
  719. display: flex;justify-content: space-between;
  720. padding: 15rpx 30rpx;
  721. padding-top: 30rpx;
  722. padding-bottom: 0;
  723. }
  724. .qingdanIcon{
  725. width: 40rpx;height: 45rpx;
  726. display: block;
  727. }
  728. .bLeft{
  729. display: flex;
  730. }
  731. .bLeftImgBox{
  732. position: relative;text-align: center;padding-top: 12rpx;
  733. }
  734. .qdNum{
  735. position: absolute;
  736. width: 22rpx;
  737. height: 22rpx;
  738. background: #EC0F0A;
  739. text-align: center;line-height: 22rpx;
  740. font-size: 16rpx;
  741. color: #FFFFFF;
  742. top: 0rpx;
  743. right: -8rpx;
  744. border-radius: 50%;
  745. }
  746. .qdTxt{
  747. font-size: 20rpx;
  748. color: #666666;
  749. line-height: 28rpx;
  750. }
  751. .bottomprice{
  752. padding-left: 38rpx;
  753. font-weight: 600;
  754. font-size: 20rpx;padding-top: 24rpx;
  755. color: #EC0F0A;line-height: 45rpx;
  756. }
  757. .byh{
  758. padding-left: 38rpx;
  759. font-size: 20rpx;
  760. color: #666666;
  761. line-height: 28rpx;
  762. }
  763. .bspan4{
  764. color: #EC0F0A;
  765. }
  766. .bSpan2{
  767. font-weight: 500;
  768. font-size: 34rpx;
  769. color: #EC0F0A;
  770. line-height: 45rpx;
  771. }
  772. .goodsPrice{
  773. display: flex;
  774. }
  775. .goodsPrice1{
  776. font-size: 24rpx;
  777. font-weight: 400;
  778. color: #EC0F0A;
  779. padding-top: 14rpx;
  780. padding-right: 14rpx;
  781. }
  782. .goodsPrice2{
  783. font-size: 28rpx;
  784. font-weight: 400;
  785. color: #EC0F0A;
  786. padding-top: 12rpx;
  787. }
  788. .goodsPrice3{
  789. font-size: 28rpx;
  790. padding-top: 12rpx;
  791. font-weight: 500;
  792. color: #EC0F0A;
  793. }
  794. .goodsPrice4{
  795. font-size: 24rpx;
  796. font-weight: 400;
  797. color: #999999;
  798. padding-top: 16rpx;
  799. /* text-decoration:line-through; */
  800. padding-left: 10rpx;
  801. }
  802. .tkTop{
  803. display: flex;padding: 40rpx 24rpx;
  804. }
  805. .tkImg{
  806. width: 120rpx;
  807. height: 120rpx;
  808. background: #DDDDDD;
  809. border-radius: 6rpx;
  810. }
  811. .tkName{
  812. font-weight: 400;
  813. font-size: 24rpx;
  814. color: #222222;
  815. line-height: 33rpx;
  816. }
  817. .tkNameBox{
  818. padding-left: 24rpx;width: 515rpx;
  819. }
  820. .chahao{
  821. width: 22rpx;height: 22rpx;padding-top: 10rpx;
  822. padding-left: 80rpx;
  823. }
  824. .buyLine{
  825. display: flex;justify-content: space-between;
  826. padding: 20rpx 24rpx;font-size: 26rpx;
  827. color: #666E80;
  828. }
  829. .buyBOx{
  830. background: #FFFFFF;margin-top: 20rpx;
  831. }
  832. .buyData{
  833. color: #222222;display: flex;
  834. }
  835. .goodsGuige{
  836. width: 150rpx;
  837. height: 50rpx;line-height: 50rpx;
  838. background: #F6F6F6;
  839. border-radius: 5rpx;
  840. font-size: 24rpx;
  841. color: #222222;text-align: center;
  842. }
  843. .activeGuige{
  844. width: 146rpx;
  845. height: 46rpx;line-height: 46rpx;
  846. border: 2rpx solid #FF0035;
  847. border-radius: 5rpx;
  848. font-size: 24rpx;
  849. color: #FF0035;text-align: center;
  850. }
  851. .numJsbox{
  852. display: flex;
  853. }
  854. .buyCont{
  855. position: absolute;
  856. left: 0;
  857. bottom: 0;
  858. width: 750rpx;
  859. height: 688rpx;
  860. background: #FFFFFF;
  861. border-radius: 26rpx 26rpx 0px 0px;
  862. }
  863. .buyNumBox{
  864. padding: 30rpx;
  865. padding-top: 10rpx;
  866. padding-bottom: 70rpx;
  867. }
  868. .buyContCh{
  869. position: absolute;
  870. top: 53rpx;
  871. right: 36rpx;
  872. width: 36rpx;
  873. height: 36rpx;
  874. }
  875. .goodsnum{
  876. width: 44rpx;
  877. height: 44rpx;
  878. background: #F4F5F7;
  879. line-height: 44rpx;
  880. text-align: center;
  881. font-weight: 500;
  882. color: #333333;
  883. font-size: 24rpx;
  884. margin: 0 4rpx;
  885. border-left:1px solid #C0C0C0;
  886. border-right:1px solid #C0C0C0;
  887. }
  888. .goodsnumInput{
  889. width: 44rpx;
  890. height: 44rpx;
  891. background: #FFFFFF;
  892. line-height: 44rpx;
  893. text-align: center;
  894. font-weight: 500;
  895. color: #333333;
  896. font-size: 24rpx;
  897. }
  898. .numJj{
  899. width: 44rpx;
  900. height: 44rpx;
  901. background: #ffffff;
  902. border-radius: 0px 6rpx 6rpx 0px;
  903. text-align: center;
  904. line-height: 44rpx;
  905. font-size: 32rpx;
  906. color: #999999;
  907. }
  908. .numJsbox{
  909. border: 1px solid #C0C0C0;
  910. border-radius: 6rpx;
  911. }
  912. .tkBottomBtn{
  913. width: 661rpx;text-align: center;
  914. height: 86rpx;line-height: 86rpx;
  915. /* background: #FCD903; */
  916. border-radius: 43rpx;
  917. font-size: 32rpx;
  918. color: #110B01;
  919. }
  920. .tkBottom{
  921. width: 750rpx;
  922. height: 146rpx;
  923. background: #FFFFFF;
  924. box-shadow: 0rpx -2rpx 16rpx 0rpx rgba(153,153,153,0.2);
  925. padding-bottom: constant(safe-area-inset-bottom);
  926. padding-bottom: env(safe-area-inset-bottom);
  927. display: flex;justify-content: center;align-items: center;
  928. position: absolute;left: 0;bottom: 0;
  929. }
  930. .lineActive{
  931. border: 1px solid #FE0200;
  932. background: #FFF7F7;
  933. }
  934. .tkLine{
  935. background: #ffffff;
  936. padding: 20rpx 22rpx;
  937. padding-bottom: 30rpx;
  938. border-radius: 16rpx;
  939. }
  940. .tkDelIcon{
  941. width: 25rpx;height: 27rpx;
  942. margin: 6rpx;
  943. }
  944. .tkTitle{
  945. font-weight: 500;
  946. font-size: 30rpx;
  947. color: #222222;
  948. line-height: 42rpx;
  949. }
  950. .tkTop{
  951. justify-content: space-between;
  952. }
  953. .tkDelBox{
  954. display: flex;width: 100rpx;
  955. }
  956. .tkTop .tkDelTxt{
  957. font-weight: 500;
  958. font-size: 26rpx;
  959. color: #222222;
  960. line-height: 42rpx;
  961. padding-left: 8rpx;
  962. }
  963. .tkCBox{
  964. padding: 0 22rpx;
  965. }
  966. .tkLineTop{
  967. display: flex;justify-content: space-between;
  968. }
  969. .tklineTopTitle{
  970. font-size: 26rpx;
  971. }
  972. .tkCBox .tkDelTxt{
  973. font-weight: 400;
  974. font-size: 26rpx;
  975. color: #222222;
  976. line-height: 42rpx;
  977. padding-left: 8rpx;
  978. }
  979. .tklineCont{
  980. display: flex;
  981. padding-top: 24rpx;
  982. }
  983. .tkcount{
  984. font-weight: 400;
  985. font-size: 22rpx;
  986. color: #222222;
  987. padding-left: 22rpx;
  988. padding-top: 16rpx;
  989. }
  990. .tkCBox .goodsPrice{
  991. padding-top: 36rpx;
  992. justify-content: flex-end;
  993. }
  994. .nodataImg{
  995. width: 176rpx;height: 180rpx;
  996. }
  997. .nodataTxt{
  998. font-weight: 400;
  999. font-size: 26rpx;
  1000. color: #999999;
  1001. line-height: 37rpx;
  1002. text-align: center;
  1003. padding-top: 10rpx;
  1004. }
  1005. .nodataBox{
  1006. padding-top: 186rpx;
  1007. background: #fff;
  1008. padding-bottom: 200rpx;
  1009. border-radius: 20rpx;
  1010. }
  1011. .byTj{
  1012. width: 70rpx;height: 70rpx;top: 0;left: 0;
  1013. position: absolute;
  1014. }
  1015. .bSpan1{
  1016. font-size: 30rpx;
  1017. }
  1018. </style>