.review { min-height: 100vh; position: relative; overflow: hidden; color: #333; } .reviewContainer { position: relative; z-index: 2; padding: 0 12px; } .section { background: rgba(255, 255, 255, 0.85); border-radius: 12px; margin-bottom: 10px; overflow: hidden; } .activeTime { margin-top: 265px; overflow: hidden; .activeBg { margin: 6px; background: #ffffff; border-radius: 8px; display: flex; align-items: flex-end; padding: 8px; font-size: 15px; span { font-weight: 600; } } img { width: 18px; height: 18px; margin-right: 9px; } } .title { background: url('./images/title_bg.png') top center no-repeat; background-size: contain; width: 137px; line-height: 31px; font-size: 14px; font-weight: 600; text-align: center; margin: 0 auto 5px; span { padding: 0 9px; } img { height: 9px; } } .tips { margin: 0 10px 10px; padding: 10px; background-color: #ffffff; font-size: 14px; line-height: 20px; border-radius: 7px; text-align: justify; white-space: pre-line; } .title2 { display: flex; justify-content: space-between; align-items: center; font-size: 14px; font-weight: 600; padding: 10px 12px 8px; span { display: flex; align-items: center; line-height: 1.1; } .titlePrefix { display: inline-block; width: 4px; height: 12px; background: linear-gradient(180deg, #ff8636 0%, #ff4e19 100%); border-radius: 2px; margin-right: 6px; } .iconStar { height: 16px; } .titleTips { font-size: 12px; color: #666666; font-weight: 400; } } .prizeTitle { padding: 0 16px 3px; font-size: 14px; font-weight: 600; color: #ff5252; display: flex; align-items: center; .prizeLevel { height: 17px !important; width: 24px !important; margin-right: 5px; } } .prizeSection { margin: 0 10px 10px; background-color: #ffffff; border-radius: 12px; } .prize { display: flex; align-items: center; padding: 10px 0; margin: 0 10px; border-bottom: 1px solid #ffe4e4; img { width: 74px; height: 74px; flex-shrink: 0; border-radius: 6px; overflow: hidden; } .prizeContainer { margin-left: 15px; } .prizeName { font-size: 14px; font-weight: 600; line-height: 20px; } .prizeDesc { font-size: 13px; line-height: 16px; } } .musicItem { margin: 0 10px 10px; background: linear-gradient(270deg, #fff6f6 0%, #ffeeee 100%) !important; border-radius: 12px; :global { .van-cell { padding: 10px; background-color: transparent; &::after { border-color: #ffe4e4; } } } .musicTitle { flex: 1 auto; max-width: 200px; display: flex; } .cellLevel { padding-bottom: 18px; } .iconMusic { width: 20px; height: 20px; } .kingSection { display: flex; .score { width: 70px; padding-left: 6px; font-size: 27px; font-weight: 600; color: #ff1919; line-height: 1; span { font-size: 12px; font-weight: 400; } } } .iconKing { width: 30px; height: 24px; } .userImg { flex-shrink: 0; position: relative; width: 34px; height: 34px; background: linear-gradient( 180deg, rgba(255, 220, 0, 1), rgba(255, 182, 0, 1) ); border-radius: 50%; .iconLevel { position: absolute; bottom: -8px; left: 50%; margin-left: -12px; width: 24px; height: 16px; } } .userInfo { display: flex; align-items: center; } .users { display: flex; align-items: center; justify-content: space-between; } .userName { margin-left: 5px; max-width: 88px; p { white-space: nowrap; text-overflow: ellipsis; width: 100%; overflow: hidden; line-height: 1; } .name { padding-bottom: 3px; } .subjectName { display: inline-block; font-size: 12px; color: #ff8c00; background: #ffe3bc; border-radius: 4px; padding: 2px 4px; } } .userLogo { margin-top: 1px; margin-left: 1px; width: 32px; height: 32px; overflow: hidden; border-radius: 50%; background-color: #fff; display: flex; align-items: center; justify-content: center; .img { width: 16px; height: 15px; } } .noText { font-size: 14px; font-weight: 500; color: rgba(255, 25, 25, 0.5); } .musicName { padding-left: 5px; font-size: 14px; font-weight: 600; line-height: 20px; max-width: 200px; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } } .btnGroup { background-color: #fff; padding: 16px 66px; } .submit { background: linear-gradient(180deg, #ff7e7e 0%, #ff3224 100%); box-shadow: 0px 4px 0px 0px #d01e1e, inset 0px 0px 13px 0px #ffd8d0; border-radius: 22px; font-size: 18px; font-weight: 500; color: #ffffff; } .shareContainer { width: 333px; overflow: hidden; } .cover { position: absolute; left: 0; top: 0; width: 100%; } .shareCodeUrl { padding: 11px; background-color: rgba(255, 255, 255, 0.85); & > div { margin-top: 0; } } .shareSection { padding: 12px; font-size: 14px; line-height: 20px; text-align: justify; } .shareActiveTime { margin-top: 217px; } .shareGroupBtn { display: flex; align-items: center; justify-content: space-between; padding-top: 12px; :global(.van-button) { padding: 8px 32px; } }