sprite.less.bak
24.5 KB
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
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
/*
LESS variables are information about icon's compiled state, stored under its original file name
.icon-home {
width: @icon-home-width;
}
The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;
At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
@title-fanhui-name: title_fanhui;
@title-fanhui-x: 0px;
@title-fanhui-y: 1080px;
@title-fanhui-offset-x: 0px;
@title-fanhui-offset-y: -1080px;
@title-fanhui-width: 62px;
@title-fanhui-height: 62px;
@title-fanhui-total-width: 300px;
@title-fanhui-total-height: 5776px;
@title-fanhui-image: '../images/dest/sprite.png';
@title-fanhui: 0px 1080px 0px -1080px 62px 62px 300px 5776px '../images/dest/sprite.png' title_fanhui;
@title-fanhui-h-name: title_fanhui_H;
@title-fanhui-h-x: 0px;
@title-fanhui-h-y: 1142px;
@title-fanhui-h-offset-x: 0px;
@title-fanhui-h-offset-y: -1142px;
@title-fanhui-h-width: 62px;
@title-fanhui-h-height: 62px;
@title-fanhui-h-total-width: 300px;
@title-fanhui-h-total-height: 5776px;
@title-fanhui-h-image: '../images/dest/sprite.png';
@title-fanhui-h: 0px 1142px 0px -1142px 62px 62px 300px 5776px '../images/dest/sprite.png' title_fanhui_H;
@title-quxiao-name: title_quxiao;
@title-quxiao-x: 0px;
@title-quxiao-y: 1204px;
@title-quxiao-offset-x: 0px;
@title-quxiao-offset-y: -1204px;
@title-quxiao-width: 62px;
@title-quxiao-height: 62px;
@title-quxiao-total-width: 300px;
@title-quxiao-total-height: 5776px;
@title-quxiao-image: '../images/dest/sprite.png';
@title-quxiao: 0px 1204px 0px -1204px 62px 62px 300px 5776px '../images/dest/sprite.png' title_quxiao;
@title-quxiao-h-name: title_quxiao_H;
@title-quxiao-h-x: 0px;
@title-quxiao-h-y: 1266px;
@title-quxiao-h-offset-x: 0px;
@title-quxiao-h-offset-y: -1266px;
@title-quxiao-h-width: 62px;
@title-quxiao-h-height: 62px;
@title-quxiao-h-total-width: 300px;
@title-quxiao-h-total-height: 5776px;
@title-quxiao-h-image: '../images/dest/sprite.png';
@title-quxiao-h: 0px 1266px 0px -1266px 62px 62px 300px 5776px '../images/dest/sprite.png' title_quxiao_H;
@title-shouye-name: title_shouye;
@title-shouye-x: 0px;
@title-shouye-y: 1328px;
@title-shouye-offset-x: 0px;
@title-shouye-offset-y: -1328px;
@title-shouye-width: 62px;
@title-shouye-height: 62px;
@title-shouye-total-width: 300px;
@title-shouye-total-height: 5776px;
@title-shouye-image: '../images/dest/sprite.png';
@title-shouye: 0px 1328px 0px -1328px 62px 62px 300px 5776px '../images/dest/sprite.png' title_shouye;
@title-shouye-h-name: title_shouye_H;
@title-shouye-h-x: 0px;
@title-shouye-h-y: 1390px;
@title-shouye-h-offset-x: 0px;
@title-shouye-h-offset-y: -1390px;
@title-shouye-h-width: 62px;
@title-shouye-h-height: 62px;
@title-shouye-h-total-width: 300px;
@title-shouye-h-total-height: 5776px;
@title-shouye-h-image: '../images/dest/sprite.png';
@title-shouye-h: 0px 1390px 0px -1390px 62px 62px 300px 5776px '../images/dest/sprite.png' title_shouye_H;
@arrow-name: arrow;
@arrow-x: 0px;
@arrow-y: 16px;
@arrow-offset-x: 0px;
@arrow-offset-y: -16px;
@arrow-width: 32px;
@arrow-height: 32px;
@arrow-total-width: 300px;
@arrow-total-height: 5776px;
@arrow-image: '../images/dest/sprite.png';
@arrow: 0px 16px 0px -16px 32px 32px 300px 5776px '../images/dest/sprite.png' arrow;
@choose-name: choose;
@choose-x: 0px;
@choose-y: 836px;
@choose-offset-x: 0px;
@choose-offset-y: -836px;
@choose-width: 46px;
@choose-height: 46px;
@choose-total-width: 300px;
@choose-total-height: 5776px;
@choose-image: '../images/dest/sprite.png';
@choose: 0px 836px 0px -836px 46px 46px 300px 5776px '../images/dest/sprite.png' choose;
@choose-h-name: choose_H;
@choose-h-x: 0px;
@choose-h-y: 790px;
@choose-h-offset-x: 0px;
@choose-h-offset-y: -790px;
@choose-h-width: 46px;
@choose-h-height: 46px;
@choose-h-total-width: 300px;
@choose-h-total-height: 5776px;
@choose-h-image: '../images/dest/sprite.png';
@choose-h: 0px 790px 0px -790px 46px 46px 300px 5776px '../images/dest/sprite.png' choose_H;
@delete-name: delete;
@delete-x: 0px;
@delete-y: 744px;
@delete-offset-x: 0px;
@delete-offset-y: -744px;
@delete-width: 46px;
@delete-height: 46px;
@delete-total-width: 300px;
@delete-total-height: 5776px;
@delete-image: '../images/dest/sprite.png';
@delete: 0px 744px 0px -744px 46px 46px 300px 5776px '../images/dest/sprite.png' delete;
@drop-down-name: drop_down;
@drop-down-x: 0px;
@drop-down-y: 0px;
@drop-down-offset-x: 0px;
@drop-down-offset-y: 0px;
@drop-down-width: 16px;
@drop-down-height: 16px;
@drop-down-total-width: 300px;
@drop-down-total-height: 5776px;
@drop-down-image: '../images/dest/sprite.png';
@drop-down: 0px 0px 0px 0px 16px 16px 300px 5776px '../images/dest/sprite.png' drop_down;
@guide-dan-name: guide_dan;
@guide-dan-x: 0px;
@guide-dan-y: 80px;
@guide-dan-offset-x: 0px;
@guide-dan-offset-y: -80px;
@guide-dan-width: 32px;
@guide-dan-height: 32px;
@guide-dan-total-width: 300px;
@guide-dan-total-height: 5776px;
@guide-dan-image: '../images/dest/sprite.png';
@guide-dan: 0px 80px 0px -80px 32px 32px 300px 5776px '../images/dest/sprite.png' guide_dan;
@guide-shuang-name: guide_shuang;
@guide-shuang-x: 0px;
@guide-shuang-y: 112px;
@guide-shuang-offset-x: 0px;
@guide-shuang-offset-y: -112px;
@guide-shuang-width: 32px;
@guide-shuang-height: 32px;
@guide-shuang-total-width: 300px;
@guide-shuang-total-height: 5776px;
@guide-shuang-image: '../images/dest/sprite.png';
@guide-shuang: 0px 112px 0px -112px 32px 32px 300px 5776px '../images/dest/sprite.png' guide_shuang;
@help-name: help;
@help-x: 0px;
@help-y: 1030px;
@help-offset-x: 0px;
@help-offset-y: -1030px;
@help-width: 50px;
@help-height: 50px;
@help-total-width: 300px;
@help-total-height: 5776px;
@help-image: '../images/dest/sprite.png';
@help: 0px 1030px 0px -1030px 50px 50px 300px 5776px '../images/dest/sprite.png' help;
@home-jiedan-name: home_jiedan;
@home-jiedan-x: 0px;
@home-jiedan-y: 5426px;
@home-jiedan-offset-x: 0px;
@home-jiedan-offset-y: -5426px;
@home-jiedan-width: 290px;
@home-jiedan-height: 350px;
@home-jiedan-total-width: 300px;
@home-jiedan-total-height: 5776px;
@home-jiedan-image: '../images/dest/sprite.png';
@home-jiedan: 0px 5426px 0px -5426px 290px 350px 300px 5776px '../images/dest/sprite.png' home_jiedan;
@home-jiedan-h-name: home_jiedan_H;
@home-jiedan-h-x: 0px;
@home-jiedan-h-y: 5076px;
@home-jiedan-h-offset-x: 0px;
@home-jiedan-h-offset-y: -5076px;
@home-jiedan-h-width: 290px;
@home-jiedan-h-height: 350px;
@home-jiedan-h-total-width: 300px;
@home-jiedan-h-total-height: 5776px;
@home-jiedan-h-image: '../images/dest/sprite.png';
@home-jiedan-h: 0px 5076px 0px -5076px 290px 350px 300px 5776px '../images/dest/sprite.png' home_jiedan_H;
@home-kefu-name: home_kefu;
@home-kefu-x: 0px;
@home-kefu-y: 1996px;
@home-kefu-offset-x: 0px;
@home-kefu-offset-y: -1996px;
@home-kefu-width: 290px;
@home-kefu-height: 110px;
@home-kefu-total-width: 300px;
@home-kefu-total-height: 5776px;
@home-kefu-image: '../images/dest/sprite.png';
@home-kefu: 0px 1996px 0px -1996px 290px 110px 300px 5776px '../images/dest/sprite.png' home_kefu;
@home-kefu-h-name: home_kefu_H;
@home-kefu-h-x: 0px;
@home-kefu-h-y: 2106px;
@home-kefu-h-offset-x: 0px;
@home-kefu-h-offset-y: -2106px;
@home-kefu-h-width: 290px;
@home-kefu-h-height: 110px;
@home-kefu-h-total-width: 300px;
@home-kefu-h-total-height: 5776px;
@home-kefu-h-image: '../images/dest/sprite.png';
@home-kefu-h: 0px 2106px 0px -2106px 290px 110px 300px 5776px '../images/dest/sprite.png' home_kefu_H;
@home-wo-name: home_wo;
@home-wo-x: 0px;
@home-wo-y: 3786px;
@home-wo-offset-x: 0px;
@home-wo-offset-y: -3786px;
@home-wo-width: 290px;
@home-wo-height: 230px;
@home-wo-total-width: 300px;
@home-wo-total-height: 5776px;
@home-wo-image: '../images/dest/sprite.png';
@home-wo: 0px 3786px 0px -3786px 290px 230px 300px 5776px '../images/dest/sprite.png' home_wo;
@home-wo-h-name: home_wo_H;
@home-wo-h-x: 0px;
@home-wo-h-y: 4016px;
@home-wo-h-offset-x: 0px;
@home-wo-h-offset-y: -4016px;
@home-wo-h-width: 290px;
@home-wo-h-height: 230px;
@home-wo-h-total-width: 300px;
@home-wo-h-total-height: 5776px;
@home-wo-h-image: '../images/dest/sprite.png';
@home-wo-h: 0px 4016px 0px -4016px 290px 230px 300px 5776px '../images/dest/sprite.png' home_wo_H;
@home-yundan-name: home_yundan;
@home-yundan-x: 0px;
@home-yundan-y: 4246px;
@home-yundan-offset-x: 0px;
@home-yundan-offset-y: -4246px;
@home-yundan-width: 290px;
@home-yundan-height: 230px;
@home-yundan-total-width: 300px;
@home-yundan-total-height: 5776px;
@home-yundan-image: '../images/dest/sprite.png';
@home-yundan: 0px 4246px 0px -4246px 290px 230px 300px 5776px '../images/dest/sprite.png' home_yundan;
@home-yundan-h-name: home_yundan_H;
@home-yundan-h-x: 0px;
@home-yundan-h-y: 3556px;
@home-yundan-h-offset-x: 0px;
@home-yundan-h-offset-y: -3556px;
@home-yundan-h-width: 290px;
@home-yundan-h-height: 230px;
@home-yundan-h-total-width: 300px;
@home-yundan-h-total-height: 5776px;
@home-yundan-h-image: '../images/dest/sprite.png';
@home-yundan-h: 0px 3556px 0px -3556px 290px 230px 300px 5776px '../images/dest/sprite.png' home_yundan_H;
@img-name: img;
@img-x: 0px;
@img-y: 2440px;
@img-offset-x: 0px;
@img-offset-y: -2440px;
@img-width: 160px;
@img-height: 120px;
@img-total-width: 300px;
@img-total-height: 5776px;
@img-image: '../images/dest/sprite.png';
@img: 0px 2440px 0px -2440px 160px 120px 300px 5776px '../images/dest/sprite.png' img;
@img-h-name: img_H;
@img-h-x: 0px;
@img-h-y: 2560px;
@img-h-offset-x: 0px;
@img-h-offset-y: -2560px;
@img-h-width: 160px;
@img-h-height: 120px;
@img-h-total-width: 300px;
@img-h-total-height: 5776px;
@img-h-image: '../images/dest/sprite.png';
@img-h: 0px 2560px 0px -2560px 160px 120px 300px 5776px '../images/dest/sprite.png' img_H;
@label-renzheng-name: label_renzheng;
@label-renzheng-x: 0px;
@label-renzheng-y: 2328px;
@label-renzheng-offset-x: 0px;
@label-renzheng-offset-y: -2328px;
@label-renzheng-width: 112px;
@label-renzheng-height: 112px;
@label-renzheng-total-width: 300px;
@label-renzheng-total-height: 5776px;
@label-renzheng-image: '../images/dest/sprite.png';
@label-renzheng: 0px 2328px 0px -2328px 112px 112px 300px 5776px '../images/dest/sprite.png' label_renzheng;
@label-zanting-name: label_zanting;
@label-zanting-x: 0px;
@label-zanting-y: 2216px;
@label-zanting-offset-x: 0px;
@label-zanting-offset-y: -2216px;
@label-zanting-width: 112px;
@label-zanting-height: 112px;
@label-zanting-total-width: 300px;
@label-zanting-total-height: 5776px;
@label-zanting-image: '../images/dest/sprite.png';
@label-zanting: 0px 2216px 0px -2216px 112px 112px 300px 5776px '../images/dest/sprite.png' label_zanting;
@phone-name: phone;
@phone-x: 0px;
@phone-y: 1524px;
@phone-offset-x: 0px;
@phone-offset-y: -1524px;
@phone-width: 72px;
@phone-height: 72px;
@phone-total-width: 300px;
@phone-total-height: 5776px;
@phone-image: '../images/dest/sprite.png';
@phone: 0px 1524px 0px -1524px 72px 72px 300px 5776px '../images/dest/sprite.png' phone;
@phone-h-name: phone_H;
@phone-h-x: 0px;
@phone-h-y: 1452px;
@phone-h-offset-x: 0px;
@phone-h-offset-y: -1452px;
@phone-h-width: 72px;
@phone-h-height: 72px;
@phone-h-total-width: 300px;
@phone-h-total-height: 5776px;
@phone-h-image: '../images/dest/sprite.png';
@phone-h: 0px 1452px 0px -1452px 72px 72px 300px 5776px '../images/dest/sprite.png' phone_H;
@phone-x-name: phone_x;
@phone-x-x: 0px;
@phone-x-y: 882px;
@phone-x-offset-x: 0px;
@phone-x-offset-y: -882px;
@phone-x-width: 48px;
@phone-x-height: 48px;
@phone-x-total-width: 300px;
@phone-x-total-height: 5776px;
@phone-x-image: '../images/dest/sprite.png';
@phone-x: 0px 882px 0px -882px 48px 48px 300px 5776px '../images/dest/sprite.png' phone_x;
@score-name: score;
@score-x: 0px;
@score-y: 930px;
@score-offset-x: 0px;
@score-offset-y: -930px;
@score-width: 50px;
@score-height: 50px;
@score-total-width: 300px;
@score-total-height: 5776px;
@score-image: '../images/dest/sprite.png';
@score: 0px 930px 0px -930px 50px 50px 300px 5776px '../images/dest/sprite.png' score;
@score-h-name: score_H;
@score-h-x: 0px;
@score-h-y: 980px;
@score-h-offset-x: 0px;
@score-h-offset-y: -980px;
@score-h-width: 50px;
@score-h-height: 50px;
@score-h-total-width: 300px;
@score-h-total-height: 5776px;
@score-h-image: '../images/dest/sprite.png';
@score-h: 0px 980px 0px -980px 50px 50px 300px 5776px '../images/dest/sprite.png' score_H;
@search-name: search;
@search-x: 0px;
@search-y: 48px;
@search-offset-x: 0px;
@search-offset-y: -48px;
@search-width: 32px;
@search-height: 32px;
@search-total-width: 300px;
@search-total-height: 5776px;
@search-image: '../images/dest/sprite.png';
@search: 0px 48px 0px -48px 32px 32px 300px 5776px '../images/dest/sprite.png' search;
@share-q-q-name: share_QQ;
@share-q-q-x: 0px;
@share-q-q-y: 1696px;
@share-q-q-offset-x: 0px;
@share-q-q-offset-y: -1696px;
@share-q-q-width: 100px;
@share-q-q-height: 100px;
@share-q-q-total-width: 300px;
@share-q-q-total-height: 5776px;
@share-q-q-image: '../images/dest/sprite.png';
@share-q-q: 0px 1696px 0px -1696px 100px 100px 300px 5776px '../images/dest/sprite.png' share_QQ;
@share-baidu-name: share_baidu;
@share-baidu-x: 0px;
@share-baidu-y: 1796px;
@share-baidu-offset-x: 0px;
@share-baidu-offset-y: -1796px;
@share-baidu-width: 100px;
@share-baidu-height: 100px;
@share-baidu-total-width: 300px;
@share-baidu-total-height: 5776px;
@share-baidu-image: '../images/dest/sprite.png';
@share-baidu: 0px 1796px 0px -1796px 100px 100px 300px 5776px '../images/dest/sprite.png' share_baidu;
@share-weixin-name: share_weixin;
@share-weixin-x: 0px;
@share-weixin-y: 1896px;
@share-weixin-offset-x: 0px;
@share-weixin-offset-y: -1896px;
@share-weixin-width: 100px;
@share-weixin-height: 100px;
@share-weixin-total-width: 300px;
@share-weixin-total-height: 5776px;
@share-weixin-image: '../images/dest/sprite.png';
@share-weixin: 0px 1896px 0px -1896px 100px 100px 300px 5776px '../images/dest/sprite.png' share_weixin;
@share-xinlang-name: share_xinlang;
@share-xinlang-x: 0px;
@share-xinlang-y: 1596px;
@share-xinlang-offset-x: 0px;
@share-xinlang-offset-y: -1596px;
@share-xinlang-width: 100px;
@share-xinlang-height: 100px;
@share-xinlang-total-width: 300px;
@share-xinlang-total-height: 5776px;
@share-xinlang-image: '../images/dest/sprite.png';
@share-xinlang: 0px 1596px 0px -1596px 100px 100px 300px 5776px '../images/dest/sprite.png' share_xinlang;
@state-1-name: state_1;
@state-1-x: 0px;
@state-1-y: 224px;
@state-1-offset-x: 0px;
@state-1-offset-y: -224px;
@state-1-width: 80px;
@state-1-height: 40px;
@state-1-total-width: 300px;
@state-1-total-height: 5776px;
@state-1-image: '../images/dest/sprite.png';
@state-1: 0px 224px 0px -224px 80px 40px 300px 5776px '../images/dest/sprite.png' state_1;
@state-2-name: state_2;
@state-2-x: 0px;
@state-2-y: 264px;
@state-2-offset-x: 0px;
@state-2-offset-y: -264px;
@state-2-width: 100px;
@state-2-height: 40px;
@state-2-total-width: 300px;
@state-2-total-height: 5776px;
@state-2-image: '../images/dest/sprite.png';
@state-2: 0px 264px 0px -264px 100px 40px 300px 5776px '../images/dest/sprite.png' state_2;
@state-3-name: state_3;
@state-3-x: 0px;
@state-3-y: 704px;
@state-3-offset-x: 0px;
@state-3-offset-y: -704px;
@state-3-width: 100px;
@state-3-height: 40px;
@state-3-total-width: 300px;
@state-3-total-height: 5776px;
@state-3-image: '../images/dest/sprite.png';
@state-3: 0px 704px 0px -704px 100px 40px 300px 5776px '../images/dest/sprite.png' state_3;
@state-4-name: state_4;
@state-4-x: 0px;
@state-4-y: 664px;
@state-4-offset-x: 0px;
@state-4-offset-y: -664px;
@state-4-width: 100px;
@state-4-height: 40px;
@state-4-total-width: 300px;
@state-4-total-height: 5776px;
@state-4-image: '../images/dest/sprite.png';
@state-4: 0px 664px 0px -664px 100px 40px 300px 5776px '../images/dest/sprite.png' state_4;
@state-5-name: state_5;
@state-5-x: 0px;
@state-5-y: 624px;
@state-5-offset-x: 0px;
@state-5-offset-y: -624px;
@state-5-width: 100px;
@state-5-height: 40px;
@state-5-total-width: 300px;
@state-5-total-height: 5776px;
@state-5-image: '../images/dest/sprite.png';
@state-5: 0px 624px 0px -624px 100px 40px 300px 5776px '../images/dest/sprite.png' state_5;
@state-6-name: state_6;
@state-6-x: 0px;
@state-6-y: 584px;
@state-6-offset-x: 0px;
@state-6-offset-y: -584px;
@state-6-width: 110px;
@state-6-height: 40px;
@state-6-total-width: 300px;
@state-6-total-height: 5776px;
@state-6-image: '../images/dest/sprite.png';
@state-6: 0px 584px 0px -584px 110px 40px 300px 5776px '../images/dest/sprite.png' state_6;
@state-bao-name: state_bao;
@state-bao-x: 0px;
@state-bao-y: 2964px;
@state-bao-offset-x: 0px;
@state-bao-offset-y: -2964px;
@state-bao-width: 142px;
@state-bao-height: 142px;
@state-bao-total-width: 300px;
@state-bao-total-height: 5776px;
@state-bao-image: '../images/dest/sprite.png';
@state-bao: 0px 2964px 0px -2964px 142px 142px 300px 5776px '../images/dest/sprite.png' state_bao;
@state-suo-name: state_suo;
@state-suo-x: 0px;
@state-suo-y: 2822px;
@state-suo-offset-x: 0px;
@state-suo-offset-y: -2822px;
@state-suo-width: 142px;
@state-suo-height: 142px;
@state-suo-total-width: 300px;
@state-suo-total-height: 5776px;
@state-suo-image: '../images/dest/sprite.png';
@state-suo: 0px 2822px 0px -2822px 142px 142px 300px 5776px '../images/dest/sprite.png' state_suo;
@state-wei-name: state_wei;
@state-wei-x: 0px;
@state-wei-y: 3256px;
@state-wei-offset-x: 0px;
@state-wei-offset-y: -3256px;
@state-wei-width: 150px;
@state-wei-height: 150px;
@state-wei-total-width: 300px;
@state-wei-total-height: 5776px;
@state-wei-image: '../images/dest/sprite.png';
@state-wei: 0px 3256px 0px -3256px 150px 150px 300px 5776px '../images/dest/sprite.png' state_wei;
@state-xianlu-name: state_xianlu;
@state-xianlu-x: 0px;
@state-xianlu-y: 2680px;
@state-xianlu-offset-x: 0px;
@state-xianlu-offset-y: -2680px;
@state-xianlu-width: 142px;
@state-xianlu-height: 142px;
@state-xianlu-total-width: 300px;
@state-xianlu-total-height: 5776px;
@state-xianlu-image: '../images/dest/sprite.png';
@state-xianlu: 0px 2680px 0px -2680px 142px 142px 300px 5776px '../images/dest/sprite.png' state_xianlu;
@state-yanzheng-name: state_yanzheng;
@state-yanzheng-x: 0px;
@state-yanzheng-y: 3106px;
@state-yanzheng-offset-x: 0px;
@state-yanzheng-offset-y: -3106px;
@state-yanzheng-width: 150px;
@state-yanzheng-height: 150px;
@state-yanzheng-total-width: 300px;
@state-yanzheng-total-height: 5776px;
@state-yanzheng-image: '../images/dest/sprite.png';
@state-yanzheng: 0px 3106px 0px -3106px 150px 150px 300px 5776px '../images/dest/sprite.png' state_yanzheng;
@state-zanting-name: state_zanting;
@state-zanting-x: 0px;
@state-zanting-y: 4776px;
@state-zanting-offset-x: 0px;
@state-zanting-offset-y: -4776px;
@state-zanting-width: 300px;
@state-zanting-height: 300px;
@state-zanting-total-width: 300px;
@state-zanting-total-height: 5776px;
@state-zanting-image: '../images/dest/sprite.png';
@state-zanting: 0px 4776px 0px -4776px 300px 300px 300px 5776px '../images/dest/sprite.png' state_zanting;
@state-zhaohuo-name: state_zhaohuo;
@state-zhaohuo-x: 0px;
@state-zhaohuo-y: 4476px;
@state-zhaohuo-offset-x: 0px;
@state-zhaohuo-offset-y: -4476px;
@state-zhaohuo-width: 300px;
@state-zhaohuo-height: 300px;
@state-zhaohuo-total-width: 300px;
@state-zhaohuo-total-height: 5776px;
@state-zhaohuo-image: '../images/dest/sprite.png';
@state-zhaohuo: 0px 4476px 0px -4476px 300px 300px 300px 5776px '../images/dest/sprite.png' state_zhaohuo;
@state-zhong-name: state_zhong;
@state-zhong-x: 0px;
@state-zhong-y: 3406px;
@state-zhong-offset-x: 0px;
@state-zhong-offset-y: -3406px;
@state-zhong-width: 150px;
@state-zhong-height: 150px;
@state-zhong-total-width: 300px;
@state-zhong-total-height: 5776px;
@state-zhong-image: '../images/dest/sprite.png';
@state-zhong: 0px 3406px 0px -3406px 150px 150px 300px 5776px '../images/dest/sprite.png' state_zhong;
@user-1-name: user_1;
@user-1-x: 0px;
@user-1-y: 544px;
@user-1-offset-x: 0px;
@user-1-offset-y: -544px;
@user-1-width: 40px;
@user-1-height: 40px;
@user-1-total-width: 300px;
@user-1-total-height: 5776px;
@user-1-image: '../images/dest/sprite.png';
@user-1: 0px 544px 0px -544px 40px 40px 300px 5776px '../images/dest/sprite.png' user_1;
@user-2-name: user_2;
@user-2-x: 0px;
@user-2-y: 504px;
@user-2-offset-x: 0px;
@user-2-offset-y: -504px;
@user-2-width: 40px;
@user-2-height: 40px;
@user-2-total-width: 300px;
@user-2-total-height: 5776px;
@user-2-image: '../images/dest/sprite.png';
@user-2: 0px 504px 0px -504px 40px 40px 300px 5776px '../images/dest/sprite.png' user_2;
@user-3-name: user_3;
@user-3-x: 0px;
@user-3-y: 464px;
@user-3-offset-x: 0px;
@user-3-offset-y: -464px;
@user-3-width: 40px;
@user-3-height: 40px;
@user-3-total-width: 300px;
@user-3-total-height: 5776px;
@user-3-image: '../images/dest/sprite.png';
@user-3: 0px 464px 0px -464px 40px 40px 300px 5776px '../images/dest/sprite.png' user_3;
@user-4-name: user_4;
@user-4-x: 0px;
@user-4-y: 144px;
@user-4-offset-x: 0px;
@user-4-offset-y: -144px;
@user-4-width: 40px;
@user-4-height: 40px;
@user-4-total-width: 300px;
@user-4-total-height: 5776px;
@user-4-image: '../images/dest/sprite.png';
@user-4: 0px 144px 0px -144px 40px 40px 300px 5776px '../images/dest/sprite.png' user_4;
@user-5-name: user_5;
@user-5-x: 0px;
@user-5-y: 344px;
@user-5-offset-x: 0px;
@user-5-offset-y: -344px;
@user-5-width: 40px;
@user-5-height: 40px;
@user-5-total-width: 300px;
@user-5-total-height: 5776px;
@user-5-image: '../images/dest/sprite.png';
@user-5: 0px 344px 0px -344px 40px 40px 300px 5776px '../images/dest/sprite.png' user_5;
@user-6-name: user_6;
@user-6-x: 0px;
@user-6-y: 304px;
@user-6-offset-x: 0px;
@user-6-offset-y: -304px;
@user-6-width: 40px;
@user-6-height: 40px;
@user-6-total-width: 300px;
@user-6-total-height: 5776px;
@user-6-image: '../images/dest/sprite.png';
@user-6: 0px 304px 0px -304px 40px 40px 300px 5776px '../images/dest/sprite.png' user_6;
@user-7-name: user_7;
@user-7-x: 0px;
@user-7-y: 184px;
@user-7-offset-x: 0px;
@user-7-offset-y: -184px;
@user-7-width: 40px;
@user-7-height: 40px;
@user-7-total-width: 300px;
@user-7-total-height: 5776px;
@user-7-image: '../images/dest/sprite.png';
@user-7: 0px 184px 0px -184px 40px 40px 300px 5776px '../images/dest/sprite.png' user_7;
@user-8-name: user_8;
@user-8-x: 0px;
@user-8-y: 424px;
@user-8-offset-x: 0px;
@user-8-offset-y: -424px;
@user-8-width: 40px;
@user-8-height: 40px;
@user-8-total-width: 300px;
@user-8-total-height: 5776px;
@user-8-image: '../images/dest/sprite.png';
@user-8: 0px 424px 0px -424px 40px 40px 300px 5776px '../images/dest/sprite.png' user_8;
@user-9-name: user_9;
@user-9-x: 0px;
@user-9-y: 384px;
@user-9-offset-x: 0px;
@user-9-offset-y: -384px;
@user-9-width: 40px;
@user-9-height: 40px;
@user-9-total-width: 300px;
@user-9-total-height: 5776px;
@user-9-image: '../images/dest/sprite.png';
@user-9: 0px 384px 0px -384px 40px 40px 300px 5776px '../images/dest/sprite.png' user_9;
@spritesheet-width: 300px;
@spritesheet-height: 5776px;
@spritesheet-image: '../images/dest/sprite.png';
@spritesheet-sprites: @title-fanhui @title-fanhui-h @title-quxiao @title-quxiao-h @title-shouye @title-shouye-h @arrow @choose @choose-h @delete @drop-down @guide-dan @guide-shuang @help @home-jiedan @home-jiedan-h @home-kefu @home-kefu-h @home-wo @home-wo-h @home-yundan @home-yundan-h @img @img-h @label-renzheng @label-zanting @phone @phone-h @phone-x @score @score-h @search @share-q-q @share-baidu @share-weixin @share-xinlang @state-1 @state-2 @state-3 @state-4 @state-5 @state-6 @state-bao @state-suo @state-wei @state-xianlu @state-yanzheng @state-zanting @state-zhaohuo @state-zhong @user-1 @user-2 @user-3 @user-4 @user-5 @user-6 @user-7 @user-8 @user-9;
@spritesheet: 300px 5776px '../images/dest/sprite.png' @spritesheet-sprites;
/*
The provided classes are intended to be used with the array-like variables
.icon-home {
.sprite-width(@icon-home);
}
.icon-email {
.sprite(@icon-email);
}
*/
.sprite-width(@sprite) {
width: extract(@sprite, 5)/2;
}
.sprite-height(@sprite) {
height: extract(@sprite, 6)/2;
}
.sprite-position(@sprite) {
@sprite-offset-x: extract(@sprite, 3)/2;
@sprite-offset-y: extract(@sprite, 4)/2;
background-position: @sprite-offset-x @sprite-offset-y;
}
.sprite-background-size(@spritesheet-width) {
background-size: @spritesheet-width/2;
}
.sprite-image(@sprite) {
@sprite-image: extract(@sprite, 9);
@sprite-image-bare: ~`"@{sprite-image}".slice(1, -1)`;
background-image: url(@sprite-image-bare);
}
.sprite(@sprite) {
.sprite-image(@sprite);
.sprite-position(@sprite);
.sprite-width(@sprite);
.sprite-height(@sprite);
.sprite-background-size(@spritesheet-width);
}
/*
The `.sprites` mixin generates identical output to the CSS template
but can be overridden inside of LESS
This must be run when you have at least 2 sprites.
If run with a single sprite, then there will be reference errors.
.sprites(@spritesheet-sprites);
*/
.sprites(@sprites, @i: 1) when (@i <= length(@sprites)) {
@sprite: extract(@sprites, @i);
@sprite-name: extract(@sprite, 10);
.@{sprite-name} {
.sprite(@sprite);
}
.sprites(@sprites, @i + 1);
}