Commit 3285733358c7d8a46a923ad743716c012bc97a99
1 parent
230796eb
branch swith
Showing
5 changed files
with
42 additions
and
2 deletions
2.0/filterpop.html
0 → 100644
1 | +<!DOCTYPE html> | |
2 | +<html lang="en"> | |
3 | +<head> | |
4 | + <meta charset="UTF-8"> | |
5 | + <meta name="format-detection" content="telephone=no" /> | |
6 | + <meta name="msapplication-tap-highlight" content="no" /> | |
7 | + <!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 --> | |
8 | + <!-- <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" /> --> | |
9 | + <meta content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" name="viewport" /> | |
10 | + <title>筛选弹出面板</title> | |
11 | + <link rel="stylesheet" href="../css/style/common.css"> | |
12 | + <link rel="stylesheet" href="../css/style/filterpop.css"> | |
13 | + | |
14 | + <!-- base seajs --> | |
15 | + <script type="text/javascript" src="http://static.nong12.com/static/newStatic/common/js/base/sea.js"></script> | |
16 | + <!-- base jquery --> | |
17 | + <script type="text/javascript" src="http://static.nong12.com/static/newStatic/common/js/base/jquery-2.1.3.min.js"></script> | |
18 | +</head> | |
19 | + | |
20 | +<body id="filterpop"> | |
21 | + <!-- // wait bechao demo --> | |
22 | +</body> | |
23 | +</html> | |
0 | 24 | \ No newline at end of file | ... | ... |
2.0/searchtab01.html
2.0/searchtab02.html
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | <!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 --> |
8 | 8 | <!-- <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" /> --> |
9 | 9 | <meta content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" name="viewport" /> |
10 | - <title>带tab的 搜索02</title> | |
10 | + <title>带tab的 搜索02(带搜索结果)</title> | |
11 | 11 | <link rel="stylesheet" href="../css/style/common.css"> |
12 | 12 | <link rel="stylesheet" href="../css/style/searchtab.css"> |
13 | 13 | |
... | ... | @@ -41,6 +41,16 @@ |
41 | 41 | <input type="text" autocomplete="off" class="m-input" placeholder="输入要搜索的店铺"> |
42 | 42 | <button class="m-btn btn-success btn-search">搜 索</button> |
43 | 43 | </form> |
44 | + <div class="m-table-view sort-left"> | |
45 | + <ul id="search-rs-list"> | |
46 | + <li class="cell on" > | |
47 | + <a class="title" href="#">测试店铺1</a> | |
48 | + </li> | |
49 | + <li class="cell" > | |
50 | + <a class="title" href="#">测试店铺2</a> | |
51 | + </li> | |
52 | + </ul> | |
53 | + </div> | |
44 | 54 | </div> |
45 | 55 | </section> |
46 | 56 | </div> | ... | ... |
css/style/searchtab.css