wen zi gun dong

html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
    <title></title>
    <style>
        /* CSS Document */
        *{margin:0;padding:0;font-size:12px;}
        body{ background:none;}
        input,button,select,textarea{outline:none;}
        ul,li,dl,ol{list-style:none;}
        a{color:#666; text-decoration:none;}

        .box{ width:1000px; margin:0 auto;}
        .bcon{ width:320px; border:1px solid #eee; margin:30px auto;float: left;margin-right: 10px;}
        .bcon h1{ border-bottom:1px solid #eee; padding:0 10px;}
        .bcon h1 b{ font:bold 14px/40px ‘瀹嬩綋‘; border-top:2px solid #3492D1; padding:0 8px; margin-top:-1px; display:inline-block;}

        .list_lh{ height:400px; overflow:hidden;}
        .list_lh li{ padding:10px;}
        .list_lh li.lieven{ background:#F0F2F3;}
        .list_lh li p{ height:24px; line-height:24px;}
        .list_lh li p a{ float:left;}
        .list_lh li p em{ width:80px; font:normal 12px/24px Arial; color:#FF3300; float:right; display:inline-block;}
        .list_lh li p span{ color:#999; float:right;}
        .list_lh li p a.btn_lh{ background:#28BD19; height:17px; line-height:17px; color:#fff; padding:0 5px; margin-top:4px; display:inline-block; float:right;}
        .btn_lh:hover{ color:#fff; text-decoration:none;}

        .btm p{ font:normal 12px/24px ‘Microsoft YaHei‘; text-align:center;}
    </style>
    <script type="text/javascript" src="css/jquery.min.js"></script>
    <script type="text/javascript">
        // JavaScript Document
        (function($){
            $.fn.myScroll = function(options){

                var defaults = {
                    speed:40,  //
                    rowHeight:24 //
                };

                var opts = $.extend({}, defaults, options),intId = [];

                function marquee(obj, step){

                    obj.find("ul").animate({
                        marginTop: ‘-=1‘
                    },0,function(){
                        var s = Math.abs(parseInt($(this).css("margin-top")));
                        if(s >= step){
                            $(this).find("li").slice(0, 1).appendTo($(this));
                            $(this).css("margin-top", 0);
                        }
                    });
                }

                this.each(function(i){
                    var sh = opts["rowHeight"],speed = opts["speed"],_this = $(this);
                    intId[i] = setInterval(function(){
                        if(_this.find("ul").height()<=_this.height()){
                            clearInterval(intId[i]);
                        }else{
                            marquee(_this, sh);
                        }
                    }, speed);

                    _this.hover(function(){
                        clearInterval(intId[i]);
                    },function(){
                        intId[i] = setInterval(function(){
                            if(_this.find("ul").height()<=_this.height()){
                                clearInterval(intId[i]);
                            }else{
                                marquee(_this, sh);
                            }
                        }, speed);
                    });

                });

            }

        })(jQuery);
    </script>
    <script type="text/javascript">
        $(document).ready(function(){
            $(‘.list_lh li:even‘).addClass(‘lieven‘);
        })
        $(function(){
            $("div.list_lh").myScroll({
                speed:40, //数值越大,速度越慢
                rowHeight:44 //li的高度
            });
        });
    </script>
</head>

<body>
<div class="box">
    <div class="bcon">
        <h1><b>领号实时播报</b></h1>
        <!-- 代码开始 -->
        <div class="list_lh">
            <ul>
                <li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li>

            </ul>
        </div>
        <!-- 代码结束 -->
    </div>
    <div class="bcon">
        <h1><b>领号实时播报</b></h1>
        <!-- 代码开始 -->
        <div class="list_lh">
            <ul>
                <li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li>

            </ul>
        </div>
        <!-- 代码结束 -->
    </div><div class="bcon">
        <h1><b>领号实时播报</b></h1>
        <!-- 代码开始 -->
        <div class="list_lh">
            <ul>
                <li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li><li>
                    <p><a href="" target="_blank" class="a_blue">网游战江湖公测豪华礼包</a></p>
                </li>

            </ul>
        </div>
        <!-- 代码结束 -->
    </div>

</div>

</body>
</html>
时间: 2024-10-13 04:17:14

wen zi gun dong的相关文章

Unity初探—SpaceShoot

Unity初探—SpaceShoot DestroyByBoundary脚本(C#) 在游戏中我们添加了一个Cube正方体,让他来作为游戏的边界.它是可以触发触发事件的(勾选Is Trigger),当游戏中的碰撞体结束trigger事件,也就是出了正方体边界,我们就将其销毁. 1 void OnTriggerExit(Collider other) 2 { 3 Destroy(other.gameObject); 4 } Description描述 OnTriggerExit is called

全网数据备份+inotify实时监测

第1章 备份要求及逻辑图 1.1 总体逻辑图1.2 全网备份要求1.2.1 全网备份基本要求已知3台服务器主机名分别为A(web01).B(backup).C(nfs01)要求:每天晚上00点整在Web服务器A上打包备份系统配置文件.网站程序目录及访问日志并通过rsync命令推送备份服务器B上备份保留(备份思路可以是先在本地按日期打包,然后再推到备份服务器B上)1.2.2 全网备份具体要求1)Web服务器A和备份服务器B的备份目录必须都为/backup2)要备份的系统配置文件包括但不限于:a.定

sersync 实验笔记

图是从网络找的. 在s1和s2 (客户端)开启rsync守护进程服务.rsync服务rsync的配置文件在/etc/rsync.conf[[email protected]_RS2_6_61 dmall]# cat > /etc/rsyncd.conf <<EOF#Rsync serveruid = rootgid = rootuse chroot = no # 安全相关max connections = 2000 # 并发连接数timeout = 600 # 超时时间(秒)pid fi

Gun N&#39; Rose Team Review

一看到这个项目就被他的功能给吸引了.回忆起以前看到一个东西很新奇想去网上查询它是什么,但是又不知道应该怎样去描述它,于是在搜索引擎的输入框中键入.删除.键入.删除的可笑经历的时候,我就越发感觉到这个app的必要性了.画出查询对象的大致轮廓,系统自动搜筛选出相似的图片,这个app实现了“所见即所得”,令人称赞. 当然,这个app也存在很多局限性,比如说它返回的图片数量很大,没能实现精确定位,如果能让用户在输入时添加对对象的模糊描述,比如说:不是房子,像苹果等无疑将提高搜索的准确度.另外,这个app

hdu 5281 Senior&#39;s Gun

题目连接 http://acm.hdu.edu.cn/showproblem.php?pid=5281 Senior's Gun Description Xuejiejie is a beautiful and charming sharpshooter. She often carries $n$ guns, and every gun has an attack power $a[i]$. One day, Xuejiejie goes outside and comes across $m

Fortran编译器之一GUN Fortran安装(Windows XP)

最近研究GIS算法,需要用到Fortran语言.在网上找了一下发现一个开源的软件GUN Fortran编译器.当然既然是编译器,就是编译出程序的,但是编辑器不包括在内.编辑器可以用Text记事本,或者是ZionEdit也可以. 一开始装GUN Fortran编译器,装完了.以为是可视化界面,结果在bin目录单击gfortran.exe一闪而过,明白这是应该用cmd命令来执行的. 首先,在“运行”中输入'cmd'进入dos命令窗.再切换至硬盘的gfortran执行程序目录.G: --> cd gf

Codeforces Round #291 (Div. 2)——B&lt;set&gt;—— Han Solo and Lazer Gun

There are n Imperial stormtroopers on the field. The battle field is a plane with Cartesian coordinate system. Each stormtrooper is associated with his coordinates (x, y) on this plane. Han Solo has the newest duplex lazer gun to fight these stormtro

〖Linux〗gun screen 配置文件

screen 默认使用 bash shell,一般情况下screen只用于android build,tmux则是我的日常使用多终端管理工具. # Default Shell shell "/bin/bash" # show status bar hardstatus alwayslastline "%{b kw}%H %{r}%1` %{w}| %{g}%c %{w}| %{y}%d.%m.%Y %{w}| %{g}%l %{w}| %{-b kw}%u %-Lw%{= r

多国语言解决方案gun.gettext + poedit

1.关于i18n i18n其来源是英文单词 internationalization的首末字符i和n,18为中间的字符数是“国际化”的简称. i10n为资源本地化,全称为Localization,因为首字母I与末字母N之间共10个字母,又称为I10N.资源本地化就是要让这个软件产品使用当地的环境,如语言.文化.使用习惯等 一般涉及到具体国家的语言文件,以i10n来表示,而多国语言相关的解决方案以i18n表示. 2.关于gun.gettext wqe