商品图片.html
4.63 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
<!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" />
<link href="http://static.yohobuy.com/admin/css/style.css" rel="stylesheet" type="text/css" media="all" />
<script type="text/javascript" src="http://static.yohobuy.com/admin/js/jquery.min.js"></script>
<title>YOHO有货后台管理</title>
</head>
<body>
<div class="mainbox">
<div class="daohang">当前位置:<a href="main.html">首页</a> > <span>商品图片</span></div>
<div class="lan">
<ul>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td style="width:70px;">选择商品</td>
<td style="width:120px;"><select name="" style="width:110px;">
<option>请选择</option>
</select></td>
<td style="width:70px;">选择角度</td>
<td style="width:120px;"><select name="" style="width:110px;">
<option>请选择</option>
</select></td>
<td >
<button type="button" class="but2" >上传</button></td>
</tr>
</table>
</ul>
</div>
<table class="table1" style="width: 100%;text-align:left;">
<tr>
<td style="width:80px">商品名称:</td>
<td>NIKE</td>
<td style="width:80px">主色调:</td>
<td>蓝色</td>
<td style="width:80px">主色调:</td>
<td>蓝色</td>
<td style="width:80px">主色调:</td>
<td>蓝色</td>
<td style="width:80px">主色调:</td>
<td>蓝色</td>
</tr>
</table>
<div class="boxpic">
<dl>
<dt class="act"> <span class="mark"><select name="">
<option>前</option>
<option>后</option>
<option>侧</option></select></span><span class="del"><button class="buttondel" title="删除"></button></span> <img src="http://buy.yoho.cn/PIC/Product/22/Cover/c29200d0-ddc1-4932-9f75-b0bdfdf200fd150x150.jpg" /> </dt>
<dd>
<textarea name="" cols="" rows="" style="width:145px;height:60px;">描述</textarea>
</dd>
</dl>
<dl>
<dt> <span class="mark">后</span><span class="del"><button class="buttondel" title="删除"></button></span> <img src="http://buy.yoho.cn/PIC/Product/22/Cover/c29200d0-ddc1-4932-9f75-b0bdfdf200fd150x150.jpg" /> </dt>
<dd>
<textarea name="" cols="" rows="" style="width:145px;height:60px;">描述</textarea>
</dd>
</dl>
<dl>
<dt> <span class="mark">侧</span><span class="del"><button class="buttondel" title="删除"></button></span> <img src="http://buy.yoho.cn/PIC/Product/22/Cover/c29200d0-ddc1-4932-9f75-b0bdfdf200fd150x150.jpg" /> </dt>
<dd>
<textarea name="" cols="" rows="" style="width:145px;height:60px;">描述</textarea>
</dd>
</dl>
<dl>
<dt> <span class="mark">前</span> <img src="http://buy.yoho.cn/PIC/Product/22/Cover/c29200d0-ddc1-4932-9f75-b0bdfdf200fd150x150.jpg" /> </dt>
<dd>
<textarea name="" cols="" rows="" style="width:145px;height:60px;">描述</textarea>
</dd>
</dl>
<dl>
<dt> <span class="mark">后</span> <img src="http://buy.yoho.cn/PIC/Product/22/Cover/c29200d0-ddc1-4932-9f75-b0bdfdf200fd150x150.jpg" /> </dt>
<dd>
<textarea name="" cols="" rows="" style="width:145px;height:60px;">描述</textarea>
</dd>
</dl>
<dl>
<dt> <span class="mark">侧</span> <img src="http://buy.yoho.cn/PIC/Product/22/Cover/c29200d0-ddc1-4932-9f75-b0bdfdf200fd150x150.jpg" /> </dt>
<dd>
<textarea name="" cols="" rows="" style="width:145px;height:60px;">描述</textarea>
</dd>
</dl>
<dl>
<dt> <span class="mark">前</span> <img src="http://buy.yoho.cn/PIC/Product/22/Cover/c29200d0-ddc1-4932-9f75-b0bdfdf200fd150x150.jpg" /> </dt>
<dd>
<textarea name="" cols="" rows="" style="width:145px;height:60px;">描述</textarea>
</dd>
</dl>
<dl>
<dt> <span class="mark">后</span> <img src="http://buy.yoho.cn/PIC/Product/22/Cover/c29200d0-ddc1-4932-9f75-b0bdfdf200fd150x150.jpg" /> </dt>
<dd>
<textarea name="" cols="" rows="" style="width:145px;height:60px;">描述</textarea>
</dd>
</dl>
<dl>
<dt> <span class="mark">侧</span> <img src="http://buy.yoho.cn/PIC/Product/22/Cover/c29200d0-ddc1-4932-9f75-b0bdfdf200fd150x150.jpg" /> </dt>
<dd>
<textarea name="" cols="" rows="" style="width:145px;height:60px;">描述</textarea>
</dd>
</dl>
</div>
<div class="boxcenter">
<button class="butok"></button>
</div>
</div>
</body>
</html>