carModel.vue 19 KB

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