天天看點

weui的模闆

<!DOCTYPE html>
<html >
<head>
    <meta charset="UTF-8">
    <!-- viewport是自動适配手機螢幕的大小的 -->
    <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0">
    <title>WeUI</title>
    <!-- 引入 WeUI 這是連網引入的 -->
    <link rel="stylesheet" href="http://res.wx.qq.com/open/libs/weui/1.0.2/weui.min.css" target="_blank" rel="external nofollow" >
</head>
<body ontouchstart>
    <!-- 使用 WeUI -->
</body>
</html>