index.module.less 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. .shareContent {
  2. position: relative;
  3. width: 335px;
  4. height: 355px;
  5. margin: 0 auto 76px;
  6. .shareBg {
  7. position: absolute;
  8. top: 0;
  9. left: 0;
  10. z-index: 1;
  11. width: 335px;
  12. height: 355px;
  13. }
  14. .share_content__title {
  15. position: relative;
  16. z-index: 3;
  17. padding-top: 54px;
  18. padding-left: 14px;
  19. color: #FFFFFF;
  20. text-shadow: 0px 2px 4px rgba(10, 181, 192, 0.7);
  21. width: 170px;
  22. .large {
  23. font-size: 19px;
  24. font-weight: 600;
  25. line-height: 26px;
  26. }
  27. .small {
  28. padding-top: 6px;
  29. font-size: 14px;
  30. line-height: 20px;
  31. }
  32. }
  33. }
  34. .sectionFile {
  35. position: relative;
  36. z-index: 3;
  37. margin: 25px 15px 14px;
  38. padding: 12px;
  39. display: flex;
  40. background: rgba(255, 255, 255, 0.79);
  41. border-radius: 10px;
  42. .muploader {
  43. position: relative;
  44. z-index: 9;
  45. width: 56px;
  46. height: 56px;
  47. object-fit: cover;
  48. border-radius: 11px;
  49. }
  50. .uploadImg {
  51. position: relative;
  52. border-radius: 6px;
  53. margin-right: 16px;
  54. .audioPan {
  55. position: absolute;
  56. top: 0;
  57. right: -6px;
  58. z-index: 1;
  59. width: 56px;
  60. height: 56px;
  61. }
  62. .imgLabel{
  63. position: absolute;
  64. right: 0;
  65. top: 0;
  66. width: 28px;
  67. height: 14px;
  68. z-index: 10;
  69. }
  70. }
  71. .musicDetail {
  72. display: flex;
  73. justify-content: center;
  74. flex-direction: column;
  75. .musicName {
  76. font-size: 16px;
  77. font-weight: 600;
  78. color: #131415;
  79. line-height: 22px;
  80. max-width: 200px;
  81. }
  82. .username {
  83. padding-top: 4px;
  84. font-size: 13px;
  85. color: #aaa;
  86. line-height: 20px;
  87. }
  88. }
  89. }
  90. .downloadSection {
  91. display: flex;
  92. align-items: center;
  93. margin: 0 20px;
  94. position: relative;
  95. z-index: 3;
  96. .qrcode {
  97. position: relative;
  98. width: 84px;
  99. height: 84px;
  100. padding: 3px;
  101. border-radius: 4px;
  102. // opacity: 0.53;
  103. border: 1px solid #2BD1B2;
  104. flex-shrink: 0;
  105. overflow: hidden;
  106. .qrcodeCanvas {
  107. width: 100% !important;
  108. height: 100% !important;
  109. }
  110. .qrcodeLogo {
  111. position: absolute;
  112. top: 50%;
  113. left: 50%;
  114. z-index: 10;
  115. margin-left: -8px;
  116. margin-top: -8px;
  117. width: 16px;
  118. height: 16px;
  119. border-radius: 4px;
  120. }
  121. }
  122. .qrtips {
  123. margin-left: 10px;
  124. padding-left: 9px;
  125. border-left: 1px dashed #D8D8D8;
  126. font-weight: 500;
  127. font-size: 12px;
  128. color: #01C1B5;
  129. line-height: 18px;
  130. padding-top: 5px;
  131. .tip {
  132. font-size: 12px;
  133. color: #777777;
  134. line-height: 17px;
  135. }
  136. .iconLogo {
  137. width: 68px;
  138. height: 21px;
  139. margin: 5px 0 0;
  140. }
  141. .downTip {
  142. font-size: 12px;
  143. font-weight: 500;
  144. color: #333333;
  145. line-height: 17px;
  146. }
  147. }
  148. }
  149. .shareBottom {
  150. position: relative;
  151. background-color: #fff;
  152. border-radius: 12px 12px 0px 0px;
  153. padding-bottom: env(safe-area-inset-bottom);
  154. .iconClose {
  155. position: absolute;
  156. top: 12px;
  157. right: 12px;
  158. font-size: 20px;
  159. color: #999999;
  160. }
  161. :global {
  162. .van-grid {
  163. justify-content: space-around;
  164. }
  165. }
  166. }
  167. .share__header {
  168. padding: 12px 15px 8px;
  169. font-size: 16px;
  170. color: #333333;
  171. line-height: 22px;
  172. }
  173. .gridSection {
  174. --van-grid-item-icon-size: 44px;
  175. --van-grid-item-text-font-size: 12px;
  176. --van-grid-item-text-color: #646566;
  177. --van-grid-item-content-padding: 16px 12px;
  178. }
  179. .btn {
  180. font-size: 16px;
  181. color: #AAAAAA;
  182. line-height: 55px;
  183. text-align: center;
  184. }