-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
132 lines (116 loc) · 3.8 KB
/
index.html
File metadata and controls
132 lines (116 loc) · 3.8 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="renderer" content="webkit|ie-comp|ie-stand">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<link rel="stylesheet" type="text/css" href="/css/H-ui.min.css" />
<title>艺术品认证结果-闻德古钱币艺术品鉴定评估有限公司</title>
<style>
* {
marign: 0px;
font-size: 16px;
line-height: 26px;
color: #333;
}
body {
margin: 0px;
font-size: 12px;
overflow-y: scroll;
}
.main {
margin: 0 auto;
text-align: center;
line-height: 26px;
padding: 2px;
}
table {
border: 1px solid #ccc;
border-left: 0px;
border-top: 0px;
margin: 0px;
width: 100%;
padding: 0px;
}
table tr td, table tr th {
border: 1px solid #ccc;
border-right: 0px;
border-bottom: 0px;
padding: 8px;
padding-left: 10px;
text-align: left;
}
table tr th {
text-align: left;
background: #efefef;
padding-right: 5px;
font-weight: lighter !important;
}
table.listTab th {
text-align: left;
}
</style>
</head>
<body>
<div class="page-container">
<table cellpadding="0px" cellspacing="0px">
<tr>
<th colspan="2" style="text-align: center;"><b>艺术品认证结果</b></th>
</tr>
<tr>
<th>艺术品名称</th>
<td>五代日月方镜 </td>
</tr>
<tr>
<th>认证编号</th>
<td>APJ220718005005</td>
</tr>
<tr>
<th>朝代</th>
<td>五代</td>
</tr>
<tr>
<th>长×宽×厚:</th>
<td>67.5 × × 3.8</td>
</tr>
<tr>
<th>重量</th>
<td>91.4</td>
</tr>
<tr>
<th>评分值</th>
<td>
85555
</td>
</tr>
<tr>
<th>登记时间</th>
<td>2022-07-18 18:41:12</td>
</tr>
<tr>
<th>藏品备注</th>
<td>
</td>
</tr>
<tr>
<th colspan="2">藏品照片</th>
</tr>
<tr>
<td colspan="2">
<a href='./mmexport1681349126690.jpg' target="_blank"><img src=".\mmexport1681349126690.jpg" class="imgtip radius" width="100" height="100" /></a> <a href='./mmexport1681349126690.jpg' target="_blank"><img src="mmexport1681349126690.jpg" class="imgtip radius" width="100" height="100" /></a> </td>
</tr>
<tr>
<th>赔付等级</th>
<td>Ⅲ</td>
</tr>
<tr>
<th>认证公司</th>
<td>闻德古钱币艺术品鉴定评估有限公司</td>
</tr>
</table>
</div>
<!--请在下方写此页面业务相关的脚本-->
</body>
</html>