maintain.vue 24 KB

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