@opendesign-plus/components 0.0.1-rc.2 → 0.0.1-rc.20

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.
Files changed (203) hide show
  1. package/dist/chunk-OElCookieNotice.cjs.js +1 -0
  2. package/dist/chunk-OElCookieNotice.es.js +839 -0
  3. package/dist/components/OBanner.vue.d.ts +10 -1
  4. package/dist/components/OCookieNotice.vue.d.ts +6 -5
  5. package/dist/components/OFooter.vue.d.ts +46 -0
  6. package/dist/components/OHeaderSearch.vue.d.ts +4 -4
  7. package/dist/components/OHeaderUser.vue.d.ts +40 -0
  8. package/dist/components/OSourceCode.vue.d.ts +20 -0
  9. package/dist/components/activity/OActivityApproval.vue.d.ts +277 -0
  10. package/dist/components/activity/OActivityForm.vue.d.ts +140 -0
  11. package/dist/components/activity/OMyActivityCalendar.vue.d.ts +578 -0
  12. package/dist/components/activity/composables/useActivityConfig.d.ts +17 -0
  13. package/dist/components/activity/config.d.ts +1 -0
  14. package/dist/components/activity/index.d.ts +623 -0
  15. package/dist/components/activity/types.d.ts +81 -0
  16. package/dist/components/element-plus/OElCookieNotice.vue.d.ts +34 -0
  17. package/dist/components/element-plus/index.d.ts +2 -0
  18. package/dist/components/events/OEventsApply.vue.d.ts +16 -0
  19. package/dist/components/events/OEventsCalendar.vue.d.ts +5 -0
  20. package/dist/components/events/OEventsList.vue.d.ts +26 -0
  21. package/dist/components/events/config.d.ts +27 -0
  22. package/dist/components/events/index.d.ts +78 -0
  23. package/dist/components/events/types.d.ts +66 -0
  24. package/dist/components/events/utils.d.ts +7 -0
  25. package/dist/components/header/OHeader.vue.d.ts +30 -0
  26. package/dist/components/header/OHeaderMobile.vue.d.ts +171 -0
  27. package/dist/components/header/components/HeaderContent.vue.d.ts +13 -0
  28. package/dist/components/header/components/HeaderNav.vue.d.ts +19 -0
  29. package/dist/components/header/components/HeaderNavMobile.vue.d.ts +33 -0
  30. package/dist/components/header/index.d.ts +145 -0
  31. package/dist/components/header/types.d.ts +80 -0
  32. package/dist/components/meeting/OMeetingCalendar.vue.d.ts +299 -0
  33. package/dist/components/meeting/OMeetingForm.vue.d.ts +145 -0
  34. package/dist/components/meeting/OMyMeetingCalendar.vue.d.ts +586 -0
  35. package/dist/components/meeting/OSigMeetingCalendar.vue.d.ts +24 -0
  36. package/dist/components/meeting/components/OMeetingCalendarList.vue.d.ts +28 -0
  37. package/dist/components/meeting/components/OMeetingCalendarSelector.vue.d.ts +664 -0
  38. package/dist/components/meeting/components/OMeetingDetail.vue.d.ts +13 -0
  39. package/dist/components/meeting/components/OMeetingPlaybackSubtitles.vue.d.ts +5 -0
  40. package/dist/components/meeting/components/OMeetingPlaybackVideo.vue.d.ts +17 -0
  41. package/dist/components/meeting/components/OSigMeetingAside.vue.d.ts +16 -0
  42. package/dist/components/meeting/composables/useMeetingConfig.d.ts +14 -0
  43. package/dist/components/meeting/config.d.ts +12 -0
  44. package/dist/components/meeting/types.d.ts +168 -0
  45. package/dist/components/meeting/utils.d.ts +8 -0
  46. package/dist/components.cjs.js +224 -1
  47. package/dist/components.css +1 -1
  48. package/dist/components.element.cjs.js +1 -0
  49. package/dist/components.element.es.js +4 -0
  50. package/dist/components.es.js +44348 -785
  51. package/dist/index.d.ts +9 -2
  52. package/docs/design.md +27 -27
  53. package/docs/design_banner.md +41 -41
  54. package/docs/design_section.md +27 -27
  55. package/package.json +12 -3
  56. package/scripts/generate-components-index.js +103 -80
  57. package/src/assets/events/svg-icons/icon-checked.svg +3 -0
  58. package/src/assets/events/svg-icons/icon-competition.svg +7 -0
  59. package/src/assets/events/svg-icons/icon-events.svg +4 -0
  60. package/src/assets/events/svg-icons/icon-release.svg +4 -0
  61. package/src/assets/events/svg-icons/icon-summit.svg +4 -0
  62. package/src/assets/meeting/svg-icons/icon-all.svg +3 -0
  63. package/src/assets/meeting/svg-icons/icon-backward.svg +4 -0
  64. package/src/assets/meeting/svg-icons/icon-calendar.svg +3 -0
  65. package/src/assets/meeting/svg-icons/icon-cancel.svg +4 -0
  66. package/src/assets/meeting/svg-icons/icon-captions.svg +4 -0
  67. package/src/assets/meeting/svg-icons/icon-close-captions.svg +6 -0
  68. package/src/assets/meeting/svg-icons/icon-close-fullscreen.svg +6 -0
  69. package/src/assets/meeting/svg-icons/icon-copy.svg +3 -0
  70. package/src/assets/meeting/svg-icons/icon-create.svg +5 -0
  71. package/src/assets/meeting/svg-icons/icon-delete.svg +7 -0
  72. package/src/assets/meeting/svg-icons/icon-empty.svg +31 -0
  73. package/src/assets/meeting/svg-icons/icon-empty_dark.svg +49 -0
  74. package/src/assets/meeting/svg-icons/icon-event.svg +3 -0
  75. package/src/assets/meeting/svg-icons/icon-export.svg +3 -0
  76. package/src/assets/meeting/svg-icons/icon-forward.svg +4 -0
  77. package/src/assets/meeting/svg-icons/icon-fullscreen.svg +6 -0
  78. package/src/assets/meeting/svg-icons/icon-help.svg +3 -0
  79. package/src/assets/meeting/svg-icons/icon-important.svg +4 -0
  80. package/src/assets/meeting/svg-icons/icon-info.svg +3 -0
  81. package/src/assets/meeting/svg-icons/icon-meet.svg +3 -0
  82. package/src/assets/meeting/svg-icons/icon-meeting-message.svg +5 -0
  83. package/src/assets/meeting/svg-icons/icon-meeting.svg +4 -0
  84. package/src/assets/meeting/svg-icons/icon-play.svg +5 -0
  85. package/src/assets/meeting/svg-icons/icon-playing-tip.svg +7 -0
  86. package/src/assets/meeting/svg-icons/icon-playing.svg +5 -0
  87. package/src/assets/meeting/svg-icons/icon-question.svg +4 -0
  88. package/src/assets/meeting/svg-icons/icon-sound.svg +5 -0
  89. package/src/assets/meeting/svg-icons/icon-speaker.svg +3 -0
  90. package/src/assets/meeting/svg-icons/icon-summit.svg +3 -0
  91. package/src/assets/meeting/svg-icons/icon-telligent.svg +3 -0
  92. package/src/assets/meeting/svg-icons/icon-tip.svg +3 -0
  93. package/src/assets/meeting/svg-icons/icon-todo.svg +4 -0
  94. package/src/assets/meeting/transparent.png +0 -0
  95. package/src/assets/svg-icons/icon-arrow-left.svg +3 -0
  96. package/src/assets/svg-icons/icon-avatar-line.svg +3 -0
  97. package/src/assets/svg-icons/icon-caret-left.svg +3 -0
  98. package/src/assets/svg-icons/icon-caret-right.svg +3 -0
  99. package/src/assets/svg-icons/icon-chevron-down.svg +3 -0
  100. package/src/assets/svg-icons/icon-chevron-right.svg +3 -3
  101. package/src/assets/svg-icons/icon-chevron-up.svg +3 -0
  102. package/src/assets/svg-icons/icon-close.svg +3 -3
  103. package/src/assets/svg-icons/icon-delete.svg +3 -3
  104. package/src/assets/svg-icons/icon-filter.svg +3 -0
  105. package/src/assets/svg-icons/icon-header-back.svg +3 -3
  106. package/src/assets/svg-icons/icon-header-delete.svg +3 -3
  107. package/src/assets/svg-icons/icon-header-menu.svg +3 -0
  108. package/src/assets/svg-icons/icon-header-person.svg +3 -0
  109. package/src/assets/svg-icons/icon-header-search.svg +4 -4
  110. package/src/assets/svg-icons/icon-loading.svg +4 -0
  111. package/src/assets/svg-icons/icon-locale.svg +3 -0
  112. package/src/assets/svg-icons/icon-log-off.svg +3 -0
  113. package/src/assets/svg-icons/icon-message.svg +3 -0
  114. package/src/assets/svg-icons/icon-moon.svg +3 -3
  115. package/src/assets/svg-icons/icon-outlink.svg +3 -0
  116. package/src/assets/svg-icons/icon-overview.svg +3 -0
  117. package/src/assets/svg-icons/icon-search.svg +3 -0
  118. package/src/assets/svg-icons/icon-setting.svg +3 -0
  119. package/src/assets/svg-icons/icon-sun.svg +3 -3
  120. package/src/assets/svg-icons/icon-tips.svg +3 -0
  121. package/src/components/OBanner.vue +398 -390
  122. package/src/components/OCookieNotice.vue +575 -424
  123. package/src/components/OFooter.vue +576 -0
  124. package/src/components/OHeaderSearch.vue +601 -601
  125. package/src/components/OHeaderUser.vue +237 -0
  126. package/src/components/OPlusConfigProvider.vue +32 -32
  127. package/src/components/OSection.vue +178 -178
  128. package/src/components/OSourceCode.vue +153 -0
  129. package/src/components/OThemeSwitcher.vue +108 -108
  130. package/src/components/activity/OActivityApproval.vue +864 -0
  131. package/src/components/activity/OActivityForm.vue +542 -0
  132. package/src/components/activity/OMyActivityCalendar.vue +1486 -0
  133. package/src/components/activity/composables/useActivityConfig.ts +141 -0
  134. package/src/components/activity/config.ts +1 -0
  135. package/src/components/activity/index.ts +24 -0
  136. package/src/components/activity/types.ts +88 -0
  137. package/src/components/common/AppAvatar.vue +83 -0
  138. package/src/components/common/ClientOnlyWrapper.ts +21 -21
  139. package/src/components/common/ContentWrapper.vue +85 -85
  140. package/src/components/common/MoreText.vue +124 -0
  141. package/src/components/common/ThFilter.vue +330 -0
  142. package/src/components/element-plus/OElCookieNotice.vue +603 -0
  143. package/src/components/element-plus/index.ts +3 -0
  144. package/src/components/events/OEventsApply.vue +418 -0
  145. package/src/components/events/OEventsCalendar.vue +598 -0
  146. package/src/components/events/OEventsList.vue +362 -0
  147. package/src/components/events/config.ts +35 -0
  148. package/src/components/events/index.ts +24 -0
  149. package/src/components/events/types.ts +80 -0
  150. package/src/components/events/utils.ts +9 -0
  151. package/src/components/header/OHeader.vue +157 -0
  152. package/src/components/header/OHeaderMobile.vue +177 -0
  153. package/src/components/header/components/HeaderContent.vue +1121 -0
  154. package/src/components/header/components/HeaderNav.vue +278 -0
  155. package/src/components/header/components/HeaderNavMobile.vue +377 -0
  156. package/src/components/header/index.ts +16 -0
  157. package/src/components/header/types.ts +91 -0
  158. package/src/components/meeting/OMeetingCalendar.vue +878 -0
  159. package/src/components/meeting/OMeetingForm.vue +1053 -0
  160. package/src/components/meeting/OMeetingPlayback.vue +439 -0
  161. package/src/components/meeting/OMyMeetingCalendar.vue +1497 -0
  162. package/src/components/meeting/OSigMeetingCalendar.vue +410 -0
  163. package/src/components/meeting/components/OMeetingCalendarList.vue +510 -0
  164. package/src/components/meeting/components/OMeetingCalendarSelector.vue +206 -0
  165. package/src/components/meeting/components/OMeetingDetail.vue +229 -0
  166. package/src/components/meeting/components/OMeetingPlaybackSubtitles.vue +611 -0
  167. package/src/components/meeting/components/OMeetingPlaybackVideo.vue +741 -0
  168. package/src/components/meeting/components/OSigMeetingAside.vue +200 -0
  169. package/src/components/meeting/composables/useMeetingConfig.ts +108 -0
  170. package/src/components/meeting/config.ts +48 -0
  171. package/src/components/meeting/index.ts +45 -0
  172. package/src/components/meeting/types.ts +195 -0
  173. package/src/components/meeting/utils.ts +70 -0
  174. package/src/draft/Banner.vue +265 -265
  175. package/src/draft/ButtonCards.vue +105 -105
  176. package/src/draft/Feature.vue +133 -133
  177. package/src/draft/Footer.vue +512 -512
  178. package/src/draft/HorizontalAnchor.vue +165 -165
  179. package/src/draft/ItemSwiper.vue +133 -133
  180. package/src/draft/Logo.vue +141 -141
  181. package/src/draft/LogoCard.vue +74 -74
  182. package/src/draft/LogoV2.vue +19 -19
  183. package/src/draft/MainCard.vue +38 -38
  184. package/src/draft/MultiCard.vue +94 -94
  185. package/src/draft/MultiIconCard.vue +73 -73
  186. package/src/draft/OInfoCard.vue +176 -176
  187. package/src/draft/Process.vue +81 -81
  188. package/src/draft/Section.vue +167 -167
  189. package/src/draft/SingleTabCard.vue +84 -84
  190. package/src/draft/SliderCard.vue +110 -110
  191. package/src/env.d.ts +16 -1
  192. package/src/i18n/en.ts +264 -20
  193. package/src/i18n/index.ts +56 -42
  194. package/src/i18n/zh.ts +253 -9
  195. package/src/index.ts +14 -3
  196. package/src/shared/provide.ts +6 -6
  197. package/src/shims-vue-dompurify-html.d.ts +17 -0
  198. package/src/vue.d.ts +9 -9
  199. package/tsconfig.json +37 -33
  200. package/vite.config.ts +118 -94
  201. package/dist/components/OCookieNoticeEl.vue.d.ts +0 -29
  202. package/dist/components.umd.js +0 -1
  203. package/src/components/OCookieNoticeEl.vue +0 -404
@@ -1,265 +1,265 @@
1
- <script setup lang="ts">
2
- import { onMounted, type PropType } from 'vue';
3
- import { OButton } from '@opensig/opendesign';
4
-
5
- import AOS from 'aos';
6
-
7
- import ContentWrapper from './ContentWrapper.vue';
8
-
9
- defineProps({
10
- backgroundImage: {
11
- type: String,
12
- default: '',
13
- },
14
- title: {
15
- type: String,
16
- default: '',
17
- },
18
- subtitle: {
19
- type: String,
20
- default: '',
21
- },
22
- href: {
23
- type: String,
24
- default: '',
25
- },
26
- text: {
27
- type: String,
28
- default: '',
29
- },
30
- // 风格
31
- theme: {
32
- type: String as PropType<'light' | 'dark'>,
33
- default: 'light',
34
- },
35
- // 指定在何处显示链接的资源
36
- target: {
37
- type: String,
38
- default: '_blank',
39
- },
40
- size: {
41
- type: String as PropType<'small' | 'medium' | 'large'>,
42
- default: 'medium',
43
- },
44
- });
45
-
46
- onMounted(() => {
47
- AOS.init({
48
- duration: 800,
49
- });
50
- });
51
- </script>
52
-
53
- <template>
54
- <div class="banner-content" :class="`banner-${size}`">
55
- <div class="banner-bg" :style="{ backgroundImage: `url(${backgroundImage})` }"></div>
56
- <ContentWrapper class="banner-text">
57
- <div class="banner-text-content">
58
- <p v-if="title" class="banner-title" data-aos="fade-up">{{ title }}</p>
59
- <p v-if="subtitle" class="banner-subtitle" data-aos="fade-up">
60
- {{ subtitle }}
61
- </p>
62
- <OButton v-if="href" variant="outline" color="primary" size="medium" :href="href" :target="target"
63
- class="learn-btn">
64
- <span>{{ text }}</span>
65
- </OButton>
66
- </div>
67
- </ContentWrapper>
68
- </div>
69
- </template>
70
-
71
- <style lang="scss">
72
- .banner-content {
73
- width: 100%;
74
- position: relative;
75
- }
76
-
77
- .banner-bg {
78
- height: 100%;
79
- margin: 0 auto;
80
- background-repeat: no-repeat;
81
- background-size: cover;
82
- background-position: center;
83
- }
84
-
85
- .banner-text {
86
- position: absolute;
87
- width: 100%;
88
- height: 100%;
89
- top: 0;
90
- left: 0;
91
- }
92
-
93
- .banner-text-content {
94
- height: 100%;
95
- }
96
-
97
- .learn-btn {
98
- margin-top: 24px;
99
- }
100
-
101
- .banner-small {
102
- height: 280px;
103
-
104
- .banner-title {
105
- color: var(--o-color-info1);
106
- font-weight: 500;
107
- padding-top: 48px;
108
- @include display2;
109
- }
110
-
111
- .banner-subtitle {
112
- color: var(--o-color-info1);
113
- margin-top: 8px;
114
- width: 60%;
115
- @include text2;
116
- }
117
-
118
- @media (min-width: 1201px) and (max-width: 1680px) {
119
- height: 220px;
120
-
121
- .banner-title {
122
- padding-top: 40px;
123
- @include display3;
124
- }
125
-
126
- .banner-subtitle {
127
- @include text1;
128
- }
129
- }
130
-
131
- @include respond-to('pad_h') {
132
- height: 180px;
133
-
134
- .banner-title {
135
- padding-top: 32px;
136
- @include h1;
137
- }
138
-
139
- .banner-subtitle {
140
- @include tip1;
141
- }
142
- }
143
-
144
- @include respond-to('<=pad_v') {
145
- display: none;
146
- }
147
- }
148
-
149
- .banner-medium {
150
- height: 360px;
151
-
152
- .banner-title {
153
- color: var(--o-color-info1);
154
- font-weight: 500;
155
- padding-top: 88px;
156
- @include display2;
157
- }
158
-
159
- .banner-subtitle {
160
- color: var(--o-color-info1);
161
- margin-top: 8px;
162
- width: 60%;
163
- @include text2;
164
- }
165
-
166
- @media (min-width: 1201px) and (max-width: 1680px) {
167
- height: 280px;
168
-
169
- .banner-title {
170
- padding-top: 64px;
171
- @include display3;
172
- }
173
-
174
- .banner-subtitle {
175
- @include text1;
176
- }
177
- }
178
-
179
- @include respond-to('pad_h') {
180
- height: 220px;
181
-
182
- .banner-title {
183
- padding-top: 48px;
184
- @include h1;
185
- }
186
-
187
- .banner-subtitle {
188
- @include tip1;
189
- }
190
- }
191
-
192
- @include respond-to('<=pad_v') {
193
- height: 120px;
194
-
195
- .banner-title {
196
- text-align: center;
197
- padding-top: 48px;
198
- @include h3;
199
- }
200
-
201
- .banner-subtitle {
202
- display: none;
203
- }
204
- }
205
- }
206
-
207
- .banner-large {
208
- height: 460px;
209
-
210
- .banner-title {
211
- color: var(--o-color-info1);
212
- font-weight: 500;
213
- padding-top: 124px;
214
- @include display1;
215
- }
216
-
217
- .banner-subtitle {
218
- color: var(--o-color-info1);
219
- margin-top: 8px;
220
- width: 60%;
221
- @include h4;
222
- }
223
-
224
- @media (min-width: 1201px) and (max-width: 1680px) {
225
- height: 400px;
226
-
227
- .banner-title {
228
- padding-top: 100px;
229
- @include display2;
230
- }
231
-
232
- .banner-subtitle {
233
- @include text2;
234
- }
235
- }
236
-
237
- @include respond-to('pad_h') {
238
- height: 320px;
239
-
240
- .banner-title {
241
- padding-top: 80px;
242
- @include display3;
243
- }
244
-
245
- .banner-subtitle {
246
- @include text1;
247
- }
248
- }
249
-
250
- @include respond-to('<=pad_v') {
251
- height: 184px;
252
-
253
- .banner-title {
254
- text-align: center;
255
- padding-top: 48px;
256
- @include h3;
257
- }
258
-
259
- .banner-subtitle {
260
- text-align: center;
261
- @include tip2;
262
- }
263
- }
264
- }
265
- </style>
1
+ <script setup lang="ts">
2
+ import { onMounted, type PropType } from 'vue';
3
+ import { OButton } from '@opensig/opendesign';
4
+
5
+ import AOS from 'aos';
6
+
7
+ import ContentWrapper from './ContentWrapper.vue';
8
+
9
+ defineProps({
10
+ backgroundImage: {
11
+ type: String,
12
+ default: '',
13
+ },
14
+ title: {
15
+ type: String,
16
+ default: '',
17
+ },
18
+ subtitle: {
19
+ type: String,
20
+ default: '',
21
+ },
22
+ href: {
23
+ type: String,
24
+ default: '',
25
+ },
26
+ text: {
27
+ type: String,
28
+ default: '',
29
+ },
30
+ // 风格
31
+ theme: {
32
+ type: String as PropType<'light' | 'dark'>,
33
+ default: 'light',
34
+ },
35
+ // 指定在何处显示链接的资源
36
+ target: {
37
+ type: String,
38
+ default: '_blank',
39
+ },
40
+ size: {
41
+ type: String as PropType<'small' | 'medium' | 'large'>,
42
+ default: 'medium',
43
+ },
44
+ });
45
+
46
+ onMounted(() => {
47
+ AOS.init({
48
+ duration: 800,
49
+ });
50
+ });
51
+ </script>
52
+
53
+ <template>
54
+ <div class="banner-content" :class="`banner-${size}`">
55
+ <div class="banner-bg" :style="{ backgroundImage: `url(${backgroundImage})` }"></div>
56
+ <ContentWrapper class="banner-text">
57
+ <div class="banner-text-content">
58
+ <p v-if="title" class="banner-title" data-aos="fade-up">{{ title }}</p>
59
+ <p v-if="subtitle" class="banner-subtitle" data-aos="fade-up">
60
+ {{ subtitle }}
61
+ </p>
62
+ <OButton v-if="href" variant="outline" color="primary" size="medium" :href="href" :target="target"
63
+ class="learn-btn">
64
+ <span>{{ text }}</span>
65
+ </OButton>
66
+ </div>
67
+ </ContentWrapper>
68
+ </div>
69
+ </template>
70
+
71
+ <style lang="scss">
72
+ .banner-content {
73
+ width: 100%;
74
+ position: relative;
75
+ }
76
+
77
+ .banner-bg {
78
+ height: 100%;
79
+ margin: 0 auto;
80
+ background-repeat: no-repeat;
81
+ background-size: cover;
82
+ background-position: center;
83
+ }
84
+
85
+ .banner-text {
86
+ position: absolute;
87
+ width: 100%;
88
+ height: 100%;
89
+ top: 0;
90
+ left: 0;
91
+ }
92
+
93
+ .banner-text-content {
94
+ height: 100%;
95
+ }
96
+
97
+ .learn-btn {
98
+ margin-top: 24px;
99
+ }
100
+
101
+ .banner-small {
102
+ height: 280px;
103
+
104
+ .banner-title {
105
+ color: var(--o-color-info1);
106
+ font-weight: 500;
107
+ padding-top: 48px;
108
+ @include display2;
109
+ }
110
+
111
+ .banner-subtitle {
112
+ color: var(--o-color-info1);
113
+ margin-top: 8px;
114
+ width: 60%;
115
+ @include text2;
116
+ }
117
+
118
+ @media (min-width: 1201px) and (max-width: 1680px) {
119
+ height: 220px;
120
+
121
+ .banner-title {
122
+ padding-top: 40px;
123
+ @include display3;
124
+ }
125
+
126
+ .banner-subtitle {
127
+ @include text1;
128
+ }
129
+ }
130
+
131
+ @include respond-to('pad_h') {
132
+ height: 180px;
133
+
134
+ .banner-title {
135
+ padding-top: 32px;
136
+ @include h1;
137
+ }
138
+
139
+ .banner-subtitle {
140
+ @include tip1;
141
+ }
142
+ }
143
+
144
+ @include respond-to('<=pad_v') {
145
+ display: none;
146
+ }
147
+ }
148
+
149
+ .banner-medium {
150
+ height: 360px;
151
+
152
+ .banner-title {
153
+ color: var(--o-color-info1);
154
+ font-weight: 500;
155
+ padding-top: 88px;
156
+ @include display2;
157
+ }
158
+
159
+ .banner-subtitle {
160
+ color: var(--o-color-info1);
161
+ margin-top: 8px;
162
+ width: 60%;
163
+ @include text2;
164
+ }
165
+
166
+ @media (min-width: 1201px) and (max-width: 1680px) {
167
+ height: 280px;
168
+
169
+ .banner-title {
170
+ padding-top: 64px;
171
+ @include display3;
172
+ }
173
+
174
+ .banner-subtitle {
175
+ @include text1;
176
+ }
177
+ }
178
+
179
+ @include respond-to('pad_h') {
180
+ height: 220px;
181
+
182
+ .banner-title {
183
+ padding-top: 48px;
184
+ @include h1;
185
+ }
186
+
187
+ .banner-subtitle {
188
+ @include tip1;
189
+ }
190
+ }
191
+
192
+ @include respond-to('<=pad_v') {
193
+ height: 120px;
194
+
195
+ .banner-title {
196
+ text-align: center;
197
+ padding-top: 48px;
198
+ @include h3;
199
+ }
200
+
201
+ .banner-subtitle {
202
+ display: none;
203
+ }
204
+ }
205
+ }
206
+
207
+ .banner-large {
208
+ height: 460px;
209
+
210
+ .banner-title {
211
+ color: var(--o-color-info1);
212
+ font-weight: 500;
213
+ padding-top: 124px;
214
+ @include display1;
215
+ }
216
+
217
+ .banner-subtitle {
218
+ color: var(--o-color-info1);
219
+ margin-top: 8px;
220
+ width: 60%;
221
+ @include h4;
222
+ }
223
+
224
+ @media (min-width: 1201px) and (max-width: 1680px) {
225
+ height: 400px;
226
+
227
+ .banner-title {
228
+ padding-top: 100px;
229
+ @include display2;
230
+ }
231
+
232
+ .banner-subtitle {
233
+ @include text2;
234
+ }
235
+ }
236
+
237
+ @include respond-to('pad_h') {
238
+ height: 320px;
239
+
240
+ .banner-title {
241
+ padding-top: 80px;
242
+ @include display3;
243
+ }
244
+
245
+ .banner-subtitle {
246
+ @include text1;
247
+ }
248
+ }
249
+
250
+ @include respond-to('<=pad_v') {
251
+ height: 184px;
252
+
253
+ .banner-title {
254
+ text-align: center;
255
+ padding-top: 48px;
256
+ @include h3;
257
+ }
258
+
259
+ .banner-subtitle {
260
+ text-align: center;
261
+ @include tip2;
262
+ }
263
+ }
264
+ }
265
+ </style>