-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathstyle2.html
65 lines (64 loc) · 1.79 KB
/
style2.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
<!DOCTYPE html>
<!-- -->
<html lang="en">
<head>
<meta charset="UTF-8">
<title>style2</title>
<meta name="viewport" content="width = device-width,initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/public.css">
</head>
<body>
<div class="container">
<div class="box box-top top-style2">
<div class="logoImg"> <!-- logo图片 -->
<a href="">
<img class="logo-b" src="images/logo-b.png">
</a>
</div>
<div class="state">保存于15:00</div>
<div class="saveBtn">
<form action="#" method="get">
<input type="button" class="save-btn" name="save" value="保存草稿">
</form>
</div>
<div class="uploadBtn">
<form action="#" method="get">
<input type="button" class="upload-btn" name="upload" value="发表游记">
</form>
</div>
</div>
<div class="box footer"> <!-- 底部-->
<div class="bottomLine"></div>
<nav>
<div class="footer-txt footer-title">联系我们</div>
<div class="box footer-icon">
<a href="www.weibo.com">
<div class="icon box icon-weibo">
<img src="images/weibo.png">
</div>
</a>
<a href="#">
<div class="icon icon-wechat">
<ul>
<li>
<img id="wechat" src="images/wechat.png">
</li>
<li>
<img id="wechat2" src="images/wechat2.png">
</li>
</ul>
</div>
</a>
</div>
<div class="footer-txt footer-service">
<a href="customerService.html">用户手册</a>
</div>
<div class="footer-txt footer-subscribe">
<a class="login" href="#">注册 / 登陆</a>
</div>
<div class="footer-txt footer-msg">Copyright © 2017 Pinch Design Ltd. All rights reserved. DoubleDogs is a registered trademark.</div>
</nav>
</div>
</div>
</body>
</html>