comment_new.html
4.81 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="format-detection" content="telephone=no" />
<meta name="msapplication-tap-highlight" content="no" />
<!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 -->
<!-- <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" /> -->
<meta content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" name="viewport" />
<title>订单流程-发表评论</title>
<link rel="stylesheet" href="../css/style/common.css">
<link rel="stylesheet" href="../css/style/comment_new.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>
</head>
<body class="commentNew">
<div class="m-page">
<header class="m-header">
<div class="head">
<a href="comment_list.html" class="lt-bar m-icon icon-back white">返回</a>
<h1>发表评论</h1>
<a href="#" class="rt-bar m-icon icon-more white">更多</a>
</div>
</header>
<section class="m-content">
<div class="product-item">
<ul class="m-table-view">
<li class="cell cell-extend-pic">
<img src="../temp/pic_fq@2x.png" width="60" height="60" alt="" class="pic">
<h3 class="title">西红柿 产地山东潍坊市提货点...</h3>
</li>
</ul>
<div class="star">
<span class="title">评分:</span>
<div class="m-like"><span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
<span class="text"></span>
</div>
<div class="text-box">
<textarea class="m-textarea" placeholder="商品还满意吗?大声说出您的感受吧。"></textarea>
</div>
</div>
<div class="product-item">
<ul class="m-table-view">
<li class="cell cell-extend-pic">
<img src="../temp/pic_hlb@2x.png" width="60" height="60" alt="" class="pic">
<h3 class="title">西红柿 产地山东潍坊市提货点...</h3>
</li>
</ul>
<div class="star">
<span class="title">评分:</span>
<div class="m-like"><span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
<span class="text"></span>
</div>
<div class="text-box">
<textarea class="m-textarea" placeholder="商品还满意吗?大声说出您的感受吧。"></textarea>
</div>
</div>
<div class="product-item">
<ul class="m-table-view">
<li class="cell cell-extend-pic">
<img src="../temp/pic_hlb@2x.png" width="60" height="60" alt="" class="pic">
<h3 class="title">西红柿 产地山东潍坊市提货点...</h3>
</li>
</ul>
<div class="star">
<span class="title">评分:</span>
<div class="m-like"><span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
<span class="text"></span>
</div>
<div class="text-box">
<textarea class="m-textarea" placeholder="商品还满意吗?大声说出您的感受吧。"></textarea>
</div>
</div>
</section>
<footer class="m-footer">
<a href="#" class="m-btn btn-success">提交评论</a>
</footer>
</div>
<script src="http://static.nong12.com/static/newStatic/common/js/base/jquery-2.1.3.min.js"></script>
<script src="http://static.nong12.com/static/newStatic/common/js/base/jquery-2.1.3.min.js"></script>
<script>
$(function(){
});
</script>
</body>
</html>