index.module.less 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486
  1. .review {
  2. min-height: 100vh;
  3. overflow: hidden;
  4. color: #333;
  5. }
  6. .reviewContainer {
  7. padding: 0 12px;
  8. }
  9. .section {
  10. background: rgba(255, 255, 255, 0.85);
  11. border-radius: 12px;
  12. margin-bottom: 10px;
  13. overflow: hidden;
  14. }
  15. .activeTime {
  16. margin-top: 265px;
  17. overflow: hidden;
  18. .activeBg {
  19. margin: 6px;
  20. background: #ffffff;
  21. border-radius: 8px;
  22. display: flex;
  23. align-items: flex-end;
  24. padding: 8px;
  25. font-size: 15px;
  26. span {
  27. font-weight: 600;
  28. }
  29. }
  30. img {
  31. width: 18px;
  32. height: 18px;
  33. margin-right: 9px;
  34. }
  35. }
  36. .title {
  37. background: url('./images/title_bg.png') top center no-repeat;
  38. background-size: contain;
  39. width: 137px;
  40. line-height: 31px;
  41. font-size: 14px;
  42. font-weight: 600;
  43. text-align: center;
  44. margin: 0 auto 5px;
  45. span {
  46. padding: 0 9px;
  47. }
  48. img {
  49. height: 9px;
  50. }
  51. }
  52. .tips {
  53. margin: 0 10px 10px;
  54. padding: 10px;
  55. background-color: #ffffff;
  56. font-size: 14px;
  57. line-height: 20px;
  58. border-radius: 7px;
  59. text-align: justify;
  60. white-space: pre-line;
  61. }
  62. .title2 {
  63. display: flex;
  64. justify-content: space-between;
  65. align-items: center;
  66. font-size: 14px;
  67. font-weight: 600;
  68. padding: 10px 12px 8px;
  69. span {
  70. display: flex;
  71. align-items: center;
  72. line-height: 1.1;
  73. }
  74. .titlePrefix {
  75. display: inline-block;
  76. width: 4px;
  77. height: 12px;
  78. background: linear-gradient(180deg, #ff8636 0%, #ff4e19 100%);
  79. border-radius: 2px;
  80. margin-right: 6px;
  81. }
  82. .iconStar {
  83. height: 16px;
  84. }
  85. .titleTips {
  86. font-size: 12px;
  87. color: #666666;
  88. font-weight: 400;
  89. }
  90. }
  91. .prizeTitle {
  92. padding: 0 16px 3px;
  93. font-size: 14px;
  94. font-weight: 600;
  95. color: #ff5252;
  96. display: flex;
  97. align-items: center;
  98. .prizeLevel {
  99. height: 17px !important;
  100. width: 24px !important;
  101. margin-right: 5px;
  102. }
  103. }
  104. .prizeTitle_score {
  105. padding: 6px 0;
  106. }
  107. .prizeSection {
  108. margin: 0 10px 10px;
  109. background-color: #ffffff;
  110. border-radius: 12px;
  111. }
  112. .prize {
  113. display: flex;
  114. align-items: center;
  115. padding: 10px 0;
  116. margin: 0 10px;
  117. border-bottom: 1px solid #ffe4e4;
  118. img {
  119. width: 74px;
  120. height: 74px;
  121. flex-shrink: 0;
  122. border-radius: 6px;
  123. overflow: hidden;
  124. }
  125. .prizeContainer {
  126. margin-left: 15px;
  127. }
  128. .prizeName {
  129. font-size: 14px;
  130. font-weight: 600;
  131. line-height: 20px;
  132. }
  133. .prizeDesc {
  134. font-size: 13px;
  135. line-height: 16px;
  136. white-space: pre-line;
  137. }
  138. }
  139. .musicItem {
  140. margin: 0 10px 10px;
  141. background: linear-gradient(270deg, #fff6f6 0%, #ffeeee 100%) !important;
  142. border-radius: 12px;
  143. :global {
  144. .van-cell {
  145. padding: 10px;
  146. background-color: transparent;
  147. &::after {
  148. border-color: #ffe4e4;
  149. }
  150. }
  151. }
  152. .musicTitle {
  153. flex: 1 auto;
  154. max-width: 200px;
  155. display: flex;
  156. }
  157. .musicTitleScore {
  158. flex: 1;
  159. }
  160. .cellLevel {
  161. padding-bottom: 18px;
  162. }
  163. .iconMusic {
  164. width: 20px;
  165. height: 20px;
  166. }
  167. .kingSection {
  168. display: flex;
  169. .score {
  170. width: 70px;
  171. padding-left: 6px;
  172. font-size: 27px;
  173. font-weight: 600;
  174. color: #ff1919;
  175. line-height: 1;
  176. span {
  177. font-size: 12px;
  178. font-weight: 400;
  179. }
  180. }
  181. }
  182. .iconKing {
  183. width: 30px;
  184. height: 24px;
  185. }
  186. .userImg {
  187. flex-shrink: 0;
  188. position: relative;
  189. width: 34px;
  190. height: 34px;
  191. background: linear-gradient(
  192. 180deg,
  193. rgba(255, 220, 0, 1),
  194. rgba(255, 182, 0, 1)
  195. );
  196. border-radius: 50%;
  197. .iconLevel {
  198. position: absolute;
  199. bottom: -6px;
  200. left: 50%;
  201. margin-left: -12px;
  202. width: 24px;
  203. height: 16px;
  204. }
  205. }
  206. .userInfo {
  207. display: flex;
  208. align-items: center;
  209. }
  210. .users {
  211. display: flex;
  212. align-items: center;
  213. justify-content: space-between;
  214. }
  215. .userName {
  216. margin-left: 5px;
  217. max-width: 88px;
  218. p {
  219. white-space: nowrap;
  220. text-overflow: ellipsis;
  221. width: 100%;
  222. overflow: hidden;
  223. line-height: 1;
  224. }
  225. .subjectName {
  226. margin-top: 3px;
  227. display: inline-block;
  228. font-size: 12px;
  229. color: #ff8c00;
  230. background: #ffe3bc;
  231. border-radius: 4px;
  232. padding: 2px 4px;
  233. }
  234. }
  235. .userLogo {
  236. margin-top: 1px;
  237. margin-left: 1px;
  238. width: 32px;
  239. height: 32px;
  240. overflow: hidden;
  241. border-radius: 50%;
  242. background-color: #fff;
  243. display: flex;
  244. align-items: center;
  245. justify-content: center;
  246. .img {
  247. width: 16px;
  248. height: 15px;
  249. }
  250. }
  251. .noText {
  252. font-size: 14px;
  253. font-weight: 500;
  254. color: rgba(255, 25, 25, 0.5);
  255. }
  256. .musicName {
  257. padding-left: 5px;
  258. font-size: 14px;
  259. font-weight: 600;
  260. line-height: 20px;
  261. max-width: 200px;
  262. display: inline-block;
  263. overflow: hidden;
  264. text-overflow: ellipsis;
  265. white-space: nowrap;
  266. }
  267. }
  268. .btnGroup {
  269. background-color: #fff;
  270. padding: 16px 66px;
  271. }
  272. .submit {
  273. background: linear-gradient(180deg, #ff7e7e 0%, #ff3224 100%);
  274. box-shadow: 0px 4px 0px 0px #d01e1e, inset 0px 0px 13px 0px #ffd8d0;
  275. border-radius: 22px;
  276. font-size: 18px;
  277. font-weight: 500;
  278. color: #ffffff;
  279. }
  280. .popupContainer {
  281. padding: 0 18px;
  282. }
  283. .popupTitle {
  284. display: flex;
  285. align-items: center;
  286. font-size: 18px;
  287. font-weight: 500;
  288. line-height: 1.2;
  289. padding: 16px 0 12px;
  290. position: relative;
  291. .line {
  292. display: inline-block;
  293. width: 4px;
  294. height: 16px;
  295. background: linear-gradient(180deg, #59e5d5 0%, #2dc7aa 100%);
  296. border-radius: 3px;
  297. margin-right: 10px;
  298. }
  299. .popupClose {
  300. position: absolute;
  301. right: 0;
  302. top: 16px;
  303. color: #f5f4f7;
  304. width: 22px;
  305. height: 22px;
  306. }
  307. }
  308. .popupContent {
  309. font-size: 16px;
  310. color: #666666;
  311. line-height: 22px;
  312. padding: 32px 0;
  313. span {
  314. color: var(--van-primary-color);
  315. padding: 0 8px;
  316. }
  317. .popupTips {
  318. font-size: 14px;
  319. line-height: 20px;
  320. padding-top: 16px;
  321. }
  322. .appOut {
  323. text-align: center;
  324. font-size: 16px;
  325. color: #666666;
  326. line-height: 22px;
  327. padding: 15px 0 10px;
  328. img {
  329. height: 30px;
  330. padding-bottom: 18px;
  331. }
  332. }
  333. }
  334. .popupBtn {
  335. text-align: center;
  336. padding-bottom: 24px;
  337. }
  338. .wxpopup {
  339. width: 100%;
  340. height: 100vh;
  341. position: fixed;
  342. top: 0;
  343. left: 0;
  344. background: rgba(0, 0, 0, 0.5);
  345. z-index: 9999;
  346. img {
  347. width: 88%;
  348. margin: 0 6%;
  349. }
  350. }
  351. .bg {
  352. position: absolute;
  353. top: 0;
  354. left: 0;
  355. width: 100%;
  356. height: 215px;
  357. background: linear-gradient(180deg, #ff2a00 0%, #f40d00 100%);
  358. opacity: 0.68;
  359. backdrop-filter: blur(10px);
  360. -webkit-backdrop-filter: blur(10px);
  361. }
  362. .trackSong {
  363. overflow: hidden;
  364. min-height: 100vh;
  365. background-color: #fff;
  366. }
  367. .trackScore {
  368. position: relative;
  369. z-index: 2;
  370. padding: 30px 20px;
  371. .trackCountScore {
  372. font-size: 16px;
  373. color: #ffffff;
  374. line-height: 22px;
  375. span {
  376. font-size: 28px;
  377. font-weight: bold;
  378. color: #ffffff;
  379. line-height: 32px;
  380. }
  381. }
  382. .trackIf {
  383. padding-top: 5px;
  384. font-size: 14px;
  385. color: #ffafaf;
  386. line-height: 20px;
  387. }
  388. .trackImg {
  389. width: 92px;
  390. height: 59px;
  391. position: absolute;
  392. right: 27px;
  393. bottom: 28px;
  394. }
  395. }
  396. .cellGroup {
  397. border-radius: 12px;
  398. padding: 10px 0;
  399. overflow: hidden;
  400. :global {
  401. .van-cell {
  402. padding: 14px 20px;
  403. }
  404. .van-cell__title {
  405. flex-shrink: 0;
  406. }
  407. .van-cell__title,
  408. .van-cell__value {
  409. flex: 1 auto;
  410. }
  411. }
  412. .musicPic {
  413. width: 56px;
  414. height: 56px;
  415. border-radius: 8px;
  416. overflow: hidden;
  417. margin-right: 10px;
  418. flex-shrink: 0;
  419. }
  420. .musicName {
  421. font-size: 16px;
  422. font-weight: 600;
  423. color: #1a1a1a;
  424. line-height: 22px;
  425. max-width: 200px;
  426. }
  427. .labelClass {
  428. font-size: 14px;
  429. color: #999999;
  430. line-height: 17px;
  431. }
  432. .labelScore {
  433. color: #ff4e19;
  434. }
  435. .valueClass {
  436. :global {
  437. .van-button {
  438. border-radius: 10px;
  439. }
  440. }
  441. }
  442. }