index.vue 18 KB

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