|
|
@@ -1,11 +1,54 @@
|
|
1
|
|
-.step1_line {
|
|
|
1
|
+.step1_bj {
|
|
|
2
|
+ background-image: url(../img/step1_bj.png);
|
|
|
3
|
+ background-repeat: no-repeat;
|
|
|
4
|
+ background-position: center center;
|
|
|
5
|
+ position: absolute;
|
|
|
6
|
+ height: 1510px;
|
|
|
7
|
+ width: 240px;
|
|
|
8
|
+ left: 800px;
|
|
|
9
|
+ top: 310px;
|
|
|
10
|
+ z-index: 999999;
|
|
|
11
|
+}
|
|
|
12
|
+.step2_bj {
|
|
|
13
|
+ background-image: url(../img/step2_bj.png);
|
|
|
14
|
+ background-repeat: no-repeat;
|
|
|
15
|
+ background-position: center center;
|
|
|
16
|
+ position: absolute;
|
|
|
17
|
+ height: 1012px;
|
|
|
18
|
+ width: 232px;
|
|
|
19
|
+ left: 2780px;
|
|
|
20
|
+ top: 650px;
|
|
|
21
|
+}
|
|
|
22
|
+.step3_bj {
|
|
|
23
|
+ background-image: url(../img/step3_bj.png);
|
|
|
24
|
+ background-repeat: no-repeat;
|
|
|
25
|
+ background-position: center center;
|
|
|
26
|
+ position: absolute;
|
|
|
27
|
+ height: 1012px;
|
|
|
28
|
+ width: 235px;
|
|
|
29
|
+ left: 4730px;
|
|
|
30
|
+ top: 650px;
|
|
|
31
|
+ z-index: 3333;
|
|
|
32
|
+}
|
|
|
33
|
+.step4_bj {
|
|
|
34
|
+ background-image: url(../img/step4_bj.png);
|
|
|
35
|
+ background-repeat: no-repeat;
|
|
|
36
|
+ background-position: center center;
|
|
|
37
|
+ position: absolute;
|
|
|
38
|
+ height: 1530px;
|
|
|
39
|
+ width: 220px;
|
|
|
40
|
+ left: 6580px;
|
|
|
41
|
+ top: 310px;
|
|
|
42
|
+ z-index: 999999;
|
|
|
43
|
+}
|
|
|
44
|
+.step1_line {
|
|
2
|
45
|
background-image: url(../img/step1_line.png);
|
|
3
|
46
|
background-repeat: no-repeat;
|
|
4
|
47
|
background-position: center center;
|
|
5
|
48
|
position: absolute;
|
|
6
|
49
|
height: 1510px;
|
|
7
|
50
|
width: 240px;
|
|
8
|
|
- /*animation: step2_line 2s linear infinite;*/
|
|
|
51
|
+ animation: step2_line 2s linear infinite;
|
|
9
|
52
|
z-index: 999999;
|
|
10
|
53
|
}
|
|
11
|
54
|
.step2_line {
|
|
|
@@ -15,7 +58,7 @@
|
|
15
|
58
|
position: absolute;
|
|
16
|
59
|
height: 1012px;
|
|
17
|
60
|
width: 232px;
|
|
18
|
|
- /*animation: step3_line_l 2s linear infinite;*/
|
|
|
61
|
+ animation: step3_line_l 2s linear infinite;
|
|
19
|
62
|
}
|
|
20
|
63
|
.step3_line {
|
|
21
|
64
|
background-image: url(../img/step3_line.png);
|
|
|
@@ -24,7 +67,7 @@
|
|
24
|
67
|
position: absolute;
|
|
25
|
68
|
height: 1012px;
|
|
26
|
69
|
width: 235px;
|
|
27
|
|
- /* animation: step3_line_l 2s linear infinite;*/
|
|
|
70
|
+ animation: step3_line_l 2s linear infinite;
|
|
28
|
71
|
z-index: 3333;
|
|
29
|
72
|
}
|
|
30
|
73
|
.step4_line {
|
|
|
@@ -34,44 +77,93 @@
|
|
34
|
77
|
position: absolute;
|
|
35
|
78
|
height: 1530px;
|
|
36
|
79
|
width: 220px;
|
|
37
|
|
- /* animation: step2_line 2s linear infinite;*/
|
|
|
80
|
+ left: 4730px;
|
|
|
81
|
+ top: 650px;
|
|
|
82
|
+ animation: step4_line_l 2s linear infinite;
|
|
38
|
83
|
z-index: 999999;
|
|
39
|
84
|
}
|
|
40
|
|
-@keyframes step2_line {
|
|
41
|
|
- 0% { clip: rect(1600px, 120px, 1600px, 0px); }
|
|
42
|
|
- 50% { clip: rect(0px, 120px, 1600px, 0px); }
|
|
43
|
|
- 100% { clip: rect(0px, 120px, 0px, 0px); }
|
|
44
|
|
-}
|
|
45
|
85
|
.posi_line1{
|
|
46
|
86
|
left: 800px;
|
|
47
|
87
|
top: 310px;
|
|
48
|
|
- /*animation: step2_line 2s linear 0s infinite;*/
|
|
|
88
|
+ animation: step2_line 2s linear 0s infinite;
|
|
49
|
89
|
}
|
|
50
|
|
-.posi_line3{
|
|
|
90
|
+.posi_line2{
|
|
51
|
91
|
left: 2780px;
|
|
52
|
92
|
top: 650px;
|
|
53
|
|
- /*animation: step3_line_l 2s linear 4s infinite;*/
|
|
|
93
|
+ animation: step3_line_l 2s linear 4s infinite;
|
|
54
|
94
|
}
|
|
55
|
|
-.posi_line4{
|
|
|
95
|
+.posi_line3{
|
|
56
|
96
|
left: 4730px;
|
|
57
|
97
|
top: 650px;
|
|
58
|
|
- /*animation: step3_line_r 2s linear 6s infinite;*/
|
|
|
98
|
+ animation: step3_line_l 2s linear 6s infinite;
|
|
59
|
99
|
}
|
|
60
|
|
-.posi_line5{
|
|
|
100
|
+.posi_line4{
|
|
61
|
101
|
left: 6580px;
|
|
62
|
102
|
top: 310px;
|
|
63
|
|
- /*animation: step2_line 2s linear 8s infinite;*/
|
|
|
103
|
+ animation: step4_line_l 2s linear 8s infinite;
|
|
64
|
104
|
}
|
|
65
|
|
-
|
|
66
|
|
-@keyframes step3_line_l {
|
|
67
|
|
- 0% { clip: rect(0px, 0px, 925px, 0px); }
|
|
68
|
|
- 50% { clip: rect(0px, 480px, 925px, 0px); }
|
|
69
|
|
- 100% { clip: rect(0px, 480px, 925px, 480px); }
|
|
|
105
|
+@keyframes step2_line {
|
|
|
106
|
+ 0% { clip: rect(1540px, 240px, 1540px, 0px); }
|
|
|
107
|
+ 50% { clip: rect(0px, 240px, 1540px, 0px); }
|
|
|
108
|
+ 100% { clip: rect(0px, 240px, 0px, 0px); }
|
|
70
|
109
|
}
|
|
71
|
|
-
|
|
72
|
110
|
@keyframes step3_line_l {
|
|
73
|
|
- 0% { clip: rect(0px, 0px, 925px, 0px); }
|
|
74
|
|
- 50% { clip: rect(0px, 480px, 925px, 0px); }
|
|
75
|
|
- 100% { clip: rect(0px, 480px, 925px, 480px); }
|
|
|
111
|
+ 0% { clip: rect(0px, 0px, 1012px, 0px); }
|
|
|
112
|
+ 50% { clip: rect(0px, 235px, 1012px, 0px); }
|
|
|
113
|
+ 100% { clip: rect(0px, 235px, 1012px, 235px); }
|
|
|
114
|
+}
|
|
|
115
|
+@keyframes step4_line_l {
|
|
|
116
|
+ 0% { clip: rect(0px, 1540px, 0px, 0px); }
|
|
|
117
|
+ 50% { clip: rect(0px, 235px, 1540px, 0px); }
|
|
|
118
|
+ 100% { clip: rect(1540px, 235px, 1540px, 0px); }
|
|
76
|
119
|
}
|
|
77
|
120
|
|
|
|
121
|
+
|
|
|
122
|
+
|
|
|
123
|
+/*边框*/
|
|
|
124
|
+/*动画1*/
|
|
|
125
|
+.imaxeventani_1::before,
|
|
|
126
|
+.imaxeventani_1::after {
|
|
|
127
|
+ content: '';
|
|
|
128
|
+ position:absolute;
|
|
|
129
|
+ width:684px;
|
|
|
130
|
+ height:229px;
|
|
|
131
|
+ z-index: 0;
|
|
|
132
|
+ left:34px;
|
|
|
133
|
+ top:34px;
|
|
|
134
|
+ box-shadow: inset 0 0 0 1px #00ffff;
|
|
|
135
|
+ border: 5px solid #0d85ff;
|
|
|
136
|
+ border-radius:5px;
|
|
|
137
|
+ animation: imaxeventani_1 1s linear infinite;
|
|
|
138
|
+ z-index: 22;
|
|
|
139
|
+}
|
|
|
140
|
+.imaxeventani_1::after { z-index: 0; animation-delay: -4s;}
|
|
|
141
|
+@keyframes imaxeventani_1 {
|
|
|
142
|
+ 0%,100% { clip: rect(0px, 684px, 5px, 0px);}
|
|
|
143
|
+ 25% { clip: rect(0px, 684px, 229px, 679px);}
|
|
|
144
|
+ 50% { clip: rect(224px, 684px, 229px, 0px);}
|
|
|
145
|
+ 75% { clip: rect(0px, 5px, 229px, 0px);}
|
|
|
146
|
+}
|
|
|
147
|
+/*动画2*/
|
|
|
148
|
+.imaxeventani_2::before,
|
|
|
149
|
+.imaxeventani_2::after {
|
|
|
150
|
+ content: '';
|
|
|
151
|
+ position:absolute;
|
|
|
152
|
+ width:324px;
|
|
|
153
|
+ height:900px;
|
|
|
154
|
+ z-index: 0;
|
|
|
155
|
+ left:0px;
|
|
|
156
|
+ top:0px;
|
|
|
157
|
+ box-shadow: inset 0 0 0 1px #00ffff;
|
|
|
158
|
+ border: 5px solid #0d85ff;
|
|
|
159
|
+ border-radius:5px;
|
|
|
160
|
+ animation: imaxeventani_2 1s linear infinite;
|
|
|
161
|
+ z-index: 22;
|
|
|
162
|
+}
|
|
|
163
|
+.imaxeventani_2::after { z-index: 0; animation-delay: -4s;}
|
|
|
164
|
+@keyframes imaxeventani_2 {
|
|
|
165
|
+ 0%,100% { clip: rect(0px, 324px, 5px, 0px);}
|
|
|
166
|
+ 25% { clip: rect(0px, 324px, 900px, 319px);}
|
|
|
167
|
+ 50% { clip: rect(895px, 324px, 900px, 0px);}
|
|
|
168
|
+ 75% { clip: rect(0px, 5px, 900px, 0px);}
|
|
|
169
|
+}
|