|
@@ -54,24 +54,18 @@
|
|
|
.title{
|
|
|
width: 216px;
|
|
|
margin-left: 10px;
|
|
|
- &.isMusicList{
|
|
|
- :global{
|
|
|
- .van-notice-bar{
|
|
|
- &::after{
|
|
|
- max-width: calc(216px + 16px);
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- content: "";
|
|
|
- width: calc(var(--noticeBarWidth,100%) + 16px);
|
|
|
- height: 100%;
|
|
|
- background: url("./image/sj.png") no-repeat;
|
|
|
- background-size: 9px 6px;
|
|
|
- background-position: center right;
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- }
|
|
|
+ position: relative;
|
|
|
+ .symbolNote{
|
|
|
+ max-width: calc(216px + 16px);
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ content: "";
|
|
|
+ width: calc(var(--noticeBarWidth,100%) + 16px);
|
|
|
+ height: 100%;
|
|
|
+ background: url("./image/sj.png") no-repeat;
|
|
|
+ background-size: 9px 6px;
|
|
|
+ background-position: center right;
|
|
|
}
|
|
|
:global{
|
|
|
.van-notice-bar{
|