-
Notifications
You must be signed in to change notification settings - Fork 0
/
structure.html
34 lines (34 loc) · 977 Bytes
/
structure.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
<html>
<head>
<link href="jquery.hi-selector.css" rel="stylesheet" type="text/css"/>
<link href="bootstrap/css/bootstrap.css" rel="stylesheet" type="text/css"/>
<link href="bootstrap/css/bootstrap-responsive.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id='hi-selector-container'>
<div id='hi-left-block'>
<div class='hi-head'>
<div class='hi-title'>
<span class='hi-title-text'>To be Selected</span>
</div>
<div class='hi-search'>
<input type="text" name="searchLeft" placeholder="搜索商品……" class="input-small"/></th>
</div>
</div>
<div class='hi-body'>
<div class='hi-item'></div>
</div>
<div class='hi-foot'></div>
</div>
<div id='hi-operators'>
<div class='hi-left-opers'>
<button class='hi-oper'></button>
</div>
<div class='hi-right-opers'></div>
</div>
<div id='hi-right-block'>
<!-- the same as left -->
</div>
</div>
</body>
</html>