试衣.html
4.46 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 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 cellspacing="10" style="width:100%;margin-top:20px;">
<tr>
<td>
<table class="table1" style="margin:0 auto;">
<thead>
<tr>
<td colspan="2" align="center" style="text-align:center;"><select name="">
<option>请选择</option>
</select> <button type="button" class="but2" >上传</button></td>
</tr>
</thead>
<tr>
<td colspan="2" align="center" style="text-align:center;"><img src="http://static.yohobuy.com/images/p_sy_1.jpg" /></td>
</tr>
<tr>
<td width="50">试穿情况</td>
<td><input name="" type="radio" value="" />
合身
<input name="" type="radio" value="" />
略紧
<input name="" type="radio" value="" />
略松</td>
</tr>
<tr>
<td valign="top">试穿备注</td>
<td><textarea name="" cols="" rows="" style="width:95%;height:60px;"></textarea></td>
</tr>
</table>
</td>
<td>
<table class="table1" style="margin:0 auto;">
<thead>
<tr>
<td colspan="2" align="center" style="text-align:center;"><select name="">
<option>请选择</option>
</select> <button type="button" class="but2" >上传</button></td>
</tr>
</thead>
<tr>
<td colspan="2" align="center" style="text-align:center;"><img src="http://static.yohobuy.com/images/p_sy_1.jpg" /></td>
</tr>
<tr>
<td width="50">试穿情况</td>
<td><input name="" type="radio" value="" />
合身
<input name="" type="radio" value="" />
略紧
<input name="" type="radio" value="" />
略松</td>
</tr>
<tr>
<td valign="top">试穿备注</td>
<td><textarea name="" cols="" rows="" style="width:95%;height:60px;"></textarea></td>
</tr>
</table>
</td>
<td>
<table class="table1" style="margin:0 auto;">
<thead>
<tr>
<td colspan="2" align="center" style="text-align:center;"><select name="">
<option>请选择</option>
</select> <button type="button" class="but2" >上传</button></td>
</tr>
</thead>
<tr>
<td colspan="2" align="center" style="text-align:center;"><img src="http://static.yohobuy.com/images/p_sy_1.jpg" /></td>
</tr>
<tr>
<td width="50">试穿情况</td>
<td><input name="" type="radio" value="" />
合身
<input name="" type="radio" value="" />
略紧
<input name="" type="radio" value="" />
略松</td>
</tr>
<tr>
<td valign="top">试穿备注</td>
<td><textarea name="" cols="" rows="" style="width:95%;height:60px;"></textarea></td>
</tr>
</table>
</td>
</tr>
</table>
<div class="boxcenter">
<button class="butok"></button>
</div>
</div>
</body>
</html>