-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.html
688 lines (686 loc) · 142 KB
/
cv.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
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>简历</title>
<link rel="icon" href="img/heart.png"/>
<style type="text/css">
.row_layout .resume .photo.left,.row_layout .resume .photo.right { top: 5.0mm; }
.row_layout .resume .photo.left { left: 10.0mm; }
.row_layout .resume .photo.right { right: 10.0mm; }
</style>
<style type="text/css">
.SimSun { font-family: SimSun, 宋体, 华文宋体; }
.SimHei { font-family: SimHei, 黑体, Hei, 华文细黑, 华文黑体; }
.SimKai { font-family: SimKai, 楷体, 楷体_GB2312, Kai, 华文楷体; }
.SimFang { font-family: SimFang, 仿宋, 仿宋_GB2312, 华文仿宋; }
.Arial { font-family: Arial; }
.Times { font-family: Times New Roman; }
.Tahoma { font-family: Tahoma; }
.Verdana { font-family: Verdana; }
</style>
<style type="text/css">
.row_layout .resume {
border: 1px solid #ccc;
margin: 1% auto;
-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.5);
-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.5);
box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}
.row_layout .resume .section,
.row_layout .resume .row {
position: relative;
}
.row_layout .resume .row table {
border-collapse: separate;
border-spacing: 0;
table-layout: fixed;
width: 100%;
}
.row_layout .resume .row .cell pre {
display: block;
position: relative;
line-height: 0;
font-size: 0;
}
@-moz-document url-prefix() {
.row_layout .resume .row table {
table-layout: auto;
}
.row_layout .resume .row table td {
max-width: 0;
}
}
</style>
<!--[if lt IE 9]>
<script src="js/html5shiv.min.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="row_layout">
<div class="resume ui-selectable" style="width: 210.0mm; min-height: 297.0mm;">
<input type="hidden" id="layout_name" value="row">
<div class="inner_resume ui-sortable" style="padding: 5.0mm 10.0mm 5.0mm 10.0mm; margin: 10.0mm 5.0mm 10.0mm 2.0mm;">
<div class="photo border_box right hidden ui-selectee" style="border-width: 0.75pt; border-style: none; border-color: rgb(153, 153, 153); background-color: transparent; height: 0px;" title="双击设置求职照"><div class="holder" style="z-index: 2; width: 111px; margin-left: 0pt; margin-top: 0pt; height: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="t grid_line" style="opacity: 0.3; top: 37mm;"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" id="photo_id" value="">
<div style="margin: 2.0mm 1.5mm 0.0mm 3.0mm; width: 25.0mm; height: 35.0mm;" class="img"></div>
</div>
<div class="section ui-sortable"><div class="sort-content-boundary" style="display: none;"></div><div class="section_handle" style="display: block;"></div>
<input type="hidden" name="key" value="profile">
<div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="background-color: rgb(255, 255, 255); text-align: center; vertical-align: middle; border-width: 3pt; border-style: none; border-color: rgb(204, 204, 204); width: auto;"><div class="holder" style="width: 691px; margin-left: 0.010475px; height: 44px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="name">
<pre style="margin: 0mm 3mm; min-height: 44px;" data-margin-top="0mm" data-margin-bottom="0mm"><span class="SimHei" style="font-size: 22pt; color: rgb(68, 68, 68); background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">乔小堂</span></pre>
</td>
</tr>
</tbody></table>
</div><div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="background-color: transparent; text-align: center; vertical-align: bottom; border-width: 0.75pt; border-style: none; border-color: rgb(153, 153, 153); width: auto;"><div class="holder" style="width: 691px; margin-left: 0.010475px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="intent">
<pre style="margin: 2px 1.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">求职意向:互联网交互设计岗位</span></pre>
</td>
</tr>
</tbody></table>
</div><div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: block;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 32.659%; background-color: transparent; text-align: center; vertical-align: bottom; border-top: 0.75pt none #999999; border-right: 0.75pt none #999999; border-bottom: 0.75pt none #999999; border-left: 0.75pt none #999999;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 221px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 225px; margin-left: 0.010475px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="phone">
<pre style="margin: 2px 1.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: rgb(102, 102, 102); background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">(+86) 138-0013-8000</span></pre>
</td><td class="cell border_box ui-selectee" style="width: 35.2601%; background-color: transparent; text-align: center; vertical-align: bottom; border-top: 0.75pt none #999999; border-right: 0.75pt none #999999; border-bottom: 0.75pt none #999999; border-left: 0.75pt none #999999;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 464px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 243px; margin-left: 0.010475px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="email">
<pre style="margin: 2px 1.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">[email protected]</span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: right; vertical-align: bottom; border-width: 0.75pt; border-style: none; border-color: rgb(153, 153, 153); width: auto;"><div class="holder" style="width: 223px; margin-left: 0.010475px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="works">
<pre style="margin: 2px 1.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">作品集链接:XXXXX.com</span></pre>
</td>
</tr>
</tbody></table>
</div>
</div><div class="section ui-sortable"><div class="sort-content-boundary"></div><div class="section_handle" style="display: none;"></div>
<input type="hidden" name="key" value="heading">
<div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 4.47977%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 3pt none #3d85c6; border-right: 3pt none #3d85c6; border-bottom: 3pt none #3d85c6; border-left: 3pt none #3d85c6;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 26px; height: 28px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 30px; margin-left: 0.01304px; height: 28px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 16px 0.5mm 0mm 1.5mm; min-height: 12px;" data-margin-top="4mm" data-margin-bottom="0mm"><span class="SimSun" style="font-size: 1pt; color: #666666; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.0;" data-line-height="1"></span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: right; vertical-align: middle; border-width: 3pt; border-style: none none solid; border-color: rgb(61, 133, 198); width: auto;"><div class="holder" style="width: 661px; margin-left: 0.01304px; height: 32px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 16px 0.5mm 0mm 1.5mm; min-height: 12px;" data-margin-top="4mm" data-margin-bottom="0mm"><span class="SimSun" style="font-size: 1pt; color: #666666; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.0;" data-line-height="1"></span></pre>
</td>
</tr>
</tbody></table>
</div><div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="background-color: transparent; text-align: right; vertical-align: middle; border-width: 0.75pt; border-style: none; border-color: rgb(0, 0, 0); width: auto;"><div class="holder" style="width: 691px; margin-left: 0.01304px; height: 35px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 23px 0.5mm 0mm 1.5mm; min-height: 12px;" data-margin-top="6mm" data-margin-bottom="0mm"><span class="SimSun" style="font-size: 1pt; color: #666666; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.0;" data-line-height="1"></span></pre>
</td>
</tr>
</tbody></table>
</div>
</div><div class="section ui-sortable"><div class="sort-content-boundary"></div><div class="section_handle" style="display: none;"></div>
<input type="hidden" name="key" value="heading">
<div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 6pt none #6fa8dc; border-right: 6pt solid #6fa8dc; border-bottom: 6pt none #6fa8dc; border-left: 6pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 28px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0px; height: 28px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="title">
<pre style="margin: 2px 3mm 2px 0mm; min-height: 24px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 12pt; color: #666666; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">教育背景</span></pre>
</td><td class="cell border_box ui-selectee" style="width: 3.52941%; background-color: transparent; text-align: left; vertical-align: middle; border-top: 6pt none #6fa8dc; border-right: 6pt none #6fa8dc; border-bottom: 6pt none #6fa8dc; border-left: 6pt solid #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 165px; height: 28px; margin-top: -1px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 24px; margin-left: -7.98953px; height: 28px; margin-top: -1px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="period">
<pre style="margin: 2px 1.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Arial" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: left; vertical-align: middle; border-width: 1.5pt; border-style: none; border-color: rgb(204, 204, 204); width: auto;"><div class="holder" style="width: 522px; margin-left: 0.010475px; height: 28px; margin-top: -1px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 2px 1.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Arial" style="font-size: 10.5pt; color: rgb(102, 102, 102); background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td>
</tr>
</tbody></table>
</div>
</div><div class="section ui-sortable"><div class="sort-content-boundary"></div><div class="section_handle" style="display: none;"></div>
<input type="hidden" name="key" value="education">
<div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt solid #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="period">
<pre style="margin: 2px 5mm 2px 0mm; min-height: 20px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">2010.09 - 2014.06</span></pre>
</td><td class="cell border_box ui-selectee" style="width: 3.52941%; background-color: transparent; text-align: center; vertical-align: top; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt none #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 165px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 24px; margin-left: 0.010475px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="bullet">
<pre style="margin: 2px 0.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td><td class="cell border_box ui-selectee" style="width: 32.5145%; background-color: transparent; text-align: left; vertical-align: middle; border-top: 0.75pt none #000000; border-right: 0.75pt none #000000; border-bottom: 0.75pt none #000000; border-left: 0.75pt none #000000;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 389px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 224px; margin-left: 0.013905px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="university">
<pre style="margin: 2px 0.5mm 2px 1mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #3d85c6; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">乔布大学</span></pre>
</td><td class="cell border_box ui-selectee" style="width: 31.9364%; background-color: transparent; text-align: left; vertical-align: middle; border-top: 0.75pt none #000000; border-right: 0.75pt none #000000; border-bottom: 0.75pt none #000000; border-left: 0.75pt none #000000;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 609px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 220px; margin-left: 0px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="major">
<pre style="margin: 2px 0.5mm 2px 0mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">XXXX专业</span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: right; vertical-align: middle; border-width: 0.75pt; border-style: none; border-color: rgb(0, 0, 0); width: auto;"><div class="holder" style="width: 78px; margin-left: 0px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="degree">
<pre style="margin: 2px 1mm 2px 0mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">本科</span></pre>
</td>
</tr>
</tbody></table>
</div><div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt solid #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 2px 3mm 2px 0mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td><td class="cell border_box ui-selectee" style="width: 3.52941%; background-color: transparent; text-align: center; vertical-align: top; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt none #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 165px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 24px; margin-left: 0.010475px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="bullet">
<pre style="margin: 2px 0.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">-</span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: left; vertical-align: middle; border-width: 0.75pt; border-style: none; border-color: rgb(0, 0, 0); width: auto;"><div class="holder" style="width: 522px; margin-left: 0.013905px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="gpa">
<pre style="margin: 2px 0.5mm 2px 1mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">GPA:3.8/4.0 <若成绩优异建议填写,否则可删除此行></span></pre>
</td>
</tr>
</tbody></table>
</div><div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt solid #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 2px 3mm 2px 0mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td><td class="cell border_box ui-selectee" style="width: 3.52941%; background-color: transparent; text-align: center; vertical-align: top; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt none #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 165px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 24px; margin-left: 0.010475px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="bullet">
<pre style="margin: 2px 0.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">-</span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: left; vertical-align: middle; border-width: 0.75pt; border-style: none; border-color: rgb(0, 0, 0); width: auto;"><div class="holder" style="width: 522px; margin-left: 0.013905px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="scholarship">
<pre style="margin: 2px 0.5mm 2px 1mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">奖学金:学习优秀奖学金二等奖 <若成绩优异建议填写,否则可删除此行></span></pre>
</td>
</tr>
</tbody></table>
</div>
</div><div class="section ui-sortable"><div class="sort-content-boundary"></div><div class="section_handle" style="display: none;"></div>
<input type="hidden" name="key" value="heading">
<div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt solid #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 28px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0.01304px; height: 28px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 16px 0.5mm 0mm 1.5mm; min-height: 12px;" data-margin-top="4mm" data-margin-bottom="0mm"><span class="SimSun" style="font-size: 1pt; color: #666666; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.0;" data-line-height="1"></span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: right; vertical-align: middle; border-width: 3pt; border-style: none; border-color: rgb(111, 168, 220); width: auto;"><div class="holder" style="width: 546px; margin-left: 0.01304px; height: 28px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 16px 0.5mm 0mm 1.5mm; min-height: 12px;" data-margin-top="4mm" data-margin-bottom="0mm"><span class="SimSun" style="font-size: 1pt; color: #666666; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.0;" data-line-height="1"></span></pre>
</td>
</tr>
</tbody></table>
</div><div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 6pt none #6fa8dc; border-right: 6pt solid #6fa8dc; border-bottom: 6pt none #6fa8dc; border-left: 6pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 28px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0px; height: 28px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="title">
<pre style="margin: 2px 3mm 2px 0mm; min-height: 24px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 12pt; color: #666666; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">软件技能</span></pre>
</td><td class="cell border_box ui-selectee" style="width: 3.52941%; background-color: transparent; text-align: left; vertical-align: middle; border-top: 6pt none #6fa8dc; border-right: 6pt none #6fa8dc; border-bottom: 6pt none #6fa8dc; border-left: 6pt solid #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 165px; height: 28px; margin-top: -1px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 24px; margin-left: -7.98953px; height: 28px; margin-top: -1px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="period">
<pre style="margin: 2px 1.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: left; vertical-align: middle; border-width: 1.5pt; border-style: none; border-color: rgb(204, 204, 204); width: auto;"><div class="holder" style="width: 522px; margin-left: 0.010475px; height: 28px; margin-top: -1px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 2px 1.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td>
</tr>
</tbody></table>
</div>
</div><div class="section ui-sortable"><div class="sort-content-boundary"></div><div class="section_handle" style="display: none;"></div>
<input type="hidden" name="key" value="skill">
<div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt solid #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 2px 3mm 2px 0mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td><td class="cell border_box ui-selectee" style="width: 3.52941%; background-color: transparent; text-align: center; vertical-align: top; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt none #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 165px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 24px; margin-left: 0.010475px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="bullet">
<pre style="margin: 2px 0.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">-</span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: left; vertical-align: middle; border-width: 0.75pt; border-style: none; border-color: rgb(0, 0, 0); width: auto;"><div class="holder" style="width: 522px; margin-left: 0.013905px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="content">
<pre style="margin: 2px 0.5mm 2px 1mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">绘图软件:Photoshop,Flash,Dreamweaver</span></pre>
</td>
</tr>
</tbody></table>
</div><div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt solid #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 2px 3mm 2px 0mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td><td class="cell border_box ui-selectee" style="width: 3.52941%; background-color: transparent; text-align: center; vertical-align: top; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt none #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 165px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 24px; margin-left: 0.010475px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="bullet">
<pre style="margin: 2px 0.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">-</span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: left; vertical-align: middle; border-width: 0.75pt; border-style: none; border-color: rgb(0, 0, 0); width: auto;"><div class="holder" style="width: 522px; margin-left: 0.013905px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="content">
<pre style="margin: 2px 0.5mm 2px 1mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">原型制作:Visio,Axure</span></pre>
</td>
</tr>
</tbody></table>
</div><div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt solid #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 2px 3mm 2px 0mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td><td class="cell border_box ui-selectee" style="width: 3.52941%; background-color: transparent; text-align: center; vertical-align: top; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt none #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 165px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 24px; margin-left: 0.010475px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="bullet">
<pre style="margin: 2px 0.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">-</span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: left; vertical-align: middle; border-width: 0.75pt; border-style: none; border-color: rgb(0, 0, 0); width: auto;"><div class="holder" style="width: 522px; margin-left: 0.013905px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="content">
<pre style="margin: 2px 0.5mm 2px 1mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">前端语言:DIV+CSS语言,Html语言等</span></pre>
</td>
</tr>
</tbody></table>
</div><div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt solid #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 2px 3mm 2px 0mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td><td class="cell border_box ui-selectee" style="width: 3.52941%; background-color: transparent; text-align: center; vertical-align: top; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt none #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 165px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 24px; margin-left: 0.010475px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="bullet">
<pre style="margin: 2px 0.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">-</span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: left; vertical-align: middle; border-width: 0.75pt; border-style: none; border-color: rgb(0, 0, 0); width: auto;"><div class="holder" style="width: 522px; margin-left: 0.013905px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="content">
<pre style="margin: 2px 0.5mm 2px 1mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">办公软件:Word, PPT, EXCEL等</span></pre>
</td>
</tr>
</tbody></table>
</div>
</div><div class="section ui-sortable"><div class="sort-content-boundary"></div><div class="section_handle" style="display: none;"></div>
<input type="hidden" name="key" value="heading">
<div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt solid #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 28px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0.01304px; height: 28px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 16px 0.5mm 0mm 1.5mm; min-height: 12px;" data-margin-top="4mm" data-margin-bottom="0mm"><span class="SimSun" style="font-size: 1pt; color: #666666; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.0;" data-line-height="1"></span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: right; vertical-align: middle; border-width: 3pt; border-style: none; border-color: rgb(111, 168, 220); width: auto;"><div class="holder" style="width: 546px; margin-left: 0.01304px; height: 28px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 16px 0.5mm 0mm 1.5mm; min-height: 12px;" data-margin-top="4mm" data-margin-bottom="0mm"><span class="SimSun" style="font-size: 1pt; color: #666666; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.0;" data-line-height="1"></span></pre>
</td>
</tr>
</tbody></table>
</div>
</div><div class="section ui-sortable"><div class="sort-content-boundary"></div><div class="section_handle" style="display: none;"></div>
<input type="hidden" name="key" value="heading">
<div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 6pt none #6fa8dc; border-right: 6pt solid #6fa8dc; border-bottom: 6pt none #6fa8dc; border-left: 6pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 28px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0px; height: 28px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="title">
<pre style="margin: 2px 3mm 2px 0mm; min-height: 24px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 12pt; color: #666666; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">交互设计经历</span></pre>
</td><td class="cell border_box ui-selectee" style="width: 3.52941%; background-color: transparent; text-align: left; vertical-align: middle; border-top: 6pt none #6fa8dc; border-right: 6pt none #6fa8dc; border-bottom: 6pt none #6fa8dc; border-left: 6pt solid #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 165px; height: 28px; margin-top: -1px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 24px; margin-left: -7.98953px; height: 28px; margin-top: -1px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="period">
<pre style="margin: 2px 1.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: left; vertical-align: middle; border-width: 1.5pt; border-style: none; border-color: rgb(204, 204, 204); width: auto;"><div class="holder" style="width: 522px; margin-left: 0.010475px; height: 28px; margin-top: -1px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 2px 1.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td>
</tr>
</tbody></table>
</div>
</div><div class="section ui-sortable"><div class="library-change" style="display: none;"><button class="up library_arrow _experience_ disabled" style="top: 38px; left: 0px;"></button><button class="list" title="打开列表" style="display: none; left: 0px;"></button><button class="down library_arrow _experience_" style="display: none; top: 38px; left: 0px;"></button></div><div class="sort-content-boundary"></div><div class="section_handle" style="display: none;"></div>
<input type="hidden" name="key" value="experience">
<div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt solid #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="period">
<pre style="margin: 2px 5mm 2px 0mm; min-height: 20px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">2014.02 - 2014.06</span></pre>
</td><td class="cell border_box ui-selectee" style="width: 3.52941%; background-color: transparent; text-align: center; vertical-align: top; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt none #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 165px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 24px; margin-left: 0.010475px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="bullet">
<pre style="margin: 2px 0.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td><td class="cell border_box ui-selectee" style="width: 48.2659%; background-color: transparent; text-align: left; vertical-align: middle; border-top: 0.75pt none #000000; border-right: 0.75pt none #000000; border-bottom: 0.75pt none #000000; border-left: 0.75pt none #000000;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 498px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 333px; margin-left: 0.013905px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="title">
<pre style="margin: 2px 0.5mm 2px 1mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #3d85c6; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">学院优秀项目:Parking Park App </span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: right; vertical-align: middle; border-width: 0.75pt; border-style: none; border-color: rgb(0, 0, 0); width: auto;"><div class="holder" style="width: 189px; margin-left: 0px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="subtitle">
<pre style="margin: 2px 1mm 2px 0mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">移动APP设计</span></pre>
</td>
</tr>
</tbody></table>
</div><div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt solid #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 2px 3mm 2px 0mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td><td class="cell border_box ui-selectee" style="width: 3.52941%; background-color: transparent; text-align: center; vertical-align: top; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt none #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 165px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 24px; margin-left: 0.010475px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="bullet">
<pre style="margin: 2px 0.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">-</span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: left; vertical-align: middle; border-width: 0.75pt; border-style: none; border-color: rgb(0, 0, 0); width: auto;"><div class="holder" style="width: 522px; margin-left: 0.013905px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="content">
<pre style="margin: 2px 0.5mm 2px 1mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">Parking park 是一款旨在帮助用户寻找并分享免费停车位的应用</span></pre>
</td>
</tr>
</tbody></table>
</div><div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt solid #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 46px; margin-top: -10px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0px; height: 46px; margin-top: -10px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 2px 3mm 2px 0mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td><td class="cell border_box ui-selectee" style="width: 3.52941%; background-color: transparent; text-align: center; vertical-align: top; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt none #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 165px; height: 46px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 24px; margin-left: 0.010475px; height: 46px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="bullet">
<pre style="margin: 2px 0.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">-</span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: left; vertical-align: middle; border-width: 0.75pt; border-style: none; border-color: rgb(0, 0, 0); width: auto;"><div class="holder" style="width: 522px; margin-left: 0.013905px; height: 46px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="content">
<pre style="margin: 2px 0.5mm 2px 1mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">参与设计前潜在用户调研工作,并负责app的整体流程框架和交互设计,运用了Axure和photoshop技术</span></pre>
</td>
</tr>
</tbody></table>
</div><div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt solid #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 2px 3mm 2px 0mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td><td class="cell border_box ui-selectee" style="width: 3.52941%; background-color: transparent; text-align: center; vertical-align: top; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt none #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 165px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 24px; margin-left: 0.010475px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="bullet">
<pre style="margin: 2px 0.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">-</span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: left; vertical-align: middle; border-width: 0.75pt; border-style: none; border-color: rgb(0, 0, 0); width: auto;"><div class="holder" style="width: 522px; margin-left: 0.013905px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="content">
<pre style="margin: 2px 0.5mm 2px 1mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">项目展示链接:XXXXX.com</span></pre>
</td>
</tr>
</tbody></table>
</div><div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt solid #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 20px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0.01304px; height: 20px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 8px 0.5mm 0mm 1.5mm; min-height: 12px;" data-margin-top="2mm" data-margin-bottom="0mm"><span class="SimSun" style="font-size: 1pt; color: #666666; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.0;" data-line-height="1"></span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: right; vertical-align: middle; border-width: 3pt; border-style: none; border-color: rgb(111, 168, 220); width: auto;"><div class="holder" style="width: 546px; margin-left: 0.01304px; height: 20px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 8px 0.5mm 0mm 1.5mm; min-height: 12px;" data-margin-top="2mm" data-margin-bottom="0mm"><span class="SimSun" style="font-size: 1pt; color: #666666; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.0;" data-line-height="1"></span></pre>
</td>
</tr>
</tbody></table>
</div>
</div><div class="section ui-sortable"><div class="library-change"><button class="up library_arrow _experience_ disabled"></button><button class="list" title="打开列表" style="display: none;"></button><button class="down library_arrow _experience_" style="display: none;"></button></div><div class="sort-content-boundary"></div><div class="section_handle" style="display: none;"></div>
<input type="hidden" name="key" value="experience">
<div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt solid #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="period">
<pre style="margin: 2px 5mm 2px 0mm; min-height: 20px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">2013.06 - 2013.09</span></pre>
</td><td class="cell border_box ui-selectee" style="width: 3.52941%; background-color: transparent; text-align: center; vertical-align: top; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt none #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 165px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 24px; margin-left: 0.010475px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="bullet">
<pre style="margin: 2px 0.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td><td class="cell border_box ui-selectee" style="width: 50.0678%; background-color: transparent; text-align: left; vertical-align: middle; border-top: 0.75pt none #000000; border-right: 0.75pt none #000000; border-bottom: 0.75pt none #000000; border-left: 0.75pt none #000000;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 510px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 345px; margin-left: 0.013905px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="title">
<pre style="margin: 2px 0.5mm 2px 1mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #3d85c6; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">作品名:"XXXX"</span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: right; vertical-align: middle; border-width: 0.75pt; border-style: none; border-color: rgb(0, 0, 0); width: auto;"><div class="holder" style="width: 177px; margin-left: 0px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="subtitle">
<pre style="margin: 2px 1mm 2px 0mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">网页交互设计</span></pre>
</td>
</tr>
</tbody></table>
</div><div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt solid #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 2px 3mm 2px 0mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td><td class="cell border_box ui-selectee" style="width: 3.52941%; background-color: transparent; text-align: center; vertical-align: top; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt none #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 165px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 24px; margin-left: 0.010475px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="bullet">
<pre style="margin: 2px 0.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">-</span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: left; vertical-align: middle; border-width: 0.75pt; border-style: none; border-color: rgb(0, 0, 0); width: auto;"><div class="holder" style="width: 522px; margin-left: 0.013905px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="content">
<pre style="margin: 2px 0.5mm 2px 1mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">手绘图标,交互设计重点是可以方便用户关注喜好明星,分享此刻心情</span></pre>
</td>
</tr>
</tbody></table>
</div><div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt solid #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 2px 3mm 2px 0mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td><td class="cell border_box ui-selectee" style="width: 3.52941%; background-color: transparent; text-align: center; vertical-align: top; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt none #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 165px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 24px; margin-left: 0.010475px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="bullet">
<pre style="margin: 2px 0.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">-</span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: left; vertical-align: middle; border-width: 0.75pt; border-style: none; border-color: rgb(0, 0, 0); width: auto;"><div class="holder" style="width: 522px; margin-left: 0.013905px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="content">
<pre style="margin: 2px 0.5mm 2px 1mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">参考了Ui-animations网站上的GIF设计和交互动画</span></pre>
</td>
</tr>
</tbody></table>
</div><div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt solid #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 2px 3mm 2px 0mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td><td class="cell border_box ui-selectee" style="width: 3.52941%; background-color: transparent; text-align: center; vertical-align: top; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt none #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 165px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 24px; margin-left: 0.010475px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="bullet">
<pre style="margin: 2px 0.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">-</span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: left; vertical-align: middle; border-width: 0.75pt; border-style: none; border-color: rgb(0, 0, 0); width: auto;"><div class="holder" style="width: 522px; margin-left: 0.013905px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="content">
<pre style="margin: 2px 0.5mm 2px 1mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">作品链接:XXXXX.com</span></pre>
</td>
</tr>
</tbody></table>
</div>
</div><div class="section ui-sortable"><div class="sort-content-boundary"></div><div class="section_handle" style="display: none;"></div>
<input type="hidden" name="key" value="heading">
<div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt solid #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 28px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0.01304px; height: 28px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 16px 0.5mm 0mm 1.5mm; min-height: 12px;" data-margin-top="4mm" data-margin-bottom="0mm"><span class="SimSun" style="font-size: 1pt; color: #666666; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.0;" data-line-height="1"></span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: right; vertical-align: middle; border-width: 3pt; border-style: none; border-color: rgb(111, 168, 220); width: auto;"><div class="holder" style="width: 546px; margin-left: 0.01304px; height: 28px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 16px 0.5mm 0mm 1.5mm; min-height: 12px;" data-margin-top="4mm" data-margin-bottom="0mm"><span class="SimSun" style="font-size: 1pt; color: #666666; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.0;" data-line-height="1"></span></pre>
</td>
</tr>
</tbody></table>
</div><div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 6pt none #6fa8dc; border-right: 6pt solid #6fa8dc; border-bottom: 6pt none #6fa8dc; border-left: 6pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 28px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0px; height: 28px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="title">
<pre style="margin: 2px 3mm 2px 0mm; min-height: 24px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 12pt; color: #666666; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">其他设计经历</span></pre>
</td><td class="cell border_box ui-selectee" style="width: 3.52941%; background-color: transparent; text-align: left; vertical-align: middle; border-top: 6pt none #6fa8dc; border-right: 6pt none #6fa8dc; border-bottom: 6pt none #6fa8dc; border-left: 6pt solid #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 165px; height: 28px; margin-top: -1px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 24px; margin-left: -7.98953px; height: 28px; margin-top: -1px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="period">
<pre style="margin: 2px 1.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: left; vertical-align: middle; border-width: 1.5pt; border-style: none; border-color: rgb(204, 204, 204); width: auto;"><div class="holder" style="width: 522px; margin-left: 0.010475px; height: 28px; margin-top: -1px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 2px 1.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td>
</tr>
</tbody></table>
</div>
</div><div class="section ui-sortable"><div class="library-change" style="display: none;"><button class="up library_arrow _experience_ disabled" style="top: 38px; left: 0px;"></button><button class="list" title="打开列表" style="display: none; left: 0px;"></button><button class="down library_arrow _experience_" style="display: none; top: 38px; left: 0px;"></button></div><div class="sort-content-boundary"></div><div class="section_handle" style="display: none;"></div>
<input type="hidden" name="key" value="experience">
<div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt solid #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="period">
<pre style="margin: 2px 5mm 2px 0mm; min-height: 20px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">2012.10 - 2012.12</span></pre>
</td><td class="cell border_box ui-selectee" style="width: 3.52941%; background-color: transparent; text-align: center; vertical-align: top; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt none #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 165px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 24px; margin-left: 0.010475px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="bullet">
<pre style="margin: 2px 0.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td><td class="cell border_box ui-selectee" style="width: 50.0678%; background-color: transparent; text-align: left; vertical-align: middle; border-top: 0.75pt none #000000; border-right: 0.75pt none #000000; border-bottom: 0.75pt none #000000; border-left: 0.75pt none #000000;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 510px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 345px; margin-left: 0.013905px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="title">
<pre style="margin: 2px 0.5mm 2px 1mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #3d85c6; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">XX设计大赛</span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: right; vertical-align: middle; border-width: 0.75pt; border-style: none; border-color: rgb(0, 0, 0); width: auto;"><div class="holder" style="width: 177px; margin-left: 0px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="subtitle">
<pre style="margin: 2px 1mm 2px 0mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">“象棋机器人” 设计</span></pre>
</td>
</tr>
</tbody></table>
</div><div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt solid #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 2px 3mm 2px 0mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td><td class="cell border_box ui-selectee" style="width: 3.52941%; background-color: transparent; text-align: center; vertical-align: top; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt none #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 165px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 24px; margin-left: 0.010475px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="bullet">
<pre style="margin: 2px 0.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">-</span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: left; vertical-align: middle; border-width: 0.75pt; border-style: none; border-color: rgb(0, 0, 0); width: auto;"><div class="holder" style="width: 522px; margin-left: 0.013905px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="content">
<pre style="margin: 2px 0.5mm 2px 1mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">完成机器人机械结构的组装和电气控制单元的调试</span></pre>
</td>
</tr>
</tbody></table>
</div><div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt solid #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 2px 3mm 2px 0mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td><td class="cell border_box ui-selectee" style="width: 3.52941%; background-color: transparent; text-align: center; vertical-align: top; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt none #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 165px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 24px; margin-left: 0.010475px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="bullet">
<pre style="margin: 2px 0.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">-</span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: left; vertical-align: middle; border-width: 0.75pt; border-style: none; border-color: rgb(0, 0, 0); width: auto;"><div class="holder" style="width: 522px; margin-left: 0.013905px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="content">
<pre style="margin: 2px 0.5mm 2px 1mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">优化控制逻辑,提高机器人动作效率</span></pre>
</td>
</tr>
</tbody></table>
</div><div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt solid #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 20px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0.01304px; height: 20px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 8px 0.5mm 0mm 1.5mm; min-height: 12px;" data-margin-top="2mm" data-margin-bottom="0mm"><span class="SimSun" style="font-size: 1pt; color: #666666; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.0;" data-line-height="1"></span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: right; vertical-align: middle; border-width: 3pt; border-style: none; border-color: rgb(111, 168, 220); width: auto;"><div class="holder" style="width: 546px; margin-left: 0.01304px; height: 20px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 8px 0.5mm 0mm 1.5mm; min-height: 12px;" data-margin-top="2mm" data-margin-bottom="0mm"><span class="SimSun" style="font-size: 1pt; color: #666666; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.0;" data-line-height="1"></span></pre>
</td>
</tr>
</tbody></table>
</div>
</div><div class="section ui-sortable"><div class="library-change" style="display: none;"><button class="up library_arrow _experience_ disabled" style="top: 38px; left: 0px;"></button><button class="list" title="打开列表" style="display: none; left: 0px;"></button><button class="down library_arrow _experience_" style="display: none; top: 38px; left: 0px;"></button></div><div class="sort-content-boundary"></div><div class="section_handle" style="display: none;"></div>
<input type="hidden" name="key" value="experience">
<div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt solid #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="period">
<pre style="margin: 2px 5mm 2px 0mm; min-height: 20px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">2011.10 - 2011.12</span></pre>
</td><td class="cell border_box ui-selectee" style="width: 3.52941%; background-color: transparent; text-align: center; vertical-align: top; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt none #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 165px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 24px; margin-left: 0.010475px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="bullet">
<pre style="margin: 2px 0.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td><td class="cell border_box ui-selectee" style="width: 50.0678%; background-color: transparent; text-align: left; vertical-align: middle; border-top: 0.75pt none #000000; border-right: 0.75pt none #000000; border-bottom: 0.75pt none #000000; border-left: 0.75pt none #000000;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 510px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 345px; margin-left: 0.013905px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="title">
<pre style="margin: 2px 0.5mm 2px 1mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #3d85c6; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">“轻武器瞄具可靠性试验设备”项目</span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: right; vertical-align: middle; border-width: 0.75pt; border-style: none; border-color: rgb(0, 0, 0); width: auto;"><div class="holder" style="width: 177px; margin-left: 0px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="subtitle">
<pre style="margin: 2px 1mm 2px 0mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">项目成员</span></pre>
</td>
</tr>
</tbody></table>
</div><div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt solid #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 2px 3mm 2px 0mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td><td class="cell border_box ui-selectee" style="width: 3.52941%; background-color: transparent; text-align: center; vertical-align: top; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt none #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 165px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 24px; margin-left: 0.010475px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="bullet">
<pre style="margin: 2px 0.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">-</span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: left; vertical-align: middle; border-width: 0.75pt; border-style: none; border-color: rgb(0, 0, 0); width: auto;"><div class="holder" style="width: 522px; margin-left: 0.013905px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="content">
<pre style="margin: 2px 0.5mm 2px 1mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">参与制定项目方案,负责收集前期理论及研究现状</span></pre>
</td>
</tr>
</tbody></table>
</div><div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt solid #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 2px 3mm 2px 0mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td><td class="cell border_box ui-selectee" style="width: 3.52941%; background-color: transparent; text-align: center; vertical-align: top; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt none #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 165px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 24px; margin-left: 0.010475px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="bullet">
<pre style="margin: 2px 0.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">-</span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: left; vertical-align: middle; border-width: 0.75pt; border-style: none; border-color: rgb(0, 0, 0); width: auto;"><div class="holder" style="width: 522px; margin-left: 0.013905px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="content">
<pre style="margin: 2px 0.5mm 2px 1mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">负责红外与微光两种瞄具试验系统中高低温箱的设计与图纸绘制工作</span></pre>
</td>
</tr>
</tbody></table>
</div>
</div><div class="section ui-sortable"><div class="sort-content-boundary"></div><div class="section_handle" style="display: none;"></div>
<input type="hidden" name="key" value="heading">
<div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt solid #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 28px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0.01304px; height: 28px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 16px 0.5mm 0mm 1.5mm; min-height: 12px;" data-margin-top="4mm" data-margin-bottom="0mm"><span class="SimSun" style="font-size: 1pt; color: #666666; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.0;" data-line-height="1"></span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: right; vertical-align: middle; border-width: 3pt; border-style: none; border-color: rgb(111, 168, 220); width: auto;"><div class="holder" style="width: 546px; margin-left: 0.01304px; height: 28px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 16px 0.5mm 0mm 1.5mm; min-height: 12px;" data-margin-top="4mm" data-margin-bottom="0mm"><span class="SimSun" style="font-size: 1pt; color: #666666; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.0;" data-line-height="1"></span></pre>
</td>
</tr>
</tbody></table>
</div><div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 6pt none #6fa8dc; border-right: 6pt solid #6fa8dc; border-bottom: 6pt none #6fa8dc; border-left: 6pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 28px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0px; height: 28px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="title">
<pre style="margin: 2px 3mm 2px 0mm; min-height: 24px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 12pt; color: #666666; background-color: transparent; font-weight: bold; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">特长爱好</span></pre>
</td><td class="cell border_box ui-selectee" style="width: 3.52941%; background-color: transparent; text-align: left; vertical-align: middle; border-top: 6pt none #6fa8dc; border-right: 6pt none #6fa8dc; border-bottom: 6pt none #6fa8dc; border-left: 6pt solid #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 165px; height: 28px; margin-top: -1px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 24px; margin-left: -7.98953px; height: 28px; margin-top: -1px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="period">
<pre style="margin: 2px 1.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: left; vertical-align: middle; border-width: 1.5pt; border-style: none; border-color: rgb(204, 204, 204); width: auto;"><div class="holder" style="width: 522px; margin-left: 0.010475px; height: 28px; margin-top: -1px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 2px 1.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td>
</tr>
</tbody></table>
</div>
</div><div class="section ui-sortable"><div class="sort-content-boundary"></div><div class="section_handle" style="display: none;"></div>
<input type="hidden" name="key" value="hobby">
<div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt solid #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 2px 3mm 2px 0mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td><td class="cell border_box ui-selectee" style="width: 3.52941%; background-color: transparent; text-align: center; vertical-align: top; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt none #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 165px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 24px; margin-left: 0.010475px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="bullet">
<pre style="margin: 2px 0.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: left; vertical-align: middle; border-width: 0.75pt; border-style: none; border-color: rgb(0, 0, 0); width: auto;"><div class="holder" style="width: 522px; margin-left: 0.013905px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="content">
<pre style="margin: 2px 0.5mm 2px 1mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">热爱设计,喜欢阅读各类设计相关杂志和书籍</span></pre>
</td>
</tr>
</tbody></table>
</div><div class="row border_box" style="padding-top:0.0mm; padding-bottom:0.0mm;"><div class="sort-content-boundary"></div><div class="row_handle" style="display: none;"></div>
<table>
<tbody><tr>
<td class="cell border_box ui-selectee" style="width: 21.0%; background-color: transparent; text-align: right; vertical-align: middle; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt solid #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 141px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 145px; margin-left: 0px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="">
<pre style="margin: 2px 3mm 2px 0mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td><td class="cell border_box ui-selectee" style="width: 3.52941%; background-color: transparent; text-align: center; vertical-align: top; border-top: 0.75pt none #6fa8dc; border-right: 0.75pt none #6fa8dc; border-bottom: 0.75pt none #6fa8dc; border-left: 0.75pt none #6fa8dc;"><div class="resize_handle" title="左右拖动,调整宽度" style="width: 8px; left: 165px; height: 25px; margin-top: 0px;"><div class="resize-icon border_box"></div></div><div class="holder" style="width: 24px; margin-left: 0.010475px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="bullet">
<pre style="margin: 2px 0.5mm 2px 3mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5"></span></pre>
</td><td class="cell border_box ui-selectee" style="background-color: transparent; text-align: left; vertical-align: middle; border-width: 0.75pt; border-style: none; border-color: rgb(0, 0, 0); width: auto;"><div class="holder" style="width: 522px; margin-left: 0.013905px; height: 25px; margin-top: 0px;"><div class="l grid_line"></div><div class="t grid_line"></div><div class="b grid_line hidden"></div><div class="l outline"></div><div class="t outline"></div><div class="r outline"></div><div class="b outline"></div></div>
<input type="hidden" name="key" value="content">
<pre style="margin: 2px 0.5mm 2px 1mm; min-height: 21px;" data-margin-top="0.5mm" data-margin-bottom="0.5mm"><span class="Tahoma" style="font-size: 10.5pt; color: #666666; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5;" data-line-height="1.5">唱歌,热爱音乐,特别对影视原声音乐感兴趣</span></pre>
</td>
</tr>
</tbody></table>
</div>
</div>
<div class="l grid_line" style="margin-left: 10mm; height: 1049.2px; margin-top: 5mm;"></div><div class="r grid_line" style="margin-right: 10mm; height: 1049.2px; margin-top: 5mm;"></div><div class="b grid_line" style="width: 691.409px; margin-left: 10mm; margin-bottom: 5mm;"></div><div class="section-sort-range" style="display: block;"></div><div class="row-sort-range" style="display: block;"></div></div>
</div>
<div class="horizontal slider ui-slider ui-slider-horizontal ui-widget ui-widget-content ui-corner-all" aria-disabled="false" style="width: 210mm; left: 103px; top: -19px; display: none;"><div class="ui-slider-range ui-widget-header ui-corner-all" style="left: 5.71429%; width: 87.1429%;"></div><a class="ui-slider-handle ui-state-default ui-corner-all" href="http://cv.qiaobutang.com/resume/589c62330cf2b1f18576941c?F6798934146472XDR2N=_#" style="left: 5.71429%;"></a><a class="ui-slider-handle ui-state-default ui-corner-all" href="http://cv.qiaobutang.com/resume/589c62330cf2b1f18576941c?F6798934146472XDR2N=_#" style="left: 92.8571%;"></a></div><div class="vertical slider ui-slider ui-slider-vertical ui-widget ui-widget-content ui-corner-all" aria-disabled="false" style="height: 297mm; left: 84px; top: 0px; display: none;"><div class="ui-slider-range ui-widget-header ui-corner-all" style="bottom: 5.05051%; height: 89.899%;"></div><a class="ui-slider-handle ui-state-default ui-corner-all" href="http://cv.qiaobutang.com/resume/589c62330cf2b1f18576941c?F6798934146472XDR2N=_#" style="bottom: 5.05051%;"></a><a class="ui-slider-handle ui-state-default ui-corner-all" href="http://cv.qiaobutang.com/resume/589c62330cf2b1f18576941c?F6798934146472XDR2N=_#" style="bottom: 94.9495%;"></a></div><div class="page_margin l" style="top: -39px; left: 78px; margin-left: 12mm; display: none;"><input type="text" style="padding-right: 1px;">mm</div><div class="page_margin r" style="top: -39px; left: 78px; margin-left: 195mm; display: none;"><input type="text" style="padding-right: 1px;">mm</div><div class="page_margin t" style="left: 55px; top: -9px; margin-top: 15mm; display: none;"><input type="text" style="padding-right: 1px;"></div><div class="page_margin b" style="left: 55px; top: -9px; margin-top: 282mm; display: none;"><input type="text" style="padding-right: 1px;"></div><div class="ruler vertical" id="for_vertical_slider" style="height: 1176px;"></div><div class="ruler horizontal" id="for_horizontal_slider" style="width: 808px;"></div><div class="ruler horizontal pull-left expanded" id="page_mark" title="一页 A4 纸打印警戒线" style="margin-left: 103px; margin-top: 0px; top: 282mm; width: 230mm;"><div class="warn-info" style="display: block;"><span class="content">超过此线,打印会超过一页!</span><span class="close" style="display: inline;"></span></div></div></div>
<script src="js/jquery-1.11.3.js"></script>
</body>
</html>