|
@@ -7,10 +7,7 @@
|
|
|
}
|
|
|
}
|
|
|
.itemWrap {
|
|
|
- &:hover {
|
|
|
- background-color: #f8f8f8;
|
|
|
|
|
|
- }
|
|
|
--music-list-item-background-color: #fff;
|
|
|
--music-list-item-title-color: #333;
|
|
|
--music-list-item-desc-color: #333;
|
|
@@ -23,7 +20,45 @@
|
|
|
--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;
|
|
@@ -133,43 +168,7 @@
|
|
|
top: 38px;
|
|
|
position: absolute;
|
|
|
&:hover {
|
|
|
- .vip {
|
|
|
- // width: 96px;
|
|
|
- color: #fff !important;
|
|
|
- background-color: var(--music-list-item-vip-bg);
|
|
|
- width: 96px !important;
|
|
|
- height: 42px;
|
|
|
- text-align: center !important;
|
|
|
- color: #fff !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);
|
|
|
- }
|
|
|
- .charge {
|
|
|
- text-align: center;
|
|
|
- color: #fff !important;
|
|
|
- background-color: var(--music-list-item-charge-bg);
|
|
|
- width: 96px !important;
|
|
|
- height: 42px;
|
|
|
- text-align: center !important;
|
|
|
- color: #fff !important;
|
|
|
-
|
|
|
- p {
|
|
|
- width: 96px !important;
|
|
|
- }
|
|
|
- }
|
|
|
}
|
|
|
.touchButton {
|
|
|
background: #fff;
|