-
Notifications
You must be signed in to change notification settings - Fork 0
/
hx_news.html
89 lines (81 loc) · 3.02 KB
/
hx_news.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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>洛-消息</title>
<link rel="stylesheet" href="css/col.css">
<link rel="stylesheet" href="css/hx_news.css">
</head>
<body>
<!--头部开始-->
<div class="hx_header">
<a class="hx_left" href="hx_massage.html"></a>
<div class="hx_title">柠檬汁</div>
</div>
<!--头部结束-->
<!--聊天内容开始-->
<div class="hx_news_header">
<div class="hx_news_head">
<div class="hx_news_headImg">
<img src="images/hx_news_headImg.png" alt="">
</div>
</div>
</div>
<div class="hx_call">
<div class="hx_news_content1">
<div class="hx_news_headPic"><img src="images/hx_news_headImg.png" alt=""></div>
<ul class="hx_check">
<li class="hx_time">9:36</li>
<li class="hx_checkContent"><p>听书附近新开了一家健身俱乐部</p></li>
</ul>
</div>
<div class="hx_news_content2">
<div class="hx_news_headPic"><img src="images/hx_news_headImg.png" alt=""></div>
<ul class="hx_check">
<li class="hx_time">9:38</li>
<li class="hx_checkContent"><p>有时间一起去体验一下 <img src="images/hx_news_smile.png" alt=""></p></li>
</ul>
</div>
<div class="hx_news_content3">
<div class="hx_news_headPic"><img src="images/hx_news_headImg.png" alt=""></div>
<ul class="hx_check">
<li class="hx_time">9:39</li>
<li class="hx_checkContent"><p>我昨天去看了感觉不错<img src="images/hx_news_nu.png" alt=""><img class="hx_pic" src="images/hx_news_img.png" alt=""></p></li>
</ul>
</div>
<div class="hx_news_content4">
<div class="hx_news_headPic"><img src="images/hx_news_headImg.png" alt=""></div>
<ul class="hx_check">
<li class="hx_time">9:39</li>
<li class="hx_checkContent">
<p>
<img src="images/hx_sanjiao.png" alt="" class="hx_sanjiao">
<span class="hx_ge">|</span>
<img src="images/hx_shengyin.png" alt="" class="hx_shengyin">
<img src="images/hx_bolang.png" alt="" class="hx_bolang">
<span class="hx_jishi">0'39''</span>
</p>
</li>
</ul>
</div>
</div>
<!--聊天内容结束-->
<!--录音开始-->
<ul class="hx_volBox">
<li class="hx_vol"><img src="images/hx_vol2.png" alt=""></li>
<input type="text" placeholder="我想说点什么...">
<li class="hx_add">发送</li>
</ul>
<ul class="hx_choose">
<img src="images/hx_news_pic.png" alt="">
<img src="images/hx_news_photo.png" alt="">
<img src="images/hx_news_money.png" alt="">
<img src="images/hx_news_face.png" alt="">
<img src="images/hx_news_tianjia.png" alt="">
</ul>
<!--录音结束-->
</body>
</html>