-
Notifications
You must be signed in to change notification settings - Fork 2
/
dealpaper.html
56 lines (54 loc) · 2.4 KB
/
dealpaper.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>待处理公务</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<link href="resources/css/jquery-ui-themes.css" type="text/css" rel="stylesheet"/>
<link href="resources/css/axure_rp_page.css" type="text/css" rel="stylesheet"/>
<link href="files/dealpaper/styles.css" type="text/css" rel="stylesheet"/>
<script src="resources/scripts/jquery.min.js"></script>
<script src="resources/scripts/jquery-ui-1.8.10.custom.min.js"></script>
<script src="resources/scripts/jquery.rotate.min.js"></script>
<script src="resources/scripts/bootstrap.min.js"></script>
<script src="files/dealpaper/data.js"></script>
</head>
<body>
<div>
<img src="images/dealpaper/head.png" style="position: absolute;left: 0px;top: 0px;" alt=""/>
<img id="close" src="images/newconference/close.png" alt=""/>
<img id="check" src="images/newconference/check.png" alt=""/>
</div>
<div style="position: absolute;left: 0px;top: 547px;width: 1080px;">
<table border="0px" cellspacing="0" style="border-collapse: collapse;" rules="rows">
<body>
<tr height="159" width="1080" style="border:4px solid #F8F8F8;">
<td width="71"></td>
<td class="title" width="243px">XXXXX.doc</td>
<td width="682px" class="download"><img src="images/dealpaper/download.png" style="float: right;"/></td>
<td width="84px"></td>
</tr>
<tr height="159" width="1080" style="border:4px solid #F8F8F8;">
<td width="71"></td>
<td class="title" width="243px">XXXX.jpg</td>
<td width="682px" class="download"><img src="images/dealpaper/download.png" style="float: right;"/></td>
<td width="84px"></td>
</tr>
<tr height="159" width="1080" style="border:4px solid #F8F8F8;">
<td width="71"></td>
<td class="title" width="243px">添加意见</td>
<td width="682px" class="addition"><img src="images/newconference/addition.png" style="float: right;"/></td>
<td width="84px"></td>
</tr>
<tr height="159" width="1080" style="border:4px solid #F8F8F8;">
<td width="71"></td>
<td class="title" width="243px">添加收件方</td>
<td width="682px" class="addition"><img src="images/newconference/addition.png" style="float: right;"/></td>
<td width="84px"></td>
</tr>
</body>
</table>
</div>
</body>
</html>