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,999 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="lightbox__content">
|
|
3
|
+
<div class="lightbox__content__cross i i-cross-modal" @click="handleClose"></div>
|
|
4
|
+
<div class="lightbox__content__prev i i-arrow-prev" @click="handleClose"></div>
|
|
5
|
+
<div class="lightbox__content__head">
|
|
6
|
+
<div class="lightbox__content__head__image">
|
|
7
|
+
<img :src="data?.imgSrc" :alt="data?.alt">
|
|
8
|
+
</div>
|
|
9
|
+
<div class="lightbox__content__head__info">
|
|
10
|
+
<h2 class="lightbox__content__head__info__title">{{ data?.title }}</h2>
|
|
11
|
+
<h6 class="lightbox__content__head__info__subtitle">{{ data?.subTitle }}</h6>
|
|
12
|
+
<div class="lightbox__content__head__info__label">{{ data?.label }}</div>
|
|
13
|
+
<div class="lightbox__content__head__info__btn">
|
|
14
|
+
<BtnList v-model="data.buttonList"></BtnList>
|
|
15
|
+
</div>
|
|
16
|
+
</div>
|
|
17
|
+
</div>
|
|
18
|
+
<div class="lightbox__content__main" style="--head-height: 297px;">
|
|
19
|
+
<div class="scroll-bar">
|
|
20
|
+
<div data-simplebar-auto-hide="false" class="simple-bar" data-simplebar="init">
|
|
21
|
+
<div class="simplebar-wrapper" style="margin: 0px -24px 0px 0px;">
|
|
22
|
+
<div class="simplebar-height-auto-observer-wrapper">
|
|
23
|
+
<div class="simplebar-height-auto-observer"></div>
|
|
24
|
+
</div>
|
|
25
|
+
<div class="simplebar-mask">
|
|
26
|
+
<div class="simplebar-offset" style="right: 0px; bottom: 0px;">
|
|
27
|
+
<div class="simplebar-content-wrapper" tabindex="0" role="region" aria-label="scrollable content" style="height: auto; overflow: hidden;">
|
|
28
|
+
<div class="simplebar-content" style="padding: 0px 24px 0px 0px;">
|
|
29
|
+
<div class="lightbox__content__body">
|
|
30
|
+
<ul>
|
|
31
|
+
<li class="lightbox__content__body__list" v-for="item in data?.paragraphs" :key="item.id">
|
|
32
|
+
<div class="lightbox__content__body__title">{{ item.title }}</div>
|
|
33
|
+
<div class="lightbox__content__body__text" v-html="item.content"></div>
|
|
34
|
+
</li>
|
|
35
|
+
</ul>
|
|
36
|
+
</div>
|
|
37
|
+
<div class="lightbox__content__footer">
|
|
38
|
+
<div class="lightbox__content__footer__logo">
|
|
39
|
+
<img :src="data.logo || 'https://ywies-tx.cedim.cn/images/logo/logo-ycyw.png'" alt="school logo">
|
|
40
|
+
</div>
|
|
41
|
+
</div>
|
|
42
|
+
</div>
|
|
43
|
+
</div>
|
|
44
|
+
</div>
|
|
45
|
+
</div>
|
|
46
|
+
<div class="simplebar-placeholder" style="width: auto; height: 222px;"></div>
|
|
47
|
+
</div>
|
|
48
|
+
<div class="simplebar-track simplebar-horizontal" style="visibility: hidden;">
|
|
49
|
+
<div class="simplebar-scrollbar simplebar-visible" style="width: 0px; display: none;"></div>
|
|
50
|
+
</div>
|
|
51
|
+
<div class="simplebar-track simplebar-vertical" style="visibility: hidden;">
|
|
52
|
+
<div class="simplebar-scrollbar simplebar-visible" style="height: 0px; display: none;"></div>
|
|
53
|
+
</div>
|
|
54
|
+
</div>
|
|
55
|
+
</div>
|
|
56
|
+
</div>
|
|
57
|
+
</div>
|
|
58
|
+
</template>
|
|
59
|
+
|
|
60
|
+
<script lang="ts" setup>
|
|
61
|
+
import BtnList from '@/components/BtnList/index.vue'
|
|
62
|
+
|
|
63
|
+
defineProps({
|
|
64
|
+
data: {
|
|
65
|
+
type: Object,
|
|
66
|
+
default: () => {}
|
|
67
|
+
}
|
|
68
|
+
})
|
|
69
|
+
|
|
70
|
+
const emit = defineEmits(['close']);
|
|
71
|
+
const handleClose = () => {
|
|
72
|
+
emit('close')
|
|
73
|
+
}
|
|
74
|
+
</script>
|
|
75
|
+
|
|
76
|
+
<style lang="scss" scoped>
|
|
77
|
+
.lightbox__content {
|
|
78
|
+
position: relative;
|
|
79
|
+
width: 100%;
|
|
80
|
+
font-size: 0;
|
|
81
|
+
padding: 0 15px 45px 39px;
|
|
82
|
+
background: #fff;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
@media (max-width: 767.98px) {
|
|
86
|
+
.lightbox__content {
|
|
87
|
+
padding: 0 17px 33px;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.lightbox__content__cross {
|
|
92
|
+
position: absolute;
|
|
93
|
+
right: 33px;
|
|
94
|
+
top: 24px;
|
|
95
|
+
cursor: pointer;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
@media (max-width: 767.98px) {
|
|
99
|
+
.lightbox__content__cross {
|
|
100
|
+
display: none;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.lightbox__content__prev {
|
|
105
|
+
position: absolute;
|
|
106
|
+
left: 8px;
|
|
107
|
+
top: 8px;
|
|
108
|
+
cursor: pointer;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
@media (min-width: 768px) {
|
|
112
|
+
.lightbox__content__prev {
|
|
113
|
+
display: none;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.lightbox__content__head {
|
|
118
|
+
display: flex;
|
|
119
|
+
margin-bottom: 40px;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
@media (max-width: 767.98px) {
|
|
123
|
+
.lightbox__content__head {
|
|
124
|
+
flex-direction: column;
|
|
125
|
+
align-items: center;
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.lightbox__content__head__image {
|
|
130
|
+
width: 200px;
|
|
131
|
+
margin-right: 32px;
|
|
132
|
+
border-radius: 0 0 12px 12px;
|
|
133
|
+
overflow: hidden;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
@media (max-width: 767.98px) {
|
|
137
|
+
.lightbox__content__head__image {
|
|
138
|
+
width: 160px;
|
|
139
|
+
margin-right: 0;
|
|
140
|
+
margin-bottom: 24px;
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.lightbox__content__head__image img {
|
|
145
|
+
width: 100%;
|
|
146
|
+
height: auto;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.lightbox__content__head__info {
|
|
150
|
+
display: flex;
|
|
151
|
+
flex-direction: column;
|
|
152
|
+
justify-content: flex-end;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
@media (max-width: 767.98px) {
|
|
156
|
+
.lightbox__content__head__info {
|
|
157
|
+
align-items: center;
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.lightbox__content__head__info__title {
|
|
162
|
+
color: #0032a0;
|
|
163
|
+
margin-bottom: 12px;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.lightbox__content__head__info__subtitle {
|
|
167
|
+
margin-bottom: 8px;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
@media (max-width: 767.98px) and (max-width: 1023.98px) {
|
|
171
|
+
.lightbox__content__head__info__subtitle {
|
|
172
|
+
line-height: 1.25;
|
|
173
|
+
letter-spacing: .04em;
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
@media (max-width: 767.98px) and (max-width: 767.98px) {
|
|
178
|
+
.lightbox__content__head__info__subtitle {
|
|
179
|
+
font-size: 14px;
|
|
180
|
+
line-height: 1.285;
|
|
181
|
+
letter-spacing: .02em;
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.lightbox__content__head__info__label {
|
|
186
|
+
font-size: 14px;
|
|
187
|
+
font-weight: 500;
|
|
188
|
+
line-height: 1.285;
|
|
189
|
+
letter-spacing: .04em;
|
|
190
|
+
color: #0048e8;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
@media (max-width: 1023.98px) {
|
|
194
|
+
.lightbox__content__head__info__label {
|
|
195
|
+
line-height: 1.428;
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
@media (max-width: 767.98px) {
|
|
200
|
+
.lightbox__content__head__info__label {
|
|
201
|
+
line-height: 1.285;
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.lightbox__content__head__info__btn {
|
|
206
|
+
margin-top: 24px;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
@media (max-width: 767.98px) {
|
|
210
|
+
.lightbox__content__head__info__btn {
|
|
211
|
+
margin-top: 20px;
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
@media (min-width: 768px) {
|
|
216
|
+
.lightbox__content__main {
|
|
217
|
+
scrollbar-color: #0032a0 #e4e4e6;
|
|
218
|
+
scrollbar-width: thin;
|
|
219
|
+
margin-bottom: 39px;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
.lightbox__content__main::-webkit-scrollbar-track {
|
|
223
|
+
border-radius: 8px;
|
|
224
|
+
background-color: #e4e4e6;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.lightbox__content__main::-webkit-scrollbar {
|
|
228
|
+
width: 8px;
|
|
229
|
+
height: 8px;
|
|
230
|
+
border-radius: 8px;
|
|
231
|
+
background-color: #0032a0;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.lightbox__content__main::-webkit-scrollbar-thumb {
|
|
235
|
+
border-radius: 8px;
|
|
236
|
+
background-color: #0032a0;
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
@media (min-width: 768px) {
|
|
241
|
+
.lightbox__content__main>.scroll-bar .simple-bar {
|
|
242
|
+
padding-right: 24px;
|
|
243
|
+
max-height: calc(100vh - 495px);
|
|
244
|
+
max-height: calc(100vh - 220px - var(--head-height, 275px));
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.lightbox__content__body__list {
|
|
249
|
+
margin-bottom: 40px;
|
|
250
|
+
max-width: 100%;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
@media (max-width: 767.98px) {
|
|
254
|
+
.lightbox__content__body__list {
|
|
255
|
+
margin-bottom: 24px;
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.lightbox__content__body__title {
|
|
260
|
+
font-size: 16px;
|
|
261
|
+
font-weight: 500;
|
|
262
|
+
line-height: 1.5;
|
|
263
|
+
letter-spacing: .01em;
|
|
264
|
+
color: #0032a0;
|
|
265
|
+
margin-bottom: 8px;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
@media (max-width: 1023.98px) {
|
|
269
|
+
.lightbox__content__body__title {
|
|
270
|
+
line-height: 1.25;
|
|
271
|
+
letter-spacing: .04em;
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
@media (max-width: 767.98px) {
|
|
276
|
+
.lightbox__content__body__title {
|
|
277
|
+
font-size: 14px;
|
|
278
|
+
line-height: 1.285;
|
|
279
|
+
letter-spacing: .02em;
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.lightbox__content__body__text {
|
|
284
|
+
font-size: 16px;
|
|
285
|
+
font-weight: 400;
|
|
286
|
+
line-height: 1.75;
|
|
287
|
+
color: #1a1c20;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
@media (max-width: 1023.98px) {
|
|
291
|
+
.lightbox__content__body__text {
|
|
292
|
+
font-size: 14px;
|
|
293
|
+
line-height: 1.714;
|
|
294
|
+
letter-spacing: .01em;
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
.lightbox__content__body__text * {
|
|
299
|
+
font-size: 16px;
|
|
300
|
+
font-weight: 400;
|
|
301
|
+
line-height: 1.75;
|
|
302
|
+
color: #1a1c20;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
@media (max-width: 1023.98px) {
|
|
306
|
+
.lightbox__content__body__text * {
|
|
307
|
+
font-size: 14px;
|
|
308
|
+
line-height: 1.714;
|
|
309
|
+
letter-spacing: .01em;
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.lightbox__content__body__text b, .lightbox__content__body__text strong {
|
|
314
|
+
font-weight: 500;
|
|
315
|
+
color: #0032a0;
|
|
316
|
+
color: var(--text-color--primary, #0032a0);
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.lightbox__content__body__text h1, .lightbox__content__body__text h1 * {
|
|
320
|
+
font-size: 40px;
|
|
321
|
+
font-weight: 500;
|
|
322
|
+
line-height: 1.2;
|
|
323
|
+
letter-spacing: .02em;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
@media (max-width: 1023.98px) {
|
|
327
|
+
.lightbox__content__body__text h1, .lightbox__content__body__text h1 * {
|
|
328
|
+
font-size: 32px;
|
|
329
|
+
font-weight: 500;
|
|
330
|
+
line-height: 1.2;
|
|
331
|
+
letter-spacing: .02em;
|
|
332
|
+
}
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
@media (max-width: 767.98px) {
|
|
336
|
+
.lightbox__content__body__text h1, .lightbox__content__body__text h1 * {
|
|
337
|
+
font-size: 24px;
|
|
338
|
+
line-height: 1.09;
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
.lightbox__content__body__text h2, .lightbox__content__body__text h2 * {
|
|
343
|
+
font-size: 36px;
|
|
344
|
+
line-height: 1.33;
|
|
345
|
+
font-weight: 500;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
@media (max-width: 1023.98px) {
|
|
349
|
+
.lightbox__content__body__text h2, .lightbox__content__body__text h2 * {
|
|
350
|
+
font-size: 26px;
|
|
351
|
+
line-height: 1.2;
|
|
352
|
+
font-weight: 700;
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
@media (max-width: 767.98px) {
|
|
357
|
+
.lightbox__content__body__text h2, .lightbox__content__body__text h2 * {
|
|
358
|
+
font-size: 22px;
|
|
359
|
+
line-height: 1.2;
|
|
360
|
+
font-weight: 500;
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
.lightbox__content__body__text h3, .lightbox__content__body__text h3 * {
|
|
365
|
+
font-size: 26px;
|
|
366
|
+
font-weight: 700;
|
|
367
|
+
line-height: 1.69;
|
|
368
|
+
letter-spacing: .1em;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
@media (max-width: 1023.98px) {
|
|
372
|
+
.lightbox__content__body__text h3, .lightbox__content__body__text h3 * {
|
|
373
|
+
font-size: 24px;
|
|
374
|
+
line-height: 1;
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
@media (max-width: 767.98px) {
|
|
379
|
+
.lightbox__content__body__text h3, .lightbox__content__body__text h3 * {
|
|
380
|
+
font-size: 20px;
|
|
381
|
+
line-height: 1.2;
|
|
382
|
+
letter-spacing: .08em;
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
.lightbox__content__body__text h4, .lightbox__content__body__text h4 * {
|
|
387
|
+
font-size: 24px;
|
|
388
|
+
font-weight: 500;
|
|
389
|
+
line-height: 1.5;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
@media (max-width: 767.98px) {
|
|
393
|
+
.lightbox__content__body__text h4, .lightbox__content__body__text h4 * {
|
|
394
|
+
font-size: 20px;
|
|
395
|
+
line-height: 1.2;
|
|
396
|
+
letter-spacing: -.005em;
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
.lightbox__content__body__text h5, .lightbox__content__body__text h5 * {
|
|
401
|
+
font-size: 20px;
|
|
402
|
+
font-weight: 700;
|
|
403
|
+
line-height: 1.6;
|
|
404
|
+
letter-spacing: .1em;
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
@media (max-width: 1023.98px) {
|
|
408
|
+
.lightbox__content__body__text h5, .lightbox__content__body__text h5 * {
|
|
409
|
+
font-size: 16px;
|
|
410
|
+
font-weight: 500;
|
|
411
|
+
line-height: 1.125;
|
|
412
|
+
letter-spacing: .01em;
|
|
413
|
+
}
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
@media (max-width: 767.98px) {
|
|
417
|
+
.lightbox__content__body__text h5, .lightbox__content__body__text h5 * {
|
|
418
|
+
font-weight: 700;
|
|
419
|
+
line-height: 1.25;
|
|
420
|
+
letter-spacing: .06em;
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
.lightbox__content__body__text h6, .lightbox__content__body__text h6 * {
|
|
425
|
+
font-size: 18px;
|
|
426
|
+
font-weight: 500;
|
|
427
|
+
line-height: 1.33;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
@media (max-width: 1023.98px) {
|
|
431
|
+
.lightbox__content__body__text h6, .lightbox__content__body__text h6 * {
|
|
432
|
+
font-size: 16px;
|
|
433
|
+
line-height: 1.25;
|
|
434
|
+
letter-spacing: .01em;
|
|
435
|
+
}
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
@media (max-width: 767.98px) {
|
|
439
|
+
.lightbox__content__body__text h6, .lightbox__content__body__text h6 * {
|
|
440
|
+
line-height: 1.5;
|
|
441
|
+
}
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
.lightbox__content__body__text h1 b, .lightbox__content__body__text h1 strong, .lightbox__content__body__text h2 b, .lightbox__content__body__text h2 strong, .lightbox__content__body__text h3 b, .lightbox__content__body__text h3 strong, .lightbox__content__body__text h4 b, .lightbox__content__body__text h4 strong, .lightbox__content__body__text h5 b, .lightbox__content__body__text h5 strong, .lightbox__content__body__text h6 b, .lightbox__content__body__text h6 strong {
|
|
445
|
+
color: #0032a0;
|
|
446
|
+
color: var(--text-color--primary, #0032a0);
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
.lightbox__content__body__text a {
|
|
450
|
+
color: #0048e8;
|
|
451
|
+
text-decoration: none;
|
|
452
|
+
background-image: linear-gradient(90deg, #0048e8, #0048e8);
|
|
453
|
+
background-size: 0 1px, 100% 1px;
|
|
454
|
+
background-position: 0 100%, 100% 100%;
|
|
455
|
+
background-repeat: no-repeat;
|
|
456
|
+
transition: background-size .3s;
|
|
457
|
+
padding-bottom: 2px;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
.lightbox__content__body__text a:focus, .lightbox__content__body__text a:hover {
|
|
461
|
+
background-size: 100% 1px, 0 1px;
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
.lightbox__content__body__text ol:not(:last-child), .lightbox__content__body__text ul:not(:last-child) {
|
|
465
|
+
margin-bottom: 16px;
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
.lightbox__content__body__text ol:not(:first-child), .lightbox__content__body__text ul:not(:first-child) {
|
|
469
|
+
margin-top: 16px;
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
.lightbox__content__body__text ol>li, .lightbox__content__body__text ul>li {
|
|
473
|
+
position: relative;
|
|
474
|
+
padding-left: 1.6em;
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
.lightbox__content__body__text ul>li:before {
|
|
478
|
+
content: "";
|
|
479
|
+
position: absolute;
|
|
480
|
+
top: .7em;
|
|
481
|
+
left: .5em;
|
|
482
|
+
width: 5px;
|
|
483
|
+
height: 5px;
|
|
484
|
+
background: #000;
|
|
485
|
+
border-radius: 50%;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
.lightbox__content__body__text ol {
|
|
489
|
+
counter-reset: section;
|
|
490
|
+
list-style-type: none;
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
.lightbox__content__body__text ol>li {
|
|
494
|
+
list-style-type: none;
|
|
495
|
+
position: relative;
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
.lightbox__content__body__text ol>li:before {
|
|
499
|
+
counter-increment: section;
|
|
500
|
+
content: counters(section, ".") ".";
|
|
501
|
+
position: absolute;
|
|
502
|
+
top: 0;
|
|
503
|
+
left: 0;
|
|
504
|
+
background: none;
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
.lightbox__content__body__text img {
|
|
508
|
+
width: 100%;
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
.lightbox__content__body__text em {
|
|
512
|
+
font-style: italic;
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
.lightbox__content__body__text table.scrollable {
|
|
516
|
+
display: block;
|
|
517
|
+
overflow-x: auto;
|
|
518
|
+
white-space: nowrap;
|
|
519
|
+
scrollbar-color: #0032a0 #e4e4e6;
|
|
520
|
+
scrollbar-width: thin;
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
.lightbox__content__body__text table.scrollable::-webkit-scrollbar-track {
|
|
524
|
+
border-radius: 8px;
|
|
525
|
+
background-color: #e4e4e6;
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
.lightbox__content__body__text table.scrollable::-webkit-scrollbar {
|
|
529
|
+
width: 8px;
|
|
530
|
+
height: 8px;
|
|
531
|
+
border-radius: 8px;
|
|
532
|
+
background-color: #0032a0;
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
.lightbox__content__body__text table.scrollable::-webkit-scrollbar-thumb {
|
|
536
|
+
border-radius: 8px;
|
|
537
|
+
background-color: #0032a0;
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
@media (max-width: 575.98px) {
|
|
541
|
+
.lightbox__content__body__text table.scrollable-sm {
|
|
542
|
+
display: block;
|
|
543
|
+
overflow-x: auto;
|
|
544
|
+
white-space: nowrap;
|
|
545
|
+
scrollbar-color: #0032a0 #e4e4e6;
|
|
546
|
+
scrollbar-width: thin;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
.lightbox__content__body__text table.scrollable-sm::-webkit-scrollbar-track {
|
|
550
|
+
border-radius: 8px;
|
|
551
|
+
background-color: #e4e4e6;
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
.lightbox__content__body__text table.scrollable-sm::-webkit-scrollbar {
|
|
555
|
+
width: 8px;
|
|
556
|
+
height: 8px;
|
|
557
|
+
border-radius: 8px;
|
|
558
|
+
background-color: #0032a0;
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
.lightbox__content__body__text table.scrollable-sm::-webkit-scrollbar-thumb {
|
|
562
|
+
border-radius: 8px;
|
|
563
|
+
background-color: #0032a0;
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
@media (max-width: 767.98px) {
|
|
568
|
+
.lightbox__content__body__text table.scrollable-md {
|
|
569
|
+
display: block;
|
|
570
|
+
overflow-x: auto;
|
|
571
|
+
white-space: nowrap;
|
|
572
|
+
scrollbar-color: #0032a0 #e4e4e6;
|
|
573
|
+
scrollbar-width: thin;
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
.lightbox__content__body__text table.scrollable-md::-webkit-scrollbar-track {
|
|
577
|
+
border-radius: 8px;
|
|
578
|
+
background-color: #e4e4e6;
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
.lightbox__content__body__text table.scrollable-md::-webkit-scrollbar {
|
|
582
|
+
width: 8px;
|
|
583
|
+
height: 8px;
|
|
584
|
+
border-radius: 8px;
|
|
585
|
+
background-color: #0032a0;
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
.lightbox__content__body__text table.scrollable-md::-webkit-scrollbar-thumb {
|
|
589
|
+
border-radius: 8px;
|
|
590
|
+
background-color: #0032a0;
|
|
591
|
+
}
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
@media (max-width: 1023.98px) {
|
|
595
|
+
.lightbox__content__body__text table.scrollable-lg {
|
|
596
|
+
display: block;
|
|
597
|
+
overflow-x: auto;
|
|
598
|
+
white-space: nowrap;
|
|
599
|
+
scrollbar-color: #0032a0 #e4e4e6;
|
|
600
|
+
scrollbar-width: thin;
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
.lightbox__content__body__text table.scrollable-lg::-webkit-scrollbar-track {
|
|
604
|
+
border-radius: 8px;
|
|
605
|
+
background-color: #e4e4e6;
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
.lightbox__content__body__text table.scrollable-lg::-webkit-scrollbar {
|
|
609
|
+
width: 8px;
|
|
610
|
+
height: 8px;
|
|
611
|
+
border-radius: 8px;
|
|
612
|
+
background-color: #0032a0;
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
.lightbox__content__body__text table.scrollable-lg::-webkit-scrollbar-thumb {
|
|
616
|
+
border-radius: 8px;
|
|
617
|
+
background-color: #0032a0;
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
@media (max-width: 1279.98px) {
|
|
622
|
+
.lightbox__content__body__text table.scrollable-xl {
|
|
623
|
+
display: block;
|
|
624
|
+
overflow-x: auto;
|
|
625
|
+
white-space: nowrap;
|
|
626
|
+
scrollbar-color: #0032a0 #e4e4e6;
|
|
627
|
+
scrollbar-width: thin;
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
.lightbox__content__body__text table.scrollable-xl::-webkit-scrollbar-track {
|
|
631
|
+
border-radius: 8px;
|
|
632
|
+
background-color: #e4e4e6;
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
.lightbox__content__body__text table.scrollable-xl::-webkit-scrollbar {
|
|
636
|
+
width: 8px;
|
|
637
|
+
height: 8px;
|
|
638
|
+
border-radius: 8px;
|
|
639
|
+
background-color: #0032a0;
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
.lightbox__content__body__text table.scrollable-xl::-webkit-scrollbar-thumb {
|
|
643
|
+
border-radius: 8px;
|
|
644
|
+
background-color: #0032a0;
|
|
645
|
+
}
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
.lightbox__content__body__text table:not(.table-striped) tr {
|
|
649
|
+
background-color: #fff;
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
.lightbox__content__body__text table:not(.table-striped) tr td {
|
|
653
|
+
padding: 8px 32px 8px 16px;
|
|
654
|
+
vertical-align: middle;
|
|
655
|
+
line-height: 1.25;
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
@media (max-width: 767.98px) {
|
|
659
|
+
.lightbox__content__body__text table:not(.table-striped) tr td {
|
|
660
|
+
padding: 10px 8px;
|
|
661
|
+
}
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
.lightbox__content__body__text table:not(.table-striped) tr td:first-child:not(:only-child) {
|
|
665
|
+
background-color: #f2f8ff;
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
.lightbox__content__body__text table:not(.table-striped) tr th {
|
|
669
|
+
background-color: #0032a0;
|
|
670
|
+
background-color: var(--text-color--secondary, #0032a0);
|
|
671
|
+
color: #fff;
|
|
672
|
+
padding: 8px 32px 8px 16px;
|
|
673
|
+
vertical-align: middle;
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
@media (max-width: 767.98px) {
|
|
677
|
+
.lightbox__content__body__text table:not(.table-striped) tr th {
|
|
678
|
+
height: 34px;
|
|
679
|
+
padding: 8px 12px;
|
|
680
|
+
}
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
.lightbox__content__body__text table:not(.table-striped) tr th *,.lightbox__content__body__text table:not(.table-striped) tr th b,.lightbox__content__body__text table:not(.table-striped) tr th em,.lightbox__content__body__text table:not(.table-striped) tr th p,.lightbox__content__body__text table:not(.table-striped) tr th strong {
|
|
684
|
+
color: #fff;
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
.lightbox__content__body__text table:not(.table-striped) tr th p {
|
|
688
|
+
font-size: 18px;
|
|
689
|
+
font-weight: 500;
|
|
690
|
+
line-height: 1.33;
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
@media (max-width: 1023.98px) {
|
|
694
|
+
.lightbox__content__body__text table:not(.table-striped) tr th p {
|
|
695
|
+
font-size: 16px;
|
|
696
|
+
line-height: 1.25;
|
|
697
|
+
letter-spacing: .01em;
|
|
698
|
+
}
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
@media (max-width: 767.98px) {
|
|
702
|
+
.lightbox__content__body__text table:not(.table-striped) tr th p {
|
|
703
|
+
line-height: 1.5;
|
|
704
|
+
font-size: 16px;
|
|
705
|
+
font-weight: 400;
|
|
706
|
+
line-height: 1.25;
|
|
707
|
+
letter-spacing: .01em;
|
|
708
|
+
}
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
@media (max-width: 767.98px) and (max-width: 1023.98px) {
|
|
712
|
+
.lightbox__content__body__text table:not(.table-striped) tr th p {
|
|
713
|
+
font-size: 14px;
|
|
714
|
+
line-height: 1.285;
|
|
715
|
+
letter-spacing: .01em;
|
|
716
|
+
}
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
.lightbox__content__body__text table.table-striped tr:nth-child(2n) {
|
|
720
|
+
background-color: #f2f8ff;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
.lightbox__content__body__text table.table-striped tr:nth-child(odd) {
|
|
724
|
+
background-color: #fff;
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
.lightbox__content__body__text table.table-striped tr:first-child {
|
|
728
|
+
background-color: #0032a0;
|
|
729
|
+
background-color: var(--text-color--secondary, #0032a0);
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
.lightbox__content__body__text table.table-striped th {
|
|
733
|
+
font-size: 16px;
|
|
734
|
+
font-weight: 400;
|
|
735
|
+
line-height: 1.25;
|
|
736
|
+
letter-spacing: .01em;
|
|
737
|
+
padding: 8px 36px;
|
|
738
|
+
color: #fff;
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
@media (max-width: 1023.98px) {
|
|
742
|
+
.lightbox__content__body__text table.table-striped th {
|
|
743
|
+
font-size: 14px;
|
|
744
|
+
line-height: 1.285;
|
|
745
|
+
letter-spacing: .01em;
|
|
746
|
+
padding: 8px 16px;
|
|
747
|
+
}
|
|
748
|
+
}
|
|
749
|
+
|
|
750
|
+
@media (max-width: 767.98px) {
|
|
751
|
+
.lightbox__content__body__text table.table-striped th {
|
|
752
|
+
padding: 8px;
|
|
753
|
+
}
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
.lightbox__content__body__text table.table-striped td {
|
|
757
|
+
font-size: 16px;
|
|
758
|
+
font-weight: 400;
|
|
759
|
+
line-height: 1.75;
|
|
760
|
+
padding: 13.5px 36px;
|
|
761
|
+
color: #1a1c20;
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
@media (max-width: 1023.98px) {
|
|
765
|
+
.lightbox__content__body__text table.table-striped td {
|
|
766
|
+
font-size: 14px;
|
|
767
|
+
line-height: 1.714;
|
|
768
|
+
letter-spacing: .01em;
|
|
769
|
+
padding: 12px 16px;
|
|
770
|
+
}
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
@media (max-width: 767.98px) {
|
|
774
|
+
.lightbox__content__body__text table.table-striped td {
|
|
775
|
+
padding: 10px 8px;
|
|
776
|
+
}
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
.lightbox__content__body__text .column-1 {
|
|
780
|
+
-moz-column-count: 1;
|
|
781
|
+
column-count: 1;
|
|
782
|
+
grid-column-gap: 80px;
|
|
783
|
+
-moz-column-gap: 80px;
|
|
784
|
+
column-gap: 80px;
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
.lightbox__content__body__text .column-1>* {
|
|
788
|
+
-moz-column-break-inside: avoid;
|
|
789
|
+
break-inside: avoid-column;
|
|
790
|
+
}
|
|
791
|
+
|
|
792
|
+
.lightbox__content__body__text .column-2 {
|
|
793
|
+
-moz-column-count: 2;
|
|
794
|
+
column-count: 2;
|
|
795
|
+
grid-column-gap: 80px;
|
|
796
|
+
-moz-column-gap: 80px;
|
|
797
|
+
column-gap: 80px;
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
.lightbox__content__body__text .column-2>* {
|
|
801
|
+
-moz-column-break-inside: avoid;
|
|
802
|
+
break-inside: avoid-column;
|
|
803
|
+
}
|
|
804
|
+
|
|
805
|
+
.lightbox__content__body__text .column-3 {
|
|
806
|
+
-moz-column-count: 3;
|
|
807
|
+
column-count: 3;
|
|
808
|
+
grid-column-gap: 80px;
|
|
809
|
+
-moz-column-gap: 80px;
|
|
810
|
+
column-gap: 80px;
|
|
811
|
+
}
|
|
812
|
+
|
|
813
|
+
.lightbox__content__body__text .column-3>* {
|
|
814
|
+
-moz-column-break-inside: avoid;
|
|
815
|
+
break-inside: avoid-column;
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
.lightbox__content__body__text .column-4 {
|
|
819
|
+
-moz-column-count: 4;
|
|
820
|
+
column-count: 4;
|
|
821
|
+
grid-column-gap: 80px;
|
|
822
|
+
-moz-column-gap: 80px;
|
|
823
|
+
column-gap: 80px;
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
.lightbox__content__body__text .column-4>* {
|
|
827
|
+
-moz-column-break-inside: avoid;
|
|
828
|
+
break-inside: avoid-column;
|
|
829
|
+
}
|
|
830
|
+
|
|
831
|
+
@media (min-width: 768px) {
|
|
832
|
+
.lightbox__content__body__text .column-tablet-1 {
|
|
833
|
+
-moz-column-count: 1;
|
|
834
|
+
column-count: 1;
|
|
835
|
+
grid-column-gap: 80px;
|
|
836
|
+
-moz-column-gap: 80px;
|
|
837
|
+
column-gap: 80px;
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
.lightbox__content__body__text .column-tablet-1>* {
|
|
841
|
+
-moz-column-break-inside: avoid;
|
|
842
|
+
break-inside: avoid-column;
|
|
843
|
+
}
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
@media (min-width: 768px) {
|
|
847
|
+
.lightbox__content__body__text .column-tablet-2 {
|
|
848
|
+
-moz-column-count: 2;
|
|
849
|
+
column-count: 2;
|
|
850
|
+
grid-column-gap: 80px;
|
|
851
|
+
-moz-column-gap: 80px;
|
|
852
|
+
column-gap: 80px;
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
.lightbox__content__body__text .column-tablet-2>* {
|
|
856
|
+
-moz-column-break-inside: avoid;
|
|
857
|
+
break-inside: avoid-column;
|
|
858
|
+
}
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
@media (min-width: 768px) {
|
|
862
|
+
.lightbox__content__body__text .column-tablet-3 {
|
|
863
|
+
-moz-column-count: 3;
|
|
864
|
+
column-count: 3;
|
|
865
|
+
grid-column-gap: 80px;
|
|
866
|
+
-moz-column-gap: 80px;
|
|
867
|
+
column-gap: 80px;
|
|
868
|
+
}
|
|
869
|
+
|
|
870
|
+
.lightbox__content__body__text .column-tablet-3>* {
|
|
871
|
+
-moz-column-break-inside: avoid;
|
|
872
|
+
break-inside: avoid-column;
|
|
873
|
+
}
|
|
874
|
+
}
|
|
875
|
+
|
|
876
|
+
@media (min-width: 768px) {
|
|
877
|
+
.lightbox__content__body__text .column-tablet-4 {
|
|
878
|
+
-moz-column-count: 4;
|
|
879
|
+
column-count: 4;
|
|
880
|
+
grid-column-gap: 80px;
|
|
881
|
+
-moz-column-gap: 80px;
|
|
882
|
+
column-gap: 80px;
|
|
883
|
+
}
|
|
884
|
+
|
|
885
|
+
.lightbox__content__body__text .column-tablet-4>* {
|
|
886
|
+
-moz-column-break-inside: avoid;
|
|
887
|
+
break-inside: avoid-column;
|
|
888
|
+
}
|
|
889
|
+
}
|
|
890
|
+
|
|
891
|
+
@media (min-width: 1280px) {
|
|
892
|
+
.lightbox__content__body__text .column-desktop-1 {
|
|
893
|
+
-moz-column-count: 1;
|
|
894
|
+
column-count: 1;
|
|
895
|
+
grid-column-gap: 80px;
|
|
896
|
+
-moz-column-gap: 80px;
|
|
897
|
+
column-gap: 80px;
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
.lightbox__content__body__text .column-desktop-1>* {
|
|
901
|
+
-moz-column-break-inside: avoid;
|
|
902
|
+
break-inside: avoid-column;
|
|
903
|
+
}
|
|
904
|
+
}
|
|
905
|
+
|
|
906
|
+
@media (min-width: 1280px) {
|
|
907
|
+
.lightbox__content__body__text .column-desktop-2 {
|
|
908
|
+
-moz-column-count: 2;
|
|
909
|
+
column-count: 2;
|
|
910
|
+
grid-column-gap: 80px;
|
|
911
|
+
-moz-column-gap: 80px;
|
|
912
|
+
column-gap: 80px;
|
|
913
|
+
}
|
|
914
|
+
|
|
915
|
+
.lightbox__content__body__text .column-desktop-2>* {
|
|
916
|
+
-moz-column-break-inside: avoid;
|
|
917
|
+
break-inside: avoid-column;
|
|
918
|
+
}
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
@media (min-width: 1280px) {
|
|
922
|
+
.lightbox__content__body__text .column-desktop-3 {
|
|
923
|
+
-moz-column-count: 3;
|
|
924
|
+
column-count: 3;
|
|
925
|
+
grid-column-gap: 80px;
|
|
926
|
+
-moz-column-gap: 80px;
|
|
927
|
+
column-gap: 80px;
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
.lightbox__content__body__text .column-desktop-3>* {
|
|
931
|
+
-moz-column-break-inside: avoid;
|
|
932
|
+
break-inside: avoid-column;
|
|
933
|
+
}
|
|
934
|
+
}
|
|
935
|
+
|
|
936
|
+
@media (min-width: 1280px) {
|
|
937
|
+
.lightbox__content__body__text .column-desktop-4 {
|
|
938
|
+
-moz-column-count: 4;
|
|
939
|
+
column-count: 4;
|
|
940
|
+
grid-column-gap: 80px;
|
|
941
|
+
-moz-column-gap: 80px;
|
|
942
|
+
column-gap: 80px;
|
|
943
|
+
}
|
|
944
|
+
|
|
945
|
+
.lightbox__content__body__text .column-desktop-4>* {
|
|
946
|
+
-moz-column-break-inside: avoid;
|
|
947
|
+
break-inside: avoid-column;
|
|
948
|
+
}
|
|
949
|
+
}
|
|
950
|
+
|
|
951
|
+
.lightbox__content__footer {
|
|
952
|
+
display: flex;
|
|
953
|
+
justify-content: flex-end;
|
|
954
|
+
margin-top: 80px;
|
|
955
|
+
}
|
|
956
|
+
|
|
957
|
+
@media (max-width: 767.98px) {
|
|
958
|
+
.lightbox__content__footer {
|
|
959
|
+
justify-content: center;
|
|
960
|
+
margin-top: 60px;
|
|
961
|
+
}
|
|
962
|
+
}
|
|
963
|
+
|
|
964
|
+
.lightbox__content__footer__logo {
|
|
965
|
+
height: 90px;
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
@media (max-width: 767.98px) {
|
|
969
|
+
.lightbox__content__footer__logo {
|
|
970
|
+
height: 55px;
|
|
971
|
+
}
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
.lightbox__content__footer__logo img {
|
|
975
|
+
width: auto;
|
|
976
|
+
height: 100%;
|
|
977
|
+
-o-object-fit: contain;
|
|
978
|
+
object-fit: contain;
|
|
979
|
+
}
|
|
980
|
+
|
|
981
|
+
.lightbox-profile .lightbox__wrapper .lightbox__content__head__info__btn {
|
|
982
|
+
margin-top: 24px;
|
|
983
|
+
}
|
|
984
|
+
|
|
985
|
+
@media (max-width: 767.98px) {
|
|
986
|
+
.lightbox-profile .lightbox__wrapper .lightbox__content__head__info__btn {
|
|
987
|
+
margin-top: 20px;
|
|
988
|
+
}
|
|
989
|
+
}
|
|
990
|
+
|
|
991
|
+
:deep(.container-content) {
|
|
992
|
+
padding: 0 !important;
|
|
993
|
+
margin: 0 !important;
|
|
994
|
+
}
|
|
995
|
+
|
|
996
|
+
:deep(.btn-list__row) {
|
|
997
|
+
justify-content: flex-start !important;
|
|
998
|
+
}
|
|
999
|
+
</style>
|