carModel.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728
  1. <template>
  2. <view class="carbox">
  3. <view class="tab1 ">
  4. <scroll-view class="scroll-view" :scroll-into-view="toView" scroll-y="true" >
  5. <view class="brand-select">
  6. <template v-for="item in carModelList">
  7. <view :id="item['首字母']" v-if="item['首字母']!='热'">
  8. <view class="brand-select-title" :id="item['首字母']+'-model'">
  9. <h5 :class="{'brand-select-titleselect':item['首字母']==toView}">{{item['首字母']}}</h5>
  10. </view>
  11. <view class="brand-select-wrapper">
  12. <a class="brand-select-item" v-for="item2 in item['品牌列表']" @click="selectBrand(item2)" :id="item2.brand">
  13. <img :src="item2.logo" class="brand-select-item-icon">
  14. <span>{{item2.brand||item2.name}}</span>
  15. </a>
  16. </view>
  17. </view>
  18. <view :id="'rm'" v-if="item['首字母']=='热'" class="rmview">
  19. <view class="brand-select-title" :id="item['首字母']+'-model'">
  20. <h5 :class="{'brand-select-titleselect':toView=='rm'}">{{item['首字母']}}</h5>
  21. </view>
  22. <view class="brand-select-wrapper">
  23. <a class="brand-select-item" v-for="item2 in item['品牌列表']" @click="selectBrand(item2)" :id="item2.brand">
  24. <img :src="item2.logo" class="brand-select-item-icon">
  25. <span>{{item2.brand||item2.name}}</span>
  26. </a>
  27. </view>
  28. </view>
  29. </template>
  30. </view>
  31. </scroll-view >
  32. <view class="fast-navigation">
  33. <a class="fast-navigation-sel" v-if="item['首字母']=='热'" :class="{'select':toView=='rm'}" v-for="item in carModelList" @tap="bindToView(item)">热</a>
  34. <a class="fast-navigation-sel" v-if="item['首字母']!=='热'" :class="{'select':item['首字母']==toView}" v-for="item in carModelList" @tap="bindToView(item)">{{item['首字母']}}</a>
  35. </view>
  36. </view>
  37. <!-- uni-popup -->
  38. <view class="popupone" @click="popupc" v-if="popuponeShow">
  39. <view class="popup-content" >
  40. <scroll-view class="brandList" scroll-y="true">
  41. <view v-for="item in carSeriesList" :key="item.manufactor" class="brandListkk">
  42. <h3 class="cell-item-title">{{ item.manufactor }}</h3>
  43. <span v-for="item2 in item.carSeries" :key="item2" :title="item2" class="span-cell" @click="selectCarFactory(item.manufactor,item2)" >{{item2}}</span>
  44. </view>
  45. <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
  46. <view class="status_bar" style="height: 50px;"></view>
  47. </scroll-view>
  48. </view>
  49. </view>
  50. <!-- 排量 -->
  51. <!--
  52. <view class="displacementListBox" v-show="displacementListShow">
  53. <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
  54. <h3 class="carModel-nav-title">
  55. <view class="carModel-nav-title—left">
  56. <img :src="selectedCarBrand.logo" class="carModel-nav-title-img" @click="$emit('changeStep', 1)">
  57. <span class="carModel-nav-title-msg carModel-nav-title-msg1">{{ selectedCarBrand.brand }} {{ carSeries }}</span>
  58. </view>
  59. <view class="carBack" @click="carBack(1)">上一步</view>
  60. </h3>
  61. <scroll-view scroll-y="true" class="brandList">
  62. <view @click="selectDisplacement(item)" v-for="item in displacementList" class="displacementListLine" >
  63. {{item}}
  64. </view>
  65. <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
  66. <view class="status_bar" style="height: 50px;"></view>
  67. </scroll-view>
  68. </view> -->
  69. <!-- 排量 -->
  70. <!-- 离合器 -->
  71. <!-- <view class="carGroupListBox" v-show="carGroupListShow">
  72. <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
  73. <h3 class="carModel-nav-title">
  74. <view class="carModel-nav-title—left">
  75. <img :src="selectedCarBrand.logo" class="carModel-nav-title-img" @click="$emit('changeStep', 1)">
  76. <span class="carModel-nav-title-msg carModel-nav-title-msg1">{{ selectedCarBrand.brand }} {{ carSeries }}{{displacement}}</span>
  77. </view>
  78. <view class="carBack" @click="carBack(2)">上一步</view>
  79. </h3>
  80. <scroll-view scroll-y="true" class="brandList">
  81. <view @click="goList(item)" v-for="item in carGroupList" class="displacementListLine" >
  82. {{item.title}}
  83. </view>
  84. <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
  85. <view class="status_bar" style="height: 50px;"></view>
  86. </scroll-view>
  87. </view> -->
  88. <!-- 离合器 -->
  89. <!-- 搜索的 -->
  90. <!-- <view class="carssListBox" v-show="carssListShow" @click="carssListShow=false">
  91. <view class="carssListBoxCont" >
  92. <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
  93. <h3 class="carModel-nav-title">
  94. <view class="carModel-nav-title—left">
  95. <span class="carModel-nav-title-msg" style="padding-left: 24rpx;">{{carName}}</span>
  96. </view>
  97. </h3>
  98. <scroll-view scroll-y="true" class="brandList">
  99. <view @click.stop="ssitem(item)" v-for="item in carsslist" class="carsslineTxt" >
  100. {{item.title}}
  101. </view>
  102. <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
  103. <view class="status_bar" style="height: 50px;"></view>
  104. </scroll-view>
  105. </view>
  106. </view> -->
  107. <!-- <view class="carssListBox2" v-show="secondShow" @click.stop="secondShow=false">
  108. <view class="carssListBoxCont">
  109. <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
  110. <h3 class="carModel-nav-title">
  111. <view class="carModel-nav-title—left">
  112. <span class="carModel-nav-title-msg" style="padding-left: 24rpx;">{{ssname1}}</span>
  113. </view>
  114. <view class="carBack" @click="secondShow=false">上一步</view>
  115. </h3>
  116. <scroll-view scroll-y="true" class="brandList">
  117. <view @click.stop="seconditem(item)" v-for="item in secondlist" class="carsslineTxt" >
  118. {{item.title}}
  119. </view>
  120. <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
  121. <view class="status_bar" style="height: 50px;"></view>
  122. </scroll-view>
  123. </view>
  124. </view>
  125. <view class="carssListBox2" v-show="ssdisplacementListShow" @click.stop="ssdisplacementListShow=false">
  126. <view class="carssListBoxCont">
  127. <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
  128. <h3 class="carModel-nav-title">
  129. <view class="carModel-nav-title—left">
  130. <span class="carModel-nav-title-msg " style="padding-left: 24rpx;">{{ssname2}}</span>
  131. </view>
  132. <view class="carBack" @click="ssdisplacementListShow=false">上一步</view>
  133. </h3>
  134. <scroll-view scroll-y="true" class="brandList">
  135. <view @click="golistnew(item)" v-for="item in ssdisplacementList" class="carsslineTxt" >
  136. {{item.displacement}}
  137. </view>
  138. <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
  139. <view class="status_bar" style="height: 50px;"></view>
  140. </scroll-view>
  141. </view>
  142. </view> -->
  143. <!-- 搜索的 -->
  144. </view>
  145. </template>
  146. <script>
  147. export default {
  148. data() {
  149. return {
  150. carModelList:'',
  151. toView:'',
  152. type:'right',
  153. iStatusBarHeight:'',
  154. selectedCarBrand:'',
  155. brand:'',
  156. carSeriesList:'',
  157. manufactor:'',
  158. carSeries:'',
  159. displacementList:'',
  160. displacementListShow:false,
  161. selectedCarSeries:'',
  162. displacement:'',
  163. carGroupList:'',
  164. carGroupListShow:false,
  165. carsslist:[],
  166. carName:'',
  167. carssListShow:false,
  168. secondShow:false,
  169. secondlist:'',
  170. carItem:'',
  171. ssdisplacementListShow:false,
  172. ssdisplacementList:'',
  173. ssname1:'',
  174. ssname2:'',
  175. popuponeShow:false,
  176. }
  177. },
  178. onLoad() {
  179. console.log("?")
  180. },
  181. methods: {
  182. popupc(e){
  183. /* console.log(e)
  184. if(!e.show){
  185. this.displacementListShow=false;
  186. this.carGroupListShow=false;
  187. } */
  188. this.popuponeShow=false
  189. },
  190. carBack(num){
  191. if(num==2){
  192. this.carGroupListShow=false;
  193. }
  194. if(num==1){
  195. this.displacementListShow=false;
  196. }
  197. },
  198. getcarsslist(){
  199. this.secondShow=false;
  200. this.ssdisplacementListShow=false;
  201. uni.showLoading({ title: '加载中'});
  202. this.$http('matchingByOpen/queryCarModelGroupIiPackage', {
  203. name:this.carName
  204. }, 'POST').then(res => {
  205. uni.hideLoading();
  206. this.carssListShow=true;
  207. this.carsslist=res.data
  208. // this.carModelList=res.data.brands
  209. })
  210. },
  211. ssitem(item){
  212. this.carItem=item;
  213. uni.showLoading({ title: '加载中'});
  214. if(item.type==1){
  215. var params={
  216. type:item.type,
  217. manufactor:item.manufactor,
  218. }
  219. this.$http('matchingByOpen/queryCarModelGroupIiPackageSecond', params, 'POST').then(res => {
  220. this.secondlist=res.data;
  221. this.secondShow=true;
  222. uni.hideLoading();
  223. })
  224. }else if(item.type==2){
  225. var params={
  226. type:item.type,
  227. manufactor:item.manufactor,
  228. brand:item.brand,
  229. carSeries:item.carSeries
  230. }
  231. this.$http('matchingByOpen/queryCarModelGroupIiPackageSecond', params, 'POST').then(res => {
  232. this.secondlist=res.data;
  233. this.secondShow=true;
  234. uni.hideLoading();
  235. })
  236. }else{
  237. if(item.displacementList.length==1){
  238. uni.navigateTo({
  239. url:'list?type=2&id='+item.displacementList[0].id
  240. })
  241. }else{
  242. this.ssdisplacementList=item.displacementList;
  243. this.ssdisplacementListShow=true;
  244. this.ssname2=item.title;
  245. }
  246. }
  247. this.ssname1=item.title
  248. },
  249. seconditem(item){
  250. if(item.displacementList.length==1){
  251. uni.navigateTo({
  252. url:'list?type=2&id='+item.displacementList[0].id
  253. })
  254. }
  255. else{
  256. this.ssdisplacementList=item.displacementList;
  257. this.ssdisplacementListShow=true;
  258. this.ssname2=item.title
  259. }
  260. // this.$refs.popup.open("right2")
  261. //this.popupShow=true;
  262. },
  263. carNameInput(){
  264. //console.log(this.carName)
  265. if(this.carName==''){
  266. this.carssListShow=false;
  267. this.secondShow=false;
  268. this.ssdisplacementListShow=false;
  269. }
  270. },
  271. getdata(){
  272. uni.showLoading({ title: '加载中'});
  273. this.iStatusBarHeight = uni.getSystemInfoSync().statusBarHeight;
  274. this.$http('matchingByOpen/queryCarModelGroupPackage', {
  275. }, 'POST').then(res => {
  276. console.log("matchingByOpen/queryCarModelGroupPackage")
  277. console.log(res)
  278. this.carModelList=res.data.brands;
  279. uni.hideLoading();
  280. }).catch((err) => {
  281. console.log(err)
  282. })
  283. },
  284. selectBrand(item){
  285. console.log(item)
  286. this.selectedCarBrand=item;
  287. //this.$refs.popup.open("right")
  288. this.popuponeShow=true;
  289. this.brand=item.brand
  290. this.getbrand()
  291. },
  292. getbrand(){
  293. uni.showLoading({ title: '加载中'});
  294. this.$http('matchingByOpen/queryCarModelGroupPackage', {
  295. brand:this.brand
  296. },'POST').then(res => {
  297. uni.hideLoading();
  298. this.carSeriesList=res.data.carSeriesList
  299. })
  300. },
  301. selectCarFactory(manufactor,item){
  302. this.manufactor=manufactor;
  303. this.carSeries=item;
  304. console.log(manufactor)
  305. console.log(item)
  306. console.log(this.selectedCarBrand)
  307. //this.selectedCarSeries=item
  308. //this.displacementListShow=true;
  309. //this.getdisplacementList()
  310. uni.navigateTo({
  311. url:'/pages/index/displacement?logo='+this.selectedCarBrand.logo+'&manufactor='+manufactor+'&carSeries='+item+'&brand='+this.selectedCarBrand.brand
  312. })
  313. },
  314. getdisplacementList(){
  315. uni.showLoading({ title: '加载中'});
  316. this.$http('matchingByOpen/queryCarModelGroupPackage', {
  317. brand:this.brand,
  318. manufactor:this.manufactor,
  319. carSeries:this.carSeries
  320. },'POST').then(res => {
  321. uni.hideLoading();
  322. this.displacementList=res.data.displacementList
  323. })
  324. },
  325. selectDisplacement(item){
  326. this.displacement=item;
  327. this.carGroupListShow=true;
  328. this.getmodelList();
  329. },
  330. getmodelList(){
  331. uni.showLoading({ title: '加载中'});
  332. this.$http('matchingByOpen/queryCarModelGroupPackage', {
  333. brand:this.brand,
  334. manufactor:this.manufactor,
  335. carSeries:this.carSeries,
  336. displacement:this.displacement
  337. },'post').then(res => {
  338. uni.hideLoading();
  339. this.carGroupList=res.data.carGroupList
  340. })
  341. },
  342. goList(item){
  343. console.log(item)
  344. this.$store.commit('mutationslistId', item.id)
  345. uni.navigateTo({
  346. url:'list?name='+item.value+'&nLevelID='+item.carModelInfo.nLevelID+'&id='+item.id
  347. })
  348. },
  349. golistnew(item){
  350. uni.navigateTo({
  351. url:'list?type=2&id='+item.id
  352. })
  353. },
  354. bindToView(item){
  355. console.log(item)
  356. if(item['首字母']=='热'){
  357. this.toView ='rm'
  358. }else{
  359. this.toView = item['首字母']
  360. }
  361. console.log(this.toView)
  362. },
  363. close(){
  364. //this.$refs.popup.close()
  365. },
  366. }
  367. }
  368. </script>
  369. <style scoped lang="scss">
  370. .popupone{
  371. width: 100vw;height: 100vh;
  372. background:rgba(0, 0, 0, 0.4) ;
  373. position: fixed;top: 0;left: 0;
  374. z-index: 11;
  375. }
  376. .brandListkk{
  377. padding-top: 30rpx;
  378. }
  379. .brand-select .rmview .brand-select-title{
  380. background: #fff;
  381. }
  382. .rmview{
  383. border-radius: 16rpx;overflow: hidden;
  384. }
  385. .carModel-nav-title-left{
  386. display: flex;
  387. }
  388. .carModel-nav-title{
  389. display: flex;
  390. justify-content: space-between;
  391. }
  392. .carBack{
  393. line-height: 100rpx;
  394. font-size: 30rpx;
  395. font-family: PingFangSC-Medium, PingFang SC;
  396. font-weight: 500;
  397. color: #FFFFFF;
  398. padding-right: 24rpx;
  399. }
  400. .carSs{
  401. width: 750rpx;
  402. height: 96rpx;
  403. background: #FFFFFF;
  404. padding-top: 24rpx;
  405. position: fixed;
  406. z-index: 999;
  407. left: 0;
  408. top:90rpx;
  409. /* top: calc(44px + 96rpx); */
  410. }
  411. .carssBox{
  412. width: 702rpx;
  413. height: 72rpx;
  414. background: #F4F5F7;
  415. border-radius: 36rpx;
  416. margin: 0 auto;
  417. }
  418. .carSsImg{
  419. width: 40rpx;
  420. height: 40rpx;
  421. margin-top: 16rpx;
  422. margin-left: 20rpx;
  423. }
  424. .carssInput{
  425. line-height:72rpx;
  426. font-size: 28rpx;
  427. height:72rpx;
  428. padding-left: 16rpx;
  429. width: 600rpx;
  430. }
  431. .carssBox{
  432. display: flex;
  433. }
  434. .brand-select{
  435. .brand-select-title{
  436. height: 80rpx;
  437. background:rgba(247,247,247,1);
  438. position: relative;
  439. h5{
  440. position: absolute;
  441. height:40rpx;
  442. font-size:28rpx;
  443. font-weight:500;
  444. color:rgba(102,102,102,1);
  445. line-height:40rpx;
  446. top: 20rpx;
  447. left: 30rpx;
  448. }
  449. }
  450. .brand-select-wrapper{
  451. display: flex;
  452. flex-wrap: wrap;
  453. background:rgba(255,255,255,1);
  454. width: 702rpx;border-radius: 16rpx;
  455. .brand-select-item{
  456. display: block;
  457. width: 80rpx;
  458. height: 100rpx;
  459. padding: 30rpx;
  460. img{
  461. display: inline-block;
  462. margin-left: 10rpx;
  463. width: 60rpx;
  464. height: 60rpx;
  465. }
  466. span{
  467. display: inline-block;
  468. text-align: center;
  469. height:33rpx;
  470. width: 90rpx;
  471. font-size:22rpx;
  472. font-weight:400;
  473. color:rgba(51,51,51,1);
  474. line-height:33rpx;
  475. }
  476. }
  477. }
  478. }
  479. .fast-navigation{
  480. position: absolute;
  481. text-align: center;
  482. right: 16rpx;
  483. top: 30rpx;
  484. width: 23rpx;
  485. font-size:26rpx;
  486. font-weight:500;
  487. line-height:35rpx;
  488. color: rgb(153, 153, 153);
  489. a{
  490. display: block;
  491. padding-top: 10rpx;
  492. }
  493. .select{
  494. color: #FF4F00;
  495. }
  496. }
  497. .scroll-view{
  498. height: calc(100vh - 120rpx);
  499. }
  500. .brand-select{
  501. padding-bottom: 100rpx;
  502. }
  503. .popup-height {
  504. width: 200px;
  505. }
  506. .popup-content{
  507. width: 80vw;
  508. background: #FFFFFF;
  509. height: 100vh;
  510. margin-left: 20vw;
  511. }
  512. .carModel-nav-title{
  513. height:100rpx;
  514. background: linear-gradient(110deg, #48B9F9 0%, #3F90F7 100%);
  515. line-height: 100rpx;
  516. display: flex;
  517. z-index: 500;
  518. &.cell-logo{
  519. position: sticky;
  520. top: 0;
  521. background: linear-gradient(110deg, #48B9F9 0%, #3F90F7 100%);
  522. }
  523. .carModel-nav-title-box{
  524. width: 100%;
  525. display: flex;
  526. }
  527. .carModel-nav-title-img{
  528. margin: 20rpx;
  529. width: 60rpx;
  530. height: 60rpx;
  531. }
  532. .carModel-nav-title-msg{
  533. font-size:30rpx;
  534. font-weight:400;
  535. color:rgba(255,255,255,1);
  536. display: block;
  537. padding-right: 20rpx;
  538. width: 400rpx;
  539. overflow: hidden;
  540. text-overflow: ellipsis;
  541. white-space: nowrap;
  542. }
  543. .carModel-nav-title-msg1{
  544. width: 300rpx;
  545. }
  546. }
  547. .cell-item-title{
  548. line-height: 69rpx;padding-left: 24rpx;
  549. width: 504rpx;margin-left: 30rpx;
  550. height: 69rpx;
  551. background: #FF4F00 linear-gradient(132deg, #FF8635 0%, #FF4828 100%);
  552. border-radius: 16rpx;
  553. font-weight: 500;
  554. color: #FFFFFF;font-size: 28rpx;
  555. }
  556. .span-cell{
  557. position: relative;
  558. display: -webkit-box;
  559. display: -webkit-flex;
  560. display: flex;
  561. box-sizing: border-box;
  562. width: 100%;
  563. padding: 6rpx 30rpx;
  564. overflow: hidden;
  565. color: #323233;
  566. font-size: 3.73333vw;
  567. line-height: 82rpx;
  568. height: 82rpx;
  569. background-color: #fff;
  570. border-bottom: 1px solid #ebedf0;
  571. }
  572. .carModel-nav-title{
  573. height:100rpx;
  574. background: linear-gradient(110deg, #48B9F9 0%, #3F90F7 100%);
  575. line-height: 100rpx;
  576. display: flex;
  577. z-index: 500;
  578. &.cell-logo{
  579. position: sticky;
  580. top: 0;
  581. background: linear-gradient(110deg, #48B9F9 0%, #3F90F7 100%);
  582. }
  583. .carModel-nav-title-box{
  584. width: 100%;
  585. display: flex;
  586. }
  587. .carModel-nav-title-img{
  588. margin: 20rpx;
  589. width: 60rpx;
  590. height: 60rpx;
  591. }
  592. .carModel-nav-title-msg{
  593. font-size:30rpx;
  594. font-weight:400;
  595. color:rgba(255,255,255,1);
  596. display: block;
  597. padding-right: 20px;
  598. }
  599. }
  600. .carbox{
  601. height: calc(100vh - 120rpx);
  602. padding: 0 24rpx;
  603. padding-top: 30rpx;
  604. }
  605. .brandList{
  606. height: calc(100vh - 150rpx);
  607. /* padding-bottom:var(--status-bar-height); */
  608. }
  609. .displacementListLine{
  610. min-height: 50rpx;
  611. padding: 20rpx 20rpx 20rpx 30rpx;
  612. font-size:28rpx;
  613. font-weight:600;
  614. color:rgba(51,51,51,1);
  615. line-height:50rpx;
  616. border-top: 2rpx solid rgb(238, 238, 238);
  617. background-color: rgb(255, 255, 255);
  618. }
  619. .carsslineTxt{
  620. // height: 98rpx;
  621. background: #FFFFFF;
  622. line-height:50rpx;
  623. color: #333333;
  624. font-size: 28rpx;
  625. padding: 0 24rpx;
  626. border-bottom: 1px solid #EEEEEE;
  627. padding: 20rpx 20rpx 20rpx 30rpx;
  628. }
  629. .displacementListBox{
  630. position: fixed;
  631. top: 97rpx;
  632. left: 20vw;
  633. width: 80vw;
  634. height: 100vh;
  635. background:#F4F5F7 ;
  636. z-index: 11111;
  637. /* #ifdef H5 */
  638. top:calc(210rpx);
  639. /* #endif */
  640. }
  641. .carGroupListBox{
  642. position: fixed;
  643. top: 0;
  644. left: 20vw;
  645. width: 80vw;
  646. height: 100vh;
  647. background:#F4F5F7 ;
  648. z-index: 11111;
  649. top: 210rpx;
  650. /* #ifdef H5 */
  651. /* top:calc(44px + 220rpx); */
  652. /* #endif */
  653. }
  654. .carssListBox{
  655. position: fixed;
  656. top: 0;
  657. left: 0;
  658. width: 200vw;
  659. height: 100vh;
  660. background: rgba(0,0,0,0.5) ;
  661. z-index: 11111;
  662. /* #ifdef H5 */
  663. top:calc( 210rpx);
  664. /* #endif */
  665. }
  666. .carssListBoxCont{
  667. background: #FFFFFF;width: 80vw;margin-left: 20vw;height: 100vh;
  668. }
  669. .carssListBox2{
  670. position: fixed;
  671. top: 0;
  672. left: 0;
  673. width: 100vw;
  674. height: 100vh;
  675. background: rgba(0,0,0,0) ;
  676. z-index: 11112;
  677. top:calc(210rpx);
  678. }
  679. .brand-select-titleselect{
  680. color: #FF4F00 !important;
  681. }
  682. .tab1{
  683. position: relative;
  684. }
  685. </style>