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 | \ No newline at end of file | 24 | \ No newline at end of file |
2.0/searchtab01.html
@@ -19,7 +19,7 @@ | @@ -19,7 +19,7 @@ | ||
19 | 19 | ||
20 | <body id="serachtab"> | 20 | <body id="serachtab"> |
21 | <div class="m-page"> | 21 | <div class="m-page"> |
22 | - <header class="m-header"> | 22 | + <header class="m-header header-light"> |
23 | <div class="head"> | 23 | <div class="head"> |
24 | <a href="#" class="lt-bar m-icon icon-back white">返回</a> | 24 | <a href="#" class="lt-bar m-icon icon-back white">返回</a> |
25 | <ul class="m-tab" searchtab> | 25 | <ul class="m-tab" searchtab> |
2.0/searchtab02.html
@@ -7,7 +7,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 --> | 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" /> --> | 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" /> | 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 | <link rel="stylesheet" href="../css/style/common.css"> | 11 | <link rel="stylesheet" href="../css/style/common.css"> |
12 | <link rel="stylesheet" href="../css/style/searchtab.css"> | 12 | <link rel="stylesheet" href="../css/style/searchtab.css"> |
13 | 13 | ||
@@ -41,6 +41,16 @@ | @@ -41,6 +41,16 @@ | ||
41 | <input type="text" autocomplete="off" class="m-input" placeholder="输入要搜索的店铺"> | 41 | <input type="text" autocomplete="off" class="m-input" placeholder="输入要搜索的店铺"> |
42 | <button class="m-btn btn-success btn-search">搜 索</button> | 42 | <button class="m-btn btn-success btn-search">搜 索</button> |
43 | </form> | 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 | </div> | 54 | </div> |
45 | </section> | 55 | </section> |
46 | </div> | 56 | </div> |
css/style/searchtab.css