@@ -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%;
+ }
}