123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408 |
- .list {
- background: url('./images/bg.png') no-repeat top center;
- background-size: contain;
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- }
- .topTitle {
- padding-top: 30px;
- padding-bottom: 24px;
- font-size: 0;
- // color: #131415;
- // height: 60px;
- // letter-spacing: 1px;
- // text-align: center;
- // font-style: normal;
- // color: #004aff;
- text-align: center;
- img {
- height: 50px;
- margin: 0 auto;
- }
- }
- .searchSection {
- position: relative;
- display: flex;
- align-items: center;
- justify-content: center;
- .searchInput {
- width: 700px;
- --n-height: 50px !important;
- :global {
- .n-button {
- padding: 0 24px;
- font-size: 18px !important;
- color: #ffffff;
- --n-border: none !important;
- background: linear-gradient( 312deg, #1B7AF8 0%, #3CBBFF 100%);
- }
- .n-input__input-el {
- font-size: 18px !important;
- color: #000000;
- }
- .n-input__placeholder {
- font-size: 18px !important;
- }
- }
- }
- .moreMusic {
- position: absolute;
- right: 60px;
- padding: 9px 25px;
- background: rgba(255, 255, 255, 0.7);
- border-radius: 22px;
- font-weight: 600;
- font-size: 18px;
- color: #131415;
- display: flex;
- align-items: center;
- justify-content: center;
- cursor: pointer;
- line-height: 1.5;
- &::after {
- content: '';
- display: inline-block;
- width: 6px;
- height: 10px;
- background: url('./images/icon-arrow.png') no-repeat center;
- background-size: contain;
- margin-left: 6px;
- }
- }
- }
- .container {
- padding: 24px 60px;
- display: flex;
- gap: 0 30px;
- flex: 1 auto;
- .section {
- flex: 1;
- border-radius: 16px;
- background: #ffffff;
- overflow: hidden;
- height: 100%;
- .sectionTitle {
- padding: 18px 24px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- .imgTitle {
- height: 45px;
- }
- .moreBtn {
- border-radius: 20px;
- font-weight: 600;
- font-size: 18px;
- color: #131415;
- padding: 7px 20px;
- display: flex;
- align-items: center;
- justify-content: center;
- cursor: pointer;
- line-height: 1;
- &::after {
- content: '';
- display: inline-block;
- width: 6px;
- height: 10px;
- background: url('./images/icon-arrow.png') no-repeat center;
- background-size: contain;
- margin-left: 6px;
- }
- }
- }
- }
- .recommendSection {
- background: url('./images/recommon_bg.png') no-repeat top center #fff;
- background-size: contain;
- .moreBtn {
- background: #d1e8ff;
- }
- }
- .hotSection {
- background: url('./images/hot_bg.png') no-repeat top center #fff;
- background-size: contain;
- .moreBtn {
- background: #f8e5f1;
- }
- }
- .newSection {
- background: url('./images/new_bg.png') no-repeat top center #fff;
- background-size: contain;
- .moreBtn {
- background: #d4f1e7;
- }
- }
- :global {
- .n-scrollbar {
- max-height: calc(100vh - 64px - 154px - 48px - 91px);
- height: calc(100vh - 64px - 154px - 48px - 91px);
- }
- }
- }
- .item {
- display: flex;
- align-items: center;
- margin: 0 12px 10px;
- cursor: pointer;
- padding: 15px 12px;
- border-radius: 12px;
- cursor: pointer;
- &:hover {
- background: #f5f6fa;
- }
- .num {
- font-family: DINAlternate, DINAlternate;
- font-weight: bold;
- font-size: 18px;
- color: #7e8287;
- line-height: 22px;
- text-align: center;
- &.num1 {
- color: #f72626;
- }
- &.num2 {
- color: #fd6633;
- }
- &.num3 {
- color: #ffac37;
- }
- }
- .img {
- width: 60px;
- height: 60px;
- background: #ddf2ff;
- border-radius: 8px;
- overflow: hidden;
- margin: 0 16px;
- img {
- width: inherit;
- height: inherit;
- }
- }
- .infos {
- display: flex;
- flex-direction: column;
- .topName {
- font-weight: 600;
- font-size: 20px;
- color: #131415;
- line-height: 28px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- max-width: 370px;
- }
- .types {
- display: flex;
- padding-top: 4px;
- & > div {
- margin-right: 4px;
- }
- .hot {
- background: #fff3f3;
- border-radius: 3px;
- border: 1px solid rgba(254, 67, 67, 0.5);
- font-size: max(12px, 11px);
- color: #fe4343;
- padding: 0 5px;
- &::before {
- content: '';
- display: inline-block;
- width: 10px;
- height: 12px;
- background: url('./images/icon-fire.png') no-repeat center;
- background-size: contain;
- margin-right: 3px;
- vertical-align: middle;
- }
- span {
- line-height: 1;
- vertical-align: text-bottom;
- }
- }
- .sing,
- .song {
- background: #ffffff;
- font-size: max(12px, 11px);
- border-radius: 3px;
- padding: 0 4px;
- line-height: 1;
- display: flex;
- align-items: center;
- }
- .sing {
- border: 1px solid rgba(243, 130, 26, 0.5);
- color: #f3821a;
- }
- .song {
- border: 1px solid rgba(21, 178, 253, 0.5);
- color: #00adff;
- }
- .author {
- color: #777777;
- font-size: max(14px, 12px);
- }
- }
- }
- }
- .searchContainer {
- flex: 1 auto;
- padding: 24px 0;
- .empty {
- display: flex;
- align-items: center;
- justify-content: center;
- height: 100%;
- // height: 100%;
- }
-
- .loadingWrap {
- display: flex;
- justify-content: center;
- // min-height: 80px;
- padding-bottom: 10px;
-
- &.showLoading {
- height: 0;
- opacity: 0;
- min-height: 0;
- display: none;
- }
- }
- :global {
- .n-scrollbar {
- max-height: calc(100vh - 64px - 160px - 40px);
- }
- }
- }
- .sectionContainer {
- padding: 0 48px;
- display: flex;
- flex-wrap: wrap;
- }
- .sectionItem {
- display: flex;
- align-items: center;
- margin: 0 12px 10px;
- cursor: pointer;
- padding: 15px 12px;
- border-radius: 12px;
- width: 405px;
- background: #FFFFFF;
- cursor: pointer;
- box-sizing: border-box;
- .img {
- width: 60px;
- height: 60px;
- background: #ddf2ff;
- border-radius: 8px;
- overflow: hidden;
- margin: 0 16px;
- img {
- width: inherit;
- height: inherit;
- }
- }
- .infos {
- display: flex;
- flex-direction: column;
- .topName {
- font-weight: 600;
- font-size: 20px;
- color: #131415;
- line-height: 28px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- max-width: 270px;
- span {
- color: #198CFE;
- font-weight: bold;
- }
- }
- .types {
- display: flex;
- padding-top: 4px;
- & > div {
- margin-right: 4px;
- }
- .hot {
- background: #fff3f3;
- border-radius: 3px;
- border: 1px solid rgba(254, 67, 67, 0.5);
- font-size: max(12px, 11px);
- color: #fe4343;
- padding: 0 5px;
- &::before {
- content: '';
- display: inline-block;
- width: 10px;
- height: 12px;
- background: url('./images/icon-fire.png') no-repeat center;
- background-size: contain;
- margin-right: 3px;
- vertical-align: middle;
- }
- span {
- line-height: 1;
- vertical-align: text-bottom;
- }
- }
- .sing,
- .song {
- background: #ffffff;
- font-size: max(12px, 11px);
- border-radius: 3px;
- padding: 0 4px;
- line-height: 1;
- display: flex;
- align-items: center;
- }
- .sing {
- border: 1px solid rgba(243, 130, 26, 0.5);
- color: #f3821a;
- }
- .song {
- border: 1px solid rgba(21, 178, 253, 0.5);
- color: #00adff;
- }
- .author {
- color: #777777;
- font-size: max(14px, 12px);
- }
- }
- }
- }
|