index.module.scss 966 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .Zlight {
  2. position: absolute;
  3. bottom: 0px;
  4. right: 203px;
  5. z-index: 99;
  6. width: 296px;
  7. height: 90px;
  8. img {
  9. pointer-events: none;
  10. }
  11. :global {
  12. .Zlbox {
  13. .Zlimg2 {
  14. position: absolute;
  15. top: 39%;
  16. left: 50%;
  17. transform: translate(-50%, -50%);
  18. width: 73%;
  19. &>img {
  20. width: 100%;
  21. height: auto;
  22. }
  23. .Zlkuai {
  24. border-radius: 4px;
  25. position: absolute;
  26. // top: -3px;
  27. // left: 50%;
  28. transform: translateX(-50%);
  29. width: 4px;
  30. height: 14px;
  31. background-color: #ffe9b6;
  32. }
  33. }
  34. .Zlimg3 {
  35. height: 44px;
  36. display: flex;
  37. justify-content: center;
  38. align-items: center;
  39. font-size: 14px;
  40. color: #ffe9b6;
  41. &>img {
  42. display: inline-block;
  43. // margin-right: 6px;
  44. width: 20px;
  45. }
  46. }
  47. }
  48. }
  49. }