-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproductdetail.html
271 lines (241 loc) · 9.75 KB
/
productdetail.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
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Articulated Object Bank</title>
<style>
html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.imgbox {
position: relative;
width: 220px;
height: 200px;
margin: auto;
}
.imgbox img {
width: 220px;
height: 200px;
transition: transform 0.5s ease;
}
.imgbox .mask {
position: absolute;
top: 0;
left: 0;
width: 220px;
height: 200px;
background: rgba(44, 44, 44, 0.6);
color: #ffffff;
opacity: 0;
display: flex;
font-size: 20px;
transition: transform 0.5s ease;
}
.mask span {
margin: auto;
}
.imgbox a:hover .mask {
opacity: 1;
/* -webkit-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1); */
}
/* .imgbox:hover img {
-webkit-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
} */
</style>
<meta name="keywords" content="web store, free sc.chinaz.com, sc.chinaz.com, CSS, HTML" />
<meta name="description" content="Web Store Theme is a free CSS template provided by templatemo.com." />
<link href="css/templatemo_style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="css/ddsmoothmenu.css" />
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/ddsmoothmenu.js">
/***********************************************
* Smooth Navigational Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<script type="text/javascript">
ddsmoothmenu.init({
mainmenuid: "templatemo_menu", //menu DIV id
orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
classname: 'ddsmoothmenu', //class added to menu's outer DIV
//customtheme: ["#1c5a80", "#18374a"],
contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
})
function clearText(field)
{
if (field.defaultValue == field.value) field.value = '';
else if (field.value == '') field.value = field.defaultValue;
}
</script>
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
<script src="js/prototype.js" type="text/javascript"></script>
<script src="js/scriptaculous.js?load=effects,builder" type="text/javascript"></script>
<script src="js/lightbox.js" type="text/javascript"></script>
</head>
<body id="subpage">
<div id="templatemo_wrapper">
<div id="templatemo_header">
<div id="site_title"><h1><a href="http://sc.chinaz.com/moban"></a></h1></div>
<div id="header_right">
<ul id="language">
<li><a><img src="images/usa.png" alt="English" /></a></li>
<li><a><img src="images/china.png" alt="Chinese" /></a></li>
<li><a><img src="images/germany.png" alt="Germany" /></a></li>
<li><a><img src="images/india.png" alt="Indian" /></a></li>
</ul>
<div class="cleaner"></div>
<div id="templatemo_search">
<form action="#" method="get">
<input type="text" value="Search" name="keyword" id="keyword" title="keyword" onfocus="clearText(this)" onblur="clearText(this)" class="txt_field" />
<input type="submit" name="Search" value="" alt="Search" id="searchbutton" title="Search" class="sub_btn" />
</form>
</div>
</div> <!-- END -->
</div> <!-- END of header -->
<div id="templatemo_menu" class="ddsmoothmenu">
<ul>
<li><a href="index.html" class="selected">Home</a></li>
<li><a href="#">Browse</a></li>
<li><a href="#">Download</a></li>
<li><a href="#">FAQs</a></li>
<li><a href="#">Documentation</a></li>
<li><a href="#">About</a>
<ul>
<li><a href="#">Publication</a></li>
<li><a href="#">People</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Term of Use</a></li>
</ul>
</li>
</ul>
<br style="clear: left" />
</div> <!-- end of templatemo_menu -->
<div class="cleaner h20"></div>
<div id="templatemo_main_top"></div>
<div id="templatemo_main">
<div id="sidebar">
<h3>Categories</h3>
<ul class="sidebar_menu">
<li><a href="index-box.html">Box</a></li>
<li><a href="index-stapler.html">Stapler</a></li>
<li><a href="index-drawer.html">Drawer</a></li>
<li><a href="#">Scissors</a></li>
<li><a href="#">Cutter</a></li>
<li><a href="#">Eyeglasses</a></li>
<li><a href="#">Foldingrack</a></li>
<li><a href="#">Support</a></li>
<li><a href="#">Tableware</a></li>
<li><a href="#">USB</a></li>
</ul>
</div> <!-- END of sidebar -->
<div id="content">
<h2>Model Details</h2>
<div class="col col_13 imgbox">
<a rel="lightbox[portfolio]" href="images/example_slim.gif " title="box1">
<img width=270px src="models/box/box1/box1.png" alt="box1" />
<div class="mask">
<span>View</span>
</div>
</a>
</div>
<div class="col col_13 no_margin_right">
<table>
<tr>
<td height="30" width="160">Category:</td>
<td>Box</td>
</tr>
<tr>
<td height="30">Functionality:</td>
<td>Contain</td>
</tr>
<tr>
<td height="30">Mass:</td>
<td>0.5KG</td>
</tr>
<tr>
<td height="30">Part Number:</td>
<td>2</td>
</tr>
<tr>
<td height="30">Joint Type:</td>
<td>Revolute</td>
</tr>
</table>
</div>
<div class="cleaner h30"></div>
<h5><strong>Model Description</strong></h5>
<p>Stationery box. Blue Texture.</p>
<div class="cleaner h50"></div>
<h4>Other Box Models</h4>
<div class="col col_16 product_gallery">
<a href="productdetail.html"><img src="models/box/box2/box2.png" alt="box2" /></a>
<h3>box2</h3>
</div>
<div class="col col_16 product_gallery">
<a href="productdetail.html"><img src="models/box/box3/box3.png" alt="box3" /></a>
<h3>box3</h3>
</div>
<div class="col col_16 product_gallery no_margin_right">
<a href="productdetail.html"><img src="models/box/box4/box4.png" alt="box4" /></a>
<h3>box4</h3>
</div>
<div class="col col_16 product_gallery no_margin_right">
<a href="productdetail.html"><img src="models/box/box5/box5.png" alt="box5" /></a>
<h3>box5</h3>
</div>
<a href="models/box/index.html" class="more float_r">View all</a>
<div class="cleaner"></div>
</div> <!-- END of content -->
<div class="cleaner"></div>
</div> <!-- END of main -->
<div id="templatemo_footer">
<div class="col col_16">
<h4>Categories</h4>
<ul class="footer_menu">
<li><a href="#">Box</a></li>
<li><a href="#">Stapler</a></li>
<li><a href="#">Drawer</a></li>
<li><a href="#">Scissors</a></li>
</ul>
</div>
<div class="col col_16">
<h4>Pages</h4>
<ul class="footer_menu">
<li><a href="#">Home</a></li>
<li><a href="#">Browse</a></li>
<li><a href="#">Download</a></li>
<li><a href="#">FAQs</a></li>
<li><a href="#">Documentation</a></li>
<li><a href="#">About</a></li>
</ul>
</div>
<div class="col col_16">
<h4>Social</h4>
<ul class="footer_menu">
<li><a href="#">Twitter</a></li>
<li><a href="#">Facebook</a></li>
<li><a href="#">Youtube</a></li>
<li><a href="#">LinkedIn</a></li>
</ul>
</div>
<div class="col col_13 no_margin_right">
<h4>About Us</h4>
<p>This project is developed and maintained by <a href="http://home.ustc.edu.cn/~liuliu66/" rel="nofollow"><strong>Liu Liu</strong></a> @MVIG at SJTU.</p>
</div>
<div class="cleaner h40"></div>
<center>
<em>Copyright © 2021 Liu Liu, Shanghai JiaoTong University</em>
</center>
</div> <!-- END of footer -->
</div>
<div style="display:none"><script src='http://v7.cnzz.com/stat.php?id=155540&web_id=155540' language='JavaScript' charset='gb2312'></script></div></body>
</html>