index.less 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625
  1. .driver-overlay,
  2. .driver-popover {
  3. pointer-events: auto !important;
  4. }
  5. .popoverClass .driver-popover-next-btn {
  6. width: 100px;
  7. height: 33px;
  8. text-shadow: none;
  9. border: none;
  10. font-weight: 600;
  11. font-size: 13px;
  12. color: #00807A !important;
  13. text-align: center;
  14. position: absolute;
  15. background: url("./images/btn-next.png") no-repeat center transparent;
  16. background-size: contain;
  17. background-color: transparent !important;
  18. padding: 0;
  19. font-family: inherit;
  20. }
  21. .popoverClass .driver-popover-prev-btn {
  22. font-weight: 600;
  23. font-size: 13px;
  24. padding: 0;
  25. font-family: inherit;
  26. }
  27. .popoverClass .driver-popover-next-btn:hover,
  28. .popoverClass .driver-popover-prev-btn:hover,
  29. .popoverClass .driver-popover-prev-btn:focus {
  30. background-color: transparent;
  31. }
  32. .driver-popover-arrow {
  33. display: none;
  34. }
  35. .driver-popover-close-btn,
  36. .driver-popover-close-btn-custom {
  37. position: fixed;
  38. left: 20px;
  39. top: 20px;
  40. width: 48px;
  41. height: 24px;
  42. z-index: 99999;
  43. background: url('./images/btn-close.png') no-repeat center;
  44. background-size: contain;
  45. color: transparent;
  46. &:hover,
  47. &:focus {
  48. color: transparent;
  49. }
  50. }
  51. .driver-popover-close-btn-custom {
  52. pointer-events: auto !important;
  53. }
  54. .popoverClass {
  55. box-shadow: none;
  56. padding: 0;
  57. }
  58. .popoverClass1 {
  59. width: 257px;
  60. height: 247px;
  61. background: url("./images/practise/d1.png") no-repeat center;
  62. background-size: contain;
  63. .driver-popover-next-btn {
  64. bottom: 17px;
  65. left: 16px;
  66. }
  67. }
  68. .popoverClass2 {
  69. width: 264px;
  70. height: 228px;
  71. background: url("./images/practise/d2.png") no-repeat center;
  72. background-size: contain;
  73. .driver-popover-next-btn {
  74. bottom: 26px;
  75. right: 24px;
  76. }
  77. }
  78. .popoverClass3 {
  79. width: 264px;
  80. height: 245px;
  81. background: url("./images/practise/d3.png") no-repeat center;
  82. background-size: contain;
  83. .driver-popover-next-btn {
  84. right: 24px;
  85. bottom: 23px;
  86. }
  87. }
  88. .popoverClass11 {
  89. width: 264px;
  90. height: 245px;
  91. background: url("./images/practise/d11.png") no-repeat center;
  92. background-size: contain;
  93. .driver-popover-next-btn {
  94. right: 24px;
  95. bottom: 23px;
  96. }
  97. }
  98. .popoverClass4 {
  99. width: 265px;
  100. height: 245px;
  101. background: url("./images/practise/d4.png") no-repeat center;
  102. background-size: contain;
  103. .driver-popover-next-btn {
  104. right: 25px;
  105. bottom: 23px;
  106. }
  107. }
  108. .popoverClass5 {
  109. width: 264px;
  110. height: 245px;
  111. background: url("./images/practise/d5.png") no-repeat center;
  112. background-size: contain;
  113. .driver-popover-next-btn {
  114. right: 24px;
  115. bottom: 23px;
  116. }
  117. }
  118. .popoverClass5-1 {
  119. width: 257px;
  120. height: 215px;
  121. background: url("./images/practise/d5-1.png") no-repeat center;
  122. background-size: contain;
  123. .driver-popover-next-btn {
  124. right: 24px;
  125. bottom: 23px;
  126. }
  127. }
  128. .popoverClass6 {
  129. width: 264px;
  130. height: 245px;
  131. background: url("./images/practise/d6.png") no-repeat center;
  132. background-size: contain;
  133. .driver-popover-next-btn {
  134. right: 24px;
  135. bottom: 23px;
  136. }
  137. &.popoverClose {
  138. .driver-popover-navigation-btns {
  139. position: absolute;
  140. bottom: 23px;
  141. left: 0;
  142. right: 15px;
  143. justify-content: flex-start;
  144. }
  145. .driver-popover-next-btn {
  146. // right: 14px;
  147. // bottom: 18px;
  148. position: relative;
  149. top: 0;
  150. right: 0;
  151. }
  152. .driver-popover-prev-btn {
  153. margin-left: 14px;
  154. }
  155. }
  156. }
  157. .popoverClass7 {
  158. width: 306px;
  159. height: 167px;
  160. background: url("./images/practise/d7.png") no-repeat center;
  161. background-size: contain;
  162. .driver-popover-next-btn {
  163. right: 14px;
  164. bottom: -18px;
  165. }
  166. &.popoverClose {
  167. .driver-popover-navigation-btns {
  168. position: absolute;
  169. bottom: -18px;
  170. left: 0;
  171. right: 15px;
  172. justify-content: flex-start;
  173. }
  174. .driver-popover-next-btn {
  175. // right: 14px;
  176. // bottom: 18px;
  177. position: relative;
  178. top: 0;
  179. right: 0;
  180. }
  181. .driver-popover-prev-btn {
  182. margin-left: 14px;
  183. }
  184. }
  185. }
  186. .popoverClass7-1 {
  187. width: 267px;
  188. height: 221px;
  189. background: url("./images/practise/d7-1.png") no-repeat center;
  190. background-size: contain;
  191. .driver-popover-next-btn {
  192. right: 14px;
  193. bottom: 18px;
  194. }
  195. &.popoverClose {
  196. .driver-popover-navigation-btns {
  197. position: absolute;
  198. bottom: 23px;
  199. left: 0;
  200. right: 15px;
  201. justify-content: flex-start;
  202. }
  203. .driver-popover-next-btn {
  204. // right: 14px;
  205. // bottom: 18px;
  206. position: relative;
  207. top: 0;
  208. right: 0;
  209. }
  210. .driver-popover-prev-btn {
  211. margin-left: 14px;
  212. }
  213. }
  214. }
  215. .popoverClass8 {
  216. width: 277px;
  217. height: 152px;
  218. background: url("./images/practise/d8.png") no-repeat center;
  219. background-size: contain;
  220. .driver-popover-next-btn {
  221. right: 24px;
  222. bottom: -48px;
  223. }
  224. &.popoverClose {
  225. .driver-popover-next-btn {
  226. bottom: 0;
  227. right: 0;
  228. }
  229. }
  230. }
  231. .popoverClass9 {
  232. width: 270px;
  233. height: 192px;
  234. background: url("./images/practise/d9.png") no-repeat center;
  235. background-size: contain;
  236. }
  237. .popoverClass10 {
  238. width: 257px;
  239. height: 213px;
  240. background: url("./images/practise/d10.png") no-repeat center;
  241. background-size: contain;
  242. .driver-popover-next-btn {
  243. right: 24px;
  244. bottom: 23px;
  245. }
  246. }
  247. .popoverClose {
  248. .driver-popover-navigation-btns {
  249. position: absolute;
  250. bottom: -48px;
  251. left: 0;
  252. right: 0;
  253. align-items: center;
  254. justify-content: center;
  255. flex-direction: row-reverse;
  256. }
  257. .driver-popover-next-btn {
  258. position: relative;
  259. // right: 14px;
  260. // bottom: 18px;
  261. width: 82px;
  262. height: 33px;
  263. background: url('./images/btn-finsh.png') no-repeat center;
  264. background-size: contain;
  265. }
  266. .driver-popover-prev-btn {
  267. border: 1px solid #fff;
  268. border-radius: 100px;
  269. color: #fff !important;
  270. background-color: transparent;
  271. font-weight: 400;
  272. text-shadow: none;
  273. width: 82px;
  274. height: 33px;
  275. text-align: center;
  276. margin-left: 14px;
  277. }
  278. }
  279. .popoverClassF1 {
  280. width: 257px;
  281. height: 247px;
  282. background: url("./images/follow/f1.png") no-repeat center;
  283. background-size: contain;
  284. .driver-popover-next-btn {
  285. bottom: 17px;
  286. left: 16px;
  287. }
  288. }
  289. .popoverClassF2 {
  290. width: 264px;
  291. height: 245px;
  292. background: url("./images/follow/f2.png") no-repeat center;
  293. background-size: contain;
  294. .driver-popover-next-btn {
  295. right: 24px;
  296. bottom: 23px;
  297. }
  298. }
  299. .popoverClassF3 {
  300. width: 264px;
  301. height: 245px;
  302. background: url("./images/follow/f3.png") no-repeat center;
  303. background-size: contain;
  304. .driver-popover-next-btn {
  305. right: 24px;
  306. bottom: 23px;
  307. }
  308. &.popoverClose {
  309. .driver-popover-navigation-btns {
  310. position: absolute;
  311. bottom: 23px;
  312. left: 0;
  313. right: 15px;
  314. justify-content: flex-start;
  315. }
  316. .driver-popover-next-btn {
  317. // right: 14px;
  318. // bottom: 18px;
  319. position: relative;
  320. top: 0;
  321. right: 0;
  322. }
  323. .driver-popover-prev-btn {
  324. margin-left: 14px;
  325. }
  326. }
  327. }
  328. .popoverClassE1 {
  329. width: 257px;
  330. height: 247px;
  331. background: url("./images/evaluating/e1.png") no-repeat center;
  332. background-size: contain;
  333. .driver-popover-next-btn {
  334. bottom: 17px;
  335. left: 16px;
  336. }
  337. }
  338. .popoverClassE2 {
  339. width: 257px;
  340. height: 235px;
  341. background: url("./images/evaluating/e4.png") no-repeat center;
  342. background-size: contain;
  343. .driver-popover-next-btn {
  344. right: 17px;
  345. bottom: 22px;
  346. }
  347. }
  348. .popoverClassE3 {
  349. width: 264px;
  350. height: 245px;
  351. background: url("./images/evaluating/e2.png") no-repeat center;
  352. background-size: contain;
  353. .driver-popover-next-btn {
  354. right: 24px;
  355. bottom: 23px;
  356. }
  357. }
  358. .popoverClassE4 {
  359. width: 264px;
  360. height: 245px;
  361. background: url("./images/evaluating/e3.png") no-repeat center;
  362. background-size: contain;
  363. .driver-popover-next-btn {
  364. right: 24px;
  365. bottom: 23px;
  366. }
  367. &.popoverClose {
  368. .driver-popover-navigation-btns {
  369. position: absolute;
  370. bottom: 23px;
  371. left: 0;
  372. right: 15px;
  373. justify-content: flex-start;
  374. }
  375. .driver-popover-next-btn {
  376. // right: 14px;
  377. // bottom: 18px;
  378. position: relative;
  379. top: 0;
  380. right: 0;
  381. }
  382. .driver-popover-prev-btn {
  383. margin-left: 14px;
  384. }
  385. }
  386. }
  387. .popoverClassER1 {
  388. width: 257px;
  389. height: 178px;
  390. background: url("./images/evaluating/r1.png") no-repeat center;
  391. background-size: contain;
  392. .driver-popover-next-btn {
  393. bottom: -27px;
  394. right: 16px;
  395. }
  396. }
  397. .popoverClassER2 {
  398. width: 261px;
  399. height: 226px;
  400. background: url("./images/evaluating/r2.png") no-repeat center;
  401. background-size: contain;
  402. .driver-popover-next-btn {
  403. bottom: 14px;
  404. right: 15px;
  405. }
  406. }
  407. .popoverClassER3 {
  408. width: 261px;
  409. height: 249px;
  410. background: url("./images/evaluating/r3.png") no-repeat center;
  411. background-size: contain;
  412. .driver-popover-next-btn {
  413. bottom: 15px;
  414. left: 17px;
  415. }
  416. }
  417. .popoverClassER4 {
  418. width: 327px;
  419. height: 246px;
  420. background: url("./images/evaluating/r4.png") no-repeat center;
  421. background-size: contain;
  422. &.popoverClose {
  423. .driver-popover-navigation-btns {
  424. position: absolute;
  425. bottom: 15px;
  426. left: 17px;
  427. justify-content: flex-end;
  428. }
  429. .driver-popover-next-btn {
  430. position: relative;
  431. top: 0;
  432. right: 0;
  433. }
  434. .driver-popover-prev-btn {
  435. margin-left: 14px;
  436. }
  437. }
  438. }
  439. .popoverClassReport1 {
  440. width: 270px;
  441. height: 142px;
  442. background: url("./images/report/r1.png") no-repeat center;
  443. background-size: contain;
  444. .driver-popover-next-btn {
  445. bottom: -51px;
  446. right: 17px;
  447. }
  448. }
  449. .popoverClassReport2 {
  450. width: 270px;
  451. height: 142px;
  452. background: url("./images/report/r2.png") no-repeat center;
  453. background-size: contain;
  454. .driver-popover-next-btn {
  455. bottom: -51px;
  456. right: 17px;
  457. }
  458. &.popoverClose {
  459. .driver-popover-navigation-btns {
  460. position: absolute;
  461. bottom: -51px;
  462. left: 0;
  463. }
  464. .driver-popover-next-btn {
  465. position: relative;
  466. top: 0;
  467. bottom: 0;
  468. right: 0;
  469. }
  470. .driver-popover-prev-btn {
  471. margin-left: 14px;
  472. }
  473. }
  474. }
  475. .popoverClassReport3 {
  476. width: 270px;
  477. height: 142px;
  478. background: url("./images/report/r3.png") no-repeat center;
  479. background-size: contain;
  480. .driver-popover-next-btn {
  481. bottom: -51px;
  482. right: 17px;
  483. }
  484. &.popoverClose {
  485. .driver-popover-navigation-btns {
  486. position: absolute;
  487. bottom: -51px;
  488. left: 0;
  489. }
  490. .driver-popover-next-btn {
  491. position: relative;
  492. top: 0;
  493. bottom: 0;
  494. right: 0;
  495. }
  496. .driver-popover-prev-btn {
  497. margin-left: 14px;
  498. }
  499. }
  500. }
  501. .popoverClassReport4 {
  502. width: 270px;
  503. height: 142px;
  504. background: url("./images/report/r5.png") no-repeat center;
  505. background-size: contain;
  506. // .driver-popover-next-btn {
  507. // bottom: -51px;
  508. // right: 17px;
  509. // }
  510. &.popoverClose {
  511. .driver-popover-navigation-btns {
  512. position: absolute;
  513. bottom: -51px;
  514. left: 0;
  515. }
  516. .driver-popover-next-btn {
  517. position: relative;
  518. top: 0;
  519. right: 0;
  520. }
  521. .driver-popover-prev-btn {
  522. margin-left: 14px;
  523. }
  524. }
  525. }