|
@@ -1,55 +1,51 @@
|
|
|
.itemWrapAll {
|
|
|
- &:nth-last-child(1){
|
|
|
+ &:nth-last-child(1) {
|
|
|
.itemWrap {
|
|
|
- border-bottom: none;
|
|
|
+ border-bottom: none;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
.itemWrap {
|
|
|
-
|
|
|
&:hover {
|
|
|
background-color: #f8f8f8;
|
|
|
.vip {
|
|
|
width: 150px;
|
|
|
height: 48px;
|
|
|
- color: #fff!important;
|
|
|
- background-color: var(--music-list-item-vip-bg)!important;
|
|
|
- width: 150px!important;
|
|
|
+ color: #fff !important;
|
|
|
+ background-color: var(--music-list-item-vip-bg) !important;
|
|
|
+ width: 150px !important;
|
|
|
height: 48px;
|
|
|
- text-align: center!important;
|
|
|
- color: #fff!important;
|
|
|
-
|
|
|
- p{
|
|
|
- width: 150px!important;
|
|
|
+ text-align: center !important;
|
|
|
+ color: #fff !important;
|
|
|
|
|
|
+ p {
|
|
|
+ width: 150px !important;
|
|
|
}
|
|
|
}
|
|
|
.free {
|
|
|
- width: 150px!important;
|
|
|
+ width: 150px !important;
|
|
|
height: 48px;
|
|
|
- text-align: center!important;
|
|
|
- color: #fff!important;
|
|
|
-
|
|
|
- p{
|
|
|
- width: 150px!important;
|
|
|
+ text-align: center !important;
|
|
|
+ color: #fff !important;
|
|
|
|
|
|
+ p {
|
|
|
+ width: 150px !important;
|
|
|
}
|
|
|
- background-color: var(--music-list-item-free-bg)!important;
|
|
|
+ background-color: var(--music-list-item-free-bg) !important;
|
|
|
}
|
|
|
.charge {
|
|
|
width: 150px;
|
|
|
height: 48px;
|
|
|
text-align: center;
|
|
|
- color: #fff!important;
|
|
|
- background-color: var(--music-list-item-charge-bg)!important;
|
|
|
- width: 150px!important;
|
|
|
+ color: #fff !important;
|
|
|
+ background-color: var(--music-list-item-charge-bg) !important;
|
|
|
+ width: 150px !important;
|
|
|
height: 48px;
|
|
|
- text-align: center!important;
|
|
|
- color: #fff!important;
|
|
|
-
|
|
|
- p{
|
|
|
- width: 150px!important;
|
|
|
+ text-align: center !important;
|
|
|
+ color: #fff !important;
|
|
|
|
|
|
+ p {
|
|
|
+ width: 150px !important;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -85,7 +81,7 @@
|
|
|
width: 88px;
|
|
|
height: 88px;
|
|
|
margin-right: 30px;
|
|
|
- border-radius: 5px;
|
|
|
+ border-radius: 10px;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.textWrap {
|
|
@@ -166,7 +162,6 @@
|
|
|
}
|
|
|
.touchButtonO {
|
|
|
&:hover {
|
|
|
-
|
|
|
}
|
|
|
.touchButton {
|
|
|
background: #fff;
|