index.less 9.6 KB

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