简介:
网站顶部的跑马灯特效代码
将以下代码放在头部head里即可
代码:
<!-- 顶部跑马灯特效 -->
<style>
.article-content h2 { margin: 15px 0 15px -20px; padding: 0 25px; border-left: 5px solid #51aded; background-color: #f7f7f7; font-size: 18px; line-height: 40px;}
#top-img {background: url(https://lib.hackeus.cn/static/images/paomadeng.png);height: 4px;top: 0px;position: fixed;width: 100%;Z-index: 9999;}
}
</style>
<div id="top-img"></div>
<!-- 顶部跑马灯特效 -->
评论