浏览代码

曲目后面的符号

黄琪勇 11 月之前
父节点
当前提交
5b351af3f8
共有 2 个文件被更改,包括 15 次插入0 次删除
  1. 二进制
      src/page-instrument/header-top/image/sj.png
  2. 15 0
      src/page-instrument/header-top/index.module.less

二进制
src/page-instrument/header-top/image/sj.png


+ 15 - 0
src/page-instrument/header-top/index.module.less

@@ -30,6 +30,21 @@
                 font-weight: 600;
                 font-size: 18px;
                 color: #FFFFFF;
+                .van-notice-bar__content{
+                    position: relative;
+                    padding-right: 16px;
+                    &::after{
+                        position: absolute;
+                        top: 50%;
+                        right: 0;
+                        transform: translateY(-50%);
+                        content: "";
+                        width: 11px;
+                        height: 6px;
+                        background: url("./image/sj.png") no-repeat;
+                        background-size: 100% 100%;                         
+                    }
+                }
             }
         }
     }