user-follow.html
2.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE HTML>
<html>
<head>
<meta name="viewport" content="user-scalable=0, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<meta content="telephone=no" name="format-detection" />
<meta content="black" name="apple-mobile-web-app-status-bar-style" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>关注的品类</title>
<!-- css -->
<link rel="stylesheet" href="../css/style/common.css">
<link rel="stylesheet" href="../css/style/user-follow.css">
<!-- base seajs -->
<script type="text/javascript" src="http://static.nong12.com/static/newStatic/common/js/base/sea.js"></script>
<!-- base jquery -->
<script type="text/javascript" src="http://static.nong12.com/static/newStatic/common/js/base/jquery-2.1.3.min.js"></script>
<!-- base jquery -->
<script type="text/javascript" src="../js/javascript/common/config.js"></script>
</head>
<body>
<div class="user-follow">
<header class="m-header">
<div class="head">
<a href="user-home.html" class="lt-bar m-icon icon-back white">完成</a>
<h1>关注的品类</h1>
<a href="#" class="rt-bar text">编辑</a>
</div>
</header>
<div class="content">
<div class="m-table-view">
<ul>
<li class="cell"><a href="#">
<h3 class="title">白萝卜</h3>
<span class="icon-more text"></span>
<input name="ceshi" type="checkbox" checked="checked" class="text m-radio">
</a></li>
<li class="cell"><a href="#">
<h3 class="title">白萝卜</h3>
<span class="icon-more text"></span>
<input name="ceshi" type="checkbox" class="text m-radio">
</a></li>
<li class="cell"><a href="#">
<h3 class="title">白萝卜</h3>
<span class="icon-more text"></span>
<input name="ceshi" type="checkbox" class="text m-radio">
</a></li>
<li class="cell"><a href="#">
<h3 class="title">白萝卜</h3>
<span class="icon-more text"></span>
<input name="ceshi" type="checkbox" class="text m-radio">
</a></li>
</ul>
</div>
</div>
<div class="m-footer">
<a href="sort-list.html" class="m-btn btn-success">添加关注分类</a>
<a href="#" class="m-btn btn-danger">删除</a>
</div>
</div>
<div class="m-message m-animate-hide">
<span class="text"></span>
</div>
</body>
<script type="text/javascript">
seajs.use( ['../js/javascript/home/follow.js']);
</script>
</html>