Showing
2 changed files
with
443 additions
and
0 deletions
public/scss/common/_swiper.css
0 → 100644
1 | +/** | ||
2 | + * Swiper 3.0.8 | ||
3 | + * Most modern mobile touch slider and framework with hardware accelerated transitions | ||
4 | + * | ||
5 | + * http://www.idangero.us/swiper/ | ||
6 | + * | ||
7 | + * Copyright 2015, Vladimir Kharlampidi | ||
8 | + * The iDangero.us | ||
9 | + * http://www.idangero.us/ | ||
10 | + * | ||
11 | + * Licensed under MIT | ||
12 | + * | ||
13 | + * Released on: June 14, 2015 | ||
14 | + */ | ||
15 | +.swiper-container { | ||
16 | + margin: 0 auto; | ||
17 | + position: relative; | ||
18 | + overflow: hidden; | ||
19 | + /* Fix of Webkit flickering */ | ||
20 | + z-index: 1; | ||
21 | +} | ||
22 | +.swiper-container-no-flexbox .swiper-slide { | ||
23 | + float: left; | ||
24 | +} | ||
25 | +.swiper-container-vertical > .swiper-wrapper { | ||
26 | + -webkit-box-orient: vertical; | ||
27 | + -moz-box-orient: vertical; | ||
28 | + -ms-flex-direction: column; | ||
29 | + -webkit-flex-direction: column; | ||
30 | + flex-direction: column; | ||
31 | +} | ||
32 | +.swiper-wrapper { | ||
33 | + position: relative; | ||
34 | + width: 100%; | ||
35 | + height: 100%; | ||
36 | + z-index: 1; | ||
37 | + display: -webkit-box; | ||
38 | + display: -moz-box; | ||
39 | + display: -ms-flexbox; | ||
40 | + display: -webkit-flex; | ||
41 | + display: flex; | ||
42 | + -webkit-transform-style: preserve-3d; | ||
43 | + -moz-transform-style: preserve-3d; | ||
44 | + -ms-transform-style: preserve-3d; | ||
45 | + transform-style: preserve-3d; | ||
46 | + -webkit-transition-property: -webkit-transform; | ||
47 | + -moz-transition-property: -moz-transform; | ||
48 | + -o-transition-property: -o-transform; | ||
49 | + -ms-transition-property: -ms-transform; | ||
50 | + transition-property: transform; | ||
51 | + -webkit-box-sizing: content-box; | ||
52 | + -moz-box-sizing: content-box; | ||
53 | + box-sizing: content-box; | ||
54 | +} | ||
55 | +.swiper-container-android .swiper-slide, | ||
56 | +.swiper-wrapper { | ||
57 | + -webkit-transform: translate3d(0px, 0, 0); | ||
58 | + -moz-transform: translate3d(0px, 0, 0); | ||
59 | + -o-transform: translate(0px, 0px); | ||
60 | + -ms-transform: translate3d(0px, 0, 0); | ||
61 | + transform: translate3d(0px, 0, 0); | ||
62 | +} | ||
63 | +.swiper-container-multirow > .swiper-wrapper { | ||
64 | + -webkit-box-lines: multiple; | ||
65 | + -moz-box-lines: multiple; | ||
66 | + -ms-flex-wrap: wrap; | ||
67 | + -webkit-flex-wrap: wrap; | ||
68 | + flex-wrap: wrap; | ||
69 | +} | ||
70 | +.swiper-container-free-mode > .swiper-wrapper { | ||
71 | + -webkit-transition-timing-function: ease-out; | ||
72 | + -moz-transition-timing-function: ease-out; | ||
73 | + -ms-transition-timing-function: ease-out; | ||
74 | + -o-transition-timing-function: ease-out; | ||
75 | + transition-timing-function: ease-out; | ||
76 | + margin: 0 auto; | ||
77 | +} | ||
78 | +.swiper-slide { | ||
79 | + -webkit-transform-style: preserve-3d; | ||
80 | + -moz-transform-style: preserve-3d; | ||
81 | + -ms-transform-style: preserve-3d; | ||
82 | + transform-style: preserve-3d; | ||
83 | + -webkit-flex-shrink: 0; | ||
84 | + -ms-flex: 0 0 auto; | ||
85 | + flex-shrink: 0; | ||
86 | + width: 100%; | ||
87 | + height: 100%; | ||
88 | + position: relative; | ||
89 | +} | ||
90 | +/* a11y */ | ||
91 | +.swiper-container .swiper-notification { | ||
92 | + position: absolute; | ||
93 | + left: 0; | ||
94 | + top: 0; | ||
95 | + pointer-events: none; | ||
96 | + opacity: 0; | ||
97 | + z-index: -1000; | ||
98 | +} | ||
99 | +/* IE10 Windows Phone 8 Fixes */ | ||
100 | +.swiper-wp8-horizontal { | ||
101 | + -ms-touch-action: pan-y; | ||
102 | + touch-action: pan-y; | ||
103 | +} | ||
104 | +.swiper-wp8-vertical { | ||
105 | + -ms-touch-action: pan-x; | ||
106 | + touch-action: pan-x; | ||
107 | +} | ||
108 | +/* Arrows */ | ||
109 | +.swiper-button-prev, | ||
110 | +.swiper-button-next { | ||
111 | + position: absolute; | ||
112 | + top: 50%; | ||
113 | + width: 27px; | ||
114 | + height: 44px; | ||
115 | + margin-top: -22px; | ||
116 | + z-index: 10; | ||
117 | + cursor: pointer; | ||
118 | + -moz-background-size: 27px 44px; | ||
119 | + -webkit-background-size: 27px 44px; | ||
120 | + background-size: 27px 44px; | ||
121 | + background-position: center; | ||
122 | + background-repeat: no-repeat; | ||
123 | +} | ||
124 | +.swiper-button-prev.swiper-button-disabled, | ||
125 | +.swiper-button-next.swiper-button-disabled { | ||
126 | + opacity: 0.35; | ||
127 | + cursor: auto; | ||
128 | + pointer-events: none; | ||
129 | +} | ||
130 | +.swiper-button-prev, | ||
131 | +.swiper-container-rtl .swiper-button-next { | ||
132 | + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); | ||
133 | + left: 10px; | ||
134 | + right: auto; | ||
135 | +} | ||
136 | +.swiper-button-prev.swiper-button-black, | ||
137 | +.swiper-container-rtl .swiper-button-next.swiper-button-black { | ||
138 | + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); | ||
139 | +} | ||
140 | +.swiper-button-prev.swiper-button-white, | ||
141 | +.swiper-container-rtl .swiper-button-next.swiper-button-white { | ||
142 | + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); | ||
143 | +} | ||
144 | +.swiper-button-next, | ||
145 | +.swiper-container-rtl .swiper-button-prev { | ||
146 | + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); | ||
147 | + right: 10px; | ||
148 | + left: auto; | ||
149 | +} | ||
150 | +.swiper-button-next.swiper-button-black, | ||
151 | +.swiper-container-rtl .swiper-button-prev.swiper-button-black { | ||
152 | + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); | ||
153 | +} | ||
154 | +.swiper-button-next.swiper-button-white, | ||
155 | +.swiper-container-rtl .swiper-button-prev.swiper-button-white { | ||
156 | + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); | ||
157 | +} | ||
158 | +/* Pagination Styles */ | ||
159 | +.swiper-pagination { | ||
160 | + position: absolute; | ||
161 | + text-align: center; | ||
162 | + -webkit-transition: 300ms; | ||
163 | + -moz-transition: 300ms; | ||
164 | + -o-transition: 300ms; | ||
165 | + transition: 300ms; | ||
166 | + -webkit-transform: translate3d(0, 0, 0); | ||
167 | + -ms-transform: translate3d(0, 0, 0); | ||
168 | + -o-transform: translate3d(0, 0, 0); | ||
169 | + transform: translate3d(0, 0, 0); | ||
170 | + z-index: 10; | ||
171 | +} | ||
172 | +.swiper-pagination.swiper-pagination-hidden { | ||
173 | + opacity: 0; | ||
174 | +} | ||
175 | +.swiper-pagination-bullet { | ||
176 | + width: 8px; | ||
177 | + height: 8px; | ||
178 | + display: inline-block; | ||
179 | + border-radius: 100%; | ||
180 | + background: #000; | ||
181 | + opacity: 0.2; | ||
182 | +} | ||
183 | +.swiper-pagination-clickable .swiper-pagination-bullet { | ||
184 | + cursor: pointer; | ||
185 | +} | ||
186 | +.swiper-pagination-white .swiper-pagination-bullet { | ||
187 | + background: #fff; | ||
188 | +} | ||
189 | +.swiper-pagination-bullet-active { | ||
190 | + opacity: 1; | ||
191 | + background: #007aff; | ||
192 | +} | ||
193 | +.swiper-pagination-white .swiper-pagination-bullet-active { | ||
194 | + background: #fff; | ||
195 | +} | ||
196 | +.swiper-pagination-black .swiper-pagination-bullet-active { | ||
197 | + background: #000; | ||
198 | +} | ||
199 | +.swiper-container-vertical > .swiper-pagination { | ||
200 | + right: 10px; | ||
201 | + top: 50%; | ||
202 | + -webkit-transform: translate3d(0px, -50%, 0); | ||
203 | + -moz-transform: translate3d(0px, -50%, 0); | ||
204 | + -o-transform: translate(0px, -50%); | ||
205 | + -ms-transform: translate3d(0px, -50%, 0); | ||
206 | + transform: translate3d(0px, -50%, 0); | ||
207 | +} | ||
208 | +.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet { | ||
209 | + margin: 5px 0; | ||
210 | + display: block; | ||
211 | +} | ||
212 | +.swiper-container-horizontal > .swiper-pagination { | ||
213 | + bottom: 10px; | ||
214 | + left: 0; | ||
215 | + width: 100%; | ||
216 | +} | ||
217 | +.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet { | ||
218 | + margin: 0 5px; | ||
219 | +} | ||
220 | +/* 3D Container */ | ||
221 | +.swiper-container-3d { | ||
222 | + -webkit-perspective: 1200px; | ||
223 | + -moz-perspective: 1200px; | ||
224 | + -o-perspective: 1200px; | ||
225 | + perspective: 1200px; | ||
226 | +} | ||
227 | +.swiper-container-3d .swiper-wrapper, | ||
228 | +.swiper-container-3d .swiper-slide, | ||
229 | +.swiper-container-3d .swiper-slide-shadow-left, | ||
230 | +.swiper-container-3d .swiper-slide-shadow-right, | ||
231 | +.swiper-container-3d .swiper-slide-shadow-top, | ||
232 | +.swiper-container-3d .swiper-slide-shadow-bottom, | ||
233 | +.swiper-container-3d .swiper-cube-shadow { | ||
234 | + -webkit-transform-style: preserve-3d; | ||
235 | + -moz-transform-style: preserve-3d; | ||
236 | + -ms-transform-style: preserve-3d; | ||
237 | + transform-style: preserve-3d; | ||
238 | +} | ||
239 | +.swiper-container-3d .swiper-slide-shadow-left, | ||
240 | +.swiper-container-3d .swiper-slide-shadow-right, | ||
241 | +.swiper-container-3d .swiper-slide-shadow-top, | ||
242 | +.swiper-container-3d .swiper-slide-shadow-bottom { | ||
243 | + position: absolute; | ||
244 | + left: 0; | ||
245 | + top: 0; | ||
246 | + width: 100%; | ||
247 | + height: 100%; | ||
248 | + pointer-events: none; | ||
249 | + z-index: 10; | ||
250 | +} | ||
251 | +.swiper-container-3d .swiper-slide-shadow-left { | ||
252 | + background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); | ||
253 | + /* Safari 4+, Chrome */ | ||
254 | + background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); | ||
255 | + /* Chrome 10+, Safari 5.1+, iOS 5+ */ | ||
256 | + background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); | ||
257 | + /* Firefox 3.6-15 */ | ||
258 | + background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); | ||
259 | + /* Opera 11.10-12.00 */ | ||
260 | + background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); | ||
261 | + /* Firefox 16+, IE10, Opera 12.50+ */ | ||
262 | +} | ||
263 | +.swiper-container-3d .swiper-slide-shadow-right { | ||
264 | + background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); | ||
265 | + /* Safari 4+, Chrome */ | ||
266 | + background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); | ||
267 | + /* Chrome 10+, Safari 5.1+, iOS 5+ */ | ||
268 | + background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); | ||
269 | + /* Firefox 3.6-15 */ | ||
270 | + background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); | ||
271 | + /* Opera 11.10-12.00 */ | ||
272 | + background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); | ||
273 | + /* Firefox 16+, IE10, Opera 12.50+ */ | ||
274 | +} | ||
275 | +.swiper-container-3d .swiper-slide-shadow-top { | ||
276 | + background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); | ||
277 | + /* Safari 4+, Chrome */ | ||
278 | + background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); | ||
279 | + /* Chrome 10+, Safari 5.1+, iOS 5+ */ | ||
280 | + background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); | ||
281 | + /* Firefox 3.6-15 */ | ||
282 | + background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); | ||
283 | + /* Opera 11.10-12.00 */ | ||
284 | + background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); | ||
285 | + /* Firefox 16+, IE10, Opera 12.50+ */ | ||
286 | +} | ||
287 | +.swiper-container-3d .swiper-slide-shadow-bottom { | ||
288 | + background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); | ||
289 | + /* Safari 4+, Chrome */ | ||
290 | + background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); | ||
291 | + /* Chrome 10+, Safari 5.1+, iOS 5+ */ | ||
292 | + background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); | ||
293 | + /* Firefox 3.6-15 */ | ||
294 | + background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); | ||
295 | + /* Opera 11.10-12.00 */ | ||
296 | + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); | ||
297 | + /* Firefox 16+, IE10, Opera 12.50+ */ | ||
298 | +} | ||
299 | +/* Coverflow */ | ||
300 | +.swiper-container-coverflow .swiper-wrapper { | ||
301 | + /* Windows 8 IE 10 fix */ | ||
302 | + -ms-perspective: 1200px; | ||
303 | +} | ||
304 | +/* Fade */ | ||
305 | +.swiper-container-fade.swiper-container-free-mode .swiper-slide { | ||
306 | + -webkit-transition-timing-function: ease-out; | ||
307 | + -moz-transition-timing-function: ease-out; | ||
308 | + -ms-transition-timing-function: ease-out; | ||
309 | + -o-transition-timing-function: ease-out; | ||
310 | + transition-timing-function: ease-out; | ||
311 | +} | ||
312 | +.swiper-container-fade .swiper-slide { | ||
313 | + pointer-events: none; | ||
314 | +} | ||
315 | +.swiper-container-fade .swiper-slide .swiper-slide { | ||
316 | + pointer-events: none; | ||
317 | +} | ||
318 | +.swiper-container-fade .swiper-slide-active, | ||
319 | +.swiper-container-fade .swiper-slide-active .swiper-slide-active { | ||
320 | + pointer-events: auto; | ||
321 | +} | ||
322 | +/* Cube */ | ||
323 | +.swiper-container-cube { | ||
324 | + overflow: visible; | ||
325 | +} | ||
326 | +.swiper-container-cube .swiper-slide { | ||
327 | + pointer-events: none; | ||
328 | + visibility: hidden; | ||
329 | + -webkit-transform-origin: 0 0; | ||
330 | + -moz-transform-origin: 0 0; | ||
331 | + -ms-transform-origin: 0 0; | ||
332 | + transform-origin: 0 0; | ||
333 | + -webkit-backface-visibility: hidden; | ||
334 | + -moz-backface-visibility: hidden; | ||
335 | + -ms-backface-visibility: hidden; | ||
336 | + backface-visibility: hidden; | ||
337 | + width: 100%; | ||
338 | + height: 100%; | ||
339 | +} | ||
340 | +.swiper-container-cube.swiper-container-rtl .swiper-slide { | ||
341 | + -webkit-transform-origin: 100% 0; | ||
342 | + -moz-transform-origin: 100% 0; | ||
343 | + -ms-transform-origin: 100% 0; | ||
344 | + transform-origin: 100% 0; | ||
345 | +} | ||
346 | +.swiper-container-cube .swiper-slide-active, | ||
347 | +.swiper-container-cube .swiper-slide-next, | ||
348 | +.swiper-container-cube .swiper-slide-prev, | ||
349 | +.swiper-container-cube .swiper-slide-next + .swiper-slide { | ||
350 | + pointer-events: auto; | ||
351 | + visibility: visible; | ||
352 | +} | ||
353 | +.swiper-container-cube .swiper-cube-shadow { | ||
354 | + position: absolute; | ||
355 | + left: 0; | ||
356 | + bottom: 0px; | ||
357 | + width: 100%; | ||
358 | + height: 100%; | ||
359 | + background: #000; | ||
360 | + opacity: 0.6; | ||
361 | + -webkit-filter: blur(50px); | ||
362 | + filter: blur(50px); | ||
363 | +} | ||
364 | +.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow { | ||
365 | + z-index: 0; | ||
366 | +} | ||
367 | +/* Scrollbar */ | ||
368 | +.swiper-scrollbar { | ||
369 | + border-radius: 10px; | ||
370 | + position: relative; | ||
371 | + -ms-touch-action: none; | ||
372 | + background: rgba(0, 0, 0, 0.1); | ||
373 | +} | ||
374 | +.swiper-container-horizontal > .swiper-scrollbar { | ||
375 | + position: absolute; | ||
376 | + left: 1%; | ||
377 | + bottom: 3px; | ||
378 | + z-index: 50; | ||
379 | + height: 5px; | ||
380 | + width: 98%; | ||
381 | +} | ||
382 | +.swiper-container-vertical > .swiper-scrollbar { | ||
383 | + position: absolute; | ||
384 | + right: 3px; | ||
385 | + top: 1%; | ||
386 | + z-index: 50; | ||
387 | + width: 5px; | ||
388 | + height: 98%; | ||
389 | +} | ||
390 | +.swiper-scrollbar-drag { | ||
391 | + height: 100%; | ||
392 | + width: 100%; | ||
393 | + position: relative; | ||
394 | + background: rgba(0, 0, 0, 0.5); | ||
395 | + border-radius: 10px; | ||
396 | + left: 0; | ||
397 | + top: 0; | ||
398 | +} | ||
399 | +.swiper-scrollbar-cursor-drag { | ||
400 | + cursor: move; | ||
401 | +} | ||
402 | +/* Preloader */ | ||
403 | +.swiper-lazy-preloader { | ||
404 | + width: 42px; | ||
405 | + height: 42px; | ||
406 | + position: absolute; | ||
407 | + left: 50%; | ||
408 | + top: 50%; | ||
409 | + margin-left: -21px; | ||
410 | + margin-top: -21px; | ||
411 | + z-index: 10; | ||
412 | + -webkit-transform-origin: 50%; | ||
413 | + -moz-transform-origin: 50%; | ||
414 | + transform-origin: 50%; | ||
415 | + -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite; | ||
416 | + -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite; | ||
417 | + animation: swiper-preloader-spin 1s steps(12, end) infinite; | ||
418 | +} | ||
419 | +.swiper-lazy-preloader:after { | ||
420 | + display: block; | ||
421 | + content: ""; | ||
422 | + width: 100%; | ||
423 | + height: 100%; | ||
424 | + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); | ||
425 | + background-position: 50%; | ||
426 | + -webkit-background-size: 100%; | ||
427 | + background-size: 100%; | ||
428 | + background-repeat: no-repeat; | ||
429 | +} | ||
430 | +.swiper-lazy-preloader-white:after { | ||
431 | + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); | ||
432 | +} | ||
433 | +@-webkit-keyframes swiper-preloader-spin { | ||
434 | + 100% { | ||
435 | + -webkit-transform: rotate(360deg); | ||
436 | + } | ||
437 | +} | ||
438 | +@keyframes swiper-preloader-spin { | ||
439 | + 100% { | ||
440 | + transform: rotate(360deg); | ||
441 | + } | ||
442 | +} |
-
Please register or login to post a comment