@@ -64,6 +64,14 @@ <h1 class="page_title">WeUI</h1>
64
64
< div class ="weui_cell_ft ">
65
65
</ div >
66
66
</ a >
67
+ < a class ="weui_cell js_cell " href ="javascript:; " data-id ="actionSheet ">
68
+ < span class ="weui_cell_hd "> < img src ="./images/icon_nav_article.png " class ="icon_nav " alt =""> </ span >
69
+ < div class ="weui_cell_bd weui_cell_primary ">
70
+ < p > Action Sheet</ p >
71
+ </ div >
72
+ < div class ="weui_cell_ft ">
73
+ </ div >
74
+ </ a >
67
75
< a class ="weui_cell js_cell " href ="javascript:; " data-id ="icons ">
68
76
< span class ="weui_cell_hd "> < img src ="./images/icon_nav_icons.png " class ="icon_nav " alt =""> </ span >
69
77
< div class ="weui_cell_bd weui_cell_primary ">
@@ -75,7 +83,6 @@ <h1 class="page_title">WeUI</h1>
75
83
</ div >
76
84
</ div >
77
85
</ div >
78
- </ div >
79
86
< script type ="text/html " id ="tpl_button ">
80
87
< div class = "page" >
81
88
< div class = "hd" >
@@ -514,6 +521,32 @@ <h1 class="page_title">Icons</h1>
514
521
</ div >
515
522
</ div >
516
523
</ script >
524
+ < script type ="text/html " id ="tpl_actionSheet ">
525
+ < div class = "page" style = "overflow: hidden" >
526
+ < div class = "hd" >
527
+ < h1 class = "page_title" > action sheet</ h1 >
528
+ </ div >
529
+ < div class = "bd spacing" >
530
+ < a href = "javascript:;" class = "weui_btn weui_btn_primary" id = "showActionSheet" > 点击上拉actionSheet</ a >
531
+ </ div >
532
+ <!--BEGIN actionSheet-->
533
+ < div id = "actionSheet_wrap" >
534
+ < div class = "weui_mask" id = "mask" style = "display: none" > </ div >
535
+ < div class = "weui_actionsheet" id = "weui_actionsheet" >
536
+ < div class = "weui_actionsheet_menu" >
537
+ < div class = "weui_actionsheet_cell" > 示例菜单</ div >
538
+ < div class = "weui_actionsheet_cell" > 示例菜单</ div >
539
+ < div class = "weui_actionsheet_cell" > 示例菜单</ div >
540
+ < div class = "weui_actionsheet_cell" > 示例菜单</ div >
541
+ </ div >
542
+ < div class = "weui_actionsheet_action" >
543
+ < div class = "weui_actionsheet_cell" id = "actionsheet_cancel" > 取消</ div >
544
+ </ div >
545
+ </ div >
546
+ </ div >
547
+ <!--END actionSheet-->
548
+ </ div >
549
+ </ script >
517
550
< script src ="https://res.wx.qq.com/open/libs/zepto/1.1.6/zepto.js "> </ script >
518
551
< script src ="./example.js "> </ script >
519
552
</ body >
0 commit comments