reportUni.vue 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749
  1. <template>
  2. <view class="content">
  3. <view class="car-report-main newjcbgD">
  4. <view class="car-report newcar-report">
  5. <view class="newcar-reportTs">检测报告</view>
  6. <view class="car-report-title report-title-box">
  7. <h4>
  8. <img :src="detailData.brandLogo" v-if="detailData.brandLogo" alt="" class="car-list-container-icon">
  9. <img src="../../static/timg/nocar.png" v-else class="car-list-container-icon">
  10. <view class="car-list-container-title">
  11. <h5 class="carjcPlateNumber">{{detailData.licensePlateNumber}}</h5> <span class="km-con">{{detailData.currentMileage||'-- '}}km</span>
  12. <h3 >{{detailData.carModel?detailData.carModel:'暂无'}}</h3>
  13. </view>
  14. </h4>
  15. </view>
  16. <view class="car-report-item">
  17. <h5 class="fule hhhhh5">
  18. <img src="../../static/img/newshop.png" alt="" class="shop-icon2">
  19. <!-- <span class="shop-icon"></span> -->{{detailData.shopName}} <span class="phone" @click="tel"></span>
  20. </h5>
  21. <h5 class="hxxhhh5"><!-- <span class="user-icon"></span> -->{{detailData.workerName||'--'}} | {{detailData.time||'--'}}</h5>
  22. </view>
  23. <view class="car-report-item">
  24. <view class="car-report-statistics">
  25. <view class="car-report-statistics-item">
  26. <h3 class="report-color-red">{{detailData.ultimateOutcome&&detailData.ultimateOutcome[3]&&detailData.ultimateOutcome[3].length||0}}</h3>
  27. <p>急需处理</p>
  28. </view>
  29. <view class="car-report-statistics-item">
  30. <h3 class="report-color-yellow">
  31. {{detailData.ultimateOutcome&&detailData.ultimateOutcome[2]&&detailData.ultimateOutcome[2].length||0}}</h3>
  32. <p>密切关注</p>
  33. </view>
  34. <view class="car-report-statistics-item">
  35. <h3 class="report-color-green">
  36. {{detailData.ultimateOutcome&&detailData.ultimateOutcome[1]&&detailData.ultimateOutcome[1].length||0}}</h3>
  37. <p>状态良好</p>
  38. </view>
  39. </view>
  40. </view>
  41. <view v-for="status in listData">
  42. <view :key="status.valueType">
  43. <view class="car-report-item flex"
  44. :class="{'report-warning':status.valueType===2,'report-error':status.valueType===3,'report-ok':status.valueType===1}"
  45. @click="ckd(status)">
  46. <view class="report-status-count">{{status.value&&status.value.length||0}}项</view>
  47. <view class="report-status">
  48. <h3>{{status.name}}</h3>
  49. <p v-if="status.valueType===1&&!status.show">点击查看详情</p>
  50. <p v-else>{{status.message}}</p>
  51. </view>
  52. <span class="icon-select-down" :class="{'close':!status.show}"></span>
  53. </view>
  54. <!-- <collapse-transition> -->
  55. <view v-show="status.show">
  56. <view class="car-report-item" v-for="item in status.value" :key="item.name">
  57. <view class="car-report-item-title"
  58. :class="{'warning-title':status.valueType===2,'error-title':status.valueType===3,'ok-title':status.valueType===1}">
  59. <h3 class="carjcdItemname">{{item.name}}</h3>
  60. <h4 class="carjcZt"><i class="title-icon"></i>{{status.name}}</h4>
  61. </view>
  62. <view class="car-report-item-info">
  63. <view v-if="item.SectionType===0">
  64. <p v-for="(item2,index) in item.value" :key="index"><span class="carjcitemSpan">{{item2.ItemName}}:</span>{{item2.Value}}
  65. <i class="info-status"
  66. :class="{'report-color-red':item2.ValueType===3,'report-color-yellow':item2.ValueType===2}">{{item2.ValueType===3?'急需处理':item2.ValueType===2?'密切关注':'状态良好'}}</i>
  67. </p>
  68. <p v-if="item.Comment"><span>备注:</span>{{item.Comment}}
  69. </p>
  70. <p v-if="item.Describe"><span>说明:</span>{{item.Describe}} </p>
  71. </view>
  72. <view class="warning-lamp" v-if="item.SectionType===2">
  73. <span v-for="(item2,index) in item.value" :key="index" class="lamp-item error-lamp" :class="{'check':item2.IsSelect}" v-bind:style="{'background-image':'url('+item2.ItemIcon+')'}"></span>
  74. </view>
  75. <view v-if="item.SectionType===1">
  76. <view class="car-report-rv">
  77. <img :src="item.SectionPic" style="width: 100%" alt="图片加载失败">
  78. </view>
  79. <view class="car-report-rv-buttom"></view>
  80. </view>
  81. <view class="video-button carjcvideo-button" v-if="item.VideoName&&!item.showVideo">
  82. <view class="video-play" @click="ckVideo(item)"></view>
  83. {{item.VideoName}}
  84. </view>
  85. <view class="image-list">
  86. <view class="image-list-item" v-for="(file,index) in item.photoPath" :key="file.id">
  87. <img :src="file"
  88. v-preview="file"
  89. :alt="`查看图片${index+1}`"
  90. preview-title-enable="true"
  91. preview-nav-enable="true"/>
  92. </view>
  93. </view>
  94. <view class="video-wrapper" v-if="item.showVideo">
  95. <video :src="item.VideoURL"></video>
  96. <!-- <video-player class="vjs-custom-skin" :options="getPlayerOptions(item.VideoURL)"></video-player> -->
  97. </view>
  98. <view class="car-report-remarks" v-if="item.SectionType&&item.Comment">
  99. <p><span>备注:</span>{{item.Comment}} </p>
  100. </view>
  101. </view>
  102. </view>
  103. </view>
  104. <!-- </collapse-transition> -->
  105. </view>
  106. </view>
  107. </view>
  108. </view>
  109. <!-- 手机号授权 -->
  110. <view class="authorizBox" v-if="authorizShow" @click="authorizShow=false">
  111. <view class="authorizCont" @click.stop="">
  112. <view class="authorizName">{{wxOpenData.miniAppName}}</view>
  113. <view class="authorizMs">您好,欢迎访问本店,授权手机号登录能获取我们最新的促销活动哦~</view>
  114. <button class="authorizContbutton" type="default" open-type="getPhoneNumber" @getphonenumber="decryptPhoneNumber">授权</button>
  115. </view>
  116. <view style="text-align: center;padding-top: 56rpx;">
  117. <image src="../../../static/timg/icon_guanbi@2x.png" mode="" class="authorizCloseImg"></image>
  118. </view>
  119. </view>
  120. </view>
  121. </template>
  122. <script>
  123. export default {
  124. data() {
  125. return {
  126. detailData: {},
  127. listData: {},
  128. id:'',
  129. userInfo:'',
  130. ext:'',
  131. wxOpenData:'',
  132. authorizShow:false,
  133. code:'',
  134. }
  135. },
  136. onLoad(opt) {
  137. this.id=opt.id;
  138. this.userInfo=this.$store.state.userInfo;
  139. this.ext=this.$common.getExtStoreId();
  140. if(this.userInfo){
  141. if (this.id) {
  142. this.getDetail()
  143. }
  144. }else{
  145. this.$common.automaticlogin().then(val => {
  146. this.userInfo=this.$store.state.userInfo;
  147. this.wxOpenData=this.$store.state.wxOpenData;
  148. this.themeColor = uni.getStorageSync("themeColor");
  149. if (this.id) {
  150. this.getDetail()
  151. }
  152. })
  153. }
  154. },
  155. methods: {
  156. decryptPhoneNumber: function(e) {
  157. console.log(e);
  158. this.code=e.detail.code
  159. this.wxPhoneLogin()
  160. this.authorizShow=false;
  161. },
  162. wxPhoneLogin(){
  163. var that=this;
  164. this.$http('miniApp2/sys/wxPhoneLogin', {
  165. appId:this.ext.appId,
  166. unionId:this.ext.unionId,
  167. code:this.code,
  168. openId:this.wxOpenData.openid
  169. },'POST').then(res => {
  170. var data = res.data;
  171. if(data.loginInfo){
  172. this.userInfo=data.loginInfo.openUser;
  173. this.wxOpenData=data.loginInfo;
  174. this.$store.commit('mutationswxOpenData', data.loginInfo)
  175. this.$store.commit('mutationsuserInfo', this.userInfo)
  176. this.getDetail()
  177. }
  178. })
  179. },
  180. tel () {
  181. uni.makePhoneCall({
  182. phoneNumber: this.detailData.mobilePhone
  183. });
  184. },
  185. ckd(status){
  186. status.show=!status.show
  187. },
  188. ckVideo(item){
  189. console.log("点击视频")
  190. item.showVideo=!item.showVideo
  191. },
  192. getPlayerOptions (url) {
  193. return {
  194. // videojs options
  195. muted: true,
  196. language: 'zh',
  197. width: document.documentElement.clientWidth - 40,
  198. height: (document.documentElement.clientWidth - 40) / 16 * 9,
  199. playbackRates: [0.7, 1.0, 1.5, 2.0],
  200. sources: [{
  201. type: 'video/mp4',
  202. src: url
  203. }]
  204. }
  205. },
  206. getDetail () {
  207. this.$http('opencheckSheet/getTestReportDetails', {
  208. sheetId:this.id
  209. },'GET').then(res => {
  210. let data = [{
  211. name: '急需处理',
  212. value: res.data.ultimateOutcome[3],
  213. valueType: 3,
  214. message: '以下项存在异常,请尽快去处理哟~',
  215. show: true
  216. }, {
  217. name: '密切关注',
  218. value: res.data.ultimateOutcome[2],
  219. valueType: 2,
  220. message: '以下项需保持关注~',
  221. show: true
  222. }, {
  223. name: '状态良好',
  224. value: res.data.ultimateOutcome[1],
  225. valueType: 1,
  226. message: '以下项没有异常,请保持定期检测哟~',
  227. show: false
  228. }]
  229. data.forEach((item, index) => {
  230. item.value && item.value.forEach((item2, index2) => {
  231. this.$set(item2, 'name', Object.keys(item2)[0])
  232. this.$set(item2, 'value', item2[Object.keys(item2)[0]])
  233. this.$set(item2, 'showVideo', false)
  234. this.$set(item2, 'VideoName', item2.value[0].VideoName)
  235. this.$set(item2, 'VideoURL', item2.value[0].VideoURL)
  236. this.$set(item2, 'photoPath', item2.value[0].photoPath && item2.value[0].photoPath.split(',') || [])
  237. this.$set(item2, 'Comment', item2.value[0].Comment)
  238. this.$set(item2, 'Describe', item2.value[0].Describe)
  239. this.$set(item2, 'SectionType', item2.value[0].SectionType)
  240. this.$set(item2, 'SectionPic', item2.value[0].SectionPic)
  241. })
  242. })
  243. console.log(data)
  244. this.detailData = res.data
  245. this.listData = data
  246. })
  247. }
  248. }
  249. }
  250. </script>
  251. <style scoped lang="scss">
  252. .image-list{
  253. display: block;
  254. }
  255. .image-list-item {
  256. vertical-align: top;
  257. position: relative;
  258. display: inline-block;
  259. width: 33%;
  260. margin: 4rpx auto;
  261. }
  262. .remove {
  263. position: absolute;
  264. text-align: center;
  265. line-height: 20rpx;
  266. border-radius: 50%;
  267. font-size: 20rpx;
  268. font-weight: 700;
  269. color: rgb(255, 255, 255);
  270. right: 10%;
  271. top: 0px;
  272. height: 20rpx;
  273. width: 20rpx;
  274. background-color: gray;
  275. display: block;
  276. }
  277. img {
  278. display: block;
  279. width: 85rpx;
  280. height: 85rpx;
  281. vertical-align: center;
  282. border: 1px solid rgba(247, 247, 247, 1);
  283. border-radius: 10rpx;
  284. object-fit: contain;
  285. cursor: pointer;
  286. }
  287. .newjcbgD .newcar-report{
  288. background: url('http://dmsphoto.66km.com.cn/thFiles/58BF776D-0B1D-420A-A7C1-BAE6FA7E8695.png') no-repeat;
  289. background-size: 100%;
  290. position: relative;
  291. }
  292. .newcar-reportTs{
  293. font-size: 44rpx;
  294. color: #ffffff;
  295. font-weight: 600;
  296. position: absolute;
  297. top: 50rpx;
  298. left: 24rpx;
  299. }
  300. .car-report{
  301. background: url("http://dmsphoto.66km.com.cn/thFiles/B5701B43-38A7-48A9-928D-7C8CCCE750D6.png") 100% -70px no-repeat;
  302. background-size: contain;
  303. padding: 30rpx 20rpx 20rpx 20rpx;
  304. }
  305. .car-report-title{
  306. margin-top: 140rpx;
  307. }
  308. .report-title-box{
  309. h4{
  310. margin-left: 10rpx;
  311. margin-bottom: 30rpx;
  312. .car-list-container-title{
  313. h5,h3,.km-con{
  314. color: white;
  315. }
  316. }
  317. }
  318. }
  319. .car-list-container-icon{
  320. width: 72rpx;
  321. height: 72rpx;
  322. display: inline-block;
  323. }
  324. .car-list-container-title{
  325. display: inline-block;
  326. padding-left: 10rpx;
  327. >h5{
  328. height:36rpx;
  329. font-size:32rpx;
  330. font-weight:600;
  331. color:rgba(51,51,51,1);
  332. line-height:36rpx;
  333. display: inline-block;
  334. margin-right: 10rpx;
  335. }
  336. .km-con{
  337. height:33rpx;
  338. font-size:24rpx;
  339. font-weight:400;
  340. color:rgba(102,102,102,1);
  341. line-height:33rpx;
  342. border-radius:5rpx;
  343. border:2rpx solid rgba(221,221,221,1);
  344. display: inline-block;
  345. padding: 2rpx 11rpx;
  346. transform: translateY(-4rpx);
  347. }
  348. >h3{
  349. width: 550rpx;
  350. height:33rpx;
  351. font-size:24rpx;
  352. font-weight:400;
  353. color:rgba(153,153,153,1);
  354. line-height:33rpx;
  355. }
  356. }
  357. .car-report-item{
  358. background-color: #fff;
  359. padding: 30rpx 20rpx;
  360. box-shadow:0px 0px 10rpx 0px rgba(153,153,153,0.16);
  361. border-radius:10rpx;
  362. margin-bottom: 20rpx;
  363. position: relative;
  364. .car-report-item-info{
  365. padding: 15rpx 0;
  366. .car-report-rv{
  367. width: 331rpx;
  368. height: 465rpx;
  369. margin: 10rpx auto;
  370. position: relative;
  371. }
  372. .car-report-rv-buttom{
  373. width: 480rpx;
  374. height: 70rpx;
  375. background: url("http://dmsphoto.66km.com.cn/thFiles/1A42D7CB-072B-4565-95BA-878FA340B852.png") 100% 100% no-repeat;
  376. background-size: contain;
  377. margin: 10rpx auto;
  378. }
  379. .car-report-remarks{
  380. border-top: 2px solid #EEEEEE;
  381. padding-top: 10rpx;
  382. margin-top: 10rpx;
  383. margin-bottom: -10rpx;
  384. }
  385. .video-wrapper{
  386. margin-top: 20rpx;
  387. //border-radius:20px;
  388. object-fit: fill;
  389. overflow: hidden;
  390. .vjs-paused{
  391. overflow: hidden;
  392. }
  393. }
  394. .video-button{
  395. margin-top: 20rpx;
  396. height: 90rpx;
  397. background-color: #FEEFD8;
  398. display: flex;
  399. font-size:28rpx;
  400. font-weight:500;
  401. color:rgba(185,144,86,1);
  402. line-height:90rpx;
  403. .video-play{
  404. width: 50rpx;
  405. height: 50rpx;
  406. margin: 20rpx;
  407. display: inline-block;
  408. background: url("http://dmsphoto.66km.com.cn/thFiles/A7F13529-E889-4B2B-83B7-4CD5E322853D.png") 100% 100% no-repeat;
  409. background-size: contain;
  410. }
  411. }
  412. .warning-lamp{
  413. display: flex;
  414. justify-content: flex-start;
  415. flex-wrap: wrap;
  416. .lamp-item{
  417. margin: 20rpx 30rpx 20rpx 56rpx;
  418. width: 80rpx;
  419. height: 70rpx;
  420. display: block;
  421. background: url("http://dmsphoto.66km.com.cn/thFiles/DE80CE12-534E-4AD0-921A-17051A4F5984.png") 100% 100% no-repeat;
  422. background-size: contain;
  423. position: relative;
  424. &.check:after{
  425. background: url("http://dmsphoto.66km.com.cn/thFiles/7E809DDE-FD2D-4158-A6EF-01FC855A5A2D.png") 100% 100% no-repeat;
  426. background-size: contain;
  427. }
  428. &:after{
  429. content: '';
  430. width: 38rpx;
  431. height: 38rpx;
  432. border-radius: 50%;
  433. border:2px solid rgba(221,221,221,1);
  434. display: block;
  435. position: absolute;
  436. left: -50rpx;
  437. top: 18rpx;
  438. }
  439. &.error-lamp{
  440. color: #F03B3B;
  441. //filter: drop-shadow(#F03B3B 80px 0);
  442. &svg path{
  443. fill:rgb(18, 136, 222)
  444. }
  445. }
  446. }
  447. }
  448. p{
  449. font-size:28rpx;
  450. font-weight:400;
  451. color:rgba(153,153,153,1);
  452. line-height:150%;
  453. padding: 8rpx 0;
  454. display: flex;
  455. >span{
  456. height:28rpx;
  457. font-size:28rpx;
  458. font-weight:400;
  459. color:rgba(102,102,102,1);
  460. line-height:28rpx;
  461. padding-top: 5rpx;
  462. }
  463. .info-status{
  464. margin-left: 10rpx;
  465. height:38rpx;
  466. border-radius:8rpx;
  467. border:2rpx solid rgba(221,221,221,1);
  468. padding: 2rpx 14rpx;
  469. text-decoration: none;
  470. font-style: normal;
  471. }
  472. }
  473. }
  474. .car-report-item-title{
  475. position: relative;
  476. &.error-title{
  477. .title-icon{
  478. background: url("http://dmsphoto.66km.com.cn/thFiles/69B1087C-79B4-40E3-99DD-7B6F7C334373.png") 100% 100% no-repeat;
  479. }
  480. >h4{
  481. display: flex;
  482. font-weight:400;
  483. color:rgba(240,59,59,1);
  484. .title-icon{
  485. width: 36rpx;
  486. height: 36rpx;
  487. background-size: contain;
  488. margin-right: 10rpx;
  489. transform: translateY(2rpx);
  490. }
  491. }
  492. }
  493. &.ok-title{
  494. .title-icon{
  495. background: url("http://dmsphoto.66km.com.cn/thFiles/A331D98F-D90C-4170-BA36-EBD94C2B8EE1.png") 100% 100% no-repeat;
  496. }
  497. >h4{
  498. display: flex;
  499. font-weight:400;
  500. color:rgba(38,150,92,1);
  501. .title-icon{
  502. width: 36rpx;
  503. height: 36rpx;
  504. background-size: contain;
  505. margin-right: 10rpx;
  506. transform: translateY(2px);
  507. }
  508. }
  509. }
  510. &.warning-title{
  511. .title-icon{
  512. background: url("http://dmsphoto.66km.com.cn/thFiles/C3B101F2-32E7-4247-A679-52C82C976E0D.png") 100% 100% no-repeat;
  513. }
  514. >h4{
  515. display: flex;
  516. font-weight:400;
  517. color:rgba(241,157,1,1);
  518. .title-icon{
  519. width: 36rpx;
  520. height: 36rpx;
  521. background-size: contain;
  522. margin-right: 10rpx;
  523. transform: translateY(2px);
  524. }
  525. }
  526. }
  527. >h3{
  528. height:32rpx;
  529. font-size:32rpx;
  530. font-weight:600;
  531. color:rgba(51,51,51,1);
  532. line-height:32rpx;
  533. padding-top: 10rpx;
  534. padding-bottom: 30rpx;
  535. border-bottom: 2px solid #EEEEEE;
  536. padding-right: 200rpx;
  537. }
  538. >h4{
  539. position: absolute;
  540. top: 6rpx;
  541. right: 0;
  542. height:42rpx;
  543. font-size:30rpx;
  544. font-weight:400;
  545. line-height:42rpx;
  546. }
  547. }
  548. &.report-error{
  549. .report-status-count{
  550. background-color: rgb(255, 77, 15);
  551. }
  552. }
  553. &.report-warning{
  554. .report-status-count{
  555. background-color: rgb(244, 165, 11);
  556. }
  557. }
  558. &.report-ok{
  559. .report-status-count{
  560. background-color: rgb(41, 162, 87);
  561. }
  562. }
  563. .report-status-count{
  564. width: 100rpx;
  565. height: 100rpx;
  566. border-radius: 50%;
  567. margin: 10rpx 20rpx;
  568. line-height: 100rpx;
  569. text-align: center;
  570. font-size:30rpx;
  571. font-weight:500;
  572. color:rgba(255,255,255,1);
  573. }
  574. .report-status{
  575. >h3{
  576. height:45rpx;
  577. font-size:32rpx;
  578. font-weight:500;
  579. color:rgba(51,51,51,1);
  580. line-height:45rpx;
  581. margin-bottom: 10rpx;
  582. padding-top: 15rpx;
  583. }
  584. >p{
  585. height:33rpx;
  586. font-size:24rpx;
  587. font-weight:400;
  588. color:rgba(153,153,153,1);
  589. line-height:33rpx;
  590. }
  591. }
  592. .car-report-statistics{
  593. display: flex;
  594. justify-content: space-around;
  595. .car-report-statistics-item{
  596. >h3{
  597. text-align: center;
  598. height:62rpx;
  599. font-size:44rpx;
  600. font-weight:500;
  601. line-height:62rpx;
  602. }
  603. >p{
  604. height:40rpx;
  605. font-size:28rpx;
  606. font-weight:400;
  607. color:rgba(153,153,153,1);
  608. line-height:40rpx;
  609. }
  610. }
  611. }
  612. h5{
  613. margin:0 0 16rpx 8rpx;
  614. width: 600rpx;
  615. height:37rpx;
  616. font-size:26rpx;
  617. font-weight:400;
  618. color:rgba(51,51,51,1);
  619. line-height:37rpx;
  620. .phone{
  621. position: absolute;
  622. right: 40rpx;
  623. top: 24rpx;
  624. width: 30rpx;
  625. height: 40rpx;
  626. display: inline-block;
  627. background: url("http://dmsphoto.66km.com.cn/thFiles/36EFD213-1D81-4153-AFFD-33BE701E5DBF.png") 100% no-repeat;
  628. background-size: contain;
  629. }
  630. .shop-icon{
  631. vertical-align: sub;
  632. transform: translateY(-2rpx);
  633. }
  634. &:last-child{
  635. margin-bottom: 0;
  636. }
  637. }
  638. }
  639. .fule{
  640. display: flex;
  641. }
  642. .newjcbgD .hhhhh5{
  643. height: 44rpx !important;
  644. font-weight: 500 !important;
  645. color: #3C3C3C !important;
  646. font-size: 28rpx !important;
  647. }
  648. .newjcbgD .hxxhhh5{
  649. padding-left: 50rpx;
  650. color: #999999 !important;
  651. }
  652. .newjcbgD .shop-icon2{
  653. /* background: url(../newimg/icon_store@2x.png);
  654. background-size: 100% !important; */
  655. width: 40rpx;
  656. height: 44rpx;
  657. margin-right: 10rpx;
  658. }
  659. .newjcbgD .car-report .car-report-item h5 .phone{
  660. background: url('http://dmsphoto.66km.com.cn/thFiles/AA0ED98C-DC25-41D0-B09A-9ACC497D017A.png');
  661. background-size: 100% 100% !important;
  662. width: 60rpx;
  663. height: 60rpx;
  664. }
  665. .report-color-red{
  666. color:rgba(240,59,59,1)!important;
  667. border-color: rgba(240,59,59,1)!important;
  668. }
  669. .report-color-yellow{
  670. color: rgb(242, 157, 0)!important;
  671. border-color: rgb(242, 157, 0)!important;
  672. }
  673. .report-color-green{
  674. color:rgba(38,150,92,1)!important;
  675. border-color: rgba(38,150,92,1)!important;
  676. }
  677. .authorizBox{
  678. width: 100vw;
  679. height: 100vh;
  680. background: rgba(0, 0, 0, 0.5);
  681. position: fixed;
  682. top: 0;
  683. left: 0;
  684. }
  685. .authorizCont{
  686. margin-top: 30vh;
  687. width: 564rpx;
  688. height: 408rpx;
  689. background: #FFFFFF;
  690. border-radius: 24rpx;
  691. margin-left: 93rpx;
  692. position: relative;
  693. }
  694. .authorizCloseImg{
  695. width: 62rpx;
  696. height: 62rpx;
  697. }
  698. .sqLogoBox{
  699. width: 180rpx;
  700. height: 180rpx;
  701. background: #FFFFFF;
  702. border-radius: 90rpx;
  703. text-align: center;
  704. position: absolute;
  705. top: -50rpx;
  706. left: 192rpx;
  707. }
  708. .authorizName{
  709. color: #333333;
  710. line-height: 42rpx;
  711. font-size: 30rpx;
  712. text-align: center;
  713. padding-top: 58rpx;
  714. }
  715. .authorizMs{
  716. color: #999999;
  717. line-height: 36rpx;
  718. font-size: 26rpx;
  719. width: 452rpx;
  720. padding-top: 24rpx;
  721. text-align: center;
  722. margin-left: 56rpx;
  723. }
  724. .authorizContbutton{
  725. width: 422rpx;
  726. height: 88rpx;
  727. background: #D53533;
  728. border-radius: 44rpx;
  729. line-height: 88rpx;
  730. text-align: center;
  731. font-size:30rpx;
  732. color: #FFFFFF;
  733. margin-top: 62rpx;
  734. margin-left:71rpx;
  735. }
  736. </style>