jQuery.Running让网页内数字,柱形图,饼形图跑起来效果代码

代码语言:html

所属分类:动画

代码描述:jQuery.Running让网页内数字,柱形图,饼形图跑起来效果代码,支持滚动响应。

代码标签: 数字 , 柱形图 , 形图 起来 效果

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=7" />


    <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/jquery.running.css">
    <style>


        html {
            -webkit-text-size-adjust: none;
            /*解决chrome浏览器下字体不能小于12px*/
        }
        body {
            color: #000000;
            font-family: Verdana, Arial, Helvetica, sans-serif;
        }
        * {}
        a {
            outline: none;
            text-decoration: none;
        }

        a:hover {
            text-decoration: underline;
        }
        html {
            zoom: 1;
        }

        html * {
            outline: 0;
            zoom: 1;
        }

        html button::-moz-focus-inner {
            border-color: transparent!important;
        }
        body {
            overflow-x: hidden;
            font-size: 12px;
        }

        body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
            margin: 0;
            padding: 0;
        }

        table {
            /*border-collapse:collapse;border-spacing:0;*/
        }

        fieldset,a img {
            border: 0;
        }

        address,caption,cite,code,dfn,em,th,var {
            font-style: normal;
            font-weight: normal;
        }

        li {
            list-style: none;
        }

        caption,th {
            text-align: left;
        }

        h1,h2,h3,h4,h5,h6 {
            margin-top: 20px;
        }

        q:before,q:after {
            content: '';
        }
        input[type="submit"], input[type="reset"], input[type="button"], button {
            -webkit-appearance: none;
            /*去掉苹果的默认UI来渲染按�?*/
        }

        em,i {
            font-style: normal;
        }


        pre {
            border: #CCC solid 1px;
            padding: 10px;
            background-color: #F9F9F9;
            font-family: "Courier New", Courier, Arial;
            font-size: 12px;
            line-height: 150%;
            white-space: pre-wrap!important;
            word-wrap: break-word!important;
            *white-space: normal!important;
            margin-top: 20px;
        }

        textarea {
            width: 100%;
            padding: 20px 0;
            border: none;
        }

        body {}
        body,input,textarea,select {
            font-family: "微软雅黑", "黑体";
        }
        .wrapper {
            width: 800px;
            margin: 0 auto;
            background: #f.........完整代码请登录后点击上方下载按钮下载查看

网友评论0