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
| @font-face {
| font-family: Font2;
| src: url('../jdlzt.ttf');
| }
|
| .box {
| width: 374px;
| height: 256px;
| background: url('./UE/img/background.png') no-repeat center;
| background-size: 100% 100%;
| padding: 2%;
| }
|
| .BoxContent {
| width: 100%;
| float: left;
| }
| .label1 {
| font-family: Font2;
| font-size: 22px;
| font-weight: 400;
| line-height: 22px;
| letter-spacing: 0em;
| text-align: left;
| color: white;
| }
| .label2 {
| font-family: Font2;
| font-size: 27px;
| font-weight: 400;
| line-height: 22px;
| letter-spacing: 0px;
| text-align: left;
| color: #00ffcb;
| }
| .label3 {
| font-family: Font2;
| font-size: 12px;
| font-weight: 400;
| line-height: 20px;
| letter-spacing: 0em;
| text-align: left;
| color: white;
| }
| .label4 {
| font-family: Font2;
| font-size: 16px;
| font-weight: 400;
| line-height: 17px;
| letter-spacing: 0px;
| text-align: left;
| color: white;
| }
| .label5 {
| font-family: Font2;
| font-size: 22px;
| font-weight: 400;
| line-height: 22px;
| letter-spacing: 0px;
| text-align: left;
| color: #00ffcb;
| }
| .label6 {
| font-family: Font2;
| font-size: 10px;
| font-weight: 400;
| line-height: 12px;
| letter-spacing: 0em;
| text-align: left;
| color: white;
| }
| .label71 {
| font-family: Font2;
| font-size: 11px;
| font-weight: 400;
| line-height: 12px;
|
| text-align: left;
| color: rgba(255, 255, 255, 0.8);
| }
| .label8 {
| font-family: Font2;
| font-style: normal;
| font-weight: 400;
| font-size: 17px;
| line-height: 19px;
| color: #00ffcb;
| }
| .label9 {
| font-family: Font2;
| font-style: normal;
| font-weight: 400;
| font-size: 16px;
| line-height: 17px;
| text-align: center;
|
| color: rgba(255, 255, 255, 0.65);
| }
| .label11 {
| font-family: Font2;
| font-style: normal;
| font-weight: 400;
| font-size: 16px;
| line-height: 17px;
| text-align: center;
|
| color: #ffffff;
| }
|
|