zoukankan      html  css  js  c++  java
  • ☀【插件】iScroll

    iScroll 4.2.5 中文API √
    http://www.gafish.net/api/iScroll.html

    -webkit-overflow-scrolling: touch

    <!DOCTYPE html>
    <html lang="zh-CN">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
        <title></title>
        <style>
            #head {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 40px;
                background: #F00;
            }
            #body {
                position: absolute;
                top: 40px;
                left: 0;
                bottom: 40px;
                width: 100%;
                background: #FF0;
    
                overflow: auto;
                -webkit-overflow-scrolling: touch;
            }
            #foot {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 40px;
                background: #F00;
            }
        </style>
    </head>
    <body>
        <div id="head"></div>
        <div id="body">
            <p>如果丘处机没有路过牛家村,中国将是最发达国家</p>
            <p>如果丘处机没有路过牛家村,中国将是最发达国家</p>
            <p>如果丘处机没有路过牛家村,中国将是最发达国家</p>
            <p>如果丘处机没有路过牛家村,中国将是最发达国家</p>
            <p>如果丘处机没有路过牛家村,中国将是最发达国家</p>
            <p>如果丘处机没有路过牛家村,中国将是最发达国家</p>
            <p>如果丘处机没有路过牛家村,中国将是最发达国家</p>
            <p>如果丘处机没有路过牛家村,中国将是最发达国家</p>
            <p>如果丘处机没有路过牛家村,中国将是最发达国家</p>
            <p>如果丘处机没有路过牛家村,中国将是最发达国家</p>
            <p>如果丘处机没有路过牛家村,中国将是最发达国家</p>
            <p>如果丘处机没有路过牛家村,中国将是最发达国家</p>
            <p>如果丘处机没有路过牛家村,中国将是最发达国家</p>
            <p>如果丘处机没有路过牛家村,中国将是最发达国家</p>
            <p>如果丘处机没有路过牛家村,中国将是最发达国家</p>
            <p>如果丘处机没有路过牛家村,中国将是最发达国家</p>
            <p>如果丘处机没有路过牛家村,中国将是最发达国家</p>
            <p>如果丘处机没有路过牛家村,中国将是最发达国家</p>
            <p>如果丘处机没有路过牛家村,中国将是最发达国家</p>
            <p>如果丘处机没有路过牛家村,中国将是最发达国家</p>
        </div>
        <div id="foot"></div>
    </body>
    </html>
  • 相关阅读:
    SQL Server复制情况下的高可用方案(一)镜像+复制
    sqlserver数据库镜像运行模式
    普通PC机支持内存128G,单条32G内存
    ICSharpCode.SharpZipLib 压缩、解压文件 附源码
    利用SharpZipLib进行字符串的压缩和解压缩
    SQL Server常见数据类型介绍
    .net中压缩和解压缩的处理
    solr字段压缩属性compressed新版本已经移除
    solr schema.xml Field属性详解
    Altmetric
  • 原文地址:https://www.cnblogs.com/jzm17173/p/3394677.html
Copyright © 2011-2022 走看看