index.vue 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932
  1. <template>
  2. <view class="content">
  3. <view class="indexTop">
  4. <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
  5. <view class="indexnav">首页</view>
  6. </view>
  7. <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
  8. <view style="height: 43px;"></view>
  9. <view class="topBox"></view>
  10. <view class="yuanhu"></view>
  11. <view class="shoptopbox2" v-if="!carInfo">
  12. <view class="carinfoBox2">
  13. <view class="carinfoBoxNocar" @click="addCar">
  14. <img src="../../static/timg/addcar.png" alt="" class="carinfonocarIcon">
  15. <view class="carinfoBoxNocarRight">
  16. <view class="carinfoBoxNocarRightTitle">添加我的爱车</view>
  17. <view class="carinfoBoxNocarRightMS">按照车型推荐合适的商品</view>
  18. </view>
  19. </view>
  20. </view>
  21. </view>
  22. <view class="shoptopbox" v-if="carInfo">
  23. <view class="carinfoBox" >
  24. <view class="carinfoBoxTop">
  25. <img :src="carInfo.brandLogo" alt="" class="carLogo" v-if="carInfo.brandLogo">
  26. <img src="../../static/timg/nocar.png" alt="" class="carLogo" v-else>
  27. <view class="carinfoBoxTopCont">
  28. <view class="carinfoBoxTopContTop">
  29. <view class="carInfoplateNumber">{{carInfo.plateNumber}}</view>
  30. <view class="carTnfomilage" v-if="carInfo.milage">{{carInfo.milage}}km</view>
  31. </view>
  32. <view class="carInfocarModel" v-if="carInfo.carModel">{{carInfo.carModel}}</view>
  33. <view class="carInfocarModel" v-else>暂无</view>
  34. </view>
  35. <view class="carinfoBoxTopRight" @click="changeCar">
  36. <img src="../../static/timg/icon_change@2x.png" alt="" class="carinfoBoxTopRightIcon">
  37. <view class="huancheBtn">换车</view>
  38. </view>
  39. </view>
  40. <view class="carInfoBottom">
  41. <view class="carInfoBottomLine">
  42. <view class="carInfoBottomLineTitle">下次保养里程</view>
  43. <view class="carInfoBottomLineTxt" v-if="carInfo.nextCareMilage">{{carInfo.nextCareMilage}}</view>
  44. <view class="carInfoBottomLineTxt" v-else>暂无</view>
  45. </view>
  46. <view class="carInfoBottomLine">
  47. <view class="carInfoBottomLineTitle">下次保养日期</view>
  48. <view class="carInfoBottomLineTxt" v-if="carInfo.nextCareDate">{{carInfo.nextCareDate.slice(0,10)}}</view>
  49. <view class="carInfoBottomLineTxt" v-else>暂无</view>
  50. </view>
  51. <view class="carInfoBottomLine">
  52. <view class="carInfoBottomLineTitle">保养手册</view>
  53. <view class="carInfoBottomLineTxt" @click="information">点击查看</view>
  54. </view>
  55. </view>
  56. </view>
  57. </view>
  58. <!-- 服务顾问 -->
  59. <view class="adviser" v-if="homeCardList.openMUsers.showType==1" @click="goMUsers">
  60. <view class="adviserLeft">
  61. <img src="../../static/timg/pic_def_ava@2x.png" alt="" class="advisertx">
  62. <view class="adviserNema">{{homeCardList.openMUsers.operatorName}}</view>
  63. <view class="adviserms">服务顾问</view>
  64. </view>
  65. <img src="../../static/timg/icon_arrow_right.png" alt="" class="adviserJt">
  66. </view>
  67. <!-- 中间功能应用模块 -->
  68. <view class="modular" v-if="homeCardList.application.length>0">
  69. <view class="swiper-item">
  70. <view class="itemLine" @click="goRoter(item)" v-for="(item,index) in homeCardList.application">
  71. <view><img :src="item.icon" alt="" class="itemImg"></view>
  72. <view class="Menusline">{{item.name}}</view>
  73. </view>
  74. </view>
  75. </view>
  76. <view class="advertisement" v-if="homeCardList.ad1.length>0">
  77. <swiper class="swiper2" circular :autoplay="false" :interval="interval"
  78. :duration="duration" :indicator-dots="true" indicator-color="#CCCCCC" indicator-active-color="#D53533">
  79. <swiper-item v-for="(item,index) in homeCardList.ad1">
  80. <view class="swiper-item2" @click="goRoter(item)">
  81. <image class="swiper-item2Img" :src="item.icon" mode=""></image>
  82. </view>
  83. </swiper-item>
  84. </swiper>
  85. </view>
  86. <view class="advertisement" v-if="homeCardList.ad2.length>0">
  87. <swiper class="swiper2" circular :autoplay="false" :interval="interval"
  88. :duration="duration" :indicator-dots="true" indicator-color="#CCCCCC" indicator-active-color="#D53533">
  89. <swiper-item v-for="(item,index) in homeCardList.ad2">
  90. <view class="swiper-item2" @click="goRoter(item)">
  91. <image class="swiper-item2Img" :src="item.icon" mode=""></image>
  92. </view>
  93. </swiper-item>
  94. </swiper>
  95. </view>
  96. <view class="advertisement" v-if="homeCardList.ad3.length>0">
  97. <swiper class="swiper2" circular :autoplay="false" :interval="interval"
  98. :duration="duration" :indicator-dots="true" indicator-color="#CCCCCC" indicator-active-color="#D53533">
  99. <swiper-item v-for="(item,index) in homeCardList.ad3">
  100. <view class="swiper-item2" @click="goRoter(item)">
  101. <image class="swiper-item2Img" :src="item.icon" mode=""></image>
  102. </view>
  103. </swiper-item>
  104. </swiper>
  105. </view>
  106. <!-- 热门活动 -->
  107. <view class="Hot">
  108. <view class="hotTop">
  109. <view class="hotLeft">
  110. <view class="hotSx"></view>
  111. <view class="hottitle">热门活动</view>
  112. </view>
  113. <view class="hotRight">
  114. <view class="hotMore">更多</view>
  115. <img src="../../static/timg/icon_arrow_right.png" alt="" class="hotMoreJt">
  116. </view>
  117. </view>
  118. <view class="hotLine" @click="goRoter('paint')">
  119. <view class="hotLineTop">
  120. <image class="hotLineTopImg" src="http://phone.66km.cn:8088/thFiles/C678448A-C874-4B42-9EAE-4F8F21D71D27.jpg" mode=""></image>
  121. <view class="hotlineTimebox">
  122. <view class="hotlinestate1">进行中</view>
  123. <view class="hotTime">2022.01.21-2022.02.14</view>
  124. </view>
  125. </view>
  126. <view class="hotName">博世 7月促【CX-200715003】</view>
  127. </view>
  128. <view class="hotLine">
  129. <view class="hotLineTop">
  130. <image class="hotLineTopImg" src="http://phone.66km.cn:8088/thFiles/C678448A-C874-4B42-9EAE-4F8F21D71D27.jpg" mode=""></image>
  131. <view class="hotlineTimebox">
  132. <view class="hotlinestate2">未开始</view>
  133. <view class="hotTime">2022.01.21-2022.02.14</view>
  134. </view>
  135. </view>
  136. <view class="hotName">博世 7月促【CX-200715003】</view>
  137. </view>
  138. </view>
  139. <!-- 热门商品 -->
  140. <view class="Hot">
  141. <view class="hotTop">
  142. <view class="hotLeft">
  143. <view class="hotSx"></view>
  144. <view class="hottitle">热门商品</view>
  145. </view>
  146. <view class="hotRight">
  147. <view class="hotMore">更多</view>
  148. <img src="../../static/timg/icon_arrow_right.png" alt="" class="hotMoreJt">
  149. </view>
  150. </view>
  151. <view class="hotGoodsLine" v-for="(item,index) in 5">
  152. <view>
  153. <image src="../../static/timg/nocar.png" mode="" class="hotGoodsLineImg"></image>
  154. </view>
  155. <view class="hotGoodsLineRIght">
  156. <view class="goodsName">德国马牌 Continental 全新升级6代 TechContct德国马牌 Continental 全新升级6代 TechContct</view>
  157. <view class="Sold">已售 999</view>
  158. <view class="goodsPrice">
  159. <view class="goodsPrice1">店庆价</view>
  160. <view class="goodsPrice2">¥</view>
  161. <view class="goodsPrice3">999</view>
  162. <view class="goodsPrice3">¥893</view>
  163. </view>
  164. </view>
  165. </view>
  166. </view>
  167. <view style="height: 60rpx;"></view>
  168. <!-- 手机号授权 -->
  169. <view class="authorizBox" v-if="authorizShow" @click="authorizShow=false">
  170. <view class="authorizCont" @click.stop="">
  171. <view class="authorizName">{{wxOpenData.miniAppName}}</view>
  172. <view class="authorizMs">您好,欢迎访问本店,授权手机号登录能获取我们最新的促销活动哦~</view>
  173. <button class="authorizContbutton" type="default" open-type="getPhoneNumber" @getphonenumber="decryptPhoneNumber">授权</button>
  174. </view>
  175. <view style="text-align: center;padding-top: 56rpx;">
  176. <image src="../../static/timg/icon_guanbi@2x.png" mode="" class="authorizCloseImg"></image>
  177. </view>
  178. </view>
  179. <!-- <view @getphonenumber="decryptPhoneNumber" >shopId:{{shopId}}</view>
  180. -->
  181. </view>
  182. </template>
  183. <script>
  184. export default {
  185. data() {
  186. return {
  187. shopId: '',
  188. url:'',
  189. wxOpenData:'',
  190. code:'',
  191. carInfo:'',
  192. homeCardList:'',
  193. authorizShow:false,
  194. miniAppName:'',
  195. iStatusBarHeight:'',
  196. }
  197. },
  198. onLoad() {
  199. this.iStatusBarHeight = uni.getSystemInfoSync().statusBarHeight;
  200. var that=this;
  201. this.$common.getExtStoreId()
  202. var ext=this.$common.getExtStoreId();
  203. //console.log( String(Date.now()))
  204. this.shopId=ext.shopId;
  205. this.url=ext.url;
  206. // uni.setStorage({
  207. // key: 'extdata',
  208. // data: {
  209. // shopId:'E37BB296-5A08-4534-859D-B351BA611AF9',
  210. // },
  211. // success: function () {
  212. // that.uniLogin()
  213. // }
  214. // });
  215. //this.userInfo = uni.getStorageSync("userInfo");
  216. this.userInfo=this.$store.state.userInfo
  217. if(this.userInfo){
  218. //this.wxOpenData = uni.getStorageSync("wxOpenData");
  219. this.getCarList();
  220. this.queryHomeCardList()
  221. }else{
  222. this.uniLogin()
  223. }
  224. },
  225. onShow() {
  226. var indexaddcar = uni.getStorageSync("indexaddcar")
  227. if(indexaddcar==1){
  228. uni.removeStorageSync('indexaddcar');
  229. this.getCarList();
  230. }else{
  231. this.carInfo=this.$store.state.carInfo
  232. }
  233. },
  234. methods: {
  235. addCar(){
  236. if(!this.userInfo){
  237. this.authorizShow=true;
  238. }else{
  239. uni.navigateTo({
  240. url:'../user/addCar/addCar?type=1'
  241. })
  242. }
  243. },
  244. information(){
  245. },
  246. changeCar(){
  247. uni.navigateTo({
  248. url:'../user/addCar/cailist'
  249. })
  250. },
  251. goMUsers(){
  252. if(!this.userInfo){
  253. this.authorizShow=true;
  254. }else{
  255. }
  256. },
  257. goRoter(item){
  258. console.log(item)
  259. if(!this.userInfo){
  260. this.authorizShow=true;
  261. }else{
  262. if(item.bizType==0){
  263. }else if(item.bizType==1){ //紧急救援
  264. uni.navigateTo({
  265. url:'rescue'
  266. })
  267. }else if(item.bizType==2){ //钣金喷漆
  268. uni.navigateTo({
  269. url:'paint'
  270. })
  271. }else if(item.bizType==3){ //保养
  272. uni.navigateTo({
  273. url:'maintain'
  274. })
  275. }else if(item.bizType==4){ //在线预约
  276. uni.navigateTo({
  277. url:'onlineBooking'
  278. })
  279. }else if(item.bizType==5){ //导航
  280. uni.openLocation({
  281. latitude:'36.671541' ,
  282. longitude:'117.138777',
  283. name: '',
  284. address: '',
  285. success: function() {
  286. console.log('success');
  287. },
  288. fail(err) {
  289. console.log(err)
  290. }
  291. });
  292. }else if(item.bizType==6){ //联系本店
  293. uni.makePhoneCall({
  294. phoneNumber: 10086
  295. });
  296. }else if(item.bizType==7){ //7门店列表
  297. uni.navigateTo({
  298. url:'shopList'
  299. })
  300. }else if(item.bizType==8){ //我的会员卡
  301. uni.navigateTo({
  302. url:'vipCard'
  303. })
  304. }else if(item.bizType==9){ //我的优惠券
  305. uni.navigateTo({
  306. url:'discountCard'
  307. })
  308. }else if(item.bizType==10){ //我的订单
  309. uni.navigateTo({
  310. url:'../user/myOrder/myOrder'
  311. })
  312. }else if(item.bizType==11){ //我的预约
  313. uni.navigateTo({
  314. url:'../user/myBespeak'
  315. })
  316. }else if(item.bizType==12){ //历史消费
  317. uni.navigateTo({
  318. url:'../user/historySpend'
  319. })
  320. }else if(item.bizType==12){ //历史消费
  321. uni.navigateTo({
  322. url:'../user/historySpend'
  323. })
  324. }else if(item.bizType==13){ //车检报告
  325. uni.navigateTo({
  326. url:'../user/checkReport'
  327. })
  328. }else if(item.bizType==14){ //指定商品分类
  329. uni.navigateTo({
  330. url:'../shop/shop'
  331. })
  332. }else if(item.bizType==15){ //商品详情
  333. uni.navigateTo({
  334. url:'../shop/goodsDetail?id=CD2D70DC-706C-4441-9864-33BD19457CAE'
  335. })
  336. }
  337. // uni.navigateTo({
  338. // url:url
  339. // })
  340. }
  341. },
  342. decryptPhoneNumber: function(e) {
  343. console.log(e);
  344. this.code=e.detail.code
  345. this.wxPhoneLogin()
  346. this.authorizShow=false;
  347. },
  348. wxgologin(){
  349. var that=this;
  350. uni.getUserProfile({
  351. lang:'zh_CN',
  352. desc:'登录',
  353. success:(res)=>{
  354. console.log(res);
  355. that.wxdata=res;
  356. uni.setStorage({
  357. key: 'wxdata',
  358. data: res,
  359. success: function () {
  360. that.uniLogin()
  361. }
  362. });
  363. },
  364. fail:(res)=>{
  365. console.log(res)
  366. }
  367. });
  368. },
  369. uniLogin(){
  370. var that=this;
  371. uni.login({
  372. provider: 'weixin',
  373. success: function (loginRes) {
  374. console.log(loginRes);
  375. that.getWxOpenID(loginRes)
  376. }
  377. });
  378. },
  379. getWxOpenID(e){
  380. var that=this;
  381. uni.showLoading({
  382. title: '加载中'
  383. })
  384. this.$http('miniApp2/sys/getWxOpenID', {
  385. code:e.code,
  386. unionId:'EEADACCD-8A19-499D-8AD7-6975D2C93243'
  387. },'GET').then(res => {
  388. this.wxOpenData=res.data;
  389. that.queryHomeCardList()
  390. //that.wxPhoneLogin()
  391. this.$store.commit('mutationswxOpenData', that.wxOpenData)
  392. uni.setStorage({
  393. key: 'wxOpenData',
  394. data: that.wxOpenData,
  395. success: function () {
  396. // that.uniLogin()
  397. }
  398. });
  399. if(this.wxOpenData.loginInfo){
  400. this.$store.commit('mutationsuserInfo', that.wxOpenData.loginInfo.openUser)
  401. this.userInfo=that.wxOpenData.loginInfo.openUser
  402. uni.setStorage({
  403. key: 'userInfo',
  404. data: that.wxOpenData.loginInfo.openUser,
  405. success: function () {
  406. that.getCarList()
  407. }
  408. });
  409. }else{
  410. this.authorizShow=true;
  411. }
  412. })
  413. },
  414. wxPhoneLogin(){
  415. var that=this;
  416. this.$http('miniApp2/sys/wxPhoneLogin', {
  417. appId:'wx33053a645546ec31',
  418. unionId:'EEADACCD-8A19-499D-8AD7-6975D2C93243',
  419. code:this.code,
  420. openId:this.wxOpenData.openid
  421. },'POST').then(res => {
  422. var data = res.data;
  423. if(data.loginInfo){
  424. this.userInfo=data.loginInfo.openUser;
  425. this.$store.commit('mutationsuserInfo', this.userInfo);
  426. this.$store.commit('mutationswxOpenData', data.loginInfo)
  427. uni.setStorage({
  428. key: 'userInfo',
  429. data: data.loginInfo.openUser,
  430. success: function () {
  431. that.getCarList()
  432. that.queryHomeCardList()
  433. }
  434. });
  435. }
  436. })
  437. },
  438. getCarList(){
  439. this.$http('opencarOwnerHome/queryCarInfoList', {
  440. },'GET').then(res => {
  441. if(res.code==401){
  442. this.uniLogin()
  443. }else{
  444. this.carInfo=res.data[0]
  445. this.$store.commit('mutationscarInfo', this.carInfo)
  446. }
  447. })
  448. },
  449. queryHomeCardList(){
  450. //console.log(this.wxOpenData)
  451. this.$http('openHome/queryHomeCardList', {
  452. unionId:'EEADACCD-8A19-499D-8AD7-6975D2C93243'
  453. },'GET').then(res => {
  454. uni.hideLoading();
  455. this.homeCardList=res.data
  456. })
  457. }
  458. }
  459. }
  460. </script>
  461. <style scoped>
  462. .indexTop{
  463. background: #D53533;
  464. width: 750rpx;
  465. position: fixed;
  466. top: 0;
  467. left: 0;
  468. z-index: 11;
  469. }
  470. .indexnav{
  471. height: 44px;
  472. line-height: 44px;
  473. text-align: center;
  474. font-size: 36rpx;
  475. color: #FFFFFF;
  476. }
  477. .authorizBox{
  478. width: 100vw;
  479. height: 100vh;
  480. background: rgba(0, 0, 0, 0.5);
  481. position: fixed;
  482. top: 0;
  483. left: 0;
  484. }
  485. .authorizCont{
  486. margin-top: 30vh;
  487. width: 564rpx;
  488. height: 408rpx;
  489. background: #FFFFFF;
  490. border-radius: 24rpx;
  491. margin-left: 93rpx;
  492. position: relative;
  493. }
  494. .authorizCloseImg{
  495. width: 62rpx;
  496. height: 62rpx;
  497. }
  498. .sqLogoBox{
  499. width: 180rpx;
  500. height: 180rpx;
  501. background: #FFFFFF;
  502. border-radius: 90rpx;
  503. text-align: center;
  504. position: absolute;
  505. top: -50rpx;
  506. left: 192rpx;
  507. }
  508. .authorizName{
  509. color: #333333;
  510. line-height: 42rpx;
  511. font-size: 30rpx;
  512. text-align: center;
  513. padding-top: 58rpx;
  514. }
  515. .authorizMs{
  516. color: #999999;
  517. line-height: 36rpx;
  518. font-size: 26rpx;
  519. width: 452rpx;
  520. padding-top: 24rpx;
  521. text-align: center;
  522. margin-left: 56rpx;
  523. }
  524. .authorizContbutton{
  525. width: 422rpx;
  526. height: 88rpx;
  527. background: #D53533;
  528. border-radius: 44rpx;
  529. line-height: 88rpx;
  530. text-align: center;
  531. font-size:30rpx;
  532. color: #FFFFFF;
  533. margin-top: 62rpx;
  534. margin-left:71rpx;
  535. }
  536. .content{
  537. min-height: 100vh;
  538. background: #F4F5F7;
  539. }
  540. .topBox{
  541. width: 750rpx;
  542. height: 150rpx;
  543. background: #D53533;
  544. }
  545. .yuanhu{
  546. width: 750rpx;
  547. height: 50rpx;
  548. background: #D53533;
  549. border-radius: 0 0 100% 100%;
  550. }
  551. .carinfoBox{
  552. width: 702rpx;
  553. height: 250rpx;
  554. background: #FFFFFF;
  555. border-radius: 10rpx;
  556. margin-left: 24rpx;
  557. overflow: hidden;
  558. }
  559. .carinfoBox2{
  560. width: 702rpx;
  561. height: 180rpx;
  562. background: #FFFFFF;
  563. border-radius: 10rpx;
  564. margin-left: 24rpx;
  565. overflow: hidden;
  566. }
  567. .carinfoBox2{
  568. }
  569. .carinfoBox .carLogo{
  570. width: 72rpx;height: 72rpx;
  571. }
  572. .carinfoBoxTop{
  573. display: flex;
  574. justify-content: space-between;
  575. padding-top: 29rpx;
  576. padding-left: 24rpx;
  577. padding-right: 20rpx;
  578. padding-bottom: 24rpx;
  579. border: 1px solid #EEEEEE;
  580. }
  581. .carinfoBoxTopCont{
  582. width: 454rpx;
  583. }
  584. .carinfoBoxTopContTop{
  585. display: flex;
  586. }
  587. .carInfoplateNumber{
  588. font-weight: 500;
  589. color: #3C3C3C;
  590. font-size: 30rpx;
  591. line-height: 42rpx;
  592. padding-right: 16rpx;
  593. }
  594. .carTnfomilage{
  595. color: #F19D01;
  596. font-size: 22rpx;
  597. padding: 0rpx 10rpx;
  598. border-radius: 4rpx;
  599. border: 1px solid #F19D01;
  600. height: 32rpx;
  601. line-height: 34rpx;
  602. margin-top: 2rpx;
  603. margin-left: 2rpx;
  604. }
  605. .carInfocarModel{
  606. width: 454rpx;
  607. color: #666666;
  608. font-size: 26rpx;
  609. white-space: nowrap;
  610. overflow: hidden;
  611. text-overflow: ellipsis;
  612. }
  613. .carinfoBoxTopRight{
  614. display: flex;padding-top: 25rpx;
  615. }
  616. .carinfoBoxTopRightIcon{
  617. width: 29rpx;
  618. height: 31rpx;
  619. }
  620. .huancheBtn{
  621. color: #666666; font-size: 26rpx;line-height: 31rpx;
  622. padding-left: 10rpx;
  623. }
  624. .carInfoBottom{
  625. display: flex;
  626. justify-content: space-around;
  627. }
  628. .carInfoBottomLineTitle{
  629. color: #999999;font-size: 24rpx;
  630. text-align: center;
  631. padding-top: 24rpx;
  632. }
  633. .carInfoBottomLineTxt{
  634. color: #3C3C3C;
  635. font-size: 26rpx;
  636. padding-top: 5rpx;
  637. text-align: center;
  638. }
  639. .carinfonocarIcon{
  640. width: 72rpx;
  641. height: 72rpx;
  642. }
  643. .carinfoBoxNocar{
  644. display: flex;
  645. padding-top: 50rpx;
  646. padding-left: 20rpx;
  647. }
  648. .carinfoBoxNocarRightTitle{
  649. font-weight: 500;
  650. color: #3C3C3C;
  651. font-size: 30rpx;
  652. }
  653. .carinfoBoxNocarRightMS{
  654. color: #666666;
  655. font-size: 26rpx;
  656. }
  657. .carinfoBoxNocarRight{
  658. padding-left: 24rpx;
  659. }
  660. .shoptopbox{
  661. margin-top: -170rpx;
  662. }
  663. .shoptopbox2{
  664. margin-top: -170rpx;
  665. }
  666. .adviser{
  667. width: 662rpx;
  668. margin-left: 24rpx;
  669. background: #FFFFFF;
  670. border-radius: 10px;
  671. display: flex;
  672. justify-content: space-between;
  673. padding: 18rpx 20rpx;
  674. margin-top: 20rpx;
  675. }
  676. .adviserLeft{
  677. display: flex;
  678. }
  679. .advisertx{
  680. width: 62rpx;height: 62rpx;
  681. }
  682. .adviserNema{
  683. color: #333333;font-size: 30rpx;
  684. line-height: 62rpx;padding-left: 24rpx;
  685. }
  686. .adviserms{
  687. width: 118rpx;
  688. height: 36rpx;
  689. border-radius: 4rpx;
  690. border: 1px solid #D53533;
  691. line-height: 36rpx;
  692. text-align: center;
  693. margin-top: 12rpx;
  694. margin-left: 20rpx;
  695. color: #D53533;
  696. font-size: 24rpx;
  697. }
  698. .adviserJt{
  699. width: 12rpx;
  700. height: 20rpx;
  701. margin-top: 16rpx;
  702. }
  703. .modular{
  704. width: 702rpx;
  705. /* height: 313rpx; */
  706. background: #FFFFFF;
  707. border-radius: 10px;
  708. margin-top: 20rpx;
  709. margin-left: 24rpx;
  710. padding-bottom: 40rpx;
  711. }
  712. .swiper-item{
  713. display: flex;
  714. flex-wrap: wrap;
  715. }
  716. .itemImg{
  717. width: 46rpx;
  718. height: 46rpx;
  719. }
  720. .Menusline{
  721. font-size: 24rpx;
  722. color: #333333;
  723. }
  724. .itemLine{
  725. width: 20%;
  726. text-align: center;
  727. padding-top: 40rpx;
  728. }
  729. .advertisement{
  730. width: 702rpx;
  731. height: 280rpx;
  732. margin-top: 20rpx;
  733. margin-left: 24rpx;
  734. border-radius: 20rpx;
  735. }
  736. .swiper-item2{
  737. width: 702rpx;
  738. height: 280px;
  739. }
  740. .swiper-item2Img{
  741. width: 702rpx;
  742. height: 280rpx;
  743. }
  744. .hotMoreJt{
  745. width: 12rpx;
  746. height: 20rpx;
  747. margin-top: 6rpx;
  748. }
  749. .Hot{
  750. width: 702rpx;
  751. margin-top: 20rpx;
  752. margin-left: 24rpx;
  753. }
  754. .hotTop{
  755. display: flex;
  756. justify-content: space-between;
  757. padding: 6rpx 0;
  758. }
  759. .hotSx{
  760. width: 8rpx;
  761. height: 30rpx;
  762. background: #FF0000;
  763. border-radius: 5rpx;
  764. }
  765. .hotLeft{
  766. display: flex;
  767. }
  768. .hottitle{
  769. font-weight: 500;
  770. color: #333333;
  771. font-size: 30rpx;
  772. line-height: 30rpx;
  773. margin-left: 16rpx;
  774. }
  775. .hotRight{
  776. display: flex;
  777. }
  778. .hotMore{
  779. line-height: 30rpx;color: #666666;font-size: 24rpx;
  780. margin-right: 16rpx;
  781. }
  782. .hotLineTopImg{
  783. width: 702rpx;
  784. height: 280rpx;
  785. }
  786. .hotLineTop{
  787. position: relative;
  788. height: 280rpx;
  789. }
  790. .hotLine{
  791. margin-top: 20rpx;
  792. border-radius: 10rpx;
  793. background: #FFFFFF;
  794. overflow: hidden;
  795. }
  796. .hotlinestate1{
  797. width: 102rpx;
  798. height: 44rpx;
  799. background:#FBBF00 ;
  800. line-height: 44rpx;
  801. font-weight: 500;
  802. color: #333333;
  803. font-size: 24rpx;
  804. text-align: center;
  805. }
  806. .hotlinestate2{
  807. width: 102rpx;
  808. height: 44rpx;
  809. background:#FF0000 ;
  810. line-height: 44rpx;
  811. font-weight: 500;
  812. color: #FFFFFF;
  813. font-size: 24rpx;
  814. text-align: center;
  815. }
  816. .hotlineTimebox{
  817. position: absolute;
  818. left: 0;
  819. bottom: 0;
  820. background: rgba(0, 0, 0, 0.5);
  821. display: flex;
  822. }
  823. .hotTime{
  824. font-weight: 400;
  825. color: #FFFFFF;
  826. font-size: 24rpx;
  827. line-height: 44rpx;
  828. padding: 0 20rpx;
  829. }
  830. .hotName{
  831. padding: 24rpx 20rpx;
  832. color: #333333;
  833. line-height: 40rpx;
  834. font-size: 28rpx;
  835. }
  836. .hotGoodsLine{
  837. margin-top: 20rpx;
  838. padding: 20rpx;
  839. background: #FFFFFF;
  840. border-radius: 16rpx;
  841. display: flex;
  842. }
  843. .hotGoodsLineImg{
  844. width: 208rpx;
  845. height: 194rpx;
  846. border-radius: 16rpx;
  847. border: 1px solid #EEEEEE;
  848. }
  849. .goodsName{
  850. font-size: 28rpx;
  851. font-family: PingFangSC-Regular, PingFang SC;
  852. font-weight: 400;
  853. color: #333333;
  854. line-height: 40rpx;
  855. text-overflow: -o-ellipsis-lastline;
  856. overflow: hidden;
  857. text-overflow: ellipsis;
  858. display: -webkit-box;
  859. -webkit-line-clamp: 2;
  860. line-clamp: 2;
  861. -webkit-box-orient: vertical;
  862. }
  863. .hotGoodsLineRIght{
  864. padding-left: 24rpx;
  865. }
  866. .goodsPrice{
  867. display: flex;
  868. padding-top: 10rpx;
  869. }
  870. .goodsPrice1{
  871. font-size: 24rpx;
  872. font-weight: 400;
  873. color: #FF0000;
  874. }
  875. .goodsPrice2{
  876. font-size: 22rpx;
  877. font-weight: 400;
  878. color: #FF0000;
  879. }
  880. .goodsPrice3{
  881. font-size: 32rpx;
  882. font-weight: 400;
  883. color: #FF0000;
  884. }
  885. .goodsPrice3{
  886. font-size: 24rpx;
  887. font-weight: 400;
  888. color: #999999;
  889. }
  890. .Sold{
  891. font-weight: 400;
  892. color: #999999;
  893. font-size: 24rpx;
  894. padding-top: 8rpx;
  895. }
  896. </style>