UNPKG

blear.ui.mobile-picker

Version:
39 lines (36 loc) 1.25 kB
<!doctype html> <!-- - 文件描述 - @author ydr.me - @create 2016-06-27 17:26 --> <html lang="zh-Hans"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="renderer" content="webkit"> <meta name="viewport" content="width=device-width,user-scalable=no,maximum-scale=1.0,minimum-scale=1.0,minimal-ui"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-touch-fullscreen" content="yes"> <meta name="format-detection" content="telephone=no"> <meta name="author" content="云淡然;http://ydr.me"> <meta name="keywords" content="关键词1,关键词2"> <meta name="description" content="描述语句"> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"> <title>index.html</title> <style> button { font-size: 18px; border: 2px solid #000; padding: 10px 20px; } </style> </head> <body ontouchstart=""> <button id="open1">打开数据联动</button> <button id="open2">选择年月日</button> <script src="/node_modules/coolie.js/coolie.js" data-config="/example/coolie-config.js" data-main="index.js"></script> </body> </html>