-
Notifications
You must be signed in to change notification settings - Fork 3
/
form.html
526 lines (481 loc) · 28 KB
/
form.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
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width; initial-scale=1.0"/>
<title>Rain CSS > Form</title>
<!-- Framework CSS -->
<link rel="stylesheet" href="css/blueprint/screen.css" type="text/css" media="all"/>
<link rel="stylesheet" href="css/blueprint/print.css" type="text/css" media="print"/>
<!--[if lte IE 8]><link rel="stylesheet" href="css/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
<link rel="stylesheet" href="css/rain.css" type="text/css" media="all"/>
<link rel="stylesheet" href="icomoon/style.css">
<!--[if lt IE 9]><script type="text/javascript" src="js/html5.js"></script><![endif]-->
<style>
.simucheck{display: inline-block; width: 12px; height: 12px; line-height: 12px; border:3px solid #0090ff; }
.rightcheck{ font-size: 12px;}
.simucheck.on{ background-color: #0090ff; }
.simucheck.on .rightcheck{ visibility: visible; }
/* select with new style*/
.myselect{ -webkit-appearance:none; padding-right: 20px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4QkEyOEZEMDkyNTUxMUU1QURGMENENkY2OTFGNEI1MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4QkEyOEZEMTkyNTUxMUU1QURGMENENkY2OTFGNEI1MiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjhCQTI4RkNFOTI1NTExRTVBREYwQ0Q2RjY5MUY0QjUyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjhCQTI4RkNGOTI1NTExRTVBREYwQ0Q2RjY5MUY0QjUyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+hDaH6gAAAEVJREFUeNpci1EKACAIQxd0L71Z3kw7mTXpQxqI440HEdkAsl8xd9d/KJaZ6BY7WQ3dYicbtd6oKi1EhPBPvJjZQssRYADCPDDWyvsuiwAAAABJRU5ErkJggg==) no-repeat 65px center #fff;}
</style>
</head>
<body class="body">
<div class="header headerBlue">
<nav class="lsn posr clearfix">
<a href="http://www.webdevelopmentmachine.com" class="headerLink headerLinkBlue l pr pl ib tdn">首页home</a>
<a href="http://www.webdevelopmentmachine.com/blog" class="headerLink headerLinkBlue l pr pl ib tdn">博客blog</a>
<a href="http://www.webdevelopmentmachine.com/demo/game.html" class="headerLink headerLinkBlue l pr pl ib tdn">游戏game</a>
</nav>
</div>
<div class="headerM headerGrey">
<div class="container posr">
<div class="l"><a class="block tdn ptll fsxxl" href="index.html">Rain CSS</a></div>
</div>
</div>
<div class="container marginTop">
<div class="content">
<div class="sidebar l posr">
<h2 class="category">设置css2样式的表单</h2>
<p>该部分样例来自blueprint框架,并且扩展了其他的常用css对象.input元素的width可以使用class w-数值.</p>
<h2 class="category">Web Form with CSS2</h2>
<p>This part forms example from blueprint framwork,and extend it with other useful css objects.The input width can
use class w-nember.</p>
</div>
<div class="main mainRight posr">
<h1>表单 Forms</h1>
<form id="dummy" action="" method="post">
<fieldset>
<legend>表单示例 Sample Form</legend>
<p>
<label for="dummy0">Text input (title)</label><br>
<input type="text" class="title" name="dummy0" id="dummy0" value="Field with class .title" />
</p>
<p>
<label for="dummy1">Another field</label><br>
<input type="text" class="text" id="dummy1" name="dummy1" value="Field with class .text"/>
</p>
<p>
<label for="dummy2">Textarea</label><br>
<textarea name="dummy2" id="dummy2" rows="5" cols="20"></textarea>
</p>
<p>
<label for="dummy3">A password field</label><br>
<input type="password" class="text" id="dummy3" name="dummy3" value="Password"/>
</p>
<p>
<input type="submit" value="Submit">
<input type="reset" value="Reset">
</p>
</fieldset>
</form>
<div class="error">
This is a <div> with the class <strong>.error</strong>. <a href="#">Link</a>.
</div>
<div class="notice">
This is a <div> with the class <strong>.notice</strong>. <a href="#">Link</a>.
</div>
<div class="info">
This is a <div> with the class <strong>.info</strong>. <a href="#">Link</a>.
</div>
<div class="success">
This is a <div> with the class <strong>.success</strong>. <a href="#">Link</a>.
</div>
<fieldset>
<legend>下拉框,多选框,列表 Select, checkboxes, lists</legend>
<p>
<label for="dummy3">Select field</label><br>
<select id="dummy3" name="dummy3">
<option value="1">Ottawa</option>
<option value="2">Calgary</option>
<option value="3">Moosejaw</option>
</select>
</p>
<p>
<label for="dummy4">Select with groups</label><br>
<select id="dummy4" name="dummy4">
<option>Favorite pet</option>
<optgroup label="mammals">
<option>dog</option>
<option>cat</option>
<option>rabbit</option>
<option>horse</option>
</optgroup>
<optgroup label="reptiles">
<option>iguana</option>
<option>snake</option>
</optgroup>
</select>
</p>
<p><label>Radio buttons</label><br>
<input type="radio" name="example"> Radio one<br>
<input type="radio" name="example"> Radio two<br>
<input type="radio" name="example"> Radio three<br>
</p>
<p><label>Checkboxes</label><br>
<input type="checkbox"> Check one<br>
<input type="checkbox"> Check two<br>
<input type="checkbox"> Check three<br>
</p>
</fieldset>
<fieldset>
<legend>对齐方式一 Alignment One</legend>
<p>
<label for="dummy5">Select field</label>
<select id="dummy5" name="dummy5">
<option value="1">Ottawa</option>
<option value="2">Calgary</option>
<option value="3">Moosejaw</option>
</select>
</p>
<p>
<label for="dummy6">Text input (title)</label>
<input type="text" class="title" name="dummy6" id="dummy6" value="Field with class .title">
</p>
<p>
<label for="dummy7">Select field</label>
<select id="dummy7" name="dummy7">
<option value="1">Ottawa</option>
<option value="2">Calgary</option>
<option value="3">Moosejaw</option>
</select>
<label for="dummy8">Another field</label>
<input type="text" class="text" id="dummy8" name="dummy8" value="Field with class .text">
</p>
</fieldset>
<fieldset>
<legend>对齐方式二 Alignment Two</legend>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="dummy9">Select field</label>
<select id="dummy9" name="dummy9" class="marginTopL">
<option value="1">Ottawa</option>
<option value="2">Calgary</option>
<option value="3">Moosejaw</option>
</select>
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="dummy10">Text input (title)</label>
<input type="text" class="title" name="dummy6" id="dummy10" value="Field with class .title">
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="dummy11">Field 1</label>
<input type="text" class="text" id="dummy8" name="dummy11" value="Field with class .text">
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="dummy12">Textarea</label>
<textarea name="dummy2" class="commonTextarea" id="dummy12" rows="5" cols="20"></textarea>
</p>
</fieldset>
<fieldset>
<legend>表单状态 Form states</legend>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="warning_bg">Input with warning(bg)</label>
<input type="text" class="text bgLightYellow" name="warning_bg" id="warning_bg" value="Field with class .text and .bgLightYellow"/>
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="error_bg">Input with error(bg)</label>
<input type="text" class="text bgLightRed" name="error_bg" id="error_bg" value="Field with class .text and .bgLightRed"/>
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="success_bg">Input with success(bg)</label>
<input type="text" class="text bgLightGreen" name="success_bg" id="success_bg" value="Field with class .text and .bgLightGreen"/>
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="warning_border">Input warning(border)</label>
<input type="text" class="text borderYellow" id="warning_border" name="warning_border" value="Field with class .text and .borderYellow"/>
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="error_border">Input error(border)</label>
<input type="text" class="text borderRed" id="error_border" name="error_border" value="Field with class .text and .borderRed"/>
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="success_border">Input success(border)</label>
<input type="text" class="text borderGreen" id="success_border" name="success_border" value="Field with class .text and .borderGreen"/>
</p>
<p class="clearfix bgLightYellow paddingTop">
<label class="commonLable m-15 l tar" for="warning_wrap">Input warning(wrap)</label>
<input type="text" class="text" id="warning_wrap" name="warning_wrap" value="Field with class .text"/>
</p>
<p class="clearfix bgLightRed paddingTop">
<label class="commonLable m-15 l tar" for="warning_wrap">Input error(wrap)</label>
<input type="text" class="text" id="warning_wrap" name="warning_wrap" value="Field with class .text"/>
</p>
<p class="clearfix bgLightGreen paddingTop">
<label class="commonLable m-15 l tar" for="warning_wrap">Input success(wrap)</label>
<input type="text" class="text" id="warning_wrap" name="warning_wrap" value="Field with class .text"/>
</p>
</fieldset>
<fieldset>
<legend>表单任意尺寸 Form free sizes</legend>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="field_width_1">Field w-1</label>
<input type="text" class="ps w-1" id="field_width_1" name="field_width_1" value="Field with class .ps .w-1"/>
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="field_width_2">Field w-2</label>
<input type="text" class="ps w-2" id="field_width_2" name="field_width_2" value="Field with class .ps .w-2"/>
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="field_width_6">Field w-6</label>
<input type="text" class="ps w-6" id="field_width_6" name="field_width_6" value="Field with class .ps .w-6"/>
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="field_width_10">Field w-10</label>
<input type="text" class="ps w-10" id="field_width_10" name="field_width_10" value="Field with class .ps .w-10"/>
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="field_width_14">Field w-14</label>
<input type="text" class="ps w-14" id="field_width_14" name="field_width_14" value="Field with class .ps .w-14"/>
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="field_width_18">Field w-18</label>
<input type="text" class="ps w-18" id="field_width_18" name="field_width_18" value="Field with class .ps .w-18"/>
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="field_width_22">Field w-22</label>
<input type="text" class="ps w-22" id="field_width_22" name="field_width_22" value="Field with class .ps .w-22"/>
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="field_width_26">Field w-26</label>
<input type="text" class="ps w-26" id="field_width_26" name="field_width_26" value="Field with class .ps .w-26"/>
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="field_width_30">Field w-30</label>
<input type="text" class="ps w-30" id="field_width_30" name="field_width_30" value="Field with class .ps .w-30"/>
</p>
</fieldset>
</div>
</div>
<div class="pt">
<div class="sidebar l posr">
<h2 class="category">使用css3的表单</h2>
<p>这部分使用css3来增强表单效果</p>
<h2 class="category">Web Form with CSS3</h2>
<p>This part forms use css3 to enhance effect</p>
</div>
<div class="main mainRight posr">
<h1>Forms</h1>
<form id="dummy" action="" method="post">
<fieldset>
<legend>Sample Form</legend>
<p>
<label for="dummy0">Text input (title)</label><br>
<input type="text" class="title rounds inputg sg" name="dummy0" id="dummy0" value="Field with class .title .rounds .sg .inputg .sg" />
</p>
<p>
<label for="dummy1">Another field</label><br>
<input type="text" class="text rounds inputg sg" id="dummy1" name="dummy1" value="Field with class .text .rounds .sg .inputg .sg"/>
</p>
<p>
<label for="dummy2">Textarea</label><br>
<textarea name="dummy2" class="rounds inputg sg" id="dummy2" rows="5" cols="20"></textarea>
</p>
<p>
<label for="dummy3">A password field</label><br>
<input type="password" class="text rounds inputg sg" id="dummy3" name="dummy3" value="Password"/>
</p>
<p>
<input type="submit" value="Submit">
<input type="reset" value="Reset">
</p>
</fieldset>
</form>
<div class="error rounds">
This is a <div> with the class <strong>.error</strong>. <a href="#">Link</a>.
</div>
<div class="notice rounds">
This is a <div> with the class <strong>.notice</strong>. <a href="#">Link</a>.
</div>
<div class="info rounds">
This is a <div> with the class <strong>.info</strong>. <a href="#">Link</a>.
</div>
<div class="success rounds">
This is a <div> with the class <strong>.success</strong>. <a href="#">Link</a>.
</div>
<fieldset>
<legend>Select, checkboxes, lists</legend>
<p>
<label for="dummy3">Select field</label><br/>
<select id="dummy3" name="dummy3" class="rounds inputb ps">
<option value="1">Ottawa</option>
<option value="2">Calgary</option>
<option value="3">Moosejaw</option>
</select>
</p>
<p>
<label for="dummy30">Select field with style,can use in mac</label><br/>
<select id="dummy30" name="dummy30" class="rounds inputb ps w-8 myselect">
<option value="1">Ottawa</option>
<option value="2">Calgary</option>
</select>
</p>
<p>
<label for="dummy4">Select with groups</label><br/>
<select id="dummy4" name="dummy4" class="rounds inputb ps">
<option>Favorite pet</option>
<optgroup label="mammals">
<option>dog</option>
<option>cat</option>
<option>rabbit</option>
<option>horse</option>
</optgroup>
<optgroup label="reptiles">
<option>iguana</option>
<option>snake</option>
</optgroup>
</select>
</p>
<p><label>Radio buttons</label><br>
<input type="radio" name="example"> Radio one<br>
<input type="radio" name="example"> Radio two<br>
<input type="radio" name="example"> Radio three<br>
</p>
<p><label>Checkboxes</label><br>
<input type="checkbox"> Check one<br>
<input type="checkbox"> Check two<br>
<input type="checkbox"> Check three<br>
<span class="simucheck" id="simucheck1">
<span class="imooc-icon rightcheck vf"></span>
</span>
</p>
</fieldset>
<fieldset>
<legend>Alignment</legend>
<p>
<label for="dummy5">Select field</label>
<select id="dummy5" name="dummy5" class="rounds inputb ps">
<option value="1">Ottawa</option>
<option value="2">Calgary</option>
<option value="3">Moosejaw</option>
</select>
</p>
<p>
<label for="dummy6">Text input (title)</label>
<input type="text" class="title rounds inputg sg" name="dummy6" id="dummy6" value="Field with class .title .rounds .sg .inputg .sg">
</p>
<p>
<label for="dummy7">Select field</label>
<select id="dummy7" name="dummy7" class="rounds inputb ps">
<option value="1">Ottawa</option>
<option value="2">Calgary</option>
<option value="3">Moosejaw</option>
</select>
<label for="dummy8">Another field</label>
<input type="text" class="text rounds inputg sg" id="dummy8" name="dummy8" value="Field with class .text .rounds .sg .inputg .sg">
</p>
</fieldset>
<fieldset>
<legend>Alignment Two</legend>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="dummy9">Select field</label>
<select id="dummy9" name="dummy9" class="marginTopL rounds inputb ps">
<option value="1">Ottawa</option>
<option value="2">Calgary</option>
<option value="3">Moosejaw</option>
</select>
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="dummy10">Text input (title)</label>
<input type="text" class="title rounds inputg sg" name="dummy6" id="dummy10" value="Field with class .title .sg">
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="dummy11">Field 1</label>
<input type="text" class="text rounds inputg sg" id="dummy8" name="dummy11" value="Field with class .text .rounds .sg .inputg .sg">
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="dummy15">Field 2</label>
<input type="text" class="text rounds sg inputb" id="dummy15" name="dummy15" value="Field with class .text .rounds .sg .inputb">
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="dummy12">Textarea</label>
<textarea name="dummy2" class="commonTextarea rounds sg inputg" id="dummy12" rows="5" cols="20"></textarea>
</p>
</fieldset>
<fieldset>
<legend>Form States</legend>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="warning_bg_2">Input with warning(bg)</label>
<input type="text" class="text bgly rounds" name="warning_bg_2" id="warning_bg_2" value="Field with class .text and .bgly .rounds"/>
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="error_bg_2">Input with error(bg)</label>
<input type="text" class="text bglr rounds" name="error_bg_2" id="error_bg_2" value="Field with class .text and .bglr .rounds"/>
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="success_bg_2">Input with success(bg)</label>
<input type="text" class="text bglg rounds" name="success_bg_2" id="success_bg_2" value="Field with class .text and .bglg .rounds"/>
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="warning_border_2">Input warning(border)</label>
<input type="text" class="text by rounds soy" id="warning_border_2" name="warning_border_2" value="Field with class .text .by .rounds .soy"/>
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="error_border_2">Input error(border)</label>
<input type="text" class="text br rounds sor" id="error_border_2" name="error_border_2" value="Field with class .text .br .rounds sor"/>
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="success_border_2">Input success(border)</label>
<input type="text" class="text bgreen rounds sog" id="success_border_2" name="success_border_2" value="Field with class .text .bgreen .rounds .sog"/>
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="common_border_2">Input common(border)</label>
<input type="text" class="text bblue rounds sob" id="common_border_2" name="common_border_2" value="Field with class .text .bblue .rounds .sob"/>
</p>
</fieldset>
<fieldset>
<legend>Form free sizes</legend>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="field_css3_width_1">Field w-1</label>
<input type="text" class="ps rounds sg inputb w-1" id="field_css3_width_1" name="field_css3_width_1" value="Field with class .ps .rounds .sg .inputb .w-1"/>
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="field_css3_width_2">Field w-2</label>
<input type="text" class="ps rounds sg inputb w-2" id="field_css3_width_2" name="field_css3_width_2" value="Field with class .ps .rounds .sg .inputb .w-2"/>
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="field_css3_width_6">Field w-6</label>
<input type="text" class="ps rounds sg inputb w-6" id="field_css3_width_6" name="field_css3_width_6" value="Field with class .ps .rounds .sg .inputb .w-6"/>
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="field_css3_width_10">Field w-10</label>
<input type="text" class="ps rounds sg inputb w-10" id="field_css3_width_10" name="field_css3_width_10" value="Field with class .ps .rounds .sg .inputb .w-10"/>
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="field_css3_width_14">Field w-14</label>
<input type="text" class="ps rounds sg inputb w-14" id="field_css3_width_14" name="field_css3_width_14" value="Field with class .ps .rounds .sg .inputb .w-14"/>
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="field_css3_width_18">Field w-18</label>
<input type="text" class="ps rounds sg inputb w-18" id="field_css3_width_18" name="field_css3_width_18" value="Field with class .ps .rounds .sg .inputb .w-18"/>
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="field_css3_width_22">Field w-22</label>
<input type="text" class="ps rounds sg inputb w-22" id="field_css3_width_22" name="field_css3_width_22" value="Field with class .ps .rounds .sg .inputb .w-22"/>
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="field_css3_width_26">Field w-26</label>
<input type="text" class="ps rounds sg inputb w-26" id="field_css3_width_26" name="field_css3_width_26" value="Field with class .ps .rounds .sg .inputb .w-26"/>
</p>
<p class="clearfix">
<label class="commonLable m-15 l tar" for="field_css3_width_30">Field w-30</label>
<input type="text" class="ps rounds sg inputb w-30" id="field_css3_width_30" name="field_css3_width_30" value="Field with class .ps .rounds .sg .inputb .w-30"/>
</p>
</fieldset>
</div>
<footer class="footer socialFooter c borderTop">
<p class="ps">Maintained by the <a href="https://github.com/rainzhai" class="blue">RainZhai</a>.</p>
<p class="ps">Code licensed under <a rel="license" class="blue" href="https://github.com/twbs/bootstrap/blob/master/LICENSE" target="_blank">MIT</a>, documentation under <a rel="license" class="blue" href="https://creativecommons.org/licenses/by/3.0/" target="_blank">CC BY 3.0</a>.</p>
</footer>
</div>
</div>
<script type="text/javascript" src="js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="js/util.js"></script>
<script type="text/javascript">
$('#simucheck1').on("click", function(){
$('#simucheck1').toggleClass("on");
var c = $("#useticket").attr("checked");
$("#useticket").attr("checked", !c);
});
</script>
</body>
</html>