.authorName{ height: 1.8rem; // 与smoothAnimationBox高度对应 } .title{ width: 280px; margin: 0 auto; &.isScroll{ :global{ .van-notice-bar .van-notice-bar__wrap{ justify-content: initial; } } } :global{ .van-notice-bar{ height: 30px; line-height: 30px; padding: 0; font-weight: 600; font-size: 22px; color: #FFFFFF; .van-notice-bar__wrap{ justify-content: center; } } } } .authorCon{ display: flex; justify-content: flex-end; padding-right: 30px; .author{ width: 210px; :global{ .van-notice-bar{ height: 20px; padding: 0; font-weight: 400; font-size: 13px; color: #FFFFFF; line-height: 20px; .van-notice-bar__wrap{ justify-content: flex-end; } } } } } .blackTitle { :global{ .van-notice-bar{ color: #000 !important; } } }