-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMF Desk label print.html
328 lines (328 loc) · 22 KB
/
MF Desk label print.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>桌签生成</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto+Serif+SC:200,300,400,500,600,700,900"/>
<style type="text/css">
body{
margin: 0 auto;
}
.content{width: 668px;height: 363px;margin: 0 auto; background: #fff;position: relative;}
.input{width: 668px;height: 420px;background:#d9d9d9; margin:0 auto;position: relative;}
.st0 {
fill: url(#SVGID_1_);
}
.st1 {
fill: none;
stroke: #006990;
stroke-width: 0.3;
stroke-miterlimit: 10;
}
.st2 {
fill: #000B8C;
}
.st3 {
fill: #00953B;
}
.st4 {
fill: none;
stroke: #000000;
stroke-width: 0.25;
}
.st5 {
color: #1D2D65;
font-family: 'Noto Serif SC';
font-weight: 700;
font-size: 33px;
text-align: right;
position:absolute;
top:45px;
right:49px;
width:350px;height:50px;margin:0 auto;
text-align: right;
}
.st6 {
color: #1D2D65;
font-family: 'Noto Serif SC';
font-weight: 500;
font-size: 16px;
text-align: right;
position:absolute;
top:90px;
right:49px;
width:350px;height:30px;margin:0 auto;
text-align: right;
}
.st7 {
font-family: 'Noto Serif SC';
font-size: 48px;
font-weight: 700;
color: white;
text-align: center;
letter-spacing: 40px;
text-indent: 40px;
position:absolute;
top:160px;
width:668px;height:100px;margin:0 auto;
text-align: center;
}
.st8 {
color: white;
font-family: 'Noto Serif SC';
font-size: 32px;
font-weight: 500;
text-align: center;
position:absolute;
top:220px;
width:668px;height:50px;margin:0 auto;
}
.st9 {
color: white;
font-family: 'Noto Serif SC';
font-size: 16pt;
font-weight: 500;
text-align: right;
position:absolute;
top:290px;
right:49px;
width:350px;height:30px;margin:0 auto;
text-align: right;
}
.st10{width: 180px;
height: 30px;
border-radius: 15px;
padding-left: 15px;
outline: none;
border: none;
}
</style>
<script>
function myFunction_1()
{
var x;
x = document.getElementById("bumen_1").value;
document.getElementById("bumen-1").innerHTML= x;
var y;
y = document.getElementById("dep_1").value;
document.getElementById("dep-1").innerHTML= y;
var x1;
x1 = document.getElementById("xm_1").value;
document.getElementById("xm-1").innerHTML= x1;
var x2;
x2 = document.getElementById("name_1").value;
document.getElementById("name-1").innerHTML= x2;
var x3;
x3 = document.getElementById("MS_1").value;
document.getElementById("MS-1").innerHTML= x3;
}
function myFunction_2()
{
var x;
x = document.getElementById("bumen_2").value;
document.getElementById("bumen-2").innerHTML= x;
var y;
y = document.getElementById("dep_2").value;
document.getElementById("dep-2").innerHTML= y;
var x1;
x1 = document.getElementById("xm_2").value;
document.getElementById("xm-2").innerHTML= x1;
var x2;
x2 = document.getElementById("name_2").value;
document.getElementById("name-2").innerHTML= x2;
var x3;
x3 = document.getElementById("MS_2").value;
document.getElementById("MS-2").innerHTML= x3;
}
function myFunction_3()
{
var x;
x = document.getElementById("bumen_3").value;
document.getElementById("bumen-3").innerHTML= x;
var y;
y = document.getElementById("dep_3").value;
document.getElementById("dep-3").innerHTML= y;
var x1;
x1 = document.getElementById("xm_3").value;
document.getElementById("xm-3").innerHTML= x1;
var x2;
x2 = document.getElementById("name_3").value;
document.getElementById("name-3").innerHTML= x2;
var x3;
x3 = document.getElementById("MS_3").value;
document.getElementById("MS-3").innerHTML= x3;
}
</script>
</head>
<body>
<div style="width:794px;height: 1123px;margin: 0px auto;background: #fff;">
<div class="content">
<svg version="1.1" id="BG" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 498.9 272.1" style="enable-background:new 0 0 498.9 272.1;" xml:space="preserve">
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="4.6088" y1="183.4225" x2="494.1518" y2="183.4225">
<stop offset="0" style="stop-color:#009065" />
<stop offset="1" style="stop-color:#0C3484" />
</linearGradient>
<rect x="4.6" y="99.4" class="st0" width="489.5" height="168.1" />
<path class="st1" d="M4.6,99.4C4,148.7,91.4,270.9,494.2,267.5 M4.6,103.2c1.5,48,96.4,166.4,489.5,161.4 M4.6,107 c3.7,46.7,106,161.4,489.5,154.7 M4.6,110.9c5.8,45.5,115.6,156.3,489.5,148 M4.6,114.7c7.9,44.2,125.2,151.3,489.5,141.4 M4.6,118.5c10,42.9,134.8,146.2,489.5,134.7 M4.6,122.3c12.2,41.6,144.4,141.1,489.5,128 M4.6,126.1 c14.3,40.4,154,136.1,489.5,121.4 M4.6,129.9C21,169,168.2,261,494.2,244.6 M4.6,133.8c18.5,37.8,173.2,126,489.5,108 M4.6,137.6 c20.6,36.5,182.8,120.9,489.5,101.3 M4.6,141.4c22.8,35.2,192.5,115.9,489.5,94.7 M4.6,145.2c24.9,34,202.1,110.8,489.5,88 M4.6,149 c27,32.7,211.7,105.7,489.5,81.3 M4.6,152.9c29.1,31.4,221.3,100.7,489.5,74.7 M4.6,156.7c31.2,30.1,230.9,95.6,489.5,68 M4.6,160.5 c33.4,28.8,240.5,90.6,489.5,61.3 M4.6,164.3c35.5,27.6,250.1,85.5,489.5,54.6 M4.6,168.1c37.6,26.3,259.7,80.5,489.5,48 M4.6,172 c39.7,25,269.3,75.4,489.5,41.3 M4.6,175.8c41.8,23.7,278.9,70.3,489.5,34.6 M4.6,179.6c44,22.5,288.5,65.3,489.5,27.9 M4.6,183.4 c46.1,21.2,298.2,60.2,489.5,21.3 M4.6,187.2c48.2,19.9,307.8,55.2,489.5,14.6 M4.6,191.1c50.3,18.6,317.4,50.1,489.5,7.9 M4.6,194.9c52.5,17.3,327,45.1,489.5,1.3 M4.6,198.7c54.6,16.1,336.6,40,489.5-5.4 M4.6,202.5c56.7,14.8,346.2,34.9,489.5-12.1 M4.6,206.3c58.8,13.5,355.8,29.9,489.5-18.8 M4.6,210.2C65.5,222.4,370,235,494.2,184.7 M4.6,214c63.1,11,375,19.8,489.5-32.1 M4.6,217.8c65.2,9.7,384.6,14.7,489.5-38.8" />
<path class="st2" d="M149.2,79.2h5V63.4h-5V79.2z M156.7,60.5c0.7,1.3-0.9,3.6-3.7,5.2c-2.8,1.6-5.6,1.9-6.4,0.6 c-0.7-1.3,0.9-3.6,3.7-5.2C153.1,59.5,156,59.3,156.7,60.5" />
<polygon class="st2" points="131.2,79.2 137.7,63.4 143.8,63.4 148.7,79.2 143.2,79.2 140.4,70.1 136.9,79.2 " />
<path class="st3" d="M81.5,68.8v10.3H78l-9.1-15.7l-1.4,1.4l-5.9-10.2l4.1-4.1c0.7-0.6,1.5-1,2.5-1c1.3,0,2.4,0.6,3.1,1.6l0.2,0.3 L81.5,68.8z" />
<path class="st2" d="M76.1,77.3L76.1,77.3c-1.4,0.5-2.9,0-3.6-1.2l-9.4-16.2l-0.2-0.4c-0.7-1-1.8-1.6-3.1-1.6c-1,0-1.9,0.4-2.5,1 c-0.1,0-0.1,0.1-0.2,0.2l-2.5,2.5L37,79.2h14.8L60,71l4.7,8.2h9.5C75.3,79.2,76.1,78.4,76.1,77.3" />
<path class="st2" d="M82.7,78h3.6V64.6h-3.6V78z M81.5,63.4h5.9v15.7h-5.9V63.4z" />
<polygon class="st2" points="98.4,63.4 98.4,70.8 93.1,63.4 88.4,63.4 88.4,79.2 93.1,79.2 93.1,71.8 98.4,79.2 103.2,79.2 103.2,63.4 " />
<path class="st2" d="M119.5,70.1V76c-1.1,1.5-3.4,3.6-7.5,3.6c-3.8,0-8.3-3.5-8.3-8.3c0-4.8,4.4-8.3,8.3-8.3c3.4,0,5.9,1.2,7.7,3.9 l-4.2,1.6c-0.5-0.5-1.6-1.4-3.2-1.4c-2.2,0-4,1.9-4,4.3c0,2.4,1.8,4.3,4,4.3c1.2,0,2.4-0.6,3.2-1.4v-0.7H112v-3.4H119.5z" />
<path class="st2" d="M160.8,77.1h0.5c0.1,0,0.2,0,0.2-0.1c0.1-0.1,0.1-0.1,0.1-0.2v0c0-0.1,0-0.2-0.1-0.2c-0.1,0-0.1-0.1-0.3-0.1 h-0.4V77.1z M160.3,78.1v-2h0.9c0.3,0,0.5,0.1,0.6,0.2c0.1,0.1,0.2,0.3,0.2,0.5v0c0,0.2,0,0.3-0.1,0.4c-0.1,0.1-0.2,0.2-0.3,0.2 l0.5,0.7h-0.5l-0.4-0.6h0h-0.3v0.6H160.3z M161.1,75.5c-0.9,0-1.6,0.7-1.6,1.6c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6 C162.8,76.3,162,75.5,161.1,75.5 M163.1,77.2c0,1.1-0.9,2-2,2c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2C162.2,75.2,163.1,76.1,163.1,77.2" />
<path class="st2" d="M124.3,64.6L120.8,78h3.5l1.4-5.3h4.9l0.8-2.1h-5.2l1-3.9h5.8l0.8-2.1H124.3z M135.6,63.4l-1.8,4.5h-5.6 l-0.4,1.5h5.4l-1.8,4.5h-4.8l-1.4,5.3h-6l4.2-15.7H135.6z" />
<line class="st4" x1="498.9" y1="22.8" x2="484.7" y2="22.8" />
<line class="st4" x1="498.9" y1="249.3" x2="484.7" y2="249.3" />
<line class="st4" x1="476.1" y1="0" x2="476.1" y2="14.2" />
<line class="st4" x1="14.2" y1="22.8" x2="0" y2="22.8" />
<line class="st4" x1="14.2" y1="249.3" x2="0" y2="249.3" />
<line class="st4" x1="22.8" y1="0" x2="22.8" y2="14.2" />
<line class="st4" x1="476.1" y1="258" x2="476.1" y2="272.1" />
<line class="st4" x1="22.8" y1="258" x2="22.8" y2="272.1" />
</svg>
<div>
<p class="st5" id="bumen-1">请输入部门</p>
<p class="st6" id="dep-1">Design Department</p>
<p class="st7" id="xm-1">您的姓名</p>
<p class="st8" id="name-1">English Name</p>
<p class="st9" id="MS-1">MS00000000</p>
</div>
</div>
<div class="content">
<svg version="1.1" id="BG" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 498.9 272.1" style="enable-background:new 0 0 498.9 272.1;" xml:space="preserve">
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="4.6088" y1="183.4225" x2="494.1518" y2="183.4225">
<stop offset="0" style="stop-color:#009065" />
<stop offset="1" style="stop-color:#0C3484" />
</linearGradient>
<rect x="4.6" y="99.4" class="st0" width="489.5" height="168.1" />
<path class="st1" d="M4.6,99.4C4,148.7,91.4,270.9,494.2,267.5 M4.6,103.2c1.5,48,96.4,166.4,489.5,161.4 M4.6,107 c3.7,46.7,106,161.4,489.5,154.7 M4.6,110.9c5.8,45.5,115.6,156.3,489.5,148 M4.6,114.7c7.9,44.2,125.2,151.3,489.5,141.4 M4.6,118.5c10,42.9,134.8,146.2,489.5,134.7 M4.6,122.3c12.2,41.6,144.4,141.1,489.5,128 M4.6,126.1 c14.3,40.4,154,136.1,489.5,121.4 M4.6,129.9C21,169,168.2,261,494.2,244.6 M4.6,133.8c18.5,37.8,173.2,126,489.5,108 M4.6,137.6 c20.6,36.5,182.8,120.9,489.5,101.3 M4.6,141.4c22.8,35.2,192.5,115.9,489.5,94.7 M4.6,145.2c24.9,34,202.1,110.8,489.5,88 M4.6,149 c27,32.7,211.7,105.7,489.5,81.3 M4.6,152.9c29.1,31.4,221.3,100.7,489.5,74.7 M4.6,156.7c31.2,30.1,230.9,95.6,489.5,68 M4.6,160.5 c33.4,28.8,240.5,90.6,489.5,61.3 M4.6,164.3c35.5,27.6,250.1,85.5,489.5,54.6 M4.6,168.1c37.6,26.3,259.7,80.5,489.5,48 M4.6,172 c39.7,25,269.3,75.4,489.5,41.3 M4.6,175.8c41.8,23.7,278.9,70.3,489.5,34.6 M4.6,179.6c44,22.5,288.5,65.3,489.5,27.9 M4.6,183.4 c46.1,21.2,298.2,60.2,489.5,21.3 M4.6,187.2c48.2,19.9,307.8,55.2,489.5,14.6 M4.6,191.1c50.3,18.6,317.4,50.1,489.5,7.9 M4.6,194.9c52.5,17.3,327,45.1,489.5,1.3 M4.6,198.7c54.6,16.1,336.6,40,489.5-5.4 M4.6,202.5c56.7,14.8,346.2,34.9,489.5-12.1 M4.6,206.3c58.8,13.5,355.8,29.9,489.5-18.8 M4.6,210.2C65.5,222.4,370,235,494.2,184.7 M4.6,214c63.1,11,375,19.8,489.5-32.1 M4.6,217.8c65.2,9.7,384.6,14.7,489.5-38.8" />
<path class="st2" d="M149.2,79.2h5V63.4h-5V79.2z M156.7,60.5c0.7,1.3-0.9,3.6-3.7,5.2c-2.8,1.6-5.6,1.9-6.4,0.6 c-0.7-1.3,0.9-3.6,3.7-5.2C153.1,59.5,156,59.3,156.7,60.5" />
<polygon class="st2" points="131.2,79.2 137.7,63.4 143.8,63.4 148.7,79.2 143.2,79.2 140.4,70.1 136.9,79.2 " />
<path class="st3" d="M81.5,68.8v10.3H78l-9.1-15.7l-1.4,1.4l-5.9-10.2l4.1-4.1c0.7-0.6,1.5-1,2.5-1c1.3,0,2.4,0.6,3.1,1.6l0.2,0.3 L81.5,68.8z" />
<path class="st2" d="M76.1,77.3L76.1,77.3c-1.4,0.5-2.9,0-3.6-1.2l-9.4-16.2l-0.2-0.4c-0.7-1-1.8-1.6-3.1-1.6c-1,0-1.9,0.4-2.5,1 c-0.1,0-0.1,0.1-0.2,0.2l-2.5,2.5L37,79.2h14.8L60,71l4.7,8.2h9.5C75.3,79.2,76.1,78.4,76.1,77.3" />
<path class="st2" d="M82.7,78h3.6V64.6h-3.6V78z M81.5,63.4h5.9v15.7h-5.9V63.4z" />
<polygon class="st2" points="98.4,63.4 98.4,70.8 93.1,63.4 88.4,63.4 88.4,79.2 93.1,79.2 93.1,71.8 98.4,79.2 103.2,79.2 103.2,63.4 " />
<path class="st2" d="M119.5,70.1V76c-1.1,1.5-3.4,3.6-7.5,3.6c-3.8,0-8.3-3.5-8.3-8.3c0-4.8,4.4-8.3,8.3-8.3c3.4,0,5.9,1.2,7.7,3.9 l-4.2,1.6c-0.5-0.5-1.6-1.4-3.2-1.4c-2.2,0-4,1.9-4,4.3c0,2.4,1.8,4.3,4,4.3c1.2,0,2.4-0.6,3.2-1.4v-0.7H112v-3.4H119.5z" />
<path class="st2" d="M160.8,77.1h0.5c0.1,0,0.2,0,0.2-0.1c0.1-0.1,0.1-0.1,0.1-0.2v0c0-0.1,0-0.2-0.1-0.2c-0.1,0-0.1-0.1-0.3-0.1 h-0.4V77.1z M160.3,78.1v-2h0.9c0.3,0,0.5,0.1,0.6,0.2c0.1,0.1,0.2,0.3,0.2,0.5v0c0,0.2,0,0.3-0.1,0.4c-0.1,0.1-0.2,0.2-0.3,0.2 l0.5,0.7h-0.5l-0.4-0.6h0h-0.3v0.6H160.3z M161.1,75.5c-0.9,0-1.6,0.7-1.6,1.6c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6 C162.8,76.3,162,75.5,161.1,75.5 M163.1,77.2c0,1.1-0.9,2-2,2c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2C162.2,75.2,163.1,76.1,163.1,77.2" />
<path class="st2" d="M124.3,64.6L120.8,78h3.5l1.4-5.3h4.9l0.8-2.1h-5.2l1-3.9h5.8l0.8-2.1H124.3z M135.6,63.4l-1.8,4.5h-5.6 l-0.4,1.5h5.4l-1.8,4.5h-4.8l-1.4,5.3h-6l4.2-15.7H135.6z" />
<line class="st4" x1="498.9" y1="22.8" x2="484.7" y2="22.8" />
<line class="st4" x1="498.9" y1="249.3" x2="484.7" y2="249.3" />
<line class="st4" x1="476.1" y1="0" x2="476.1" y2="14.2" />
<line class="st4" x1="14.2" y1="22.8" x2="0" y2="22.8" />
<line class="st4" x1="14.2" y1="249.3" x2="0" y2="249.3" />
<line class="st4" x1="22.8" y1="0" x2="22.8" y2="14.2" />
<line class="st4" x1="476.1" y1="258" x2="476.1" y2="272.1" />
<line class="st4" x1="22.8" y1="258" x2="22.8" y2="272.1" />
</svg>
<div>
<p class="st5" id="bumen-2">请输入部门</p>
<p class="st6" id="dep-2">Design Department</p>
<p class="st7" id="xm-2">您的姓名</p>
<p class="st8" id="name-2">English Name</p>
<p class="st9" id="MS-2">MS00000000</p>
</div>
</div>
<div class="content">
<svg version="1.1" id="BG" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 498.9 272.1" style="enable-background:new 0 0 498.9 272.1;" xml:space="preserve">
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="4.6088" y1="183.4225" x2="494.1518" y2="183.4225">
<stop offset="0" style="stop-color:#009065" />
<stop offset="1" style="stop-color:#0C3484" />
</linearGradient>
<rect x="4.6" y="99.4" class="st0" width="489.5" height="168.1" />
<path class="st1" d="M4.6,99.4C4,148.7,91.4,270.9,494.2,267.5 M4.6,103.2c1.5,48,96.4,166.4,489.5,161.4 M4.6,107 c3.7,46.7,106,161.4,489.5,154.7 M4.6,110.9c5.8,45.5,115.6,156.3,489.5,148 M4.6,114.7c7.9,44.2,125.2,151.3,489.5,141.4 M4.6,118.5c10,42.9,134.8,146.2,489.5,134.7 M4.6,122.3c12.2,41.6,144.4,141.1,489.5,128 M4.6,126.1 c14.3,40.4,154,136.1,489.5,121.4 M4.6,129.9C21,169,168.2,261,494.2,244.6 M4.6,133.8c18.5,37.8,173.2,126,489.5,108 M4.6,137.6 c20.6,36.5,182.8,120.9,489.5,101.3 M4.6,141.4c22.8,35.2,192.5,115.9,489.5,94.7 M4.6,145.2c24.9,34,202.1,110.8,489.5,88 M4.6,149 c27,32.7,211.7,105.7,489.5,81.3 M4.6,152.9c29.1,31.4,221.3,100.7,489.5,74.7 M4.6,156.7c31.2,30.1,230.9,95.6,489.5,68 M4.6,160.5 c33.4,28.8,240.5,90.6,489.5,61.3 M4.6,164.3c35.5,27.6,250.1,85.5,489.5,54.6 M4.6,168.1c37.6,26.3,259.7,80.5,489.5,48 M4.6,172 c39.7,25,269.3,75.4,489.5,41.3 M4.6,175.8c41.8,23.7,278.9,70.3,489.5,34.6 M4.6,179.6c44,22.5,288.5,65.3,489.5,27.9 M4.6,183.4 c46.1,21.2,298.2,60.2,489.5,21.3 M4.6,187.2c48.2,19.9,307.8,55.2,489.5,14.6 M4.6,191.1c50.3,18.6,317.4,50.1,489.5,7.9 M4.6,194.9c52.5,17.3,327,45.1,489.5,1.3 M4.6,198.7c54.6,16.1,336.6,40,489.5-5.4 M4.6,202.5c56.7,14.8,346.2,34.9,489.5-12.1 M4.6,206.3c58.8,13.5,355.8,29.9,489.5-18.8 M4.6,210.2C65.5,222.4,370,235,494.2,184.7 M4.6,214c63.1,11,375,19.8,489.5-32.1 M4.6,217.8c65.2,9.7,384.6,14.7,489.5-38.8" />
<path class="st2" d="M149.2,79.2h5V63.4h-5V79.2z M156.7,60.5c0.7,1.3-0.9,3.6-3.7,5.2c-2.8,1.6-5.6,1.9-6.4,0.6 c-0.7-1.3,0.9-3.6,3.7-5.2C153.1,59.5,156,59.3,156.7,60.5" />
<polygon class="st2" points="131.2,79.2 137.7,63.4 143.8,63.4 148.7,79.2 143.2,79.2 140.4,70.1 136.9,79.2 " />
<path class="st3" d="M81.5,68.8v10.3H78l-9.1-15.7l-1.4,1.4l-5.9-10.2l4.1-4.1c0.7-0.6,1.5-1,2.5-1c1.3,0,2.4,0.6,3.1,1.6l0.2,0.3 L81.5,68.8z" />
<path class="st2" d="M76.1,77.3L76.1,77.3c-1.4,0.5-2.9,0-3.6-1.2l-9.4-16.2l-0.2-0.4c-0.7-1-1.8-1.6-3.1-1.6c-1,0-1.9,0.4-2.5,1 c-0.1,0-0.1,0.1-0.2,0.2l-2.5,2.5L37,79.2h14.8L60,71l4.7,8.2h9.5C75.3,79.2,76.1,78.4,76.1,77.3" />
<path class="st2" d="M82.7,78h3.6V64.6h-3.6V78z M81.5,63.4h5.9v15.7h-5.9V63.4z" />
<polygon class="st2" points="98.4,63.4 98.4,70.8 93.1,63.4 88.4,63.4 88.4,79.2 93.1,79.2 93.1,71.8 98.4,79.2 103.2,79.2 103.2,63.4 " />
<path class="st2" d="M119.5,70.1V76c-1.1,1.5-3.4,3.6-7.5,3.6c-3.8,0-8.3-3.5-8.3-8.3c0-4.8,4.4-8.3,8.3-8.3c3.4,0,5.9,1.2,7.7,3.9 l-4.2,1.6c-0.5-0.5-1.6-1.4-3.2-1.4c-2.2,0-4,1.9-4,4.3c0,2.4,1.8,4.3,4,4.3c1.2,0,2.4-0.6,3.2-1.4v-0.7H112v-3.4H119.5z" />
<path class="st2" d="M160.8,77.1h0.5c0.1,0,0.2,0,0.2-0.1c0.1-0.1,0.1-0.1,0.1-0.2v0c0-0.1,0-0.2-0.1-0.2c-0.1,0-0.1-0.1-0.3-0.1 h-0.4V77.1z M160.3,78.1v-2h0.9c0.3,0,0.5,0.1,0.6,0.2c0.1,0.1,0.2,0.3,0.2,0.5v0c0,0.2,0,0.3-0.1,0.4c-0.1,0.1-0.2,0.2-0.3,0.2 l0.5,0.7h-0.5l-0.4-0.6h0h-0.3v0.6H160.3z M161.1,75.5c-0.9,0-1.6,0.7-1.6,1.6c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6 C162.8,76.3,162,75.5,161.1,75.5 M163.1,77.2c0,1.1-0.9,2-2,2c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2C162.2,75.2,163.1,76.1,163.1,77.2" />
<path class="st2" d="M124.3,64.6L120.8,78h3.5l1.4-5.3h4.9l0.8-2.1h-5.2l1-3.9h5.8l0.8-2.1H124.3z M135.6,63.4l-1.8,4.5h-5.6 l-0.4,1.5h5.4l-1.8,4.5h-4.8l-1.4,5.3h-6l4.2-15.7H135.6z" />
<line class="st4" x1="498.9" y1="22.8" x2="484.7" y2="22.8" />
<line class="st4" x1="498.9" y1="249.3" x2="484.7" y2="249.3" />
<line class="st4" x1="476.1" y1="0" x2="476.1" y2="14.2" />
<line class="st4" x1="14.2" y1="22.8" x2="0" y2="22.8" />
<line class="st4" x1="14.2" y1="249.3" x2="0" y2="249.3" />
<line class="st4" x1="22.8" y1="0" x2="22.8" y2="14.2" />
<line class="st4" x1="476.1" y1="258" x2="476.1" y2="272.1" />
<line class="st4" x1="22.8" y1="258" x2="22.8" y2="272.1" />
</svg>
<div>
<p class="st5" id="bumen-3">请输入部门</p>
<p class="st6" id="dep-3">Design Department</p>
<p class="st7" id="xm-3">您的姓名</p>
<p class="st8" id="name-3">English Name</p>
<p class="st9" id="MS-3">MS00000000</p>
</div>
</div>
</div>
<div class="input">
<div style="width: 100%;height: 110px;text-align:center;color:#373737"><p><br>在下面输入内容预览打印PDF<br>打印时取消“页眉和页脚”,勾选“背景”,只打需要的那一页<br>每一项都要填才能正确显示</p></div>
<div style="height:300px;display: flex;">
<div style="width: 35%;background:#f2f2f3">
<div style="text-align: center;margin-top:20px;">
<input class="st10" id="bumen_1" type="text" placeholder="部门" maxlength="11" />
</div>
<div style="text-align: center;margin-top:10px;">
<input class="st10" id="dep_1" type="text" placeholder="部门英文" maxlength="30" />
</div>
<div style="text-align: center;margin-top:10px;">
<input class="st10" id="xm_1" type="text" placeholder="中文名" maxlength="5" />
</div>
<div style="text-align: center;margin-top:10px;">
<input class="st10" id="name_1" type="text" placeholder="英文名" maxlength="30" />
</div>
<div style="text-align: center;margin-top:10px;">
<input class="st10" id="MS_1" type="text" placeholder="工号" maxlength="10" />
</div>
<div style="text-align: center;margin-top:10px;margin-bottom:30px">
<button style="width: 100px; height: 30px; outline: none; border: none; background: #222; color: #DDD; cursor: pointer; position: relative; border-radius: 15px;" onclick="myFunction_1()">生成桌签1</button>
</div>
</div>
<div style="width: 30%;background:#f2f2f3">
<div style="text-align: center;margin-top:20px;">
<input class="st10" id="bumen_2" type="text" placeholder="部门" maxlength="11" />
</div>
<div style="text-align: center;margin-top:10px;">
<input class="st10" id="dep_2" type="text" placeholder="部门英文" maxlength="30" />
</div>
<div style="text-align: center;margin-top:10px;">
<input class="st10" id="xm_2" type="text" placeholder="中文名" maxlength="5" />
</div>
<div style="text-align: center;margin-top:10px;">
<input class="st10" id="name_2" type="text" placeholder="英文名" maxlength="30" />
</div>
<div style="text-align: center;margin-top:10px;">
<input class="st10" id="MS_2" type="text" placeholder="工号" maxlength="10" />
</div>
<div style="text-align: center;margin-top:10px;margin-bottom:30px">
<button style="width: 100px; height: 30px; outline: none; border: none; background: #222; color: #DDD; cursor: pointer; position: relative; border-radius: 15px;" onclick="myFunction_2()">生成桌签2</button>
</div>
</div>
<div style="height:100%;background:#f2f2f3;width:0;flex:auto;">
<div style="text-align: center;margin-top:20px;">
<input class="st10" id="bumen_3" type="text" placeholder="部门" maxlength="11" />
</div>
<div style="text-align: center;margin-top:10px;">
<input class="st10" id="dep_3" type="text" placeholder="部门英文" maxlength="30" />
</div>
<div style="text-align: center;margin-top:10px;">
<input class="st10" id="xm_3" type="text" placeholder="中文名" maxlength="5" />
</div>
<div style="text-align: center;margin-top:10px;">
<input class="st10" id="name_3" type="text" placeholder="英文名" maxlength="30" />
</div>
<div style="text-align: center;margin-top:10px;">
<input class="st10" id="MS_3" type="text" placeholder="工号" maxlength="10" />
</div>
<div style="text-align: center;margin-top:10px;margin-bottom:30px">
<button style="width: 100px; height: 30px; outline: none; border: none; background: #222; color: #DDD; cursor: pointer; position: relative; border-radius: 15px;" onclick="myFunction_3()">生成桌签3</button>
</div>
</div>
</div>
</div>
</body>
</html>