forked from Tencent/weui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtab.html
More file actions
21 lines (21 loc) · 751 Bytes
/
tab.html
File metadata and controls
21 lines (21 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<div class="page">
<div class="bd" style="height: 100%;">
<div class="weui_cells_title">Tab</div>
<div class="weui_cells weui_cells_access">
<a class="weui_cell js_tab" href="javascript:;" data-id="navbar">
<div class="weui_cell_bd weui_cell_primary">
<p>navbar</p>
</div>
<div class="weui_cell_ft">
</div>
</a>
<a class="weui_cell js_tab" href="javascript:;" data-id="tabbar">
<div class="weui_cell_bd weui_cell_primary">
<p>tabbar</p>
</div>
<div class="weui_cell_ft">
</div>
</a>
</div>
</div>
</div>