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
| var configPrintJson = {
| "panels": [{
| "index": 0,
| "height": 297,
| "width": 210,
| "paperHeader": 0,
| "paperFooter": 805,
| "printElements": [{
| "tid": "configModule.name",
| "options": {
| "left": 20,
| "top": 25,
| "height": 42,
| "width": 107,
| "fontSize": 19,
| "fontWeight": "700",
| "textAlign": "center",
| "lineHeight": 39,
| "hideTitle": "1"
| }
| },
| {
| "tid": "configModule.email",
| "options": {
| "left": 390,
| "top": 35,
| "height": 13,
| "width": 165
| }
| }, {
| "tid": "configModule.address",
| "options": {
| "left": 390,
| "top": 55,
| "height": 13,
| "width": 165
| }
| }, {
| "tid": "configModule.phone",
| "options": {
| "left": 390,
| "top": 75,
| "height": 13,
| "width": 165
| }
| }, {
| "tid": "configModule.hline",
| "options": {
| "left": 10,
| "top": 110,
| "height": 10,
| "width": 573
| }
| }, {
| "tid": "configModule.customText",
| "options": {
| "left": 20,
| "top": 135,
| "height": 13,
| "width": 27,
| "title": "目标",
| "textAlign": "center"
| }
| }, {
| "tid": "configModule.target",
| "options": {
| "left": 20,
| "top": 160,
| "height": 13,
| "width": 562,
| "fontSize": 13,
| "hideTitle": "1"
| }
| }, {
| "tid": "configModule.customText",
| "options": {
| "left": 20,
| "top": 195,
| "height": 13,
| "width": 29,
| "title": "教育",
| "textAlign": "center"
| }
| }, {
| "tid": "configModule.professional",
| "options": {
| "left": 20,
| "top": 230,
| "height": 17,
| "width": 561,
| "fontSize": 12,
| "fontWeight": "600",
| "lineHeight": 17,
| "hideTitle": "1"
| }
| }, {
| "tid": "configModule.university",
| "options": {
| "left": 20,
| "top": 255,
| "height": 15,
| "width": 561,
| "fontWeight": "600",
| "hideTitle": "1"
| }
| }, {
| "tid": "configModule.universityAddress",
| "options": {
| "left": 20,
| "top": 280,
| "height": 13,
| "width": 120,
| "hideTitle": "1"
| }
| }, {
| "tid": "configModule.universityDate",
| "options": {
| "left": 20,
| "top": 305,
| "height": 13,
| "width": 120
| }
| }, {
| "tid": "configModule.tech",
| "options": {
| "left": 20,
| "top": 345,
| "height": 40,
| "width": 561
| }
| }, {
| "tid": "configModule.workExperience",
| "options": {
| "left": 20,
| "top": 420,
| "height": 44,
| "width": 559
| }
| }
| ],
| "paperNumberLeft": 565,
| "paperNumberTop": 819
| }]
| }
|
|