123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270 |
- .hotMusicMore {
- min-height: 100vh;
- background: url('./images/woring-bg.png') no-repeat top center;
- background-size: contain;
- :global {
- .van-search {
- padding-top: 20px;
- }
- .van-sticky--fixed {
- background: url('./images/woring-bg.png') no-repeat top center;
- background-size: 100%;
- }
- }
- }
- .woringHeader {
- display: flex;
- align-items: center;
- height: var(--van-nav-bar-height);
- .leftArrow {
- padding: 0 var(--k-padding-md);
- }
- .title {
- position: relative;
- z-index: 1;
- i {
- width: 78px;
- height: 20px;
- display: inline-block;
- background: url('./images/woring-title.png') no-repeat center;
- background-size: contain;
- }
- &::after {
- content: ' ';
- display: inline-block;
- position: absolute;
- left: 0;
- bottom: -2px;
- width: 48px;
- height: 6px;
- background: linear-gradient(270deg, rgba(119, 255, 239, 0.59) 0%, #42CDFF 100%);
- opacity: 0.5;
- z-index: -1;
- }
- }
- }
- .searchContent {
- font-size: 14px;
- color: rgba(0, 0, 0, 0.8);
- line-height: 20px;
- margin-right: 12px;
- display: flex;
- align-items: center;
- span {
- padding-right: 4px;
- }
- i {
- display: inline-block;
- background: url('./images/icon-arrow.png') no-repeat center;
- background-size: contain;
- width: 9px;
- height: 5px;
- transition: transform 0.2s ease;
- }
- &.active {
- i {
- transform: rotate(180deg);
- transition: transform 0.2s ease;
- }
- }
- }
- // .hotMusicMoreTablet {
- // background: url('./images/woring-bg-tablet.png') no-repeat top center;
- // background-size: contain;
- // }
- .emptyGroup {
- height: calc(100vh - var(--header-height));
- }
- .musicList {
- margin: 8px 13px 13px;
- background: #FFFFFF;
- border-radius: 16px;
- overflow: hidden;
- // min-height: 50vh;
- .musicItem {
- padding: 15px 12px;
- }
- .musicImg {
- width: 51px;
- height: 51px;
- margin-right: 10px;
- border-radius: 8px;
- overflow: hidden;
- }
- .musicPlayIcon {
- width: 24px;
- height: 24px;
- }
- .musicContnet {
- h2 {
- font-size: 16px;
- font-weight: 600;
- color: #333333;
- line-height: 22px;
- max-width: 210px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- p {
- padding-top: 8px;
- font-size: 13px;
- color: #777777;
- line-height: 1;
- }
- }
- }
- .changeSubjectContainer {
- min-height: 217px;
- max-height: 367px;
- overflow-x: hidden;
- overflow-y: auto;
- padding: 0 15px 30px;
- &::-webkit-scrollbar {
- display: none;
- }
- .title {
- padding-top: 18px;
- display: flex;
- align-items: center;
- font-size: 16px;
- font-weight: 500;
- color: #333333;
- line-height: 22px;
- &::before {
- content: '';
- display: inline-block;
- width: 4px;
- height: 11px;
- background: #1CACF1;
- border-radius: 3px;
- margin-right: 6px;
- }
- }
- }
- .searchHead {
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size: 16px;
- font-weight: 500;
- color: #333333;
- height: 55px;
- line-height: 55px;
- border-bottom: 1px solid #F2F2F2;
- margin: 0 15px;
- .cancel,
- .confirm {
- font-size: 14px;
- font-weight: 400;
- line-height: 20px;
- color: #777777;
- padding: 0 7px;
- }
- .confirm {
- color: #1CACF1;
- }
- }
- .subjectContainer {
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- padding-top: 18px;
- &.subjectContainerTwo {
- .subjectItem {
- width: 48%;
- &:nth-child(3n + 2) {
- margin-left: 0;
- margin-right: 0;
- }
- &:nth-child(2n + 2) {
- margin-left: 2.333%;
- margin-right: 0;
- }
- }
- }
- .subjectItem {
- width: 31%;
- height: 34px;
- padding: 0 8px;
- line-height: 34px;
- text-align: center;
- background: #F6F6F6;
- border-radius: 50px;
- font-size: 13px;
- color: #333333;
- border: 1px solid #F6F6F6;
- margin-bottom: 12px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- &:nth-child(3n + 2) {
- margin-left: 2.333%;
- margin-right: 2.333%;
- }
- &.arrow::after {
- content: '';
- display: inline-block;
- margin-left: 3px;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid transparent;
- border-bottom: 4px solid #777777;
- transform: translateY(3px) rotate(180deg);
- }
- &.active {
- border: 1px solid #1CACF1;
- background: #EBF8FF;
- color: #1CACF1;
- &::after {
- border-bottom: 4px solid #1CACF1;
- transform: translateY(-2px) rotate(0deg);
- }
- }
- }
- }
|