-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
202 lines (191 loc) · 6.98 KB
/
index.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
<!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="utf-8" />
<title>TBS-UI2</title>
<script src="http://a.tbcdn.cn/s/kissy/1.3.0/seed-min.js"></script>
<link rel="stylesheet" href="tbsui.css" />
<link rel="stylesheet" href="css/demo.css" />
<script src="js/tbsui.js"></script>
<script src="js/init.js"></script>
</head>
<body>
<div style="margin: 20px; padding: 20px;">
<ul>
<li>BUTTON</li>
<li><a href="javascript:void(0)" class="btn btn-primary">提交</a></li>
<li><span class="btn btn-primary-hover">BUTTON HOVER</span></li>
</ul>
<ul>
<li><a href="javascript:void(0)" class="btn btn-pale">下一步</a> </li>
<li><span class="btn btn-pale-hover">BUTTON HOVER</span> </li>
</ul>
<ul>
<li>INPUT</li>
<li><input value="value" type="text" /></li>
<li><input value="value" type="text" disabled="disabled" /></li>
</ul>
<ul>
<li>SELECT</li>
<li>
<select class="slct" name="slct">
<option value="0">1111</option>
<option value="1">2222</option>
<option value="2">3333chanchanchang</option>
</select>
</li>
<li>
<select class="slct" name="slct">
<option value="0">1111</option>
<option value="1" selected>selected</option>
<option value="2">3333</option>
</select>
</li>
</ul>
<ul>
<li>STEP</li>
<li>
<div class="tbsui-step-5">
<ol class="tbsui-step-bar">
<li class="tbsui-step-start-done">
1. 步骤一
</li>
<li class="tbsui-step-done">
<i></i>2. 步骤二
</li>
<li class="tbsui-step-cur">
<i></i>3. 步骤三
</li>
<li>
<i></i>3. 步骤四
</li>
<li class="tbsui-step-end">
<i></i>4. 步骤五
</li>
</ol>
</div>
</li>
</ul>
<ul>
<li>PAGE</li>
<li>
<div class="tbsui-page-m">
<div class="tbsui-page-wrap">
<div class="tbsui-page-num">
<a href="#" class="tbsui-page-prev"><</a>
<a href="#" >1</a>
<a href="#" class="tbsui-page-cur" href="#">2</a>
<b class="tbsui-page-break">...</b>
<a href="#" class="tbsui-page-next">></a>
</div>
<div class="tbsui-page-skip" >
<form id="" name="" method="get" action="">
共100页,去第<input type="text" name="jumpto" class="tbsui-page-skipTo" size="3" value="265">页
<a class="btn btn-submit">确定</a>
</form>
</div>
</div>
<div>xxx</div>
</div>
</li>
<li>
<p class="tbsui-page-s">
<b class="tbsui-page-s-len">1/59</b>
<a class="tbsui-page-s-prev" href="javascript:void(0)" title="上一页"><</a>
<a class="tbsui-page-s-next" href="javascript:void(0)" title="下一页">></a>
</p>
</li>
</ul>
<ul>
<li>
TABLE
</li>
<li>
<table class="tbsui-simtable" style="width: 100%;">
<thead>
<tr>
<th>产品名称</th>
<th>
产品类型
</th>
<th>
发布日期
</th>
<th>审核状态</th>
<th> 操作</th>
</tr>
</thead>
<tbody>
<tr>
<td>
表格单元1
</td>
<td>xxxx</td>
<td>2012-07-03</td>
<td>
xxxx
</td>
<td>
xxxx
</td>
</tr>
<tr>
<td>
表格单元2
</td>
<td>xxxx</td>
<td>2012-07-03</td>
<td>
xxxx
</td>
<td>
xxxxx
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul>
<li>RADIO</li>
<li>
<label class="radoBox-label j_radoBox">
<span class="radoBox-icons"></span>
<input type="radio" name="optionsRadios" value="option1" class="radoBox-cls" />Radio is off1
</label>
<label class="radoBox-label j_radoBox">
<span class="radoBox-icons"></span>
<input type="radio" name="optionsRadios" value="option2" checked class="radoBox-cls" />Radio is off2
</label>
<label class="radoBox-label j_radoBox">
<span class="radoBox-icons"></span>
<input type="radio" name="optionsRadios2" value="option3" disabled="disabled" checked="true" class="radoBox-cls" />Radio is off3
</label>
<label class="radoBox-label j_radoBox">
<span class="radoBox-icons"></span>
<input type="radio" name="optionsRadios2" value="option4" disabled="disabled" class="radoBox-cls" />Radio is off4
</label>
</li>
<li>CHECHBOX</li>
<li>
<label class="radoBox-label j_radoBox">
<span class="radoBox-icons"></span>
<input type="checkbox" name="optionscheckoxs" value="checkox1" checked class="radoBox-cls" />checkox Buttons1
</label>
<label class="radoBox-label j_radoBox">
<span class="radoBox-icons"></span>
<input type="checkbox" name="optionscheckoxs" value="checkox2" class="radoBox-cls" />checkox Buttons2
</label>
<label class="radoBox-label j_radoBox">
<span class="radoBox-icons"></span>
<input type="checkbox" name="optionscheckoxs2" value="checkox3" disabled="disabled" checked class="radoBox-cls" />checkox Buttons3
</label>
<label class="radoBox-label j_radoBox">
<span class="radoBox-icons"></span>
<input type="checkbox" name="optionscheckoxs2" value="checkox4" disabled="disabled" class="radoBox-cls" />checkox Buttons4
</label>
</li>
</ul>
</div>
</body>
</html>