<div class="top-notice-word"><a data-b="huodong" href="#" target="_blank" class="top-notice-word-link">此处为特效代码位置</a></div>
在将以上代码复制到自己网站前端需要放置此效果的位置;并修改其中的文字显示内容;
第二步:添加DIV对应的样式;
.top-notice-word{width: 100%;line-height: 40px;font-size: 14px;color: #ffffff;text-align: center;background: -o-linear-gradient(left, #ff6c00, #a200ff);background: -webkit-gradient(linear, left top, right top, from(#ff6c00), to(#a200ff));background: linear-gradient(to right, #ff6c00, #a200ff);overflow-x: hidden;}