carModel.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729
  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. },
  189. carBack(num){
  190. if(num==2){
  191. this.carGroupListShow=false;
  192. }
  193. if(num==1){
  194. this.displacementListShow=false;
  195. }
  196. },
  197. getcarsslist(){
  198. this.secondShow=false;
  199. this.ssdisplacementListShow=false;
  200. uni.showLoading({ title: '加载中'});
  201. this.$http('matchingByOpen/queryCarModelGroupIiPackage', {
  202. name:this.carName
  203. }, 'POST').then(res => {
  204. uni.hideLoading();
  205. this.carssListShow=true;
  206. this.carsslist=res.data
  207. // this.carModelList=res.data.brands
  208. })
  209. },
  210. ssitem(item){
  211. this.carItem=item;
  212. uni.showLoading({ title: '加载中'});
  213. if(item.type==1){
  214. var params={
  215. type:item.type,
  216. manufactor:item.manufactor,
  217. }
  218. this.$http('matchingByOpen/queryCarModelGroupIiPackageSecond', params, 'POST').then(res => {
  219. this.secondlist=res.data;
  220. this.secondShow=true;
  221. uni.hideLoading();
  222. })
  223. }else if(item.type==2){
  224. var params={
  225. type:item.type,
  226. manufactor:item.manufactor,
  227. brand:item.brand,
  228. carSeries:item.carSeries
  229. }
  230. this.$http('matchingByOpen/queryCarModelGroupIiPackageSecond', params, 'POST').then(res => {
  231. this.secondlist=res.data;
  232. this.secondShow=true;
  233. uni.hideLoading();
  234. })
  235. }else{
  236. if(item.displacementList.length==1){
  237. uni.navigateTo({
  238. url:'list?type=2&id='+item.displacementList[0].id
  239. })
  240. }else{
  241. this.ssdisplacementList=item.displacementList;
  242. this.ssdisplacementListShow=true;
  243. this.ssname2=item.title;
  244. }
  245. }
  246. this.ssname1=item.title
  247. },
  248. seconditem(item){
  249. if(item.displacementList.length==1){
  250. uni.navigateTo({
  251. url:'list?type=2&id='+item.displacementList[0].id
  252. })
  253. }
  254. else{
  255. this.ssdisplacementList=item.displacementList;
  256. this.ssdisplacementListShow=true;
  257. this.ssname2=item.title
  258. }
  259. // this.$refs.popup.open("right2")
  260. //this.popupShow=true;
  261. },
  262. carNameInput(){
  263. //console.log(this.carName)
  264. if(this.carName==''){
  265. this.carssListShow=false;
  266. this.secondShow=false;
  267. this.ssdisplacementListShow=false;
  268. }
  269. },
  270. getdata(){
  271. uni.showLoading({ title: '加载中'});
  272. this.iStatusBarHeight = uni.getSystemInfoSync().statusBarHeight;
  273. this.$http('matchingByOpen/queryCarModelGroupPackage', {
  274. }, 'POST').then(res => {
  275. console.log("matchingByOpen/queryCarModelGroupPackage")
  276. console.log(res)
  277. this.carModelList=res.data.brands;
  278. uni.hideLoading();
  279. }).catch((err) => {
  280. console.log(err)
  281. })
  282. },
  283. selectBrand(item){
  284. console.log(item)
  285. this.selectedCarBrand=item;
  286. //this.$refs.popup.open("right")
  287. this.popuponeShow=true;
  288. this.brand=item.brand
  289. this.getbrand()
  290. },
  291. getbrand(){
  292. uni.showLoading({ title: '加载中'});
  293. this.$http('matchingByOpen/queryCarModelGroupPackage', {
  294. brand:this.brand
  295. },'POST').then(res => {
  296. uni.hideLoading();
  297. this.carSeriesList=res.data.carSeriesList
  298. })
  299. },
  300. selectCarFactory(manufactor,item){
  301. this.manufactor=manufactor;
  302. this.carSeries=item;
  303. console.log(manufactor)
  304. console.log(item)
  305. console.log(this.selectedCarBrand)
  306. //this.selectedCarSeries=item
  307. //this.displacementListShow=true;
  308. //this.getdisplacementList()
  309. uni.navigateTo({
  310. url:'/pages/index/displacement?logo='+this.selectedCarBrand.logo+'&manufactor='+manufactor+'&carSeries='+item+'&brand='+this.selectedCarBrand.brand
  311. })
  312. },
  313. getdisplacementList(){
  314. uni.showLoading({ title: '加载中'});
  315. this.$http('matchingByOpen/queryCarModelGroupPackage', {
  316. brand:this.brand,
  317. manufactor:this.manufactor,
  318. carSeries:this.carSeries
  319. },'POST').then(res => {
  320. uni.hideLoading();
  321. this.displacementList=res.data.displacementList
  322. })
  323. },
  324. selectDisplacement(item){
  325. this.displacement=item;
  326. this.carGroupListShow=true;
  327. this.getmodelList();
  328. },
  329. getmodelList(){
  330. uni.showLoading({ title: '加载中'});
  331. this.$http('matchingByOpen/queryCarModelGroupPackage', {
  332. brand:this.brand,
  333. manufactor:this.manufactor,
  334. carSeries:this.carSeries,
  335. displacement:this.displacement
  336. },'post').then(res => {
  337. uni.hideLoading();
  338. this.carGroupList=res.data.carGroupList
  339. })
  340. },
  341. goList(item){
  342. console.log(item)
  343. this.$store.commit('mutationslistId', item.id)
  344. uni.navigateTo({
  345. url:'list?name='+item.value+'&nLevelID='+item.carModelInfo.nLevelID+'&id='+item.id
  346. })
  347. },
  348. golistnew(item){
  349. uni.navigateTo({
  350. url:'list?type=2&id='+item.id
  351. })
  352. },
  353. bindToView(item){
  354. console.log(item)
  355. if(item['首字母']=='热'){
  356. this.toView ='rm'
  357. }else{
  358. this.toView = item['首字母']
  359. }
  360. console.log(this.toView)
  361. },
  362. close(){
  363. //this.$refs.popup.close()
  364. },
  365. }
  366. }
  367. </script>
  368. <style scoped lang="scss">
  369. .popupone{
  370. width: 100vw;height: 100vh;
  371. background:rgba(0, 0, 0, 0.4) ;
  372. position: fixed;top: 0;left: 0;
  373. z-index: 11;
  374. }
  375. .brandListkk{
  376. padding-top: 30rpx;
  377. }
  378. .brand-select .rmview .brand-select-title{
  379. background: #fff;
  380. }
  381. .rmview{
  382. border-radius: 16rpx;overflow: hidden;
  383. }
  384. .carModel-nav-title-left{
  385. display: flex;
  386. }
  387. .carModel-nav-title{
  388. display: flex;
  389. justify-content: space-between;
  390. }
  391. .carBack{
  392. line-height: 100rpx;
  393. font-size: 30rpx;
  394. font-family: PingFangSC-Medium, PingFang SC;
  395. font-weight: 500;
  396. color: #FFFFFF;
  397. padding-right: 24rpx;
  398. }
  399. .carSs{
  400. width: 750rpx;
  401. height: 96rpx;
  402. background: #FFFFFF;
  403. padding-top: 24rpx;
  404. position: fixed;
  405. z-index: 999;
  406. left: 0;
  407. top:90rpx;
  408. /* top: calc(44px + 96rpx); */
  409. }
  410. .carssBox{
  411. width: 702rpx;
  412. height: 72rpx;
  413. background: #F4F5F7;
  414. border-radius: 36rpx;
  415. margin: 0 auto;
  416. }
  417. .carSsImg{
  418. width: 40rpx;
  419. height: 40rpx;
  420. margin-top: 16rpx;
  421. margin-left: 20rpx;
  422. }
  423. .carssInput{
  424. line-height:72rpx;
  425. font-size: 28rpx;
  426. height:72rpx;
  427. padding-left: 16rpx;
  428. width: 600rpx;
  429. }
  430. .carssBox{
  431. display: flex;
  432. }
  433. .brand-select{
  434. .brand-select-title{
  435. height: 80rpx;
  436. background:rgba(247,247,247,1);
  437. position: relative;
  438. h5{
  439. position: absolute;
  440. height:40rpx;
  441. font-size:28rpx;
  442. font-weight:500;
  443. color:rgba(102,102,102,1);
  444. line-height:40rpx;
  445. top: 20rpx;
  446. left: 30rpx;
  447. }
  448. }
  449. .brand-select-wrapper{
  450. display: flex;
  451. flex-wrap: wrap;
  452. background:rgba(255,255,255,1);
  453. width: 702rpx;border-radius: 16rpx;
  454. .brand-select-item{
  455. display: block;
  456. width: 80rpx;
  457. height: 100rpx;
  458. padding: 30rpx;
  459. img{
  460. display: inline-block;
  461. margin-left: 10rpx;
  462. width: 60rpx;
  463. height: 60rpx;
  464. }
  465. span{
  466. display: inline-block;
  467. text-align: center;
  468. height:33rpx;
  469. width: 90rpx;
  470. font-size:24rpx;
  471. font-weight:400;
  472. color:rgba(51,51,51,1);
  473. line-height:33rpx;
  474. }
  475. }
  476. }
  477. }
  478. .fast-navigation{
  479. position: absolute;
  480. text-align: center;
  481. right: 16rpx;
  482. top: 30rpx;
  483. width: 23rpx;
  484. font-size:26rpx;
  485. font-weight:500;
  486. line-height:35rpx;
  487. color: rgb(153, 153, 153);
  488. a{
  489. display: block;
  490. padding-top: 10rpx;
  491. }
  492. .select{
  493. color: #FF4F00;
  494. }
  495. }
  496. .scroll-view{
  497. height: calc(100vh - 120rpx);
  498. }
  499. .brand-select{
  500. padding-bottom: 100rpx;
  501. }
  502. .popup-height {
  503. width: 200px;
  504. }
  505. .popup-content{
  506. width: 80vw;
  507. background: #FFFFFF;
  508. height: 100vh;
  509. margin-left: 20vw;
  510. }
  511. .carModel-nav-title{
  512. height:100rpx;
  513. background: linear-gradient(110deg, #48B9F9 0%, #3F90F7 100%);
  514. line-height: 100rpx;
  515. display: flex;
  516. z-index: 500;
  517. &.cell-logo{
  518. position: sticky;
  519. top: 0;
  520. background: linear-gradient(110deg, #48B9F9 0%, #3F90F7 100%);
  521. }
  522. .carModel-nav-title-box{
  523. width: 100%;
  524. display: flex;
  525. }
  526. .carModel-nav-title-img{
  527. margin: 20rpx;
  528. width: 60rpx;
  529. height: 60rpx;
  530. }
  531. .carModel-nav-title-msg{
  532. font-size:30rpx;
  533. font-weight:400;
  534. color:rgba(255,255,255,1);
  535. display: block;
  536. padding-right: 20rpx;
  537. width: 400rpx;
  538. overflow: hidden;
  539. text-overflow: ellipsis;
  540. white-space: nowrap;
  541. }
  542. .carModel-nav-title-msg1{
  543. width: 300rpx;
  544. }
  545. }
  546. .cell-item-title{
  547. line-height: 69rpx;padding-left: 24rpx;
  548. width: 504rpx;margin-left: 30rpx;
  549. height: 69rpx;
  550. background: #FF4F00 linear-gradient(132deg, #FF8635 0%, #FF4828 100%);
  551. border-radius: 16rpx;
  552. font-weight: 500;
  553. color: #FFFFFF;font-size: 28rpx;
  554. }
  555. .span-cell{
  556. position: relative;
  557. display: -webkit-box;
  558. display: -webkit-flex;
  559. display: flex;
  560. box-sizing: border-box;
  561. width: 100%;
  562. padding: 6rpx 30rpx;
  563. overflow: hidden;
  564. color: #323233;
  565. font-size: 3.73333vw;
  566. line-height: 82rpx;
  567. height: 82rpx;
  568. background-color: #fff;
  569. border-bottom: 1px solid #ebedf0;
  570. }
  571. .carModel-nav-title{
  572. height:100rpx;
  573. background: linear-gradient(110deg, #48B9F9 0%, #3F90F7 100%);
  574. line-height: 100rpx;
  575. display: flex;
  576. z-index: 500;
  577. &.cell-logo{
  578. position: sticky;
  579. top: 0;
  580. background: linear-gradient(110deg, #48B9F9 0%, #3F90F7 100%);
  581. }
  582. .carModel-nav-title-box{
  583. width: 100%;
  584. display: flex;
  585. }
  586. .carModel-nav-title-img{
  587. margin: 20rpx;
  588. width: 60rpx;
  589. height: 60rpx;
  590. }
  591. .carModel-nav-title-msg{
  592. font-size:30rpx;
  593. font-weight:400;
  594. color:rgba(255,255,255,1);
  595. display: block;
  596. padding-right: 20px;
  597. }
  598. }
  599. .carbox{
  600. height: calc(100vh - 120rpx);
  601. padding: 0 24rpx;
  602. padding-top: 30rpx;
  603. }
  604. .brandList{
  605. height: calc(100vh - 150rpx);
  606. /* padding-bottom:var(--status-bar-height); */
  607. }
  608. .displacementListLine{
  609. min-height: 50rpx;
  610. padding: 20rpx 20rpx 20rpx 30rpx;
  611. font-size:28rpx;
  612. font-weight:600;
  613. color:rgba(51,51,51,1);
  614. line-height:50rpx;
  615. border-top: 2rpx solid rgb(238, 238, 238);
  616. background-color: rgb(255, 255, 255);
  617. }
  618. .carsslineTxt{
  619. // height: 98rpx;
  620. background: #FFFFFF;
  621. line-height:50rpx;
  622. color: #333333;
  623. font-size: 28rpx;
  624. padding: 0 24rpx;
  625. border-bottom: 1px solid #EEEEEE;
  626. padding: 20rpx 20rpx 20rpx 30rpx;
  627. }
  628. .displacementListBox{
  629. position: fixed;
  630. top: 97rpx;
  631. left: 20vw;
  632. width: 80vw;
  633. height: 100vh;
  634. background:#F4F5F7 ;
  635. z-index: 11111;
  636. /* #ifdef H5 */
  637. top:calc(210rpx);
  638. /* #endif */
  639. }
  640. .carGroupListBox{
  641. position: fixed;
  642. top: 0;
  643. left: 20vw;
  644. width: 80vw;
  645. height: 100vh;
  646. background:#F4F5F7 ;
  647. z-index: 11111;
  648. top: 210rpx;
  649. /* #ifdef H5 */
  650. /* top:calc(44px + 220rpx); */
  651. /* #endif */
  652. }
  653. .carssListBox{
  654. position: fixed;
  655. top: 0;
  656. left: 0;
  657. width: 200vw;
  658. height: 100vh;
  659. background: rgba(0,0,0,0.5) ;
  660. z-index: 11111;
  661. /* #ifdef H5 */
  662. top:calc( 210rpx);
  663. /* #endif */
  664. }
  665. .carssListBoxCont{
  666. background: #FFFFFF;width: 80vw;margin-left: 20vw;height: 100vh;
  667. }
  668. .carssListBox2{
  669. position: fixed;
  670. top: 0;
  671. left: 0;
  672. width: 100vw;
  673. height: 100vh;
  674. background: rgba(0,0,0,0) ;
  675. z-index: 11112;
  676. top:calc(210rpx);
  677. }
  678. .brand-select-titleselect{
  679. color: #FF4F00 !important;
  680. }
  681. .tab1{
  682. position: relative;
  683. }
  684. </style>