jQuery新闻列表滚动(上下滚动、横向滚动、无缝滚动、停顿滚动)

自己搜的代码,亲测好使,可以根据自己的需要进行样式及js修改

<!doctype html>
<html>
<head>
    <meta charset="utf-8">
    <title>jQuery新闻列表滚动(上下滚动、横向滚动、无缝滚动、停顿滚动)</title>
    <script src="http://libs.baidu.com/jquery/1.11.3/jquery.min.js"></script>
    <style>
        body {
            max-width:768px;
            min-width:320px;
            font-family:'微软雅黑',"宋体";
            min-height:100%;
            position:relative;
            margin:auto;
            background:#e9e9e9;
            width:100%;
        }
        ::-webkit-scrollbar {
            width:0px
        }
        a:link,a:visited,a:hover,a:active {
            text-decoration:none;
            -webkit-tap-highlight-color:transparent;
        }
        ul,li,dl,dd,h1,h2,h3,h4,h5,h6,p,input {
            margin:0;
            padding:0;
            list-style:none;
        }
        .panel {
            width:100%;
            text-align:center;
            background:#000;
            margin-top:30px;
        }
        .panel_zhong {
            font-size:18px;
            padding-left:20px;
            height:34px;
            line-height:34px;
            color:#fff;
        }
        /*获奖名单-无缝滚动 上下*/
        .activity {
            width:100%;
            margin:0 auto;
            position:relative;
            overflow:hidden;
            height:165px;
            text-align:center;
            background-color:#fff;
        }
        .activity ul {
            top:-15px;
            padding:0;
            color:#666;
            position:relative;
        }
        .activity li {
            height:34px;
            padding:0;
            font-size:14px;
            line-height:34px;
            list-style:none;
            border-bottom
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值