index.less 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613
  1. .driver-overlay,
  2. .driver-popover {
  3. pointer-events: auto !important;
  4. }
  5. .popoverClass .driver-popover-next-btn {
  6. width: 102px;
  7. height: 34px;
  8. text-shadow: none;
  9. border: none;
  10. font-weight: 600;
  11. font-size: 13px;
  12. color: #006ed1 !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. .popoverClass6 {
  119. width: 264px;
  120. height: 245px;
  121. background: url("./images/practise/d6.png") no-repeat center;
  122. background-size: contain;
  123. .driver-popover-next-btn {
  124. right: 24px;
  125. bottom: 23px;
  126. }
  127. &.popoverClose {
  128. .driver-popover-navigation-btns {
  129. position: absolute;
  130. bottom: 23px;
  131. left: 0;
  132. right: 15px;
  133. justify-content: flex-start;
  134. }
  135. .driver-popover-next-btn {
  136. // right: 14px;
  137. // bottom: 18px;
  138. position: relative;
  139. top: 0;
  140. right: 0;
  141. }
  142. .driver-popover-prev-btn {
  143. margin-left: 14px;
  144. }
  145. }
  146. }
  147. .popoverClass7 {
  148. width: 267px;
  149. height: 221px;
  150. background: url("./images/practise/d7.png") no-repeat center;
  151. background-size: contain;
  152. .driver-popover-next-btn {
  153. right: 14px;
  154. bottom: 18px;
  155. }
  156. &.popoverClose {
  157. .driver-popover-navigation-btns {
  158. position: absolute;
  159. bottom: 23px;
  160. left: 0;
  161. right: 15px;
  162. justify-content: flex-start;
  163. }
  164. .driver-popover-next-btn {
  165. // right: 14px;
  166. // bottom: 18px;
  167. position: relative;
  168. top: 0;
  169. right: 0;
  170. }
  171. .driver-popover-prev-btn {
  172. margin-left: 14px;
  173. }
  174. }
  175. }
  176. .popoverClass7-1 {
  177. width: 267px;
  178. height: 221px;
  179. background: url("./images/practise/d7-1.png") no-repeat center;
  180. background-size: contain;
  181. .driver-popover-next-btn {
  182. right: 14px;
  183. bottom: 18px;
  184. }
  185. &.popoverClose {
  186. .driver-popover-navigation-btns {
  187. position: absolute;
  188. bottom: 23px;
  189. left: 0;
  190. right: 15px;
  191. justify-content: flex-start;
  192. }
  193. .driver-popover-next-btn {
  194. // right: 14px;
  195. // bottom: 18px;
  196. position: relative;
  197. top: 0;
  198. right: 0;
  199. }
  200. .driver-popover-prev-btn {
  201. margin-left: 14px;
  202. }
  203. }
  204. }
  205. .popoverClass8 {
  206. width: 277px;
  207. height: 152px;
  208. background: url("./images/practise/d8.png") no-repeat center;
  209. background-size: contain;
  210. .driver-popover-next-btn {
  211. right: 24px;
  212. bottom: -48px;
  213. }
  214. &.popoverClose {
  215. .driver-popover-next-btn {
  216. bottom: 0;
  217. right: 0;
  218. }
  219. }
  220. }
  221. .popoverClass9 {
  222. width: 270px;
  223. height: 192px;
  224. background: url("./images/practise/d9.png") no-repeat center;
  225. background-size: contain;
  226. }
  227. .popoverClass10 {
  228. width: 257px;
  229. height: 213px;
  230. background: url("./images/practise/d10.png") no-repeat center;
  231. background-size: contain;
  232. .driver-popover-next-btn {
  233. right: 24px;
  234. bottom: 23px;
  235. }
  236. }
  237. .popoverClose {
  238. .driver-popover-navigation-btns {
  239. position: absolute;
  240. bottom: -48px;
  241. left: 0;
  242. right: 0;
  243. align-items: center;
  244. justify-content: center;
  245. flex-direction: row-reverse;
  246. }
  247. .driver-popover-next-btn {
  248. position: relative;
  249. // right: 14px;
  250. // bottom: 18px;
  251. width: 82px;
  252. height: 33px;
  253. background: url('./images/btn-finsh.png') no-repeat center;
  254. background-size: contain;
  255. }
  256. .driver-popover-prev-btn {
  257. border: 1px solid #fff;
  258. border-radius: 100px;
  259. color: #fff !important;
  260. background-color: transparent;
  261. font-weight: 400;
  262. text-shadow: none;
  263. width: 82px;
  264. height: 33px;
  265. text-align: center;
  266. margin-left: 14px;
  267. }
  268. }
  269. .popoverClassF1 {
  270. width: 257px;
  271. height: 247px;
  272. background: url("./images/follow/f1.png") no-repeat center;
  273. background-size: contain;
  274. .driver-popover-next-btn {
  275. bottom: 17px;
  276. left: 16px;
  277. }
  278. }
  279. .popoverClassF2 {
  280. width: 264px;
  281. height: 245px;
  282. background: url("./images/follow/f2.png") no-repeat center;
  283. background-size: contain;
  284. .driver-popover-next-btn {
  285. right: 24px;
  286. bottom: 23px;
  287. }
  288. }
  289. .popoverClassF3 {
  290. width: 264px;
  291. height: 245px;
  292. background: url("./images/follow/f3.png") no-repeat center;
  293. background-size: contain;
  294. .driver-popover-next-btn {
  295. right: 24px;
  296. bottom: 23px;
  297. }
  298. &.popoverClose {
  299. .driver-popover-navigation-btns {
  300. position: absolute;
  301. bottom: 23px;
  302. left: 0;
  303. right: 15px;
  304. justify-content: flex-start;
  305. }
  306. .driver-popover-next-btn {
  307. // right: 14px;
  308. // bottom: 18px;
  309. position: relative;
  310. top: 0;
  311. right: 0;
  312. }
  313. .driver-popover-prev-btn {
  314. margin-left: 14px;
  315. }
  316. }
  317. }
  318. .popoverClassE1 {
  319. width: 257px;
  320. height: 247px;
  321. background: url("./images/evaluating/e1.png") no-repeat center;
  322. background-size: contain;
  323. .driver-popover-next-btn {
  324. bottom: 17px;
  325. left: 16px;
  326. }
  327. }
  328. .popoverClassE2 {
  329. width: 257px;
  330. height: 235px;
  331. background: url("./images/evaluating/e4.png") no-repeat center;
  332. background-size: contain;
  333. .driver-popover-next-btn {
  334. right: 17px;
  335. bottom: 22px;
  336. }
  337. }
  338. .popoverClassE3 {
  339. width: 264px;
  340. height: 245px;
  341. background: url("./images/evaluating/e2.png") no-repeat center;
  342. background-size: contain;
  343. .driver-popover-next-btn {
  344. right: 24px;
  345. bottom: 23px;
  346. }
  347. }
  348. .popoverClassE4 {
  349. width: 264px;
  350. height: 245px;
  351. background: url("./images/evaluating/e3.png") no-repeat center;
  352. background-size: contain;
  353. .driver-popover-next-btn {
  354. right: 24px;
  355. bottom: 23px;
  356. }
  357. &.popoverClose {
  358. .driver-popover-navigation-btns {
  359. position: absolute;
  360. bottom: 23px;
  361. left: 0;
  362. right: 15px;
  363. justify-content: flex-start;
  364. }
  365. .driver-popover-next-btn {
  366. // right: 14px;
  367. // bottom: 18px;
  368. position: relative;
  369. top: 0;
  370. right: 0;
  371. }
  372. .driver-popover-prev-btn {
  373. margin-left: 14px;
  374. }
  375. }
  376. }
  377. .popoverClassER1 {
  378. width: 257px;
  379. height: 178px;
  380. background: url("./images/evaluating/r1.png") no-repeat center;
  381. background-size: contain;
  382. .driver-popover-next-btn {
  383. bottom: -27px;
  384. right: 16px;
  385. }
  386. }
  387. .popoverClassER2 {
  388. width: 261px;
  389. height: 226px;
  390. background: url("./images/evaluating/r2.png") no-repeat center;
  391. background-size: contain;
  392. .driver-popover-next-btn {
  393. bottom: 14px;
  394. right: 15px;
  395. }
  396. }
  397. .popoverClassER3 {
  398. width: 261px;
  399. height: 249px;
  400. background: url("./images/evaluating/r3.png") no-repeat center;
  401. background-size: contain;
  402. .driver-popover-next-btn {
  403. bottom: 15px;
  404. left: 17px;
  405. }
  406. }
  407. .popoverClassER4 {
  408. width: 327px;
  409. height: 246px;
  410. background: url("./images/evaluating/r4.png") no-repeat center;
  411. background-size: contain;
  412. &.popoverClose {
  413. .driver-popover-navigation-btns {
  414. position: absolute;
  415. bottom: 15px;
  416. left: 17px;
  417. justify-content: flex-end;
  418. }
  419. .driver-popover-next-btn {
  420. position: relative;
  421. top: 0;
  422. right: 0;
  423. }
  424. .driver-popover-prev-btn {
  425. margin-left: 14px;
  426. }
  427. }
  428. }
  429. .popoverClassReport1 {
  430. width: 270px;
  431. height: 142px;
  432. background: url("./images/report/r1.png") no-repeat center;
  433. background-size: contain;
  434. .driver-popover-next-btn {
  435. bottom: -51px;
  436. right: 17px;
  437. }
  438. }
  439. .popoverClassReport2 {
  440. width: 270px;
  441. height: 142px;
  442. background: url("./images/report/r2.png") no-repeat center;
  443. background-size: contain;
  444. .driver-popover-next-btn {
  445. bottom: -51px;
  446. right: 17px;
  447. }
  448. &.popoverClose {
  449. .driver-popover-navigation-btns {
  450. position: absolute;
  451. bottom: -51px;
  452. left: 0;
  453. }
  454. .driver-popover-next-btn {
  455. position: relative;
  456. top: 0;
  457. bottom: 0;
  458. right: 0;
  459. }
  460. .driver-popover-prev-btn {
  461. margin-left: 14px;
  462. }
  463. }
  464. }
  465. .popoverClassReport3 {
  466. width: 270px;
  467. height: 142px;
  468. background: url("./images/report/r3.png") no-repeat center;
  469. background-size: contain;
  470. .driver-popover-next-btn {
  471. bottom: -51px;
  472. right: 17px;
  473. }
  474. &.popoverClose {
  475. .driver-popover-navigation-btns {
  476. position: absolute;
  477. bottom: -51px;
  478. left: 0;
  479. }
  480. .driver-popover-next-btn {
  481. position: relative;
  482. top: 0;
  483. bottom: 0;
  484. right: 0;
  485. }
  486. .driver-popover-prev-btn {
  487. margin-left: 14px;
  488. }
  489. }
  490. }
  491. .popoverClassReport4 {
  492. width: 270px;
  493. height: 142px;
  494. background: url("./images/report/r5.png") no-repeat center;
  495. background-size: contain;
  496. // .driver-popover-next-btn {
  497. // bottom: -51px;
  498. // right: 17px;
  499. // }
  500. &.popoverClose {
  501. .driver-popover-navigation-btns {
  502. position: absolute;
  503. bottom: -51px;
  504. left: 0;
  505. }
  506. .driver-popover-next-btn {
  507. position: relative;
  508. top: 0;
  509. right: 0;
  510. }
  511. .driver-popover-prev-btn {
  512. margin-left: 14px;
  513. }
  514. }
  515. }