| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 | 
							- .album {
 
-   margin: 12px 14px;
 
-   padding: 10px;
 
-   background-color: var(--music-list-item-background-color);
 
-   border-radius: 10px;
 
-   display: flex;
 
-   position: relative;
 
-   .albumType {
 
-     position: absolute;
 
-     left: 10px;
 
-     top: 10px;
 
-     background: linear-gradient(180deg, #ff8900 0%, #ff5100 100%);
 
-     box-shadow: 0px 1px 2px 0px rgba(150, 13, 0, 0.11);
 
-     border-radius: 10px 0px 10px 0px;
 
-     font-size: 12px;
 
-     padding: 0 6px;
 
-     line-height: 20px;
 
-     color: #ffffff;
 
-   }
 
-   .img {
 
-     width: 98px;
 
-     height: 98px;
 
-     margin-right: 15px;
 
-     position: relative;
 
-     >img,
 
-     >div {
 
-       position: absolute;
 
-       border-radius: 10px;
 
-       overflow: hidden;
 
-     }
 
-   }
 
-   .content {
 
-     flex: 1;
 
-     >h4 {
 
-       font-size: 14px;
 
-       font-weight: 500;
 
-       color: #131415;
 
-       line-height: 24px;
 
-     }
 
-     >p {
 
-       padding-top: 2px;
 
-       font-size: 12PX;
 
-       color: #777777;
 
-     }
 
-     .footer {
 
-       span {
 
-         font-size: 12px;
 
-         color: #FE2451;
 
-         line-height: 16px;
 
-         padding: 1px 6px;
 
-         border-radius: 4px;
 
-         border: 1px solid #FE2451;
 
-         margin-right: 5px;
 
-       }
 
-     }
 
-   }
 
- }
 
- .footer {
 
-   margin-top: 11px;
 
-   display: flex;
 
-   >div {
 
-     display: flex;
 
-     align-items: center;
 
-     justify-content: center;
 
-     font-size: 12px;
 
-     color: var(--music-list-item-mate-color);
 
-     margin-right: 18px;
 
-     .icon {
 
-       margin-right: 5px;
 
-     }
 
-     span {
 
-       display: block;
 
-       margin-top: 1px;
 
-     }
 
-   }
 
- }
 
 
  |