index.module.less 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. .detail {
  2. position: fixed;
  3. left: 50%;
  4. bottom: 90px;
  5. transform: translateX(-50%);
  6. width: 357px;
  7. height: 47px;
  8. background: url('./image/icon_detail.png') no-repeat;
  9. background-size: 100%;
  10. display: flex;
  11. justify-content: flex-end;
  12. padding: 14px 10px 0 0;
  13. .btn {
  14. width: 55px;
  15. height: 22px;
  16. background: linear-gradient(180deg, #44C9FF 0%, #259CFE 100%);
  17. border-radius: 12px;
  18. color: #FFFFFF;
  19. font-size: 11px;
  20. line-height: 22px;
  21. text-align: center;
  22. }
  23. .close {
  24. color: rgba(255, 255, 255, .55);
  25. font-size: 14px;
  26. padding: 0 8px;
  27. padding-top: 6px;
  28. }
  29. }
  30. .fingerGuide {
  31. width: 100%;
  32. height: 100%;
  33. .content {
  34. width: 100%;
  35. height: 100%;
  36. }
  37. .box {
  38. position: fixed;
  39. box-shadow: rgba(33, 33, 33, 0.8) 0px 0px 0px 5000px;
  40. transition: all 0.25s;
  41. border-radius: 8px;
  42. }
  43. .boxItem1{
  44. position: absolute;
  45. left: -16px;
  46. top: -55px;
  47. img{
  48. width: 94px;
  49. }
  50. }
  51. .boxItem2{
  52. position: absolute;
  53. left: -12px;
  54. top: -40px;
  55. img{
  56. width: 42px;
  57. }
  58. }
  59. .boxItem3{
  60. position: absolute;
  61. left: -80px;
  62. top: 0;
  63. img{
  64. width: 83px;
  65. }
  66. }
  67. .item {
  68. position: absolute;
  69. right: 50px;
  70. bottom: 0;
  71. .title {
  72. width: 182px;
  73. img {
  74. width: 100%;
  75. display: block;
  76. }
  77. .des {
  78. position: absolute;
  79. left: 0;
  80. top: 0;
  81. padding: 8px 9px 0 10px;
  82. font-size: 13px;
  83. color: #FFFFFF;
  84. line-height: 19px;
  85. }
  86. }
  87. .icon {
  88. width: 88px;
  89. height: 99px;
  90. margin-left: auto;
  91. margin-right: -39px;
  92. margin-top: -17px;
  93. img {
  94. width: 100%;
  95. height: 100%;
  96. object-fit: contain;
  97. display: block;
  98. }
  99. }
  100. .btn {
  101. position: absolute;
  102. left: 0;
  103. bottom: 45px;
  104. width: 83px;
  105. height: 27px;
  106. line-height: 27px;
  107. background: linear-gradient(180deg, #FFF385 0%, #FFC036 100%);
  108. border-radius: 13px;
  109. border: 1px solid #FFF9DA;
  110. font-size: 13px;
  111. font-weight: 500;
  112. color: #131415;
  113. padding: 0;
  114. }
  115. }
  116. }