-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhelper.html
48 lines (48 loc) · 1.76 KB
/
helper.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<title>穆穆助手</title>
<link rel="stylesheet" href="css/index.css" />
<link rel="stylesheet" href="css/chat.css" />
<link rel="stylesheet" href="css/customservice.css" />
<link rel="stylesheet" href="css/helper.css" />
<script src="js/jquery.min.js"></script>
</head>
<body>
<!--nav 可复用-->
<div class="nav">
<p onclick="javascript:history.back(-1);"><img src="images/箭头2.png" alt="" /></p>
<p>穆穆助手</p>
<img src="images/助手-2.png" alt="" />
</div>
<!--custom service-->
<div class="custom_service">
<p>2017-07-01 14:20</p>
<div class="custom_service1">
<img src="images/助手-1.png"/>
<img src="images/在线客服_03.png" alt="" />
<p>欢迎来到穆穆网,在这里能找对象也能交朋友,先完善资料让别人了解你吧!</p>
</div>
<p>昨天 11:30</p>
<div class="custom_service1">
<img src="images/助手-1.png"/>
<img src="images/在线客服_03.png" alt="" />
<p>您的头像审核为非真实头像,小红娘友情提醒-上传清晰美观的个人照片将获得更多的关注和互动机会,点击立即上传头像<br /><a href="">修改</a></p>
</div>
<p>昨天 11:30</p>
<div class="custom_service2">
<p>北京线下活动!携手央视 邀你参与咖啡厅约会!一起来寻找你的另一半吧!</p>
</div>
</div>
<!--chat bottom-->
<div class="chat_bottom">
<img src="images/聊天_20.png" alt="" />
<input type="text" />
<img src="images/聊天_23.png" alt="" />
<img src="images/聊天_25.png" alt="" />
<i></i>
</div>
</body>
</html>