officialblock 1.0.7 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index-Ch_ldWmA.js +1 -0
- package/dist/index-DXm2cqxo.mjs +485 -0
- package/dist/official-block.cjs.js +74 -74
- package/dist/official-block.es.js +13608 -10831
- package/dist/official-block.umd.js +78 -78
- package/dist/style.css +1 -1
- package/dist/swiper-JiLDDxAF.js +1 -0
- package/dist/swiper-acbnDJoL.mjs +2035 -0
- package/dist/utils-DD-vVZej.mjs +316 -0
- package/dist/utils-DOLLD0-F.js +1 -0
- package/package.json +2 -1
- package/src/assets/icon-email.svg +3 -0
- package/src/components/ArticleList/article.vue +3 -3
- package/src/components/ArticleList/contact.vue +9 -9
- package/src/components/ArticleList/index.ts +1 -1
- package/src/components/ArticleList/index.vue +22 -80
- package/src/components/ArticleList/setting.vue +339 -175
- package/src/components/ArticleList/type.ts +12 -18
- package/src/components/BannerImage/index.ts +11 -0
- package/src/components/BannerImage/index.vue +153 -0
- package/src/components/BannerImage/setting.vue +55 -0
- package/src/components/BannerImage/type.ts +10 -0
- package/src/components/BannerImageWithLink/index.ts +11 -0
- package/src/components/BannerImageWithLink/index.vue +323 -0
- package/src/components/BannerImageWithLink/setting.vue +344 -0
- package/src/components/BannerImageWithLink/type.ts +17 -0
- package/src/components/BannerPage/index.ts +11 -0
- package/src/components/BannerPage/index.vue +283 -0
- package/src/components/BannerPage/setting.vue +55 -0
- package/src/components/BannerPage/type.ts +10 -0
- package/src/components/BtnList/index.ts +11 -0
- package/src/components/BtnList/index.vue +588 -0
- package/src/components/BtnList/setting.vue +255 -0
- package/src/components/BtnList/type.ts +10 -0
- package/src/components/Button/index.vue +45 -33
- package/src/components/ContactUsList/index.ts +11 -0
- package/src/components/ContactUsList/index.vue +369 -0
- package/src/components/ContactUsList/setting.vue +497 -0
- package/src/components/ContactUsList/type.ts +17 -0
- package/src/components/CountDown/index.ts +11 -0
- package/src/components/CountDown/index.vue +315 -0
- package/src/components/CountDown/setting.vue +302 -0
- package/src/components/CountDown/type.ts +17 -0
- package/src/components/CustomIframe/index.ts +11 -0
- package/src/components/CustomIframe/index.vue +118 -0
- package/src/components/CustomIframe/setting.vue +323 -0
- package/src/components/CustomIframe/type.ts +17 -0
- package/src/components/CustomSpace/index.ts +11 -0
- package/src/components/CustomSpace/index.vue +82 -0
- package/src/components/CustomSpace/setting.vue +89 -0
- package/src/components/CustomSpace/type.ts +10 -0
- package/src/components/GalleryList/index.ts +12 -0
- package/src/components/GalleryList/index.vue +311 -0
- package/src/components/GalleryList/setting.vue +268 -0
- package/src/components/GalleryList/type.ts +10 -0
- package/src/components/HeroSlide/index.ts +1 -1
- package/src/components/HeroSlide/index.vue +85 -133
- package/src/components/HeroSlide/setting.vue +435 -0
- package/src/components/HeroSlide/type.ts +5 -14
- package/src/components/LinkLIst/index.ts +11 -0
- package/src/components/LinkLIst/index.vue +317 -0
- package/src/components/LinkLIst/setting.vue +264 -0
- package/src/components/LinkLIst/type.ts +10 -0
- package/src/components/Media/index.vue +18 -18
- package/src/components/Operate/index.vue +17 -8
- package/src/components/Profile/index.vue +999 -0
- package/src/components/Profile/modal.vue +56 -0
- package/src/components/Profile/setting.vue +330 -0
- package/src/components/QuickLinks/index.vue +166 -0
- package/src/components/QuoteText/index.ts +11 -0
- package/src/components/QuoteText/index.vue +133 -0
- package/src/components/QuoteText/setting.vue +81 -0
- package/src/components/QuoteText/type.ts +10 -0
- package/src/components/ScrollKeyInfo/index.ts +11 -0
- package/src/components/ScrollKeyInfo/index.vue +1345 -0
- package/src/components/ScrollKeyInfo/setting.vue +302 -0
- package/src/components/ScrollKeyInfo/type.ts +17 -0
- package/src/components/Swiper/index.vue +538 -0
- package/src/components/TabDefault/components/ComponentSelector/compsData.js +143 -0
- package/src/components/TabDefault/components/ComponentSelector/index.vue +188 -0
- package/src/components/TabDefault/components/PageContent.vue +207 -0
- package/src/components/TabDefault/index.vue +475 -0
- package/src/components/TabDefault/setting.vue +581 -0
- package/src/components/TabDefault/type.ts +17 -0
- package/src/components/TableTwo/index.ts +11 -0
- package/src/components/TableTwo/index.vue +232 -0
- package/src/components/TableTwo/setting.vue +558 -0
- package/src/components/TableTwo/type.ts +17 -0
- package/src/components/index.ts +40 -5
- package/src/index.ts +56 -12
- package/src/main.ts +6 -3
- package/src/router/index.ts +6 -0
- package/src/style.css +17 -0
- package/src/styles/component-isolation.scss +257 -0
- package/src/styles/editor.scss +1 -1
- package/src/styles/layers.scss +256 -0
- package/src/styles/main.scss +21687 -0
- package/src/styles/mixins/style-isolation.scss +262 -0
- package/src/styles/smart-reset.scss +287 -0
- package/src/styles/test.scss +1 -1
- package/src/types/button.ts +10 -0
- package/src/views/StyleIsolationTest.vue +292 -0
- package/src/views/components/ArticleListDemo.vue +59 -19
|
@@ -0,0 +1,1345 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div
|
|
3
|
+
style="margin-top: 30px; margin-bottom: 30px"
|
|
4
|
+
class="scroll-key-info-container"
|
|
5
|
+
:style="{ backgroundColor: modelValue?.bgColor }"
|
|
6
|
+
@mouseenter="isHover = true"
|
|
7
|
+
@mouseleave="isHover = false"
|
|
8
|
+
>
|
|
9
|
+
<div class="scroll-key-info">
|
|
10
|
+
<div class="scroll-key-info__wrapper">
|
|
11
|
+
<!-- PC端 -->
|
|
12
|
+
<transition name="fade" mode="out-in">
|
|
13
|
+
<div
|
|
14
|
+
class="pc_wrap"
|
|
15
|
+
:key="activeNum"
|
|
16
|
+
:style="{
|
|
17
|
+
position: 'relative',
|
|
18
|
+
height: '100%',
|
|
19
|
+
backgroundPosition: '50%',
|
|
20
|
+
backgroundSize: 'cover',
|
|
21
|
+
backgroundRepeat: 'no-repeat',
|
|
22
|
+
backgroundImage:
|
|
23
|
+
'linear-gradient(180deg, hsla(0, 0%, 100%, 0) 78.25%, #edeef1 83.46%),url(' +
|
|
24
|
+
modelValue?.list[activeNum].image +
|
|
25
|
+
')',
|
|
26
|
+
}"
|
|
27
|
+
>
|
|
28
|
+
<div class="middle_content_box">
|
|
29
|
+
<div class="content_wrap">
|
|
30
|
+
<div class="left_content">
|
|
31
|
+
<h5 class="title">{{ modelValue?.list[activeNum].name }}</h5>
|
|
32
|
+
<div class="lable">
|
|
33
|
+
{{ modelValue?.list[activeNum].label }}
|
|
34
|
+
</div>
|
|
35
|
+
</div>
|
|
36
|
+
<div class="right_content">
|
|
37
|
+
<p class="top_content">
|
|
38
|
+
<strong class="content">
|
|
39
|
+
{{ modelValue?.list[activeNum].content }}
|
|
40
|
+
</strong>
|
|
41
|
+
</p>
|
|
42
|
+
<div class="bottom_content">
|
|
43
|
+
<div
|
|
44
|
+
class="bottom_item"
|
|
45
|
+
v-for="i in modelValue?.list[activeNum].links"
|
|
46
|
+
:key="i"
|
|
47
|
+
>
|
|
48
|
+
<span>{{ i.text }}</span>
|
|
49
|
+
<span class="circle-link__icon"></span>
|
|
50
|
+
</div>
|
|
51
|
+
</div>
|
|
52
|
+
</div>
|
|
53
|
+
</div>
|
|
54
|
+
</div></div
|
|
55
|
+
></transition>
|
|
56
|
+
<!-- 中间tab -->
|
|
57
|
+
<div class="scroll-key-info__step-bar d-none d-md-block">
|
|
58
|
+
<div class="step-bar__wrapper container-content">
|
|
59
|
+
<ul class="step-bar__list">
|
|
60
|
+
<!-- <li class="step-bar__item">
|
|
61
|
+
<div class="step-bar__item__text">name111===</div>
|
|
62
|
+
</li>
|
|
63
|
+
<li class="step-bar__item">
|
|
64
|
+
<div class="step-bar__item__text">name2222===</div>
|
|
65
|
+
</li>
|
|
66
|
+
<li class="step-bar__item is-active">
|
|
67
|
+
<div class="step-bar__item__text">name3333===</div>
|
|
68
|
+
</li> -->
|
|
69
|
+
<li
|
|
70
|
+
@click="handleActive(index)"
|
|
71
|
+
class="step-bar__item"
|
|
72
|
+
v-for="(item, index) in modelValue?.list"
|
|
73
|
+
:class="[activeNum === index ? 'is-active' : '']"
|
|
74
|
+
>
|
|
75
|
+
<div class="step-bar__item__text">{{ item.name }}===</div>
|
|
76
|
+
</li>
|
|
77
|
+
</ul>
|
|
78
|
+
</div>
|
|
79
|
+
</div>
|
|
80
|
+
<!-- 手机端 -->
|
|
81
|
+
|
|
82
|
+
<div
|
|
83
|
+
style="border: 1px solid blue"
|
|
84
|
+
class="scroll-key-info__tab d-md-none"
|
|
85
|
+
>
|
|
86
|
+
<div class="tab-primary is-campus">
|
|
87
|
+
<ul class="tab-primary__list">
|
|
88
|
+
<div class="tab-primary__nav__prev" style="display: none"></div>
|
|
89
|
+
<li class="tab-primary__item">
|
|
90
|
+
<div class="flex-center">
|
|
91
|
+
<button type="button" class="tab-primary__btn">
|
|
92
|
+
<div>name111</div>
|
|
93
|
+
</button>
|
|
94
|
+
</div>
|
|
95
|
+
</li>
|
|
96
|
+
<li class="tab-primary__item">
|
|
97
|
+
<div class="flex-center">
|
|
98
|
+
<button type="button" class="tab-primary__btn">
|
|
99
|
+
<div>name2222</div>
|
|
100
|
+
</button>
|
|
101
|
+
</div>
|
|
102
|
+
</li>
|
|
103
|
+
<li class="tab-primary__item">
|
|
104
|
+
<div class="flex-center">
|
|
105
|
+
<button type="button" class="tab-primary__btn is-active">
|
|
106
|
+
<div>name3333</div>
|
|
107
|
+
</button>
|
|
108
|
+
</div>
|
|
109
|
+
</li>
|
|
110
|
+
<div class="tab-primary__nav__next" style="display: "></div>
|
|
111
|
+
</ul>
|
|
112
|
+
<span
|
|
113
|
+
class="tab-primary__strip"
|
|
114
|
+
style="
|
|
115
|
+
--strip-width: 0px;
|
|
116
|
+
--strip-left: 0px;
|
|
117
|
+
--fix-left: 0px;
|
|
118
|
+
transition: left 0.2s ease-in-out, width 0.2s ease-in-out;
|
|
119
|
+
"
|
|
120
|
+
></span>
|
|
121
|
+
</div>
|
|
122
|
+
<div
|
|
123
|
+
class="scroll-key-info__tab__content container-content bg-neutral-light py-10"
|
|
124
|
+
>
|
|
125
|
+
<div class="tab__content__card">
|
|
126
|
+
<h5 class="text-blue-dark">title33</h5>
|
|
127
|
+
<div class="tx-body-p text-teal-dark mt-1">lanbel3333</div>
|
|
128
|
+
<div class="tab__content__card__content mt-3">
|
|
129
|
+
<p><strong>cointnnrer</strong></p>
|
|
130
|
+
</div>
|
|
131
|
+
<div class="tab__content__card__link mt-6">
|
|
132
|
+
<div class="circle-link">
|
|
133
|
+
<a href="/" class="nuxt-link-active">
|
|
134
|
+
<div>1112223333</div>
|
|
135
|
+
<span class="circle-link__icon"></span
|
|
136
|
+
></a>
|
|
137
|
+
</div>
|
|
138
|
+
<div class="circle-link">
|
|
139
|
+
<a href="https://www.baidu.com" target="_blank">
|
|
140
|
+
<div>344444444</div>
|
|
141
|
+
<span class="circle-link__icon"></span
|
|
142
|
+
></a>
|
|
143
|
+
</div>
|
|
144
|
+
</div>
|
|
145
|
+
</div>
|
|
146
|
+
</div>
|
|
147
|
+
</div>
|
|
148
|
+
</div>
|
|
149
|
+
<div class="scroll-key-info__content">
|
|
150
|
+
<div></div>
|
|
151
|
+
</div>
|
|
152
|
+
</div>
|
|
153
|
+
<Operate
|
|
154
|
+
v-if="!modelValue?.readOnly"
|
|
155
|
+
v-model:show="isHover"
|
|
156
|
+
@handle-edit="showSetting = true"
|
|
157
|
+
@handle-delete="handleDelete"
|
|
158
|
+
@handle-copy="handleCopy"
|
|
159
|
+
></Operate>
|
|
160
|
+
<!-- </a-row> -->
|
|
161
|
+
</div>
|
|
162
|
+
|
|
163
|
+
<Setting v-model:show="showSetting" :data="modelValue"></Setting>
|
|
164
|
+
</template>
|
|
165
|
+
|
|
166
|
+
<script lang="ts" setup>
|
|
167
|
+
import { computed, nextTick, ref } from "vue";
|
|
168
|
+
import { randomString } from "@/utils/common";
|
|
169
|
+
import Setting from "./setting.vue";
|
|
170
|
+
import Operate from "@/components/Operate/index.vue";
|
|
171
|
+
|
|
172
|
+
// 定义组件名称
|
|
173
|
+
defineOptions({
|
|
174
|
+
name: "CountDown",
|
|
175
|
+
});
|
|
176
|
+
|
|
177
|
+
const props = defineProps({
|
|
178
|
+
modelValue: {
|
|
179
|
+
type: Object,
|
|
180
|
+
default: () => {},
|
|
181
|
+
},
|
|
182
|
+
|
|
183
|
+
// 是否预览
|
|
184
|
+
isPreview: {
|
|
185
|
+
type: Boolean,
|
|
186
|
+
default: false,
|
|
187
|
+
},
|
|
188
|
+
});
|
|
189
|
+
console.log("!!!!", props.modelValue);
|
|
190
|
+
const emit = defineEmits(["update:modelValue", "handleDelete", "handleCopy"]);
|
|
191
|
+
|
|
192
|
+
const isHover = ref<boolean>(false);
|
|
193
|
+
const showSetting = ref<boolean>(false);
|
|
194
|
+
const activeNum = ref<number>(0);
|
|
195
|
+
|
|
196
|
+
const handleDelete = () => {
|
|
197
|
+
emit("handleDelete", props.modelValue.id);
|
|
198
|
+
};
|
|
199
|
+
|
|
200
|
+
const handleCopy = () => {
|
|
201
|
+
emit("handleCopy", props.modelValue);
|
|
202
|
+
};
|
|
203
|
+
|
|
204
|
+
const handleInit = () => {
|
|
205
|
+
if (props.modelValue && props.modelValue.data) return; // 有数据不用初始化
|
|
206
|
+
const data = {
|
|
207
|
+
id: props.modelValue?.id || randomString(),
|
|
208
|
+
type: "CountDown",
|
|
209
|
+
readOnly: props.modelValue?.readOnly || false,
|
|
210
|
+
list: [
|
|
211
|
+
{
|
|
212
|
+
name: "name111",
|
|
213
|
+
title: "title111",
|
|
214
|
+
image:
|
|
215
|
+
"https://osswebsite-test.cedim.cn/media-library/ywies-tx/pdf/TX%20Brochure%20Cover.png",
|
|
216
|
+
label: "label1111",
|
|
217
|
+
content: "content111",
|
|
218
|
+
links: [
|
|
219
|
+
{
|
|
220
|
+
text: "text111",
|
|
221
|
+
linkType: "type1111",
|
|
222
|
+
url: "https://www.baidu.com",
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
text: "text2222",
|
|
226
|
+
linkType: "type12222",
|
|
227
|
+
url: "https://www.baidu.com",
|
|
228
|
+
},
|
|
229
|
+
],
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
name: "name2222222",
|
|
233
|
+
title: "title22222",
|
|
234
|
+
image:
|
|
235
|
+
"https://osswebsite-test.cedim.cn/media-library/ywies-tx/pdf/TX%20Brochure%20Cover.png",
|
|
236
|
+
label: "label2222",
|
|
237
|
+
content: "content111",
|
|
238
|
+
links: [
|
|
239
|
+
{
|
|
240
|
+
text: "text111",
|
|
241
|
+
linkType: "type1111",
|
|
242
|
+
url: "https://www.baidu.com",
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
text: "text2222",
|
|
246
|
+
linkType: "type12222",
|
|
247
|
+
url: "https://www.baidu.com",
|
|
248
|
+
},
|
|
249
|
+
],
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
name: "name33333333",
|
|
253
|
+
title: "title333333",
|
|
254
|
+
image:
|
|
255
|
+
"https://osswebsite-test.cedim.cn/media-library/ywies-tx/pdf/TX%20Brochure%20Cover.png",
|
|
256
|
+
label: "label2222",
|
|
257
|
+
content: "content111",
|
|
258
|
+
links: [
|
|
259
|
+
{
|
|
260
|
+
text: "text111",
|
|
261
|
+
linkType: "type1111",
|
|
262
|
+
url: "https://www.baidu.com",
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
text: "text2222",
|
|
266
|
+
linkType: "type12222",
|
|
267
|
+
url: "https://www.baidu.com",
|
|
268
|
+
},
|
|
269
|
+
],
|
|
270
|
+
},
|
|
271
|
+
],
|
|
272
|
+
};
|
|
273
|
+
emit("update:modelValue", data);
|
|
274
|
+
};
|
|
275
|
+
|
|
276
|
+
const handleActive = (index: number) => {
|
|
277
|
+
activeNum.value = index;
|
|
278
|
+
};
|
|
279
|
+
|
|
280
|
+
handleInit();
|
|
281
|
+
</script>
|
|
282
|
+
|
|
283
|
+
<style lang="scss" scoped>
|
|
284
|
+
.fade-enter-active,
|
|
285
|
+
.fade-leave-active {
|
|
286
|
+
transition: opacity 0.2s ease;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
.fade-enter-from,
|
|
290
|
+
.fade-leave-to {
|
|
291
|
+
opacity: 0.5;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
.circle-link__icon {
|
|
295
|
+
width: 18px;
|
|
296
|
+
height: 18px;
|
|
297
|
+
border-radius: 50%;
|
|
298
|
+
overflow: hidden;
|
|
299
|
+
background-color: #172386;
|
|
300
|
+
position: relative;
|
|
301
|
+
margin-left: 7px;
|
|
302
|
+
flex-shrink: 0;
|
|
303
|
+
display: inline-block;
|
|
304
|
+
&::before {
|
|
305
|
+
content: "";
|
|
306
|
+
width: 6px;
|
|
307
|
+
height: 9px;
|
|
308
|
+
position: absolute;
|
|
309
|
+
top: 50%;
|
|
310
|
+
left: 55%;
|
|
311
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNiA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC4yMzUxOTYgNy42MjA3OUwzLjM2MDE4IDQuNDk1OEwwLjIzNTE5NiAxLjM3MDgyQzAuMTYwNjMgMS4yOTYyNSAwLjEwMTQ4MSAxLjIwNzczIDAuMDYxMTI1OSAxLjExMDMxQzAuMDIwNzcxIDEuMDEyODggMS41NzEzN2UtMDkgMC45MDg0NiAwIDAuODAzMDA4Qy0xLjU3MTM2ZS0wOSAwLjY5NzU1NSAwLjAyMDc3MSAwLjU5MzEzNSAwLjA2MTEyNTkgMC40OTU3MUMwLjEwMTQ4MSAwLjM5ODI4NSAwLjE2MDYzIDAuMzA5NzYyIDAuMjM1MTk2IDAuMjM1MTk1QzAuMzA5NzYyIDAuMTYwNjI5IDAuMzk4Mjg1IDAuMTAxNDggMC40OTU3MSAwLjA2MTEyNTFDMC41OTMxMzYgMC4wMjA3NzAyIDAuNjk3NTU2IC0xLjU3MTM3ZS0wOSAwLjgwMzAwOCAwQzAuOTA4NDYxIDEuNTcxMzdlLTA5IDEuMDEyODggMC4wMjA3NzAyIDEuMTEwMzEgMC4wNjExMjUxQzEuMjA3NzMgMC4xMDE0OCAxLjI5NjI1IDAuMTYwNjI5IDEuMzcwODIgMC4yMzUxOTVMNS4wNjc2NCAzLjkzMjAyQzUuMzgxNzUgNC4yNDYxMyA1LjM4MTc1IDQuNzUzNTMgNS4wNjc2NCA1LjA2NzY0TDEuMzcwODIgOC43NjQ0NkMxLjI5NjMxIDguODM5MTMgMS4yMDc4IDguODk4MzYgMS4xMTAzNyA4LjkzODc4QzEuMDEyOTQgOC45NzkyIDAuOTA4NDkxIDkgMC44MDMwMDggOUMwLjY5NzUyNSA5IDAuNTkzMDc4IDguOTc5MiAwLjQ5NTY0NSA4LjkzODc4QzAuMzk4MjEyIDguODk4MzYgMC4zMDk3MDcgOC44MzkxMyAwLjIzNTE5NiA4Ljc2NDQ2Qy0wLjA3MDg1OTEgOC40NTAzNSAtMC4wNzg5MTMyIDcuOTM0ODkgMC4yMzUxOTYgNy42MjA3OVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
|
|
312
|
+
background-position: 50%;
|
|
313
|
+
background-size: cover;
|
|
314
|
+
background-repeat: no-repeat;
|
|
315
|
+
background-color: hsla(0, 0%, 100%, 0);
|
|
316
|
+
transform: translate(-260%, -50%);
|
|
317
|
+
transition: transform 0.3s ease-in-out;
|
|
318
|
+
}
|
|
319
|
+
&::after {
|
|
320
|
+
content: "";
|
|
321
|
+
width: 6px;
|
|
322
|
+
height: 9px;
|
|
323
|
+
position: absolute;
|
|
324
|
+
top: 50%;
|
|
325
|
+
left: 55%;
|
|
326
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNiA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC4yMzUxOTYgNy42MjA3OUwzLjM2MDE4IDQuNDk1OEwwLjIzNTE5NiAxLjM3MDgyQzAuMTYwNjMgMS4yOTYyNSAwLjEwMTQ4MSAxLjIwNzczIDAuMDYxMTI1OSAxLjExMDMxQzAuMDIwNzcxIDEuMDEyODggMS41NzEzN2UtMDkgMC45MDg0NiAwIDAuODAzMDA4Qy0xLjU3MTM2ZS0wOSAwLjY5NzU1NSAwLjAyMDc3MSAwLjU5MzEzNSAwLjA2MTEyNTkgMC40OTU3MUMwLjEwMTQ4MSAwLjM5ODI4NSAwLjE2MDYzIDAuMzA5NzYyIDAuMjM1MTk2IDAuMjM1MTk1QzAuMzA5NzYyIDAuMTYwNjI5IDAuMzk4Mjg1IDAuMTAxNDggMC40OTU3MSAwLjA2MTEyNTFDMC41OTMxMzYgMC4wMjA3NzAyIDAuNjk3NTU2IC0xLjU3MTM3ZS0wOSAwLjgwMzAwOCAwQzAuOTA4NDYxIDEuNTcxMzdlLTA5IDEuMDEyODggMC4wMjA3NzAyIDEuMTEwMzEgMC4wNjExMjUxQzEuMjA3NzMgMC4xMDE0OCAxLjI5NjI1IDAuMTYwNjI5IDEuMzcwODIgMC4yMzUxOTVMNS4wNjc2NCAzLjkzMjAyQzUuMzgxNzUgNC4yNDYxMyA1LjM4MTc1IDQuNzUzNTMgNS4wNjc2NCA1LjA2NzY0TDEuMzcwODIgOC43NjQ0NkMxLjI5NjMxIDguODM5MTMgMS4yMDc4IDguODk4MzYgMS4xMTAzNyA4LjkzODc4QzEuMDEyOTQgOC45NzkyIDAuOTA4NDkxIDkgMC44MDMwMDggOUMwLjY5NzUyNSA5IDAuNTkzMDc4IDguOTc5MiAwLjQ5NTY0NSA4LjkzODc4QzAuMzk4MjEyIDguODk4MzYgMC4zMDk3MDcgOC44MzkxMyAwLjIzNTE5NiA4Ljc2NDQ2Qy0wLjA3MDg1OTEgOC40NTAzNSAtMC4wNzg5MTMyIDcuOTM0ODkgMC4yMzUxOTYgNy42MjA3OVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
|
|
327
|
+
background-position: 50%;
|
|
328
|
+
background-size: cover;
|
|
329
|
+
background-repeat: no-repeat;
|
|
330
|
+
background-color: hsla(0, 0%, 100%, 0);
|
|
331
|
+
transform: translate(-50%, -50%);
|
|
332
|
+
transition: transform 0.3s ease-in-out;
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
.middle_content_box {
|
|
336
|
+
--max-width: 952px;
|
|
337
|
+
padding-left: 36px;
|
|
338
|
+
padding-right: 36px;
|
|
339
|
+
margin: 0 auto;
|
|
340
|
+
max-width: calc(var(--max-width) + 72px);
|
|
341
|
+
.content_wrap {
|
|
342
|
+
position: relative;
|
|
343
|
+
background: hsla(0, 0%, 100%, 0.75);
|
|
344
|
+
padding: 14px 10px 14px 37px;
|
|
345
|
+
border-radius: 0 0 8px 8px;
|
|
346
|
+
display: flex;
|
|
347
|
+
.left_content {
|
|
348
|
+
margin-right: 36px !important;
|
|
349
|
+
.title {
|
|
350
|
+
color: var(--text-color--primary, #0032a0) !important;
|
|
351
|
+
}
|
|
352
|
+
.lable {
|
|
353
|
+
margin-top: 4px !important;
|
|
354
|
+
color: rgba(var(--bs-teal-dark-rgb), var(--bs-text-opacity)) !important;
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
.right_content {
|
|
358
|
+
.top_content {
|
|
359
|
+
margin-bottom: 12px;
|
|
360
|
+
.content {
|
|
361
|
+
color: #1a1c20;
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
.bottom_content {
|
|
365
|
+
display: flex;
|
|
366
|
+
|
|
367
|
+
.bottom_item {
|
|
368
|
+
text-align: center;
|
|
369
|
+
display: flex;
|
|
370
|
+
align-items: center;
|
|
371
|
+
margin-right: 24px;
|
|
372
|
+
cursor: pointer;
|
|
373
|
+
&:hover {
|
|
374
|
+
.circle-link__icon {
|
|
375
|
+
&::before {
|
|
376
|
+
transform: translate(-50%, -50%) !important;
|
|
377
|
+
}
|
|
378
|
+
&::after {
|
|
379
|
+
transform: translate(150%, -50%) !important;
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
}
|
|
388
|
+
.red_border {
|
|
389
|
+
border: 1px solid red;
|
|
390
|
+
}
|
|
391
|
+
.scroll-key-info-container {
|
|
392
|
+
position: relative;
|
|
393
|
+
}
|
|
394
|
+
.scroll-key-info__wrapper {
|
|
395
|
+
height: 439px;
|
|
396
|
+
position: relative;
|
|
397
|
+
}
|
|
398
|
+
.pc_wrap {
|
|
399
|
+
width: 100%;
|
|
400
|
+
height: 439px;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
@media (max-width: 767.98px) {
|
|
404
|
+
.scroll-key-info__wrapper {
|
|
405
|
+
height: auto;
|
|
406
|
+
min-height: 188px;
|
|
407
|
+
}
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.scroll-key-info .swiper .swiper-wrapper .swiper-slide {
|
|
411
|
+
height: 439px;
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
@media (max-width: 767.98px) {
|
|
415
|
+
.scroll-key-info .swiper .swiper-wrapper .swiper-slide {
|
|
416
|
+
height: 188px;
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.scroll-key-info .swiper .swiper-wrapper .swiper-slide .slide-body {
|
|
421
|
+
position: relative;
|
|
422
|
+
height: 100%;
|
|
423
|
+
background-position: 50%;
|
|
424
|
+
background-size: cover;
|
|
425
|
+
background-repeat: no-repeat;
|
|
426
|
+
background-image: linear-gradient(
|
|
427
|
+
180deg,
|
|
428
|
+
hsla(0, 0%, 100%, 0) 78.25%,
|
|
429
|
+
#edeef1 83.46%
|
|
430
|
+
),
|
|
431
|
+
var(--bg-image);
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
@media (max-width: 767.98px) {
|
|
435
|
+
.scroll-key-info .swiper .swiper-wrapper .swiper-slide .slide-body {
|
|
436
|
+
background-image: linear-gradient(
|
|
437
|
+
180deg,
|
|
438
|
+
hsla(0, 0%, 100%, 0) 83.33%,
|
|
439
|
+
#edeef1 92.71%
|
|
440
|
+
),
|
|
441
|
+
var(--bg-image);
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
.scroll-key-info .swiper .swiper-wrapper .swiper-slide .slide-body__content {
|
|
446
|
+
position: relative;
|
|
447
|
+
background: hsla(0, 0%, 100%, 0.75);
|
|
448
|
+
padding: 14px 10px 14px 37px;
|
|
449
|
+
border-radius: 0 0 8px 8px;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
.scroll-key-info
|
|
453
|
+
.swiper
|
|
454
|
+
.swiper-wrapper
|
|
455
|
+
.swiper-slide
|
|
456
|
+
.slide-body__content__content {
|
|
457
|
+
color: #1a1c20;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
.scroll-key-info
|
|
461
|
+
.swiper
|
|
462
|
+
.swiper-wrapper
|
|
463
|
+
.swiper-slide
|
|
464
|
+
.slide-body__content__content
|
|
465
|
+
> p {
|
|
466
|
+
font-size: 16px;
|
|
467
|
+
font-weight: 400;
|
|
468
|
+
line-height: 1.75;
|
|
469
|
+
color: #1a1c20;
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
@media (max-width: 1023.98px) {
|
|
473
|
+
.scroll-key-info
|
|
474
|
+
.swiper
|
|
475
|
+
.swiper-wrapper
|
|
476
|
+
.swiper-slide
|
|
477
|
+
.slide-body__content__content
|
|
478
|
+
> p {
|
|
479
|
+
font-size: 14px;
|
|
480
|
+
line-height: 1.714;
|
|
481
|
+
letter-spacing: 0.01em;
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
.scroll-key-info
|
|
486
|
+
.swiper
|
|
487
|
+
.swiper-wrapper
|
|
488
|
+
.swiper-slide
|
|
489
|
+
.slide-body__content__content
|
|
490
|
+
> p
|
|
491
|
+
> b,
|
|
492
|
+
.scroll-key-info
|
|
493
|
+
.swiper
|
|
494
|
+
.swiper-wrapper
|
|
495
|
+
.swiper-slide
|
|
496
|
+
.slide-body__content__content
|
|
497
|
+
> p
|
|
498
|
+
> strong {
|
|
499
|
+
font-weight: 700;
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
.scroll-key-info
|
|
503
|
+
.swiper
|
|
504
|
+
.swiper-wrapper
|
|
505
|
+
.swiper-slide
|
|
506
|
+
.slide-body__content__link {
|
|
507
|
+
display: flex;
|
|
508
|
+
align-items: center;
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
.scroll-key-info
|
|
512
|
+
.swiper
|
|
513
|
+
.swiper-wrapper
|
|
514
|
+
.swiper-slide
|
|
515
|
+
.slide-body__content__link
|
|
516
|
+
> :not(:first-child) {
|
|
517
|
+
margin-left: 24px;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
.scroll-key-info__step-bar {
|
|
521
|
+
position: absolute;
|
|
522
|
+
bottom: 25.52px;
|
|
523
|
+
z-index: 1;
|
|
524
|
+
left: 50%;
|
|
525
|
+
transform: translateX(-50%);
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
.scroll-key-info__step-bar .step-bar__list {
|
|
529
|
+
display: flex;
|
|
530
|
+
align-items: center;
|
|
531
|
+
justify-content: center;
|
|
532
|
+
height: 24px;
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
.scroll-key-info__step-bar .step-bar__list .step-bar__item {
|
|
536
|
+
display: flex;
|
|
537
|
+
align-items: center;
|
|
538
|
+
flex-shrink: 0;
|
|
539
|
+
color: #0032a0;
|
|
540
|
+
opacity: 0.4;
|
|
541
|
+
cursor: pointer;
|
|
542
|
+
transition: color 0.3s ease-in-out;
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
.scroll-key-info__step-bar .step-bar__list .step-bar__item.is-active {
|
|
546
|
+
opacity: 1;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
.scroll-key-info__step-bar .step-bar__list .step-bar__item:not(:first-child) {
|
|
550
|
+
padding-left: 12px;
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
.scroll-key-info__step-bar
|
|
554
|
+
.step-bar__list
|
|
555
|
+
.step-bar__item:not(:first-child):before {
|
|
556
|
+
content: "";
|
|
557
|
+
width: 20px;
|
|
558
|
+
height: 2px;
|
|
559
|
+
flex-shrink: 0;
|
|
560
|
+
background-color: #1531b2;
|
|
561
|
+
margin-right: 10px;
|
|
562
|
+
margin-bottom: 4px;
|
|
563
|
+
transition: width 0.3s ease-in-out, margin-right 0.3s ease-in-out;
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
.scroll-key-info__step-bar
|
|
567
|
+
.step-bar__list
|
|
568
|
+
.step-bar__item:not(:first-child).is-active:before {
|
|
569
|
+
width: 24px;
|
|
570
|
+
height: 24px;
|
|
571
|
+
background-color: transparent;
|
|
572
|
+
background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgNkwxNSAxMkw5IDE4IiBzdHJva2U9IiMwMDFFNjAiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==)
|
|
573
|
+
50% no-repeat;
|
|
574
|
+
background-size: 100% auto;
|
|
575
|
+
margin-right: 5px;
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
.scroll-key-info__step-bar .step-bar__list .step-bar__item__text {
|
|
579
|
+
display: flex;
|
|
580
|
+
flex-direction: column;
|
|
581
|
+
--text-color: #0032a0;
|
|
582
|
+
color: #0032a0;
|
|
583
|
+
color: var(--text-color, #0032a0);
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
.scroll-key-info__step-bar .step-bar__list .step-bar__item__text:after {
|
|
587
|
+
content: "";
|
|
588
|
+
width: 100%;
|
|
589
|
+
height: 1px;
|
|
590
|
+
margin-top: 4px;
|
|
591
|
+
border-radius: 1px;
|
|
592
|
+
background-color: #0032a0;
|
|
593
|
+
background-color: var(--text-color, #0032a0);
|
|
594
|
+
transform: scaleX(0);
|
|
595
|
+
transition: all 0.15s ease-in;
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
.scroll-key-info__step-bar
|
|
599
|
+
.step-bar__list
|
|
600
|
+
.step-bar__item:hover
|
|
601
|
+
.step-bar__item__text:after {
|
|
602
|
+
transform: scaleX(1);
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
.scroll-key-info__tab__content .fade-enter-active,
|
|
606
|
+
.scroll-key-info__tab__content .fade-leave-active {
|
|
607
|
+
transition: opacity 0.25s ease-out;
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
.scroll-key-info__tab__content .fade-enter,
|
|
611
|
+
.scroll-key-info__tab__content .fade-leave-to {
|
|
612
|
+
opacity: 0;
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
.scroll-key-info__tab__content .fade-enter-to,
|
|
616
|
+
.scroll-key-info__tab__content .fade-leave {
|
|
617
|
+
opacity: 1;
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
.scroll-key-info__tab__content .tab__content__card__content {
|
|
621
|
+
font-size: 16px;
|
|
622
|
+
font-weight: 400;
|
|
623
|
+
line-height: 1.75;
|
|
624
|
+
color: #000;
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
@media (max-width: 1023.98px) {
|
|
628
|
+
.scroll-key-info__tab__content .tab__content__card__content {
|
|
629
|
+
font-size: 14px;
|
|
630
|
+
line-height: 1.714;
|
|
631
|
+
letter-spacing: 0.01em;
|
|
632
|
+
}
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
.scroll-key-info__tab__content .tab__content__card__content p {
|
|
636
|
+
font-size: 16px;
|
|
637
|
+
font-weight: 400;
|
|
638
|
+
line-height: 1.75;
|
|
639
|
+
color: #000;
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
@media (max-width: 1023.98px) {
|
|
643
|
+
.scroll-key-info__tab__content .tab__content__card__content p {
|
|
644
|
+
font-size: 14px;
|
|
645
|
+
line-height: 1.714;
|
|
646
|
+
letter-spacing: 0.01em;
|
|
647
|
+
}
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
.scroll-key-info__tab__content .tab__content__card__content b,
|
|
651
|
+
.scroll-key-info__tab__content .tab__content__card__content strong {
|
|
652
|
+
font-weight: 700;
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
.scroll-key-info__tab__content .tab__content__card__link {
|
|
656
|
+
display: flex;
|
|
657
|
+
align-items: center;
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
.scroll-key-info__tab__content .tab__content__card__link > :not(:first-child) {
|
|
661
|
+
margin-left: 16px;
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
.scroll-key-info__content .fade-enter-active,
|
|
665
|
+
.scroll-key-info__content .fade-leave-active {
|
|
666
|
+
transition: opacity 0.25s ease-out;
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
.scroll-key-info__content .fade-enter,
|
|
670
|
+
.scroll-key-info__content .fade-leave-to {
|
|
671
|
+
opacity: 0;
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
.scroll-key-info__content .fade-enter-to,
|
|
675
|
+
.scroll-key-info__content .fade-leave {
|
|
676
|
+
opacity: 1;
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
.tab-primary[data-v-03beefb0] {
|
|
680
|
+
display: flex;
|
|
681
|
+
justify-content: center;
|
|
682
|
+
--max-width: 1128px;
|
|
683
|
+
max-width: calc(var(--max-width) + 72px);
|
|
684
|
+
margin: 0 auto;
|
|
685
|
+
position: relative;
|
|
686
|
+
background-color: #fff;
|
|
687
|
+
border-radius: 0 0 8px 8px;
|
|
688
|
+
box-shadow: 0 0 10px 0 rgba(130, 130, 140, 0.12);
|
|
689
|
+
padding: 0 36px;
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
@media (max-width: 1023.98px) {
|
|
693
|
+
.tab-primary[data-v-03beefb0] {
|
|
694
|
+
padding-left: 24px;
|
|
695
|
+
padding-right: 24px;
|
|
696
|
+
max-width: calc(var(--max-width) + 48px);
|
|
697
|
+
}
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
@media (max-width: 767.98px) {
|
|
701
|
+
.tab-primary[data-v-03beefb0] {
|
|
702
|
+
padding-left: 12px;
|
|
703
|
+
padding-right: 12px;
|
|
704
|
+
max-width: calc(var(--max-width) + 24px);
|
|
705
|
+
}
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
@media (max-width: 575.98px) {
|
|
709
|
+
.tab-primary[data-v-03beefb0] {
|
|
710
|
+
padding-left: 12px;
|
|
711
|
+
padding-right: 12px;
|
|
712
|
+
max-width: calc(var(--max-width) + 24px);
|
|
713
|
+
}
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
@media (min-width: 1024px) {
|
|
717
|
+
.tab-primary[data-v-03beefb0] {
|
|
718
|
+
overflow-x: hidden;
|
|
719
|
+
}
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
.tab-primary.is-full-width[data-v-03beefb0] {
|
|
723
|
+
max-width: 100%;
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
.tab-primary__list[data-v-03beefb0] {
|
|
727
|
+
display: flex;
|
|
728
|
+
align-items: center;
|
|
729
|
+
overflow-x: scroll;
|
|
730
|
+
overflow-y: hidden;
|
|
731
|
+
scroll-behavior: smooth;
|
|
732
|
+
scrollbar-color: transparent;
|
|
733
|
+
scrollbar-width: none;
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
.tab-primary__list[data-v-03beefb0]::-webkit-scrollbar-track {
|
|
737
|
+
border-radius: 0;
|
|
738
|
+
background-color: transparent;
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
.tab-primary__list[data-v-03beefb0]::-webkit-scrollbar {
|
|
742
|
+
width: 0;
|
|
743
|
+
height: 0;
|
|
744
|
+
background-color: transparent;
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
.tab-primary__list[data-v-03beefb0]::-webkit-scrollbar-thumb {
|
|
748
|
+
border-radius: 0;
|
|
749
|
+
background-color: transparent;
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
.tab-primary__item[data-v-03beefb0] {
|
|
753
|
+
display: flex;
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
.tab-primary__item[data-v-03beefb0]:not(:first-of-type) {
|
|
757
|
+
margin-left: 40px;
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
@media (max-width: 1023.98px) {
|
|
761
|
+
.tab-primary__item[data-v-03beefb0]:not(:first-of-type) {
|
|
762
|
+
margin-left: 24px;
|
|
763
|
+
}
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
@media (max-width: 767.98px) {
|
|
767
|
+
.tab-primary__item[data-v-03beefb0]:not(:first-of-type) {
|
|
768
|
+
margin-left: 20px;
|
|
769
|
+
}
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
@media (max-width: 767.98px) {
|
|
773
|
+
.tab-primary__item:not(:first-of-type).is-img[data-v-03beefb0] {
|
|
774
|
+
margin-left: 16px;
|
|
775
|
+
}
|
|
776
|
+
}
|
|
777
|
+
|
|
778
|
+
.tab-primary__item.is-img[data-v-03beefb0] {
|
|
779
|
+
height: 82px;
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
@media (max-width: 1023.98px) {
|
|
783
|
+
.tab-primary__item.is-img[data-v-03beefb0] {
|
|
784
|
+
height: 63px;
|
|
785
|
+
}
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
.tab-primary__item.is-img .tab-primary__btn[data-v-03beefb0] {
|
|
789
|
+
padding: 14px 0 5px;
|
|
790
|
+
transition: opacity 0.3s ease-in-out;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
@media (max-width: 1023.98px) {
|
|
794
|
+
.tab-primary__item.is-img .tab-primary__btn[data-v-03beefb0] {
|
|
795
|
+
padding: 10px 0 1px;
|
|
796
|
+
}
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
.tab-primary__btn[data-v-03beefb0] {
|
|
800
|
+
width: auto;
|
|
801
|
+
border: none;
|
|
802
|
+
background: none;
|
|
803
|
+
font-size: 16px;
|
|
804
|
+
font-weight: 400;
|
|
805
|
+
line-height: 1.25;
|
|
806
|
+
letter-spacing: 0.01em;
|
|
807
|
+
white-space: nowrap;
|
|
808
|
+
color: #1a1c20;
|
|
809
|
+
text-decoration: none;
|
|
810
|
+
padding: 24px 0 20px;
|
|
811
|
+
transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
|
|
812
|
+
opacity: 0.7;
|
|
813
|
+
cursor: pointer;
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
@media (max-width: 1023.98px) {
|
|
817
|
+
.tab-primary__btn[data-v-03beefb0] {
|
|
818
|
+
font-size: 14px;
|
|
819
|
+
line-height: 1.285;
|
|
820
|
+
letter-spacing: 0.01em;
|
|
821
|
+
padding: 18.5px 0 13.5px;
|
|
822
|
+
}
|
|
823
|
+
}
|
|
824
|
+
|
|
825
|
+
@media (max-width: 767.98px) {
|
|
826
|
+
.tab-primary__btn[data-v-03beefb0] {
|
|
827
|
+
padding: 10px 0;
|
|
828
|
+
}
|
|
829
|
+
}
|
|
830
|
+
|
|
831
|
+
.tab-primary__btn.is-active[data-v-03beefb0] {
|
|
832
|
+
color: #0048e8;
|
|
833
|
+
color: var(--tab-color, #0048e8);
|
|
834
|
+
opacity: 1;
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
.tab-primary__btn[data-v-03beefb0]:hover:not(.is-active) {
|
|
838
|
+
opacity: 1;
|
|
839
|
+
}
|
|
840
|
+
|
|
841
|
+
.tab-primary__btn__img[data-v-03beefb0] {
|
|
842
|
+
height: 63px;
|
|
843
|
+
width: auto;
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
@media (max-width: 1023.98px) {
|
|
847
|
+
.tab-primary__btn__img[data-v-03beefb0] {
|
|
848
|
+
height: 50px;
|
|
849
|
+
}
|
|
850
|
+
}
|
|
851
|
+
|
|
852
|
+
.tab-primary__btn__img img[data-v-03beefb0] {
|
|
853
|
+
width: auto;
|
|
854
|
+
height: 100%;
|
|
855
|
+
-o-object-fit: contain;
|
|
856
|
+
object-fit: contain;
|
|
857
|
+
}
|
|
858
|
+
|
|
859
|
+
.tab-primary__strip[data-v-03beefb0] {
|
|
860
|
+
position: absolute;
|
|
861
|
+
width: 0;
|
|
862
|
+
width: var(--strip-width, 0);
|
|
863
|
+
height: 4px;
|
|
864
|
+
background: #0048e8;
|
|
865
|
+
background: var(--tab-color, #0048e8);
|
|
866
|
+
bottom: 0;
|
|
867
|
+
left: 0;
|
|
868
|
+
left: calc(var(--strip-left, 0) - var(--fix-left, 0));
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
@media (max-width: 1023.98px) {
|
|
872
|
+
.tab-primary__strip[data-v-03beefb0] {
|
|
873
|
+
height: 2px;
|
|
874
|
+
}
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
@media (max-width: 767.98px) {
|
|
878
|
+
.tab-primary__strip[data-v-03beefb0] {
|
|
879
|
+
height: 4px;
|
|
880
|
+
}
|
|
881
|
+
}
|
|
882
|
+
|
|
883
|
+
.tab-primary.is-fixed[data-v-03beefb0] {
|
|
884
|
+
max-width: 100vw;
|
|
885
|
+
box-shadow: none;
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
.tab-primary__nav__next[data-v-03beefb0],
|
|
889
|
+
.tab-primary__nav__prev[data-v-03beefb0] {
|
|
890
|
+
position: absolute;
|
|
891
|
+
width: 33px;
|
|
892
|
+
height: 100%;
|
|
893
|
+
box-shadow: 0 -8px 12px rgba(0, 0, 0, 0.22);
|
|
894
|
+
background-color: #fff;
|
|
895
|
+
display: flex;
|
|
896
|
+
align-items: center;
|
|
897
|
+
justify-content: center;
|
|
898
|
+
z-index: 1;
|
|
899
|
+
cursor: pointer;
|
|
900
|
+
}
|
|
901
|
+
|
|
902
|
+
@media (max-width: 1023.98px) {
|
|
903
|
+
.tab-primary__nav__next[data-v-03beefb0],
|
|
904
|
+
.tab-primary__nav__prev[data-v-03beefb0] {
|
|
905
|
+
width: 28px;
|
|
906
|
+
}
|
|
907
|
+
}
|
|
908
|
+
|
|
909
|
+
@media (max-width: 767.98px) {
|
|
910
|
+
.tab-primary__nav__next[data-v-03beefb0],
|
|
911
|
+
.tab-primary__nav__prev[data-v-03beefb0] {
|
|
912
|
+
box-shadow: 0 0 8px rgba(0, 0, 0, 0.22);
|
|
913
|
+
}
|
|
914
|
+
}
|
|
915
|
+
|
|
916
|
+
.tab-primary__nav__next[data-v-03beefb0]:after,
|
|
917
|
+
.tab-primary__nav__prev[data-v-03beefb0]:after {
|
|
918
|
+
content: "";
|
|
919
|
+
width: 24px;
|
|
920
|
+
height: 24px;
|
|
921
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgNkwxNSAxMkw5IDE4IiBzdHJva2U9IiMxQTFDMjAiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
|
|
922
|
+
background-position: 50%;
|
|
923
|
+
background-size: cover;
|
|
924
|
+
background-repeat: no-repeat;
|
|
925
|
+
background-color: hsla(0, 0%, 100%, 0);
|
|
926
|
+
}
|
|
927
|
+
|
|
928
|
+
@media (max-width: 1023.98px) {
|
|
929
|
+
.tab-primary__nav__next[data-v-03beefb0]:after,
|
|
930
|
+
.tab-primary__nav__prev[data-v-03beefb0]:after {
|
|
931
|
+
width: 14px;
|
|
932
|
+
height: 14px;
|
|
933
|
+
}
|
|
934
|
+
}
|
|
935
|
+
|
|
936
|
+
.tab-primary__nav__prev[data-v-03beefb0] {
|
|
937
|
+
left: -1px;
|
|
938
|
+
}
|
|
939
|
+
|
|
940
|
+
.tab-primary__nav__prev[data-v-03beefb0]:after {
|
|
941
|
+
transform: scale(-1);
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
.tab-primary__nav__next[data-v-03beefb0] {
|
|
945
|
+
right: -1px;
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
.link-list__container[data-v-1441ed32] {
|
|
949
|
+
display: flex;
|
|
950
|
+
align-items: center;
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
.link-list__item[data-v-1441ed32]:not(:first-child) {
|
|
954
|
+
margin-left: 40px;
|
|
955
|
+
}
|
|
956
|
+
|
|
957
|
+
@media (max-width: 767.98px) {
|
|
958
|
+
.link-list__item[data-v-1441ed32]:not(:first-child) {
|
|
959
|
+
margin-left: 24px;
|
|
960
|
+
}
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
.link-list.center .link-list__container[data-v-1441ed32] {
|
|
964
|
+
justify-content: center;
|
|
965
|
+
}
|
|
966
|
+
|
|
967
|
+
.text-link[data-v-51351f95] {
|
|
968
|
+
display: flex;
|
|
969
|
+
}
|
|
970
|
+
|
|
971
|
+
.text-link__wrapper[data-v-51351f95] {
|
|
972
|
+
background: none;
|
|
973
|
+
padding: 0;
|
|
974
|
+
border: none;
|
|
975
|
+
--text-color: #0032a0;
|
|
976
|
+
}
|
|
977
|
+
|
|
978
|
+
.text-link--light .text-link__wrapper[data-v-51351f95] {
|
|
979
|
+
--text-color: #fff;
|
|
980
|
+
}
|
|
981
|
+
|
|
982
|
+
parallax-bg.swiper-container {
|
|
983
|
+
overflow: unset;
|
|
984
|
+
}
|
|
985
|
+
|
|
986
|
+
.fade-enter-activeparallax-bg,
|
|
987
|
+
.fade-leave-activeparallax-bg {
|
|
988
|
+
transition: opacity 0.5s, transform 0.3s 0.2s;
|
|
989
|
+
}
|
|
990
|
+
|
|
991
|
+
.fade-enterparallax-bg,
|
|
992
|
+
.fade-leave-activeparallax-bg {
|
|
993
|
+
opacity: 0;
|
|
994
|
+
transform: scale(0);
|
|
995
|
+
}
|
|
996
|
+
|
|
997
|
+
.tipFade-enter-activeparallax-bg,
|
|
998
|
+
.tipFade-leave-activeparallax-bg {
|
|
999
|
+
transition: opacity 0.3s;
|
|
1000
|
+
}
|
|
1001
|
+
|
|
1002
|
+
.tipFade-enterparallax-bg,
|
|
1003
|
+
.tipFade-leave-activeparallax-bg {
|
|
1004
|
+
opacity: 0;
|
|
1005
|
+
}
|
|
1006
|
+
|
|
1007
|
+
.animation-icon-effectparallax-bg {
|
|
1008
|
+
-webkit-animation-play-state: running !important;
|
|
1009
|
+
animation-play-state: running !important;
|
|
1010
|
+
-webkit-animation-direction: normal;
|
|
1011
|
+
animation-direction: normal;
|
|
1012
|
+
-webkit-animation-iteration-count: 1;
|
|
1013
|
+
animation-iteration-count: 1;
|
|
1014
|
+
-webkit-animation-fill-mode: backwards;
|
|
1015
|
+
animation-fill-mode: backwards;
|
|
1016
|
+
-webkit-animation-name: iconEffectScale-data-v-70545fd0;
|
|
1017
|
+
animation-name: iconEffectScale-data-v-70545fd0;
|
|
1018
|
+
-webkit-animation-duration: 0.7s;
|
|
1019
|
+
animation-duration: 0.7s;
|
|
1020
|
+
}
|
|
1021
|
+
|
|
1022
|
+
@-webkit-keyframes iconEffectScale-data-v-70545fd0 {
|
|
1023
|
+
0% {
|
|
1024
|
+
width: 0;
|
|
1025
|
+
height: 0;
|
|
1026
|
+
opacity: 0;
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
70% {
|
|
1030
|
+
opacity: 1;
|
|
1031
|
+
}
|
|
1032
|
+
|
|
1033
|
+
to {
|
|
1034
|
+
opacity: 0;
|
|
1035
|
+
width: 100px;
|
|
1036
|
+
height: 100px;
|
|
1037
|
+
}
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
@keyframes iconEffectScale-data-v-70545fd0 {
|
|
1041
|
+
0% {
|
|
1042
|
+
width: 0;
|
|
1043
|
+
height: 0;
|
|
1044
|
+
opacity: 0;
|
|
1045
|
+
}
|
|
1046
|
+
|
|
1047
|
+
70% {
|
|
1048
|
+
opacity: 1;
|
|
1049
|
+
}
|
|
1050
|
+
|
|
1051
|
+
to {
|
|
1052
|
+
opacity: 0;
|
|
1053
|
+
width: 100px;
|
|
1054
|
+
height: 100px;
|
|
1055
|
+
}
|
|
1056
|
+
}
|
|
1057
|
+
|
|
1058
|
+
.swiperparallax-bg {
|
|
1059
|
+
width: 100%;
|
|
1060
|
+
height: 100%;
|
|
1061
|
+
background: #456ce5;
|
|
1062
|
+
position: relative;
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
.swiper-slideparallax-bg {
|
|
1066
|
+
font-size: 18px;
|
|
1067
|
+
color: #fff;
|
|
1068
|
+
box-sizing: border-box;
|
|
1069
|
+
}
|
|
1070
|
+
|
|
1071
|
+
.parallax-bg {
|
|
1072
|
+
position: absolute;
|
|
1073
|
+
left: 0;
|
|
1074
|
+
top: 0;
|
|
1075
|
+
width: 130%;
|
|
1076
|
+
height: 102%;
|
|
1077
|
+
background-size: cover;
|
|
1078
|
+
background-position: 50%;
|
|
1079
|
+
background-image: url(/_nuxt/img/home-history-banner.dac7153.png);
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1082
|
+
@media (max-width: 575.98px) {
|
|
1083
|
+
.parallax-bg {
|
|
1084
|
+
width: 2230px;
|
|
1085
|
+
}
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1088
|
+
.swiper-slide .periodparallax-bg {
|
|
1089
|
+
width: inherit;
|
|
1090
|
+
z-index: 100;
|
|
1091
|
+
position: relative;
|
|
1092
|
+
display: inline-block;
|
|
1093
|
+
left: calc(50% - 66px);
|
|
1094
|
+
}
|
|
1095
|
+
|
|
1096
|
+
.swiper-slide .period pparallax-bg {
|
|
1097
|
+
display: inline-block;
|
|
1098
|
+
font-family: "effra", sans-serif;
|
|
1099
|
+
font-size: 50px;
|
|
1100
|
+
font-weight: 900;
|
|
1101
|
+
line-height: 59.4px;
|
|
1102
|
+
letter-spacing: 0.1em;
|
|
1103
|
+
z-index: 10;
|
|
1104
|
+
position: relative;
|
|
1105
|
+
}
|
|
1106
|
+
|
|
1107
|
+
.swiper-slide .period__iconPlusparallax-bg {
|
|
1108
|
+
position: absolute;
|
|
1109
|
+
top: -4px;
|
|
1110
|
+
left: 122px;
|
|
1111
|
+
cursor: pointer;
|
|
1112
|
+
z-index: 10;
|
|
1113
|
+
width: 60px;
|
|
1114
|
+
height: 60px;
|
|
1115
|
+
display: flex;
|
|
1116
|
+
align-items: center;
|
|
1117
|
+
justify-content: center;
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
.swiper-slide .period__effectparallax-bg {
|
|
1121
|
+
position: absolute;
|
|
1122
|
+
top: 18px;
|
|
1123
|
+
left: 143px;
|
|
1124
|
+
width: 20px;
|
|
1125
|
+
height: 20px;
|
|
1126
|
+
}
|
|
1127
|
+
|
|
1128
|
+
.swiper-slide .period__effect__circleparallax-bg {
|
|
1129
|
+
border-radius: 50%;
|
|
1130
|
+
position: absolute;
|
|
1131
|
+
border: 4px solid #fff;
|
|
1132
|
+
width: 0;
|
|
1133
|
+
height: 0;
|
|
1134
|
+
transform: translate(-50%, -50%);
|
|
1135
|
+
top: 50%;
|
|
1136
|
+
left: 50%;
|
|
1137
|
+
opacity: 0;
|
|
1138
|
+
-webkit-animation-play-state: paused;
|
|
1139
|
+
animation-play-state: paused;
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
.swipe-tipparallax-bg {
|
|
1143
|
+
position: absolute;
|
|
1144
|
+
margin-top: 18px;
|
|
1145
|
+
left: 50%;
|
|
1146
|
+
transform: translateX(-50%);
|
|
1147
|
+
background: #fff;
|
|
1148
|
+
border-radius: 4px;
|
|
1149
|
+
padding: 4px 8px;
|
|
1150
|
+
box-shadow: 0 8px 32px rgba(130, 130, 140, 0.24);
|
|
1151
|
+
justify-content: space-between;
|
|
1152
|
+
align-items: center;
|
|
1153
|
+
width: 100%;
|
|
1154
|
+
max-width: 280px;
|
|
1155
|
+
cursor: pointer;
|
|
1156
|
+
display: none;
|
|
1157
|
+
z-index: 4;
|
|
1158
|
+
}
|
|
1159
|
+
|
|
1160
|
+
@media (max-width: 575.98px) {
|
|
1161
|
+
.swipe-tipparallax-bg {
|
|
1162
|
+
display: flex;
|
|
1163
|
+
}
|
|
1164
|
+
}
|
|
1165
|
+
|
|
1166
|
+
.swipe-tip pparallax-bg {
|
|
1167
|
+
color: #64788f;
|
|
1168
|
+
}
|
|
1169
|
+
|
|
1170
|
+
.swipe-tip .iocn-tipparallax-bg {
|
|
1171
|
+
-webkit-animation-name: moveRotate-data-v-70545fd0;
|
|
1172
|
+
animation-name: moveRotate-data-v-70545fd0;
|
|
1173
|
+
-webkit-animation-duration: 1.8s;
|
|
1174
|
+
animation-duration: 1.8s;
|
|
1175
|
+
-webkit-animation-iteration-count: infinite;
|
|
1176
|
+
animation-iteration-count: infinite;
|
|
1177
|
+
-webkit-animation-fill-mode: forwards;
|
|
1178
|
+
animation-fill-mode: forwards;
|
|
1179
|
+
}
|
|
1180
|
+
|
|
1181
|
+
@-webkit-keyframes moveRotate-data-v-70545fd0 {
|
|
1182
|
+
0% {
|
|
1183
|
+
transform: rotate(0deg);
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1186
|
+
25% {
|
|
1187
|
+
transform: rotate(20deg);
|
|
1188
|
+
}
|
|
1189
|
+
|
|
1190
|
+
75% {
|
|
1191
|
+
transform: rotate(-20deg);
|
|
1192
|
+
}
|
|
1193
|
+
|
|
1194
|
+
to {
|
|
1195
|
+
transform: rotate(0deg);
|
|
1196
|
+
}
|
|
1197
|
+
}
|
|
1198
|
+
|
|
1199
|
+
@keyframes moveRotate-data-v-70545fd0 {
|
|
1200
|
+
0% {
|
|
1201
|
+
transform: rotate(0deg);
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1204
|
+
25% {
|
|
1205
|
+
transform: rotate(20deg);
|
|
1206
|
+
}
|
|
1207
|
+
|
|
1208
|
+
75% {
|
|
1209
|
+
transform: rotate(-20deg);
|
|
1210
|
+
}
|
|
1211
|
+
|
|
1212
|
+
to {
|
|
1213
|
+
transform: rotate(0deg);
|
|
1214
|
+
}
|
|
1215
|
+
}
|
|
1216
|
+
|
|
1217
|
+
.slide-boxparallax-bg {
|
|
1218
|
+
height: 390px;
|
|
1219
|
+
max-height: 390px;
|
|
1220
|
+
display: flex;
|
|
1221
|
+
justify-content: center;
|
|
1222
|
+
min-height: 360px;
|
|
1223
|
+
}
|
|
1224
|
+
|
|
1225
|
+
@media (max-width: 1230px) {
|
|
1226
|
+
.slide-boxparallax-bg {
|
|
1227
|
+
padding-top: 60px;
|
|
1228
|
+
height: auto;
|
|
1229
|
+
}
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1232
|
+
@media (max-width: 1279.98px) {
|
|
1233
|
+
.slide-boxparallax-bg {
|
|
1234
|
+
justify-content: space-around !important;
|
|
1235
|
+
}
|
|
1236
|
+
}
|
|
1237
|
+
|
|
1238
|
+
.slide-box .hisPopupparallax-bg {
|
|
1239
|
+
position: absolute;
|
|
1240
|
+
width: 100%;
|
|
1241
|
+
left: 0;
|
|
1242
|
+
top: 50%;
|
|
1243
|
+
}
|
|
1244
|
+
|
|
1245
|
+
.slide-box .inside-wrapparallax-bg {
|
|
1246
|
+
display: flex;
|
|
1247
|
+
flex-direction: column;
|
|
1248
|
+
justify-content: flex-end;
|
|
1249
|
+
transform: translateY(3px);
|
|
1250
|
+
width: 40%;
|
|
1251
|
+
}
|
|
1252
|
+
|
|
1253
|
+
@media (max-width: 767.98px) {
|
|
1254
|
+
.slide-box .inside-wrapparallax-bg {
|
|
1255
|
+
min-width: 300px;
|
|
1256
|
+
}
|
|
1257
|
+
}
|
|
1258
|
+
|
|
1259
|
+
@media (max-width: 630px) {
|
|
1260
|
+
.slide-box .inside-wrapparallax-bg {
|
|
1261
|
+
min-width: 272px;
|
|
1262
|
+
}
|
|
1263
|
+
}
|
|
1264
|
+
|
|
1265
|
+
@media (max-width: 575.98px) {
|
|
1266
|
+
.slide-box .inside-wrapparallax-bg {
|
|
1267
|
+
width: 90%;
|
|
1268
|
+
}
|
|
1269
|
+
}
|
|
1270
|
+
|
|
1271
|
+
@media (max-width: 375px) {
|
|
1272
|
+
.slide-box .inside-wrapparallax-bg {
|
|
1273
|
+
width: 100%;
|
|
1274
|
+
}
|
|
1275
|
+
}
|
|
1276
|
+
|
|
1277
|
+
.slide-box .imageparallax-bg {
|
|
1278
|
+
height: 64%;
|
|
1279
|
+
}
|
|
1280
|
+
|
|
1281
|
+
@media (max-width: 1230px) {
|
|
1282
|
+
.slide-box .imageparallax-bg {
|
|
1283
|
+
position: relative;
|
|
1284
|
+
}
|
|
1285
|
+
}
|
|
1286
|
+
|
|
1287
|
+
@media (max-width: 860px) {
|
|
1288
|
+
.slide-box .imageparallax-bg {
|
|
1289
|
+
height: 56%;
|
|
1290
|
+
}
|
|
1291
|
+
}
|
|
1292
|
+
|
|
1293
|
+
@media (max-width: 640px) {
|
|
1294
|
+
.slide-box .imageparallax-bg {
|
|
1295
|
+
height: 52%;
|
|
1296
|
+
}
|
|
1297
|
+
}
|
|
1298
|
+
|
|
1299
|
+
@media (max-width: 575.98px) {
|
|
1300
|
+
.slide-box .imageparallax-bg {
|
|
1301
|
+
display: flex;
|
|
1302
|
+
justify-content: center;
|
|
1303
|
+
}
|
|
1304
|
+
}
|
|
1305
|
+
|
|
1306
|
+
.slide-box .image imgparallax-bg {
|
|
1307
|
+
height: 100%;
|
|
1308
|
+
margin: auto;
|
|
1309
|
+
display: block;
|
|
1310
|
+
width: 100%;
|
|
1311
|
+
-o-object-fit: contain;
|
|
1312
|
+
object-fit: contain;
|
|
1313
|
+
max-width: 450px;
|
|
1314
|
+
}
|
|
1315
|
+
|
|
1316
|
+
@media (max-width: 575.98px) {
|
|
1317
|
+
.slide-box .image imgparallax-bg {
|
|
1318
|
+
padding: 0 15px;
|
|
1319
|
+
}
|
|
1320
|
+
}
|
|
1321
|
+
|
|
1322
|
+
@media (max-width: 575.98px) {
|
|
1323
|
+
.closeRightSideparallax-bg {
|
|
1324
|
+
display: none !important;
|
|
1325
|
+
}
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
.swiper-bottomparallax-bg {
|
|
1329
|
+
position: relative;
|
|
1330
|
+
z-index: 1;
|
|
1331
|
+
height: 100%;
|
|
1332
|
+
background-color: #001e60;
|
|
1333
|
+
padding: 27px 0;
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1336
|
+
.swiper-bottom__textparallax-bg {
|
|
1337
|
+
color: #fff !important;
|
|
1338
|
+
display: flex;
|
|
1339
|
+
justify-content: center;
|
|
1340
|
+
flex-direction: column;
|
|
1341
|
+
align-items: center;
|
|
1342
|
+
height: 100%;
|
|
1343
|
+
position: relative;
|
|
1344
|
+
}
|
|
1345
|
+
</style>
|