.expand-active-toast { font-size: 14px; background-color: #e8f6ff; display: flex; justify-content: space-between; padding: 0 15px; height: 33px; line-height: 33px; margin-bottom: 10px; .expand-toast-swiper { width: 240px; overflow: hidden; position: relative; p { width: 375px; position: absolute; -webkit-animation: scollLeft 10s linear 0s infinite; } } .red { color: #ff3131; } img { width: 15px; height: 15px; margin-top: 9px; } a { display: inline-block; width: 44px; height: 22px; background: linear-gradient(90deg, #0099ff 0%, #0080ff 100%); border-radius: 11px; color: #fff; font-size: 12px; line-height: 22px; margin-top: 5px; text-align: center; } @-webkit-keyframes scollLeft { from { right: -100%; } to { right: 100%; } } @keyframes scollLeft { from { right: -100%; } to { right: 100%; } } @-moz-keyframes scollLeft { from { right: -100%; } to { right: 100%; } } @-o-keyframes scollLeft { from { right: -100%; } to { right: 100%; } } }