carModel.vue 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833
  1. <template>
  2. <view class="box">
  3. <!-- 自定义头部 -->
  4. <view class="zdyNav">
  5. <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
  6. <view class="zdyNavCont">
  7. <view class="zdyNavContLeft">
  8. <image src="../../../static/img/baiheiback.png" mode="" class="baiheibackImg" @click="gofhj"></image>
  9. <!-- <image src="../../static/img/chahao.png" mode="" class="gaunbiIMg" @click="goback"></image> -->
  10. </view>
  11. <view class="zdyNavContTitle">自主选车</view>
  12. <view class="zdyNavContRight"></view>
  13. </view>
  14. </view>
  15. <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
  16. <view style="height: 44px;"></view>
  17. <!-- <view class="tab">
  18. <view class="tabLine" :class="{activeTab:tabIndex==1}" @click="tabIndex=1">手动选车</view>
  19. <view class="tabLine" :class="{activeTab:tabIndex==2}" @click="tabIndex=2">VIN识别</view>
  20. </view> -->
  21. <view class="tab1 " v-if="tabIndex==1">
  22. <scroll-view class="scroll-view" :scroll-into-view="toView" scroll-y="true" >
  23. <view class="brand-select">
  24. <template v-for="item in carModelList">
  25. <view :id="item['首字母']" v-if="item['首字母']!='热门'">
  26. <view class="brand-select-title" :id="item['首字母']+'-model'">
  27. <h5 :class="{'brand-select-titleselect':item['首字母']==toView}">{{item['首字母']}}</h5>
  28. </view>
  29. <view class="brand-select-wrapper">
  30. <a class="brand-select-item" v-for="item2 in item['品牌列表']" @click="selectBrand(item2)" :id="item2.brand">
  31. <img :src="item2.logo" class="brand-select-item-icon">
  32. <span>{{item2.brand||item2.name}}</span>
  33. </a>
  34. </view>
  35. </view>
  36. <view :id="'rm'" v-if="item['首字母']=='热门'">
  37. <view class="brand-select-title" :id="item['首字母']+'-model'">
  38. <h5 :class="{'brand-select-titleselect':item['首字母']==toView}">{{item['首字母']}}</h5>
  39. </view>
  40. <view class="brand-select-wrapper">
  41. <a class="brand-select-item" v-for="item2 in item['品牌列表']" @click="selectBrand(item2)" :id="item2.brand">
  42. <img :src="item2.logo" class="brand-select-item-icon">
  43. <span>{{item2.brand||item2.name}}</span>
  44. </a>
  45. </view>
  46. </view>
  47. </template>
  48. </view>
  49. </scroll-view >
  50. <div class="fast-navigation">
  51. <a class="fast-navigation-sel" :class="{'select':item['首字母']==toView}" v-for="item in carModelList" @tap="bindToView(item)">{{item['首字母']}}</a>
  52. </div>
  53. </view>
  54. <uni-popup ref="popup" type="right" :mask-click="true">
  55. <view class="popup-content" >
  56. <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
  57. <view style="height: 44px;"></view>
  58. <h3 class="carModel-nav-title cell-logo">
  59. <img :src="selectedCarBrand.logo" class="carModel-nav-title-img">
  60. <span class="carModel-nav-title-msg">{{ selectedCarBrand.brand }}</span>
  61. </h3>
  62. <scroll-view class="brandList" scroll-y="true">
  63. <view v-for="item in carSeriesList" :key="item.manufactor" >
  64. <h3 class="cell-item-title">{{ item.manufactor }}</h3>
  65. <span v-for="item2 in item.carSeries" :key="item2" :title="item2" class="span-cell" @click="selectCarFactory(item.manufactor,item2)" >{{item2}}</span>
  66. </view>
  67. </scroll-view>
  68. </view>
  69. </uni-popup>
  70. <!-- 排量 -->
  71. <view class="displacementListBox" v-show="displacementListShow">
  72. <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
  73. <view style="height: 44px;"></view>
  74. <h3 class="carModel-nav-title">
  75. <img :src="selectedCarBrand.logo" class="carModel-nav-title-img" @click="$emit('changeStep', 1)">
  76. <span class="carModel-nav-title-msg">{{ selectedCarBrand.brand }} {{ carSeries }}</span>
  77. </h3>
  78. <scroll-view scroll-y="true" class="brandList">
  79. <view @click="selectDisplacement(item)" v-for="item in displacementList" class="displacementListLine" >
  80. {{item}}
  81. </view>
  82. </scroll-view>
  83. </view>
  84. <!-- 离合器 -->
  85. <view class="carGroupListBox" v-show="carGroupListShow">
  86. <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
  87. <view style="height: 44px;"></view>
  88. <h3 class="carModel-nav-title">
  89. <img :src="selectedCarBrand.logo" class="carModel-nav-title-img" @click="$emit('changeStep', 1)">
  90. <span class="carModel-nav-title-msg">{{ selectedCarBrand.brand }} {{ carSeries }}{{displacement}}</span>
  91. </h3>
  92. <scroll-view scroll-y="true" class="brandList">
  93. <view @click="goAddCar(item)" v-for="item in carGroupList" class="displacementListLine" >
  94. {{item.title}}
  95. </view>
  96. </scroll-view>
  97. </view>
  98. <!-- 离合器 -->
  99. <view class="tab2" v-if="tabIndex==2">
  100. <view class="vinboxone" v-if="vinboxoneShow">
  101. <view class="smvin">请扫描VIN</view>
  102. <view class="smvin2">扫描时请保持环境光线充足不要反光</view>
  103. <view class="sltp">
  104. <!-- <image src="../../static/img/vin.png" mode="" class="sltpImg" ></image> --><!-- v-if="!vinImg" -->
  105. <!-- <image :src="vinImg" mode="widthFix" class="vinImg" v-if="vinImg"></image> -->
  106. </view>
  107. <view class="vinSc" @click="scVinIMg">上传图片</view>
  108. </view>
  109. <view class="vinboxTwo" v-if="vinboxtwoShow">
  110. <view class="vinboxTwoTopFh" @click="vinboxtwoShow=false"> 返回扫描 </view>
  111. <view class="vinboxTwoTopVIn">车辆识别代码:{{vin}}</view>
  112. <view class="vinCxNum"> 共{{vinSbList.length}}条查询结果</view>
  113. <view class="vinXzBox">
  114. <!-- <view class="vinXzLine">
  115. <view class="vinXzLineCx">品牌+车系+排量+变速器描述</view>
  116. <image src="../../static/img/icon_checked.png" mode="" class="loginLogo"></image>
  117. </view> -->
  118. <view class="vinXzLine" v-for="(vinItem,vIndex) in vinSbList" @click="ckVin(vinItem,vIndex)">
  119. <view class="vinXzLineCx">{{vinItem.title}}</view>
  120. <view class="vinXzLineyk" v-if="vinIndex!=vIndex"></view>
  121. <!-- <image src="../../static/img/icon_checked.png" mode="" v-if="vinIndex==vIndex" class="loginLogo"></image> -->
  122. </view>
  123. <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
  124. </view>
  125. </view>
  126. <view class="vinboxTwoBottom" v-if="vinboxtwoShow" :style="{bottom:iStatusBarHeight+'px'}">
  127. <view class="shoudonng" @click="shoudong">都不是,手动选车</view>
  128. <view class="qrcx" @click="qrcx">确认车型</view>
  129. </view>
  130. </view>
  131. </view>
  132. </template>
  133. <script>
  134. export default {
  135. components: {
  136. },
  137. data() {
  138. return {
  139. carList:'',
  140. tabIndex:1,
  141. carModelList:'',
  142. toView:'',
  143. type:'right',
  144. brand:'',
  145. carSeriesList:'',
  146. selectedCarBrand:'',
  147. manufactor:'',
  148. carSeries:'',
  149. displacementList:'',
  150. displacementListShow:false,
  151. selectedCarSeries:'',
  152. displacement:'',
  153. carGroupList:'',
  154. carGroupListShow:false,
  155. type:'',
  156. delId:'',
  157. vinImg:'',
  158. file:'',
  159. vin:'',
  160. vinboxoneShow:true,
  161. vinboxtwoShow:false,
  162. addNum:'',
  163. iStatusBarHeight:'',
  164. popupShow:false,
  165. vinSbList:[],
  166. vinIndex:0,
  167. vincarModelInfo:'',
  168. }
  169. },
  170. onLoad(opt) {
  171. this.iStatusBarHeight = uni.getSystemInfoSync().statusBarHeight;
  172. if(opt.type==2){
  173. this.type=2
  174. }
  175. if(opt.add){
  176. this.addNum=opt.add
  177. }
  178. this.delId=opt.delId;
  179. this.queryCarModelGroupPackage();
  180. },
  181. methods: {
  182. ckVin(vinItem,vIndex){
  183. this.vinIndex=vIndex;
  184. this.vincarModelInfo=vinItem
  185. },
  186. qrcx(){
  187. this.goAddCar(this.vincarModelInfo)
  188. },
  189. shoudong(){
  190. this.vinboxtwoShow=false;
  191. this.tabIndex=1;
  192. },
  193. goback(){
  194. uni.navigateBack({
  195. delta:1
  196. })
  197. },
  198. gofhj(){
  199. if(this.carGroupListShow){
  200. this.carGroupListShow=false
  201. }else if(this.displacementListShow){
  202. this.displacementListShow=false
  203. }else if(this.popupShow){
  204. this.popupShow=false
  205. this.$refs.popup.close()
  206. }else{
  207. uni.navigateBack({
  208. delta:1
  209. })
  210. }
  211. },
  212. scVinIMg(){
  213. var that = this;
  214. uni.chooseImage({
  215. sourceType: ['album','camera'],
  216. count:1,
  217. success: (chooseImageRes) => {
  218. const tempFilePaths = chooseImageRes.tempFilePaths;
  219. that.file=tempFilePaths[0]
  220. uni.uploadFile({
  221. url: that.$request.baseUrl+'accompany/SuperCheckSheet/uploadFile', //仅为示例,非真实的接口地址
  222. filePath: tempFilePaths[0],
  223. name: 'file',
  224. formData: {
  225. 'user': 'test'
  226. },
  227. success: (uploadFileRes) => {
  228. console.log(JSON.parse(uploadFileRes.data).data );
  229. //that.imgArr=that.imgArr.concat(JSON.parse(uploadFileRes.data).data) ;
  230. that.vinImg=JSON.parse(uploadFileRes.data).data[0];
  231. that.vinScanner()
  232. }
  233. });
  234. /* that.$http('accompany/SuperCheckSheet/uploadFile', tempFilePaths[0], 'POST').then(res => {
  235. }) */
  236. }
  237. });
  238. },
  239. vinScanner(){
  240. uni.showLoading({
  241. title:'正在识别中'
  242. });
  243. /*
  244. this.$http('miniAppMyBMemberCar/vinScanner', {
  245. photo:this.file,
  246. },'POST').then(res => {
  247. uni.hideLoading();
  248. //this.carGroupList=res.data.carGroupList
  249. }) */
  250. var that=this;
  251. uni.uploadFile({
  252. url: that.$request.baseUrl+'miniAppMyBMemberCar/vinScanner',
  253. filePath: that.file,
  254. name: 'photo',
  255. formData: {
  256. 'user': 'test'
  257. },
  258. success: (uploadFileRes) => {
  259. uni.hideLoading();
  260. console.log(JSON.parse(uploadFileRes.data) );
  261. if(JSON.parse(uploadFileRes.data).code==0){
  262. that.vin = JSON.parse(uploadFileRes.data).data;
  263. that.queryCarModelGroupByVin()
  264. }else{
  265. uni.showToast({
  266. title: JSON.parse(uploadFileRes.data).msg,
  267. icon: 'none',
  268. duration: 2000,
  269. });
  270. }
  271. }
  272. });
  273. },
  274. queryCarModelGroupByVin(){
  275. uni.showLoading({ });
  276. this.$http('miniAppMyBMemberCar/queryCarModelGroupByVin', {
  277. vin:this.vin,
  278. },'GET').then(res => {
  279. uni.hideLoading();
  280. if(res.code!=0){
  281. uni.showToast({
  282. title: res.msg,
  283. icon: 'none',
  284. duration: 2000,
  285. });
  286. }else{
  287. this.vinboxtwoShow=true
  288. this.vinSbList=res.data;
  289. this.vincarModelInfo=this.vinSbList[0]
  290. }
  291. })
  292. },
  293. goAddCar(item){
  294. console.log(item)
  295. var carModelInfo=item;
  296. var that=this;
  297. uni.setStorage({
  298. key: 'carModelInfo',
  299. data: carModelInfo,
  300. success: function () {
  301. /* uni.navigateBack({
  302. delta:1
  303. }) */
  304. uni.navigateTo({
  305. url:'addCar'
  306. })
  307. }
  308. });
  309. },
  310. selectBrand(item){
  311. console.log(item)
  312. this.selectedCarBrand=item;
  313. this.$refs.popup.open("right")
  314. this.popupShow=true;
  315. this.brand=item.brand
  316. this.getbrand()
  317. },
  318. selectCarFactory(manufactor,item){
  319. this.manufactor=manufactor;
  320. this.carSeries=item;
  321. //this.selectedCarSeries=item
  322. this.displacementListShow=true;
  323. this.getdisplacementList()
  324. },
  325. selectDisplacement(item){
  326. this.displacement=item;
  327. this.carGroupListShow=true;
  328. this.getmodelList();
  329. },
  330. getmodelList(){
  331. uni.showLoading({
  332. title: '加载中'
  333. })
  334. this.$http('opencarInfoOwner/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. getdisplacementList(){
  345. uni.showLoading({
  346. title: '加载中'
  347. })
  348. this.$http('opencarInfoOwner/queryCarModelGroupPackage', {
  349. brand:this.brand,
  350. manufactor:this.manufactor,
  351. carSeries:this.carSeries
  352. },'POST').then(res => {
  353. uni.hideLoading();
  354. this.displacementList=res.data.displacementList
  355. })
  356. },
  357. queryCarModelGroupPackage(){
  358. uni.showLoading({
  359. title: '加载中'
  360. })
  361. this.$http('opencarInfoOwner/queryCarModelGroupPackage', {
  362. },'POST').then(res => {
  363. uni.hideLoading();
  364. this.carModelList=res.data.brands
  365. })
  366. },
  367. bindToView(item){
  368. console.log(item)
  369. if(item['首字母']=='热门'){
  370. this.toView ='rm'
  371. }else{
  372. this.toView = item['首字母']
  373. }
  374. console.log(this.toView)
  375. //this.scrollTop = 0
  376. },
  377. /* login(){
  378. uni.navigateTo({
  379. url:'../login/login'
  380. })
  381. } */
  382. close(){
  383. this.$refs.popup.close()
  384. },
  385. getbrand(){
  386. uni.showLoading({
  387. title: '加载中'
  388. })
  389. this.$http('opencarInfoOwner/queryCarModelGroupPackage', {
  390. brand:this.brand
  391. },'POST').then(res => {
  392. uni.hideLoading();
  393. this.carSeriesList=res.data.carSeriesList
  394. })
  395. }
  396. }
  397. }
  398. </script>
  399. <style scoped lang="scss">
  400. .box{
  401. min-height: 100vh;
  402. background:#F4F5F7 ;
  403. }
  404. .vinboxTwoTopFh{
  405. font-size: 26rpx;
  406. padding: 30rpx 24rpx;
  407. color: #3F90F7;
  408. }
  409. .vinboxTwoBottom{
  410. width: 750rpx;
  411. height: 120rpx;
  412. background: #FFFFFF;
  413. box-shadow: 0px -2px 20px 0px rgba(153, 153, 153, 0.2);
  414. position: absolute;
  415. left: 0;
  416. bottom: 0;
  417. display: flex;
  418. justify-content: space-around;
  419. }
  420. .shoudonng{
  421. width: 336rpx;
  422. height: 74rpx;
  423. border-radius: 37rpx;
  424. border: 1px solid #FF4F00;
  425. line-height: 74rpx;
  426. text-align: center;
  427. font-size: 30rpx;
  428. color: #FF4F00;
  429. margin-top: 23rpx;
  430. }
  431. .qrcx{
  432. width: 336rpx;
  433. height: 74rpx;
  434. background: linear-gradient(124deg, #FF8700 0%, #FF4F00 100%);
  435. border-radius: 37rpx;
  436. line-height: 74rpx;
  437. text-align: center;
  438. font-size: 30rpx;
  439. color: #FFFFFF;
  440. margin-top: 23rpx;
  441. }
  442. .vinXzBox{
  443. padding-bottom: 120rpx;
  444. }
  445. .loginLogo{
  446. width: 28rpx;
  447. height: 28rpx;
  448. }
  449. .vinXzLineyk{
  450. width: 24rpx;
  451. height: 24rpx;
  452. border: 2rpx solid #999999;
  453. border-radius: 50%;
  454. }
  455. .vinXzLine{
  456. padding: 30rpx 24rpx;
  457. display: flex;
  458. justify-content: space-between;
  459. color: #3C3C3C;
  460. font-size: 28rpx;
  461. line-height: 28rpx;
  462. border-bottom: 1px solid #DDDDDD;
  463. }
  464. .vinboxTwoTopVIn{
  465. font-size: 28rpx;
  466. color: #666666;
  467. padding-left: 24rpx;
  468. padding-bottom: 30rpx;
  469. }
  470. .zdyNav{
  471. width: 100vw;
  472. background: #FFFFFF;
  473. position: fixed;
  474. top: 0;
  475. left: 0;
  476. z-index: 1111111;
  477. }
  478. .zdyNavCont{
  479. height: 44px;
  480. font-size: 28rpx;
  481. // font-weight: bold;
  482. display: flex;
  483. justify-content: space-between;
  484. line-height: 44px;
  485. }
  486. .vinCxNum{
  487. background: #F4F5F7;
  488. font-size: 26rpx;
  489. padding: 18rpx 24rpx;
  490. color: #999999;
  491. }
  492. .baiheibackImg{
  493. width: 70px;
  494. height: 44px;
  495. }
  496. .gaunbiIMg{
  497. width: 20px;
  498. height: 20px;
  499. padding: 12px;
  500. }
  501. .zdyNavContLeft{
  502. }
  503. .zdyNavContTitle{
  504. color: #000000;
  505. font-size: 30rpx;
  506. font-weight: bold;
  507. }
  508. .zdyNavContRight{
  509. width: 100px;
  510. }
  511. .smvin{
  512. color: #3C3C3C;
  513. font-size: 30rpx;
  514. }
  515. .smvin2{
  516. color: #999999;
  517. font-size: 26rpx;
  518. }
  519. .tab2{
  520. padding: 30rpx 24rpx;
  521. min-height: calc(100vh - 150rpx - 44px);
  522. background: #FFFFFF;
  523. position: relative;
  524. }
  525. .vinboxTwo{
  526. position: absolute;
  527. top: 0;
  528. left: 0;
  529. width: 750rpx;
  530. min-height: calc(100vh - 150rpx - 44px);
  531. background: #FFFFFF;
  532. }
  533. .sltpImg{
  534. width: 704rpx;
  535. height: 353rpx;
  536. }
  537. .vinImg{
  538. width: 704rpx;
  539. }
  540. .sltp{
  541. padding-top: 20rpx;
  542. }
  543. .vinSc{
  544. width: 690rpx;
  545. height: 74rpx;
  546. background: linear-gradient(124deg, #FF8700 0%, #FF4F00 100%);
  547. border-radius: 37rpx;
  548. text-align: center;
  549. line-height: 74rpx;
  550. color: #FFFFFF;
  551. font-size: 30rpx;
  552. margin-top: 70rpx;
  553. }
  554. .nodataImg{
  555. width: 400rpx;
  556. padding-top: 100rpx;
  557. }
  558. .noTxt{
  559. font-size: 36rpx;
  560. color: #999999;
  561. padding-top: 50rpx;
  562. }
  563. .nodataBox{
  564. text-align: center;
  565. }
  566. .addBtn{
  567. width: 690rpx;
  568. height: 74rpx;
  569. background: linear-gradient(124deg, #FF8700 0%, #FF4F00 100%);
  570. border-radius: 37rpx;
  571. line-height: 74rpx;
  572. text-align: center;
  573. color: #FFFFFF;
  574. font-size: 30rpx;
  575. position: fixed;
  576. bottom: 23rpx;
  577. left: 30rpx;
  578. }
  579. .carlistBox{
  580. padding-bottom: 120rpx;
  581. }
  582. .tab{
  583. background: #FFFFFF;
  584. display: flex;
  585. justify-content: space-around;
  586. line-height: 93rpx;
  587. color: #3C3C3C;
  588. font-size: 30rpx;
  589. border-bottom: 1px solid #F4F5F7;
  590. }
  591. .activeTab{
  592. color: #FF4F00;text-decoration: underline
  593. }
  594. /* .brand-select-title{
  595. height: 80px;
  596. background:rgba(247,247,247,1);
  597. position: relative;
  598. } */
  599. .brand-select{
  600. .brand-select-title{
  601. height: 80rpx;
  602. background:rgba(247,247,247,1);
  603. position: relative;
  604. h5{
  605. position: absolute;
  606. height:40rpx;
  607. font-size:28rpx;
  608. font-weight:500;
  609. color:rgba(102,102,102,1);
  610. line-height:40rpx;
  611. top: 20rpx;
  612. left: 30rpx;
  613. }
  614. }
  615. .brand-select-wrapper{
  616. display: flex;
  617. flex-wrap: wrap;
  618. background:rgba(255,255,255,1);
  619. width: 100vw;
  620. .brand-select-item{
  621. display: block;
  622. width: 80rpx;
  623. height: 100rpx;
  624. padding: 30rpx;
  625. img{
  626. display: inline-block;
  627. margin-left: 10rpx;
  628. width: 60rpx;
  629. height: 60rpx;
  630. }
  631. span{
  632. display: inline-block;
  633. text-align: center;
  634. height:33rpx;
  635. width: 90rpx;
  636. font-size:24rpx;
  637. font-weight:400;
  638. color:rgba(51,51,51,1);
  639. line-height:33rpx;
  640. }
  641. }
  642. }
  643. }
  644. .fast-navigation{
  645. position: fixed;
  646. text-align: center;
  647. right: 16rpx;
  648. top: 360rpx;
  649. width: 23rpx;
  650. font-size:24rpx;
  651. font-weight:500;
  652. line-height:35rpx;
  653. color: rgb(153, 153, 153);
  654. a{
  655. display: block;
  656. }
  657. .select{
  658. color: #FF4F00;
  659. }
  660. }
  661. .scroll-view{
  662. height: calc(100vh - 93rpx);
  663. }
  664. .popup-height {
  665. width: 200px;
  666. }
  667. .popup-content{
  668. width: 590rpx;
  669. background: #FFFFFF;
  670. height: 100vh;
  671. }
  672. .carModel-nav-title{
  673. height:100rpx;
  674. background: linear-gradient(134deg, #FF8635 0%, #FF4828 100%);
  675. line-height: 100rpx;
  676. display: flex;
  677. z-index: 500;
  678. &.cell-logo{
  679. position: sticky;
  680. top: 0;
  681. background: linear-gradient(134deg, #FF8635 0%, #FF4828 100%);
  682. }
  683. .carModel-nav-title-box{
  684. width: 100%;
  685. display: flex;
  686. }
  687. .carModel-nav-title-img{
  688. margin: 20rpx;
  689. width: 60rpx;
  690. height: 60rpx;
  691. }
  692. .carModel-nav-title-msg{
  693. font-size:30rpx;
  694. font-weight:400;
  695. color:rgba(255,255,255,1);
  696. display: block;
  697. padding-right: 20rpx;
  698. }
  699. }
  700. .cell-item-title{
  701. height:60rpx;
  702. background:rgba(250,250,250,1);
  703. font-size:28rpx;
  704. font-weight:400;
  705. color:rgba(102,102,102,1);
  706. line-height:60rpx;
  707. padding-left: 26rpx;
  708. }
  709. .span-cell{
  710. position: relative;
  711. display: -webkit-box;
  712. display: -webkit-flex;
  713. display: flex;
  714. box-sizing: border-box;
  715. width: 100%;
  716. padding: 6rpx 30rpx;
  717. overflow: hidden;
  718. color: #323233;
  719. font-size: 3.73333vw;
  720. line-height: 82rpx;
  721. height: 82rpx;
  722. background-color: #fff;
  723. border-bottom: 1px solid #ebedf0;
  724. }
  725. .carModel-nav-title{
  726. height:100rpx;
  727. background: linear-gradient(134deg, #FF8635 0%, #FF4828 100%);
  728. line-height: 100rpx;
  729. display: flex;
  730. z-index: 500;
  731. &.cell-logo{
  732. position: sticky;
  733. top: 0;
  734. background: linear-gradient(134deg, #FF8635 0%, #FF4828 100%);
  735. }
  736. .carModel-nav-title-box{
  737. width: 100%;
  738. display: flex;
  739. }
  740. .carModel-nav-title-img{
  741. margin: 20rpx;
  742. width: 60rpx;
  743. height: 60rpx;
  744. }
  745. .carModel-nav-title-msg{
  746. font-size:30rpx;
  747. font-weight:400;
  748. color:rgba(255,255,255,1);
  749. display: block;
  750. padding-right: 20px;
  751. }
  752. }
  753. .displacementListLine{
  754. min-height: 50rpx;
  755. padding: 20rpx 20rpx 20rpx 30rpx;
  756. font-size:28rpx;
  757. font-weight:600;
  758. color:rgba(51,51,51,1);
  759. line-height:50rpx;
  760. border-top: 2rpx solid rgb(238, 238, 238);
  761. background-color: rgb(255, 255, 255);
  762. }
  763. .displacementListBox{
  764. position: fixed;
  765. top: 0;
  766. left: 0;
  767. width: 100vw;
  768. height: 100vh;
  769. background:#F4F5F7 ;
  770. z-index: 11111;
  771. /* #ifdef H5 */
  772. top:44px;
  773. /* #endif */
  774. }
  775. .carGroupListBox{
  776. position: fixed;
  777. top: 0;
  778. left: 0;
  779. width: 100vw;
  780. height: 100vh;
  781. background:#F4F5F7 ;
  782. z-index: 11111;
  783. /* #ifdef H5 */
  784. top:44px;
  785. /* #endif */
  786. }
  787. .brandList{
  788. height: calc(100vh - 250rpx);
  789. }
  790. .brand-select-titleselect{
  791. color: #FF4F00 !important;
  792. }
  793. </style>