maintainItem.vue 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990
  1. <template>
  2. <view class="box">
  3. <homenav :iStatusBarHeight="iStatusBarHeight" :title="'商品详情'"></homenav>
  4. <view class="spwBox">
  5. <swiper class="swiper" circular :autoplay="false" :indicator-dots="true" indicator-color="#CCCCCC" indicator-active-color="#EC0F0A">
  6. <swiper-item v-for="(item,index) in detail.openMaintainImgUrls">
  7. <view class="swiper-item">
  8. <img mode="aspectFit" :src="item" alt="" class="swiper-itemImg" >
  9. </view>
  10. </swiper-item>
  11. </swiper>
  12. </view>
  13. <view class="shopCont">
  14. <view style="display: flex;padding-left: 24rpx;">
  15. <view v-if="itemDefault.salesLabel==1" class="biaoqian">活动价</view>
  16. <view v-if="itemDefault.salesLabel==2" class="biaoqian">促销价</view>
  17. <view v-if="itemDefault.salesLabel==3" class="biaoqian">特价</view>
  18. <view v-if="itemDefault.salesLabel==4" class="biaoqian">限量抢购</view>
  19. <view v-if="itemDefault.salesLabel==5" class="biaoqian">{{itemDefault.salesLabelCustom}}</view>
  20. </view>
  21. <view class="shopCtop">
  22. <view class="goodsPrice" >
  23. <view class="goodsPrice2">¥</view>
  24. <view class="goodsPrice3" >{{itemDefault.money}}</view>
  25. <view class="goodsPrice4" v-if="itemDefault.showCrossedPrice==1">原价:
  26. <span class="goodsPrice41">¥{{itemDefault.crossedPrice}}</span>
  27. </view>
  28. </view>
  29. <button open-type="share" class="shareBox" >
  30. <view class="shareTxt">分享</view>
  31. <image class="shareIcon" src="../../static/timg/share.png" mode=""></image>
  32. </button>
  33. <!-- <view class="shareBox" >
  34. </view> -->
  35. </view>
  36. <view class="goodsName">{{detail.title}}</view>
  37. <view class="goodsMSBox" v-if="detail.content">
  38. <!-- <view class="goodsMs" v-if="detail.showOilType">机油类型|{{detail.showOilType}}</view>
  39. <view class="goodsMs" v-if="detail.showOilLevel">机油等级|{{detail.showOilLevel}}</view>
  40. <view class="goodsMs" v-if="detail.showFit">适配粘度|{{detail.showFit}}</view> -->
  41. <view class="goodsMs" v-for="(item,index) in detail.content.split(',')">{{item}}</view>
  42. </view>
  43. <view class="timeBox">
  44. <view class="itemTime" v-if="detail.validityType==1">套餐有效期:{{detail.validityTime}}</view>
  45. <view class="sell" v-if="itemDefault.showSalesCount==1">
  46. <span>已售:</span><span style="color: #FFC107;">{{itemDefault.dummyCount}}</span>
  47. </view>
  48. </view>
  49. </view>
  50. <view class="buyBOx">
  51. <view class="buyLine" @click="ckCar" style="padding-bottom: 10rpx;">
  52. <view class="buyTitle">已选车型</view>
  53. <view class="buyData" style="display: flex;">
  54. <view class="carModelLine"> {{carInfo.carModel?carInfo.carModel:'请选择车辆'}}</view>
  55. <image class="jtIcon" src="../../static/img2/byjt.png" mode=""></image>
  56. </view>
  57. </view>
  58. <view class="carTis" v-if="isRecommend!='true'">此套餐可能与爱车不适配</view>
  59. <view class="buyLine" style="padding: 10rpx 24rpx;"><!-- -->
  60. <view class="buyTitle" style="line-height: 52rpx;">商品规格</view>
  61. <view class="guigeBox">
  62. <scroll-view scroll-x="true" enable-flex="true" class="buyData guigeBox2">
  63. <!-- <view class="goodsGuige activeGuige" style="margin-right: 24rpx;">单次购买</view> -->
  64. <view class="goodsGuige" @click="goodsGuige(item)"
  65. :class="{activeGuige:item.id==itemDefault.id}" v-if="item.isShow==1"
  66. v-for="(item,index) in detail.packageItems">{{item.title}}</view>
  67. </scroll-view>
  68. </view>
  69. </view>
  70. <view class="buyLine" style="padding: 12rpx 24rpx;"><!-- -->
  71. <view class="buyTitle" style="line-height: 44rpx;">商品数量</view>
  72. <view class="buyData">
  73. <view class="numJsbox">
  74. <view class="numJj" @click="calculation(1)">-</view>
  75. <view class="goodsnum">
  76. <input type="number" value="" v-model="goodsnum" class="goodsnumInput"/>
  77. </view>
  78. <view class="numJj" @click="calculation(2)">+</view>
  79. </view>
  80. </view>
  81. </view>
  82. <view class="buyLine">
  83. <view class="buyTitle">使用方式</view>
  84. <view class="buyData">到店使用</view>
  85. </view>
  86. <view class="buyLine">
  87. <view class="buyTitle">可用门店</view>
  88. <view class="buyData" v-if="itemDefault.packTimeShopName=='全部'">全部门店</view>
  89. <view @click="keyongFn" class="buyData " style="display: flex;" v-else>{{itemDefault.packTimeShopName.split(',').length}}个门店可用
  90. <image src="../../static/img2/byjt.png" mode="" class="hjt"></image>
  91. </view>
  92. </view>
  93. </view>
  94. <view class="mealBox" v-if="itemDefault.content">
  95. <view class="fwlcTitle">套餐内容</view>
  96. <rich-text :nodes="itemDefault.content" style="background: #fff;"></rich-text>
  97. <!-- <view class="mealTop">
  98. <view class="mealName">套餐名称</view>
  99. <view class="mealNum">数量</view>
  100. <view class="mealexpire">有效期</view>
  101. </view>
  102. <view class="mealTop2">
  103. <view class="mealName">【豪华车型】全合成机油保养套餐</view>
  104. <view class="mealNum">2</view>
  105. <view class="mealexpire">18个月</view>
  106. </view>
  107. <view class="mealXj">
  108. <view class="xjLine">
  109. <view class="xjyd"></view>
  110. <view class="xjTxt">20项检查</view>
  111. </view>
  112. <view class="xjLine">
  113. <view class="xjyd"></view>
  114. <view class="xjTxt">20美日韩车型专用保养套餐适配机油</view>
  115. </view>
  116. </view>
  117. <view class="mealMs">
  118. <view class="mealMsline">
  119. 1.本套餐不限车辆使用;
  120. 2.机油套餐包含:机油,机油滤,工时费
  121. 3.购买此套餐,共享有2次保养次数。
  122. </view>
  123. </view> -->
  124. </view>
  125. <!-- 商品详情 -->
  126. <view class="goodsDetail" v-if="detail.detailContent">
  127. <view class="goodsDetailTitle">商品详情</view>
  128. <!-- <view v-html="info.details" style="background: #fff;"></view> -->
  129. <rich-text :nodes="detail.detailContent" style="background: #fff;"></rich-text>
  130. </view>
  131. <view class="bottomTianc"></view>
  132. <view class="bottom">
  133. <view class="bleft" @click="makePhoneCall(showSetting.tel)">
  134. <image class="kefuIcon" src="../../static/img2/kefu.png" mode=""></image>
  135. <view style="text-align: center;font-size: 20rpx;color: #110B01;">客服</view>
  136. </view>
  137. <view class="Btn commonBtn" @click="submitFn">立即购买</view>
  138. </view>
  139. <!-- 提交订单弹框-->
  140. <view class="tkBox" v-if="tkShow" @click="closeTk">
  141. <view class="tkCont" @click.stop="">
  142. <view class="tkTop">
  143. <image class="tkImg" v-if="itemDefaultTk.mainImgUrl" :src="itemDefaultTk.mainImgUrl" mode="" ></image>
  144. <image class="tkImg" v-else src="../../static/timg/noimg.png" mode="" ></image>
  145. <view class="tkNameBox">
  146. <view class="tkName">{{detail.title}}</view>
  147. <view style="display: flex;padding-bottom: 24rpx;">
  148. <view v-if="itemDefaultTk.salesLabel==1" class="biaoqian">活动价</view>
  149. <view v-if="itemDefaultTk.salesLabel==2" class="biaoqian">促销价</view>
  150. <view v-if="itemDefaultTk.salesLabel==3" class="biaoqian">特价</view>
  151. <view v-if="itemDefaultTk.salesLabel==4" class="biaoqian">限量抢购</view>
  152. <view v-if="itemDefaultTk.salesLabel==5" class="biaoqian">{{itemDefaultTk.salesLabelCustom}}</view>
  153. </view>
  154. <view class="goodsPrice">
  155. <view class="goodsPrice2">¥</view>
  156. <view class="goodsPrice3">{{itemDefaultTk.money}}</view>
  157. <view class="goodsPrice4" v-if="itemDefaultTk.showCrossedPrice==1">原价:
  158. <span class="goodsPrice41">¥{{itemDefaultTk.crossedPrice}}</span>
  159. </view>
  160. </view>
  161. </view>
  162. <image class="chahao" src="../../static/img2/chahao.png" mode="" @click="closeTk"></image>
  163. </view>
  164. <view class="buyLine">
  165. <view class="buyTitle">商品规格</view>
  166. <view class="guigeBox">
  167. <scroll-view scroll-x="true" enable-flex="true" class="buyData guigeBox2">
  168. <view class="goodsGuige" @click="goodsGuige2(item)"
  169. :class="{activeGuige:item.id==itemDefaultTk.id}" v-if="item.isShow==1"
  170. v-for="(item,index) in detail.packageItems">{{item.title}}</view>
  171. </scroll-view>
  172. </view>
  173. </view>
  174. <view class="buyLine">
  175. <view class="buyTitle">商品数量</view>
  176. <view class="buyData">
  177. <view class="numJsbox">
  178. <view class="numJj" @click="calculation(1)">-</view>
  179. <view class="goodsnum">
  180. <input type="number" value="" v-model="goodsnum" class="goodsnumInput"/>
  181. </view>
  182. <view class="numJj" @click="calculation(2)">+</view>
  183. </view>
  184. </view>
  185. </view>
  186. <view class="tkBottom">
  187. <view class="tkBottomBtn commonBtn" @click="goSubmit">立即购买</view>
  188. </view>
  189. </view>
  190. </view>
  191. <!-- 提交订单弹框-->
  192. <!-- 门店列表-->
  193. <view class="tkBox" v-if="keyongShow" @click="keyongClose">
  194. <view class="tkCont2">
  195. <view class="tkTOp2">
  196. <view class="chahao"></view>
  197. <view class="kymd">可用门店</view>
  198. <image class="chahao" src="../../static/img2/chahao.png" mode="" @click="closeTk"></image>
  199. </view>
  200. <view class="keyongBOx">
  201. <view class="keyongLine" v-for="(item,index) in itemDefault.packTimeShopName.split(',')">
  202. {{item}}
  203. </view>
  204. </view>
  205. </view>
  206. </view>
  207. </view>
  208. </template>
  209. <script>
  210. import homenav from "../../components/homenav/nav.vue"
  211. export default {
  212. components: {
  213. homenav
  214. },
  215. data() {
  216. return {
  217. themeColor:'',
  218. ext:'',
  219. goodsnum:1,
  220. details:'11233',
  221. maintainId:'',
  222. detail:'',
  223. itemDefault:'',
  224. carInfo:'',
  225. userInfo:'',
  226. isRecommend:'',
  227. tkShow:false,
  228. keyongShow:false,
  229. showSetting:'',
  230. iStatusBarHeight:'',
  231. itemDefaultTk:'',
  232. }
  233. },
  234. onLoad(opt) {
  235. this.iStatusBarHeight = uni.getSystemInfoSync().statusBarHeight;
  236. this.ext = this.$common.getExtStoreId();
  237. this.themeColor = uni.getStorageSync("themeColor");
  238. this.maintainId=opt.maintainId
  239. this.carInfo=this.$store.state.carInfo;
  240. this.userInfo=this.$store.state.userInfo;
  241. this.isRecommend=opt.isRecommend
  242. //console.log("this.isRecommend=="+this.isRecommend)
  243. if(this.userInfo){
  244. this.getdetail()
  245. this.getInfo()
  246. }else{
  247. this.$common.automaticlogin().then(val => {
  248. this.userInfo=this.$store.state.userInfo;
  249. this.getdetail()
  250. this.getInfo()
  251. })
  252. }
  253. },
  254. onShow() {
  255. var car =uni.getStorageSync("byCar")
  256. if(car){
  257. this.carInfo=car;
  258. this.getdetail()
  259. this.isRecommend=false
  260. }
  261. },
  262. methods: {
  263. makePhoneCall(tel){
  264. uni.makePhoneCall({
  265. phoneNumber: tel,
  266. });
  267. },
  268. getInfo(){
  269. this.$http('openreservation/getInfo', {
  270. lat: '',
  271. lng: '',
  272. }, 'GET').then(res => {
  273. this.showSetting=res.data.showSetting
  274. })
  275. },
  276. ckCar(){
  277. uni.navigateTo({
  278. url:'../user/addCar/cailist?type=5'
  279. })
  280. },
  281. goodsGuige(item){
  282. this.itemDefault=item
  283. this.itemDefault.mainImgUrl=this.detail.openMaintainImgUrls[0]
  284. this.itemDefaultTk=this.itemDefault
  285. },
  286. goodsGuige2(item){
  287. this.itemDefaultTk=item
  288. this.itemDefaultTk.mainImgUrl=this.detail.openMaintainImgUrls[0]
  289. },
  290. goSubmit(){
  291. this.itemDefaultTk.goodsnum=this.goodsnum
  292. this.itemDefaultTk.goodsname=this.detail.title
  293. this.itemDefaultTk.itemId=this.detail.id
  294. this.itemDefaultTk.mainImgUrl=this.detail.openMaintainImgUrls[0]
  295. uni.setStorage({
  296. key: 'itemDefault',
  297. data: this.itemDefaultTk,
  298. success: function () {
  299. uni.navigateTo({
  300. url:'maintainSubmit'
  301. })
  302. }
  303. });
  304. },
  305. closeTk(){
  306. this.tkShow=false
  307. },
  308. keyongClose(){
  309. this.keyongShow=false;
  310. },
  311. keyongFn(){
  312. this.keyongShow=true;
  313. },
  314. submitFn(){
  315. if(!this.carInfo){
  316. uni.showToast({
  317. title: '请先选择车辆',
  318. icon:'none',
  319. duration: 3000
  320. });
  321. return false
  322. }
  323. if(this.itemDefaultTk){
  324. //this.itemDefaultTk=this.itemDefault
  325. this.tkShow=true
  326. }else{
  327. uni.showToast({
  328. title: '请选择商品规格',
  329. icon:'none',
  330. duration: 3000
  331. });
  332. /* uni.showModal({
  333. title: '提示',
  334. content:"请选择商品规格",
  335. success: function(resTKk) {
  336. }
  337. }); */
  338. }
  339. },
  340. calculation(type){
  341. if(type==1){
  342. if(this.goodsnum>1){
  343. this.goodsnum--
  344. }
  345. }else{
  346. console.log("+++")
  347. this.goodsnum++
  348. }
  349. },
  350. getdetail(){
  351. uni.showLoading({
  352. title: '加载中'
  353. })
  354. this.$http('openMaintain/detail/'+this.maintainId, {
  355. /* maintainId:this.maintainId */
  356. }, 'GET').then(res => {
  357. uni.hideLoading();
  358. this.detail=res.data
  359. this.detail.packageItems.forEach(item=>{
  360. if(item.isDefault==1){
  361. this.itemDefault=item
  362. this.itemDefault.mainImgUrl=this.detail.openMaintainImgUrls[0]
  363. if(item.isShow==1){
  364. this.itemDefaultTk=item
  365. }
  366. }
  367. if(item.content){
  368. item.content=item.content.replace(/\<img/gi, '<img style="max-width:100% !important;height:auto" ');
  369. }
  370. })
  371. if(this.detail.detailContent){
  372. this.detail.detailContent=this.detail.detailContent.replace(/\<img/gi, '<img style="max-width:100% !important;height:auto" ');
  373. }
  374. })
  375. },
  376. },
  377. onShareAppMessage(res) {
  378. var img='';
  379. if(this.detail.openMaintainImgUrls.length>0){
  380. img=this.detail.openMaintainImgUrls[0]
  381. }
  382. return {
  383. title: this.detail.title,
  384. imageUrl:img,
  385. path: 'pages/subPack/maintainItem?maintainId=' + this.maintainId+'&isRecommend='+this.isRecommend+'&shareId='+this.userInfo.openId,
  386. success(res){
  387. uni.showToast({
  388. title:'分享成功'
  389. })
  390. },
  391. fail(res){
  392. uni.showToast({
  393. title:'分享失败',
  394. icon:'none',
  395. duration: 3000
  396. })
  397. }
  398. }
  399. },
  400. }
  401. </script>
  402. <style scoped lang="less">
  403. .box {
  404. width: 100vw;
  405. min-height: 100vh;
  406. background: #F4F4F4;
  407. }
  408. .swiper{
  409. width: 750rpx;
  410. height: 700rpx;
  411. background: #FFFFFF;
  412. /* border-bottom: 1px solid #EEEEEE; */
  413. }
  414. .swiper-item{
  415. width: 750rpx;
  416. height: 700rpx;
  417. }
  418. .swiper-itemImg{
  419. width: 750rpx;
  420. height: 700rpx;
  421. }
  422. .goodsPrice{
  423. display: flex;
  424. }
  425. .goodsPrice1{
  426. font-size: 24rpx;
  427. font-weight: 400;
  428. color: #EC0F0A;
  429. padding-top: 14rpx;
  430. padding-right: 14rpx;
  431. }
  432. .goodsPrice2{
  433. font-size: 28rpx;
  434. font-weight: 400;
  435. color: #EC0F0A;
  436. padding-top: 16rpx;
  437. }
  438. .goodsPrice3{
  439. font-size: 44rpx;
  440. font-weight: 500;
  441. color: #EC0F0A;
  442. }
  443. .goodsPrice4{
  444. font-size: 24rpx;
  445. font-weight: 400;
  446. color: #999999;
  447. padding-top: 20rpx;
  448. padding-left: 10rpx;
  449. }
  450. .goodsPrice41{
  451. text-decoration:line-through;
  452. }
  453. .Sold{
  454. font-weight: 400;
  455. color: #999999;
  456. font-size: 24rpx;
  457. padding-top: 18rpx;
  458. }
  459. .goodsName{
  460. font-size: 30rpx;
  461. line-height: 42rpx;
  462. font-weight: 500;
  463. color: #333333;
  464. padding: 20rpx 24rpx;
  465. padding-top: 0;
  466. padding-bottom: 16rpx;
  467. }
  468. .goodsMd{
  469. font-weight: 400;
  470. color: #999999;
  471. font-size: 26rpx;
  472. padding: 0 24rpx;
  473. padding-bottom: 20rpx;
  474. }
  475. .shopCont{
  476. background: #FFFFFF;
  477. }
  478. .shopCtop{
  479. display: flex;
  480. padding: 20rpx 24rpx 6rpx 20rpx;
  481. justify-content: space-between;
  482. background: #FFFFFF;
  483. }
  484. .goodsMSBox{
  485. display: flex;padding-left: 24rpx;
  486. }
  487. .goodsMs{
  488. font-size: 18rpx;
  489. color: #FF063A;
  490. padding: 2rpx 8rpx;
  491. border-radius: 6rpx;
  492. border: 1rpx solid #FF063A;
  493. margin-right: 16rpx;
  494. }
  495. .timeBox{
  496. display: flex;justify-content: space-between;
  497. padding: 20rpx 24rpx;
  498. font-size: 26rpx;
  499. color: #666E80;
  500. }
  501. .shareIcon{
  502. width: 33rpx;height: 33rpx;margin-left: 10rpx;
  503. }
  504. .shareBox{
  505. display: flex;font-size: 24rpx;
  506. color: #666666;padding-top: 6rpx;
  507. line-height: 33rpx;
  508. }
  509. .jtIcon{
  510. margin-top: 8rpx;
  511. width: 12rpx;
  512. height: 22rpx;
  513. margin-left: 6rpx;
  514. }
  515. .buyLine{
  516. display: flex;justify-content: space-between;
  517. padding: 15rpx 24rpx;font-size: 26rpx;
  518. color: #666E80;
  519. }
  520. .buyBOx{
  521. background: #FFFFFF;margin-top: 20rpx;
  522. padding: 15rpx 0;
  523. }
  524. .buyData{
  525. color: #222222;display: flex;
  526. }
  527. .goodsGuige{
  528. /* width: 150rpx; */
  529. height: 50rpx;line-height: 50rpx;
  530. background: #F6F6F6;
  531. border-radius: 5rpx;
  532. font-size: 24rpx;
  533. color: #222222;text-align: center;
  534. margin-left: 24rpx;
  535. padding: 0 20rpx;
  536. display: inline-block;
  537. }
  538. .activeGuige{
  539. /* width: 146rpx; */
  540. height: 46rpx;line-height: 46rpx;
  541. border: 2rpx solid #FF0035;
  542. border-radius: 5rpx;
  543. font-size: 24rpx;
  544. color: #FF0035;text-align: center;
  545. background: #ffffff;
  546. }
  547. .numJsbox{
  548. display: flex;overflow: hidden;
  549. }
  550. .buyCont{
  551. position: absolute;
  552. left: 0;
  553. bottom: 0;
  554. width: 750rpx;
  555. height: 688rpx;
  556. background: #FFFFFF;
  557. border-radius: 26rpx 26rpx 0px 0px;
  558. }
  559. .buyNumBox{
  560. padding: 30rpx;
  561. padding-top: 10rpx;
  562. padding-bottom: 70rpx;
  563. }
  564. .buyContCh{
  565. position: absolute;
  566. top: 53rpx;
  567. right: 36rpx;
  568. width: 36rpx;
  569. height: 36rpx;
  570. }
  571. .goodsnum{
  572. width: 44rpx;
  573. height: 44rpx;
  574. background: #F4F5F7;
  575. line-height: 44rpx;
  576. text-align: center;
  577. font-weight: 500;
  578. color: #333333;
  579. font-size: 24rpx;
  580. margin: 0 4rpx;
  581. border-left:1px solid #dddddd;
  582. border-right:1px solid #dddddd;
  583. }
  584. .goodsnumInput{
  585. width: 44rpx;
  586. height: 44rpx;
  587. background: #FFFFFF;
  588. line-height: 44rpx;
  589. text-align: center;
  590. font-weight: 500;
  591. color: #333333;
  592. font-size: 24rpx;
  593. }
  594. .numJj{
  595. width: 44rpx;
  596. height: 44rpx;
  597. background: #ffffff;
  598. border-radius: 0px 6rpx 6rpx 0px;
  599. text-align: center;
  600. line-height: 44rpx;
  601. font-size: 32rpx;
  602. color: #999999;
  603. }
  604. .numJsbox{
  605. border: 1px solid #dddddd;
  606. border-radius: 6rpx;
  607. }
  608. .mealBox{
  609. background: #FFFFFF;
  610. padding: 20rpx 24rpx;
  611. margin-top: 20rpx;
  612. font-size: 26rpx;
  613. }
  614. .fwlcTitle{
  615. font-size: 26rpx;padding-bottom: 24rpx;
  616. color: #666E80;
  617. }
  618. .mealTop{
  619. display: flex;
  620. justify-content: space-between;
  621. height: 72rpx;
  622. line-height: 72rpx;
  623. font-weight: 500;
  624. font-size: 26rpx;
  625. color: #222222;
  626. font-size: 26rpx;
  627. padding: 0 20rpx;
  628. }
  629. .mealNum{
  630. text-align: center;
  631. width: 120rpx;
  632. }
  633. .mealexpire{
  634. text-align: center; width: 120rpx;
  635. }
  636. .mealName{
  637. width: 460rpx;
  638. }
  639. .mealTop2{
  640. display: flex;
  641. justify-content: space-between;
  642. height: 72rpx;
  643. line-height: 72rpx;
  644. font-weight: 500;
  645. font-size: 26rpx;
  646. color: #222222;
  647. font-size: 26rpx;
  648. padding: 0 20rpx;
  649. background: #FFF6DB;
  650. }
  651. .mealXj{
  652. background: #FFFCF3;
  653. }
  654. .xjLine{
  655. display: flex;
  656. font-weight: 500;
  657. font-size: 26rpx;
  658. color: #222222;
  659. padding: 20rpx 20rpx;
  660. }
  661. .xjyd{
  662. width: 8rpx;
  663. height: 8rpx;
  664. background: #FABF1B;
  665. border-radius: 50rpx;
  666. margin-top: 12rpx;
  667. margin-right: 10rpx;
  668. }
  669. .mealMs{
  670. background: #FFFFFF;
  671. padding: 20rpx;
  672. font-weight: 400;
  673. font-size: 24rpx;
  674. color: #9A9A9A;
  675. line-height: 38rpx;
  676. }
  677. .goodsDetailTitle{
  678. font-size: 26rpx;
  679. color: #666E80;
  680. background: #FFFFFF;
  681. padding-bottom: 24rpx;
  682. }
  683. .goodsDetail{
  684. padding: 20rpx;
  685. background: #FFFFFF;
  686. font-size: 26rpx;
  687. margin-top: 20rpx;
  688. }
  689. .goodsDetail img{
  690. width: 750rpx;
  691. }
  692. .goodsDetail image{
  693. width: 750rpx;
  694. }.bottom{
  695. background: #FFFFFF;
  696. display: flex;
  697. justify-content: space-between;
  698. position: fixed;
  699. width: 100%;
  700. padding:30rpx 0;
  701. padding-bottom: constant(safe-area-inset-bottom);
  702. padding-bottom: env(safe-area-inset-bottom);
  703. left: 0;bottom: 0;
  704. box-shadow: 0rpx -2rpx 16rpx 0rpx rgba(153,153,153,0.2);
  705. }
  706. .bleft{
  707. font-weight: 500;
  708. color: #222222;
  709. padding-left: 50rpx;
  710. }
  711. .Btn{
  712. width: 532rpx;text-align: center;
  713. height: 86rpx;line-height: 86rpx;
  714. /* background: #FCD903; */
  715. border-radius: 43rpx;
  716. font-size: 32rpx;
  717. color: #110B01;
  718. margin-right: 36rpx;
  719. }
  720. .kefuIcon{
  721. width: 50rpx;height: 50rpx;
  722. }
  723. .bottomTianc{
  724. height: 160rpx;
  725. padding-bottom: constant(safe-area-inset-bottom);
  726. padding-bottom: env(safe-area-inset-bottom);
  727. }
  728. .carTis{
  729. color: #EC0F0A;font-size: 20rpx;
  730. text-align: right;
  731. padding-right: 24rpx;
  732. }
  733. .guigeBox{
  734. /* height: 50rpx; */
  735. height: 52rpx;
  736. width: 500rpx;
  737. overflow: hidden;
  738. }
  739. .guigeBox2{
  740. flex-wrap: nowrap;justify-content: flex-end;white-space: nowrap;
  741. height: 50rpx;
  742. }
  743. .tkBox{
  744. width: 100vw;height: 100vh;background: rgba(0,0,0,0.5);
  745. position: fixed;left: 0;top: 0;
  746. z-index: 11;
  747. }
  748. .tkCont{
  749. width: 750rpx;
  750. height: 611rpx;
  751. background: #FFFFFF;
  752. border-radius: 28rpx 28rpx 0rpx 0rpx;
  753. position: absolute;
  754. left: 0;bottom: 0;
  755. padding-bottom: constant(safe-area-inset-bottom);
  756. padding-bottom: env(safe-area-inset-bottom);
  757. }
  758. .tkCont2{
  759. width: 750rpx;
  760. height:50vh;
  761. background: #FFFFFF;
  762. border-radius: 28rpx 28rpx 0rpx 0rpx;
  763. position: absolute;
  764. left: 0;bottom: 0;
  765. padding-bottom: constant(safe-area-inset-bottom);
  766. padding-bottom: env(safe-area-inset-bottom);
  767. overflow-y: auto;
  768. }
  769. .tkTop{
  770. display: flex;padding: 40rpx 24rpx;
  771. padding-bottom: 25rpx;
  772. }
  773. .tkImg{
  774. width: 160rpx;
  775. height: 160rpx;border-radius: 13rpx;
  776. }
  777. .tkName{
  778. font-size: 30rpx;
  779. color: #222222;
  780. line-height: 42rpx;
  781. font-weight: 500;
  782. text-overflow: -o-ellipsis-lastline;
  783. overflow: hidden;
  784. text-overflow: ellipsis;
  785. display: -webkit-box;
  786. -webkit-line-clamp: 2;
  787. line-clamp: 2;
  788. -webkit-box-orient: vertical;
  789. }
  790. .tkNameBox{
  791. padding-left: 24rpx;width: 496rpx;
  792. }
  793. .chahao{
  794. width: 22rpx;height: 22rpx;padding-top: 10rpx;
  795. padding-left: 4rpx;
  796. }
  797. .buyLine{
  798. display: flex;justify-content: space-between;
  799. padding: 15rpx 24rpx;font-size: 26rpx;
  800. color: #666E80;
  801. }
  802. .buyBOx{
  803. background: #FFFFFF;margin-top: 20rpx;
  804. }
  805. .buyData{
  806. color: #222222;display: flex;
  807. }
  808. .carModelLine{
  809. max-width: 560rpx;
  810. white-space: nowrap; /* 确保文本在一行内显示 */
  811. overflow: hidden; /* 超出容器部分隐藏 */
  812. text-overflow: ellipsis
  813. }
  814. .activeGuige{
  815. /* width: 146rpx; */
  816. height: 46rpx;line-height: 46rpx;
  817. border: 2rpx solid #FF0035;
  818. border-radius: 5rpx;
  819. font-size: 24rpx;
  820. color: #FF0035;text-align: center;
  821. background: #ffffff;
  822. font-weight: 500;
  823. }
  824. .numJsbox{
  825. display: flex;
  826. }
  827. .buyCont{
  828. position: absolute;
  829. left: 0;
  830. bottom: 0;
  831. width: 750rpx;
  832. height: 688rpx;
  833. background: #FFFFFF;
  834. border-radius: 26rpx 26rpx 0px 0px;
  835. }
  836. .buyNumBox{
  837. padding: 30rpx;
  838. padding-top: 10rpx;
  839. padding-bottom: 70rpx;
  840. }
  841. .buyContCh{
  842. position: absolute;
  843. top: 53rpx;
  844. right: 36rpx;
  845. width: 36rpx;
  846. height: 36rpx;
  847. }
  848. .tkBottomBtn{
  849. width: 661rpx;text-align: center;
  850. height: 86rpx;line-height: 86rpx;
  851. /* background: #FCD903; */
  852. border-radius: 43rpx;
  853. font-size: 32rpx;
  854. color: #110B01;
  855. }
  856. .tkBottom{
  857. width: 750rpx;
  858. padding-top: 30rpx;
  859. background: #FFFFFF;
  860. box-shadow: 0rpx -2rpx 16rpx 0rpx rgba(153,153,153,0.2);
  861. padding-bottom: constant(safe-area-inset-bottom);
  862. padding-bottom: env(safe-area-inset-bottom);
  863. display: flex;justify-content: center;align-items: center;
  864. position: absolute;left: 0;bottom: 0;
  865. }
  866. .tkTOp2{
  867. display: flex;justify-content: space-between;
  868. font-size: 30rpx;
  869. padding: 30rpx;
  870. }
  871. .keyongLine{
  872. padding: 16rpx 24rpx;
  873. font-size: 26rpx;
  874. border-bottom: 1px solid #eaeaea;
  875. }
  876. .mealBox img{
  877. width: 100%;
  878. }
  879. .mealBox image{
  880. width: 100%;
  881. }
  882. .goodsDetail image{
  883. width: 100%;
  884. }
  885. .goodsDetail img{
  886. width: 100%;
  887. }
  888. .hjt{
  889. width: 12rpx;height: 24rpx;
  890. margin-top: 8rpx;margin-left: 10rpx;
  891. }
  892. button::after{
  893. border: none;
  894. }
  895. button{
  896. position: relative;
  897. display: block;
  898. margin-left: 0;
  899. margin-right: 0;
  900. padding-left: 0px;
  901. padding-right: 0px;
  902. box-sizing: border-box;
  903. // font-size: 18px;
  904. text-align: center;
  905. text-decoration: none;
  906. // line-height: 1;
  907. line-height: 1.35;
  908. // border-radius: 5px;
  909. -webkit-tap-highlight-color: transparent;
  910. overflow: hidden;
  911. color: #000000;
  912. background-color: #fff;
  913. height: 100%;
  914. }
  915. .biaoqian{
  916. background: #FF0035;
  917. border-radius: 24rpx 24rpx 25rpx 0rpx;
  918. padding: 4rpx 16rpx;
  919. font-size: 22rpx;
  920. color: #FFFFFF;
  921. margin-top: 24rpx;
  922. margin-bottom: -15rpx;
  923. }
  924. .tkNameBox .biaoqian{
  925. margin-top: 16rpx;margin-bottom: -18rpx;
  926. }
  927. </style>