weui
Version:
A UI library by WeChat official design team, includes the most useful widgets/modules in mobile web applications.
83 lines (77 loc) • 3.85 kB
HTML
<html lang="zh-cmn-Hans">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0,viewport-fit=cover">
<title>WeUI</title>
<link rel="stylesheet" href="../style/weui.css"/>
<link rel="stylesheet" href="./example.css"/>
</head>
<body ontouchstart>
<span aria-hidden="true" id="js_a11y_comma" class="weui-hidden_abs">,</span>
<div role="alert" class="weui-toptips weui-toptips_warn js_tooltips">错误提示</div>
<div class="container" id="container"></div>
<link rel="import" href="./home.html">
<link rel="import" href="./layers.html">
<link rel="import" href="./button/button.html">
<link rel="import" href="./button/button_default.html">
<link rel="import" href="./button/button_bottom_fixed.html">
<link rel="import" href="./list/list.html">
<link rel="import" href="./input/input.html">
<link rel="import" href="./form/form.html">
<link rel="import" href="./form/form_page.html">
<link rel="import" href="./form/form_input_status.html">
<link rel="import" href="./form/form_vcode.html">
<link rel="import" href="./form/form_access.html">
<link rel="import" href="./form/form_checkbox.html">
<link rel="import" href="./form/form_radio.html">
<link rel="import" href="./form/form_switch.html">
<link rel="import" href="./form/form_select.html">
<link rel="import" href="./form/form_select_primary.html">
<link rel="import" href="./form/form_textarea.html">
<link rel="import" href="./toast/toast.html">
<link rel="import" href="./dialog/dialog.html">
<link rel="import" href="./half-screen-dialog/half-screen-dialog.html">
<link rel="import" href="./progress/progress.html">
<link rel="import" href="./msg/msg.html">
<link rel="import" href="./msg/msg_success.html">
<link rel="import" href="./msg/msg_warn.html">
<link rel="import" href="./msg/msg_text.html">
<link rel="import" href="./msg/msg_text_primary.html">
<link rel="import" href="./msg/msg_custom_area_preview.html">
<link rel="import" href="./msg/msg_custom_area_tips.html">
<link rel="import" href="./msg/msg_custom_area_cell.html">
<link rel="import" href="./article/article.html">
<link rel="import" href="./navbar/navbar.html">
<link rel="import" href="./tabbar/tabbar.html">
<link rel="import" href="./panel/panel.html">
<link rel="import" href="./actionsheet/actionsheet.html">
<link rel="import" href="./icons/icons.html">
<link rel="import" href="./searchbar/searchbar.html">
<link rel="import" href="./picker/picker.html">
<link rel="import" href="./footer/footer.html">
<link rel="import" href="./gallery/gallery.html">
<link rel="import" href="./flex/flex.html">
<link rel="import" href="./loading/loading.html">
<link rel="import" href="./loadmore/loadmore.html">
<link rel="import" href="./uploader/uploader.html">
<link rel="import" href="./preview/preview.html">
<link rel="import" href="./grid/grid.html">
<link rel="import" href="./badge/badge.html">
<link rel="import" href="./slider/slider.html">
<link rel="import" href="./top-tips/top-tips.html">
<script type="text/template" id="footerTmpl">
<div class="page__ft">
<a href="javascript:home()"><img src="images/icon_footer_link.png" /></a>
</div>
</script>
<script src="./zepto.min.js"></script>
<script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
<script src="https://res.wx.qq.com/t/wx_fed/cdn_libs/res/weui/1.2.5/weui.min.js"></script>
<script src="./example.js"></script>
<script src="./wah.js"></script>
<script type="text/javascript">
//WAH.default.init()
</script>
</body>
</html>