index.module.less 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. .digitalTools {
  2. overflow: hidden;
  3. background: #FFF4E2;
  4. .toolsSection {
  5. background: linear-gradient(180deg, #FFFFFF 0%, #FFD3A7 30%, #FFE9E2 100%);
  6. box-shadow: 0px 1px 6px 0px #F0DAC8;
  7. border-radius: 10px;
  8. margin: 15px 12px 0;
  9. h2 {
  10. display: flex;
  11. align-items: center;
  12. justify-content: space-between;
  13. padding-top: 18px;
  14. .toolsNumber {
  15. width: 162px;
  16. height: 18px;
  17. }
  18. .points {
  19. margin-right: 20px;
  20. width: 25px;
  21. height: 6px;
  22. }
  23. }
  24. .videoContainer {
  25. position: relative;
  26. padding: 13px 13px 10px;
  27. .videoBg {
  28. width: 100%;
  29. height: 182px;
  30. object-fit: cover;
  31. }
  32. .iconVideo {
  33. position: absolute;
  34. top: 50%;
  35. left: 50%;
  36. transform: translate(-50%, -50%);
  37. width: 34px;
  38. height: 34px;
  39. }
  40. }
  41. .toolsDetail {
  42. display: block;
  43. padding: 0 13px 10px;
  44. width: 100%;
  45. }
  46. }
  47. .tool2 {
  48. padding: 10px 6px 24px;
  49. width: 100%;
  50. }
  51. .videoPopup {
  52. width: 90%;
  53. border-radius: 10px;
  54. overflow: hidden;
  55. transform: none;
  56. margin-top: -95px;
  57. :global {
  58. .plyr--video {
  59. height: 190px !important;
  60. }
  61. .plyr--video.plyr--fullscreen-fallback {
  62. height: 100% !important
  63. }
  64. }
  65. }
  66. }