|
@@ -1,10 +1,55 @@
|
|
|
|
|
|
.itemAllWrap {
|
|
|
- padding: 0 25px;
|
|
|
+ padding: 0 24px;
|
|
|
+ &:nth-last-child(1){
|
|
|
+ .itemWrap {
|
|
|
+ border-bottom:none;
|
|
|
+ }
|
|
|
+ }
|
|
|
&:hover {
|
|
|
background-color: #f8f8f8;
|
|
|
+ .itemWrap {
|
|
|
+ background-color: #f8f8f8;
|
|
|
+ .vip {
|
|
|
+ // width: 96px;
|
|
|
+ color: #fff !important;
|
|
|
+ background-color: var(--music-list-item-vip-bg)!important;
|
|
|
+ width: 96px !important;
|
|
|
+ height: 42px;
|
|
|
+ text-align: center !important;
|
|
|
+
|
|
|
+ p {
|
|
|
+ width: 96px !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .free {
|
|
|
+ width: 96px !important;
|
|
|
+ height: 42px;
|
|
|
+ text-align: center !important;
|
|
|
+ color: #fff !important;
|
|
|
+
|
|
|
+ p {
|
|
|
+ width: 96px !important;
|
|
|
+ }
|
|
|
+ background-color: var(--music-list-item-free-bg)!important;
|
|
|
+ }
|
|
|
+ .charge {
|
|
|
+ text-align: center;
|
|
|
+ color: #fff !important;
|
|
|
+ background-color: var(--music-list-item-charge-bg)!important;
|
|
|
+ width: 96px !important;
|
|
|
+ height: 42px;
|
|
|
+ text-align: center !important;
|
|
|
+
|
|
|
+
|
|
|
+ p {
|
|
|
+ width: 96px !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
}
|
|
|
+
|
|
|
}
|
|
|
.itemWrap {
|
|
|
|
|
@@ -13,52 +58,13 @@
|
|
|
--music-list-item-desc-color: #333;
|
|
|
--music-list-item-mate-color: #6a6a6a;
|
|
|
--music-list-item-border-color: #f1f1f1;
|
|
|
-
|
|
|
--music-list-item-vip-bg: #c8a430;
|
|
|
--music-list-item-vip-color: #c8a430;
|
|
|
--music-list-item-free-bg: #4ca751;
|
|
|
--music-list-item-free-color: #4ca751;
|
|
|
--music-list-item-charge-bg: #3f90d6;
|
|
|
--music-list-item-charge-color: #3f90d6;
|
|
|
- &:hover {
|
|
|
- background-color: #f8f8f8;
|
|
|
- .vip {
|
|
|
- // width: 96px;
|
|
|
- color: #fff !important;
|
|
|
- background-color: var(--music-list-item-vip-bg)!important;
|
|
|
- width: 96px !important;
|
|
|
- height: 42px;
|
|
|
- text-align: center !important;
|
|
|
-
|
|
|
- p {
|
|
|
- width: 96px !important;
|
|
|
- }
|
|
|
- }
|
|
|
- .free {
|
|
|
- width: 96px !important;
|
|
|
- height: 42px;
|
|
|
- text-align: center !important;
|
|
|
- color: #fff !important;
|
|
|
-
|
|
|
- p {
|
|
|
- width: 96px !important;
|
|
|
- }
|
|
|
- background-color: var(--music-list-item-free-bg)!important;
|
|
|
- }
|
|
|
- .charge {
|
|
|
- text-align: center;
|
|
|
- color: #fff !important;
|
|
|
- background-color: var(--music-list-item-charge-bg)!important;
|
|
|
- width: 96px !important;
|
|
|
- height: 42px;
|
|
|
- text-align: center !important;
|
|
|
-
|
|
|
|
|
|
- p {
|
|
|
- width: 96px !important;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
height: 188px;
|
|
|
background: #ffffff;
|
|
|
// border-radius: 12px;
|
|
@@ -68,12 +74,13 @@
|
|
|
width: 100%;
|
|
|
padding: 16px 0px;
|
|
|
border-bottom: 1px solid #ececec;
|
|
|
+
|
|
|
cursor: pointer;
|
|
|
.left {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
align-items: center;
|
|
|
- width: 555px;
|
|
|
+ width: 580px;
|
|
|
.imgWrap {
|
|
|
width: 88px;
|
|
|
height: 88px;
|
|
@@ -82,7 +89,7 @@
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.textWrap {
|
|
|
- width: 555px;
|
|
|
+ width: 580px;
|
|
|
position: relative;
|
|
|
.musicName {
|
|
|
font-size: 18px;
|
|
@@ -92,7 +99,7 @@
|
|
|
margin-bottom: 6px;
|
|
|
}
|
|
|
.authorName {
|
|
|
- font-weight: 600;
|
|
|
+ font-weight: 400;
|
|
|
color: #666;
|
|
|
line-height: 22px;
|
|
|
font-size: 16px;
|
|
@@ -134,7 +141,7 @@
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
.authorName {
|
|
|
- font-weight: 600;
|
|
|
+ font-weight: 400;
|
|
|
color: #000000;
|
|
|
line-height: 25px;
|
|
|
font-size: 18px;
|