index.module.less 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366
  1. .musicContent {
  2. position: absolute;
  3. top: 0;
  4. height: 265px;
  5. width: 100%;
  6. padding-top: 55px;
  7. z-index: 10;
  8. background-color: rgba(0, 0, 0, 0.2);
  9. backdrop-filter: blur(20px);
  10. -webkit-backdrop-filter: blur(20px);
  11. }
  12. .bgImg {
  13. position: absolute;
  14. left: 0;
  15. top: 0;
  16. width: 100%;
  17. height: 265px;
  18. object-fit: cover;
  19. filter: blur(20px);
  20. backdrop-filter: blur(22px);
  21. -webkit-backdrop-filter: blur(20px);
  22. }
  23. .bg {
  24. position: relative;
  25. height: 100%;
  26. padding: 16px 16px 12px;
  27. z-index: 11;
  28. }
  29. .alumWrap {
  30. position: relative;
  31. display: flex;
  32. align-items: center;
  33. flex-direction: column;
  34. margin-bottom: 76px;
  35. .img {
  36. width: 118px;
  37. height: 118px;
  38. flex-shrink: 0;
  39. border-radius: 6px;
  40. position: relative;
  41. z-index: 9;
  42. --van-image-error-icon-size: 118px;
  43. }
  44. .iconPian {
  45. position: absolute;
  46. right: -40px;
  47. top: 8px;
  48. z-index: -1;
  49. width: 110px;
  50. height: 110px;
  51. display: flex;
  52. align-items: center;
  53. justify-content: center;
  54. background: url('./images/icon-pian.png') no-repeat center;
  55. background-size: contain;
  56. :global {
  57. .van-image {
  58. width: 60px !important;
  59. height: 60px !important;
  60. border-radius: 50%;
  61. overflow: hidden;
  62. }
  63. }
  64. }
  65. .numContent {
  66. position: absolute;
  67. right: 4px;
  68. bottom: 4px;
  69. display: flex;
  70. align-items: center;
  71. background: rgba(255, 255, 255, 0.8);
  72. border-radius: 4px;
  73. font-size: 12px;
  74. font-weight: 500;
  75. color: #000000;
  76. padding: 2px 3px;
  77. .iconMenu {
  78. margin-top: -2px;
  79. width: 10px;
  80. height: 12px;
  81. margin-right: 4px;
  82. }
  83. }
  84. .alumTitle {
  85. font-size: 16px;
  86. font-weight: 600;
  87. color: #fff;
  88. line-height: 24px;
  89. padding-bottom: 8px;
  90. }
  91. .alumDes {
  92. position: absolute;
  93. bottom: -80px;
  94. z-index: 99;
  95. width: calc(100% - 96px);
  96. padding-top: 16px;
  97. text-align: center;
  98. .des {
  99. font-size: 12px;
  100. color: #fff;
  101. }
  102. }
  103. }
  104. .musicList {
  105. position: relative;
  106. z-index: 12;
  107. background-color: #fff;
  108. border-radius: 16px;
  109. min-height: 40vh; //calc(100vh - 210px - var(--header-height));
  110. --van-cell-background-color: transparent;
  111. --van-cell-font-size: 16px;
  112. --van-cell-text-color: #333;
  113. --van-cell-value-color: #999;
  114. --van-cell-icon-size: 10px;
  115. :global {
  116. .van-tab {
  117. font-size: 16px !important;
  118. margin-top: 15px;
  119. color: #999999;
  120. }
  121. .van-tab--active {
  122. font-size: 16px !important;
  123. color: #131415;
  124. }
  125. .van-tabs__line {
  126. width: 24px;
  127. height: 4px;
  128. background: linear-gradient(90deg, #FF3C81 0%, rgba(255, 118, 166, 0.5) 100%) !important;
  129. border-radius: 36px 36px 0px 0px;
  130. }
  131. .van-button--plain.van-button--primary {
  132. background-color: transparent;
  133. }
  134. }
  135. .alumnList {
  136. padding: 0 15px;
  137. }
  138. }
  139. .btnGroup {
  140. // background-color: #fff;
  141. padding: 12px;
  142. :global {
  143. .van-button {
  144. font-size: 18px;
  145. font-weight: 500;
  146. }
  147. }
  148. }
  149. .system-list::-webkit-scrollbar {
  150. display: none;
  151. /* Chrome Safari */
  152. }
  153. .system-list {
  154. width: 100%;
  155. overflow-x: auto;
  156. overflow-y: hidden;
  157. display: flex;
  158. position: relative;
  159. user-select: none;
  160. box-sizing: content-box;
  161. margin-bottom: 25px;
  162. height: auto;
  163. transition: all .2s;
  164. &.systemHide {
  165. height: 0;
  166. transition: all .2s;
  167. margin-bottom: 0px;
  168. }
  169. }
  170. .system-item {
  171. display: flex;
  172. flex-direction: column;
  173. align-items: center;
  174. justify-content: center;
  175. flex: 1 0 auto;
  176. width: 96px;
  177. min-height: 120px;
  178. box-sizing: border-box;
  179. background: #ffffff;
  180. border-radius: 12px;
  181. border: 1px solid #e5e5e5;
  182. margin-left: 10px;
  183. &:last-child {
  184. margin-right: 10px;
  185. }
  186. .title {
  187. font-size: 14px;
  188. font-weight: 500;
  189. color: #333333;
  190. line-height: 20px;
  191. }
  192. .price {
  193. color: #EF2F56;
  194. font-size: 25px;
  195. line-height: 1.5;
  196. font-family: DINAlternate-Bold, DINAlternate;
  197. font-weight: bold;
  198. span {
  199. font-size: 16px;
  200. }
  201. }
  202. .originalPrice {
  203. color: #999999;
  204. font-size: 13px;
  205. }
  206. &.active {
  207. background: linear-gradient(223deg, #FEECE3 0%, #FEE4E3 52%, #FFDCE6 100%);
  208. border: 1px solid #FF4264;
  209. position: relative;
  210. .title {
  211. color: #EF2F56;
  212. }
  213. .originalPrice {
  214. color: #EF2F56;
  215. }
  216. &::before {
  217. content: ' ';
  218. font: 14px/1 'vant-icon';
  219. width: 27px;
  220. height: 18px;
  221. position: absolute;
  222. top: -1px;
  223. right: -1px;
  224. background: url('./images/icon-selected.png') no-repeat center;
  225. background-size: contain;
  226. }
  227. }
  228. }
  229. .bottom_function {
  230. background: url('./images/price-bg.png') no-repeat top center #fff;
  231. background-size: contain;
  232. box-shadow: inset 0px 1px 0px 0px #FFFFFF;
  233. border-radius: 16px 16px 0px 0px;
  234. // border: none;
  235. .iconRightTop {
  236. position: absolute;
  237. top: -51px;
  238. right: 9px;
  239. width: 144px;
  240. height: 154px;
  241. }
  242. .iconClose {
  243. position: absolute;
  244. top: -51px;
  245. right: 9px;
  246. width: 32px;
  247. height: 32px;
  248. background: url('./images/icon-close.png') no-repeat center;
  249. background-size: contain;
  250. display: inline-block;
  251. z-index: 99;
  252. }
  253. }
  254. .popupStatus {
  255. overflow-y: initial;
  256. }
  257. .memberMeal {
  258. .titleMeal {
  259. display: flex;
  260. align-items: center;
  261. justify-content: space-between;
  262. font-size: 16px;
  263. font-weight: 600;
  264. color: #131415;
  265. line-height: 22px;
  266. padding: 26px 24px;
  267. .iconArrowLine {
  268. display: inline-block;
  269. width: 14px;
  270. height: 14px;
  271. background: url('./images/icon-arrow-line.png') no-repeat center;
  272. background-size: contain;
  273. }
  274. }
  275. }
  276. .btnGroup {
  277. // position: fixed;
  278. // bottom: 0;
  279. // left: 0;
  280. // right: 0;
  281. // z-index: 100;
  282. // background-color: #fff;
  283. display: flex;
  284. align-items: center;
  285. padding: 0 16px 12px;
  286. justify-content: space-between;
  287. .btn {
  288. padding: 0 22px;
  289. height: 44px;
  290. color: #fff !important;
  291. background: linear-gradient(270deg, #FF204B 0%, #FE5B71 100%);
  292. border-radius: 39px;
  293. font-size: 18px;
  294. font-weight: bold;
  295. border: none;
  296. .unit {
  297. font-size: 14px;
  298. }
  299. }
  300. .priceSection {
  301. display: flex;
  302. align-items: center;
  303. font-size: 16px;
  304. color: #1a1a1a;
  305. .price {
  306. font-size: 18px;
  307. font-weight: bold;
  308. color: #ff3535;
  309. .priceUnit {
  310. font-size: 14px;
  311. }
  312. }
  313. }
  314. }