sh-chart 1.5.2
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/.eslintrc.js +21 -0
- package/README.en.md +36 -0
- package/README.md +39 -0
- package/package.json +42 -0
- package/packages/components/global-components/mixin/autoResize.js +152 -0
- package/packages/components/global-components/sh-border/components/border1.vue +70 -0
- package/packages/components/global-components/sh-border/components/border10.vue +54 -0
- package/packages/components/global-components/sh-border/components/border11.vue +207 -0
- package/packages/components/global-components/sh-border/components/border12.vue +112 -0
- package/packages/components/global-components/sh-border/components/border13.vue +50 -0
- package/packages/components/global-components/sh-border/components/border2.vue +50 -0
- package/packages/components/global-components/sh-border/components/border3.vue +53 -0
- package/packages/components/global-components/sh-border/components/border4.vue +95 -0
- package/packages/components/global-components/sh-border/components/border5.vue +64 -0
- package/packages/components/global-components/sh-border/components/border6.vue +60 -0
- package/packages/components/global-components/sh-border/components/border7.vue +57 -0
- package/packages/components/global-components/sh-border/components/border8.vue +75 -0
- package/packages/components/global-components/sh-border/components/border9.vue +92 -0
- package/packages/components/global-components/sh-border/index.vue +73 -0
- package/packages/components/global-components/sh-border/mixin/border.js +62 -0
- package/packages/components/global-components/sh-charts/config/config.js +58 -0
- package/packages/components/global-components/sh-charts/index.vue +169 -0
- package/packages/components/global-components/sh-decoration/components/decoration1.vue +81 -0
- package/packages/components/global-components/sh-decoration/components/decoration10.vue +80 -0
- package/packages/components/global-components/sh-decoration/components/decoration11.vue +63 -0
- package/packages/components/global-components/sh-decoration/components/decoration12.vue +171 -0
- package/packages/components/global-components/sh-decoration/components/decoration2.vue +78 -0
- package/packages/components/global-components/sh-decoration/components/decoration3.vue +65 -0
- package/packages/components/global-components/sh-decoration/components/decoration4.vue +72 -0
- package/packages/components/global-components/sh-decoration/components/decoration5.vue +96 -0
- package/packages/components/global-components/sh-decoration/components/decoration6.vue +84 -0
- package/packages/components/global-components/sh-decoration/components/decoration7.vue +31 -0
- package/packages/components/global-components/sh-decoration/components/decoration8.vue +32 -0
- package/packages/components/global-components/sh-decoration/components/decoration9.vue +63 -0
- package/packages/components/global-components/sh-decoration/index.vue +71 -0
- package/packages/components/global-components/sh-decoration/mixin/decoration.js +69 -0
- package/packages/components/global-components/sh-screen-header/components/header1.vue +228 -0
- package/packages/components/global-components/sh-screen-header/components/header2.vue +285 -0
- package/packages/components/global-components/sh-screen-header/components/header3.vue +452 -0
- package/packages/components/global-components/sh-screen-header/components/header4.vue +544 -0
- package/packages/components/global-components/sh-screen-header/components/header5.vue +291 -0
- package/packages/components/global-components/sh-screen-header/components/header6.vue +206 -0
- package/packages/components/global-components/sh-screen-header/index.vue +50 -0
- package/packages/components/global-components/sh-screen-header/mixin/header.js +62 -0
- package/packages/components/global-components/sh-spin/index.vue +44 -0
- package/packages/components/index.js +24 -0
- package/packages/echarts/index.js +94 -0
- package/packages/echarts/map/110000.json +1 -0
- package/packages/echarts/map/120000.json +1 -0
- package/packages/echarts/map/130000.json +1 -0
- package/packages/echarts/map/140000.json +1 -0
- package/packages/echarts/map/150000.json +1 -0
- package/packages/echarts/map/210000.json +1 -0
- package/packages/echarts/map/220000.json +1 -0
- package/packages/echarts/map/230000.json +1 -0
- package/packages/echarts/map/310000.json +1 -0
- package/packages/echarts/map/320000.json +1 -0
- package/packages/echarts/map/330000.json +1 -0
- package/packages/echarts/map/340000.json +1 -0
- package/packages/echarts/map/350000.json +1 -0
- package/packages/echarts/map/360000.json +1 -0
- package/packages/echarts/map/370000.json +1 -0
- package/packages/echarts/map/410000.json +1 -0
- package/packages/echarts/map/420000.json +1 -0
- package/packages/echarts/map/430000.json +1 -0
- package/packages/echarts/map/440000.json +1 -0
- package/packages/echarts/map/450000.json +1 -0
- package/packages/echarts/map/460000.json +1 -0
- package/packages/echarts/map/500000.json +1 -0
- package/packages/echarts/map/510000.json +1 -0
- package/packages/echarts/map/520000.json +1 -0
- package/packages/echarts/map/530000.json +1 -0
- package/packages/echarts/map/540000.json +1 -0
- package/packages/echarts/map/610000.json +1 -0
- package/packages/echarts/map/620000.json +1 -0
- package/packages/echarts/map/630000.json +1 -0
- package/packages/echarts/map/640000.json +1 -0
- package/packages/echarts/map/650000.json +1 -0
- package/packages/echarts/map/710000.json +1 -0
- package/packages/echarts/map/china.json +1 -0
- package/packages/echarts/theme/dark.js +128 -0
- package/packages/echarts/theme/infographic.js +181 -0
- package/packages/echarts/theme/macarons.js +194 -0
- package/packages/echarts/theme/roma.js +66 -0
- package/packages/echarts/theme/shine.js +136 -0
- package/packages/echarts/theme/vintage.js +11 -0
- package/packages/index.js +31 -0
|
@@ -0,0 +1,544 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div v-resize="resize" class="sh-screen-header sh-screen-header4" :style="{ width: width, height: height }">
|
|
3
|
+
<svg width="1920px" height="90px" :style="svgStyle">
|
|
4
|
+
<g>
|
|
5
|
+
<g class="st0">
|
|
6
|
+
<linearGradient id="sh_screen_header4_svg_1_" gradientUnits="userSpaceOnUse" x1="464.9688" y1="52.2105" x2="464.9688" y2="20.0235">
|
|
7
|
+
<stop offset="0" :style="`stop-color${color};stop-opacity:0`" />
|
|
8
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
9
|
+
</linearGradient>
|
|
10
|
+
<polygon class="st1" points="593.9,51.9 367.9,52.2 336.1,20.3 562,20" />
|
|
11
|
+
</g>
|
|
12
|
+
<g class="st0">
|
|
13
|
+
<linearGradient
|
|
14
|
+
id="sh_screen_header4_svg_2_"
|
|
15
|
+
gradientUnits="userSpaceOnUse"
|
|
16
|
+
x1="-779.1147"
|
|
17
|
+
y1="52.2105"
|
|
18
|
+
x2="-779.1147"
|
|
19
|
+
y2="20.0234"
|
|
20
|
+
gradientTransform="matrix(-1 0 0 1 675.9166 0)">
|
|
21
|
+
<stop offset="0" :style="`stop-color${color};stop-opacity:0`" />
|
|
22
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
23
|
+
</linearGradient>
|
|
24
|
+
<polygon class="st2" points="1326.1,51.9 1552.1,52.2 1583.9,20.3 1358,20" />
|
|
25
|
+
</g>
|
|
26
|
+
</g>
|
|
27
|
+
<g class="st3">
|
|
28
|
+
<linearGradient id="sh_screen_header4_svg_3_" gradientUnits="userSpaceOnUse" x1="959.95" y1="2973" x2="959.95" y2="2893" gradientTransform="matrix(1 0 0 1 0 -2893)">
|
|
29
|
+
<stop offset="0" :style="`stop-color:${color};stop-opacity:0.3`" />
|
|
30
|
+
<stop offset="1" :style="`stop-color${color};stop-opacity:0`" />
|
|
31
|
+
</linearGradient>
|
|
32
|
+
<path class="st4" d="M1365.2,0H554.7l49.8,49.1C624.6,68.9,651.7,80,679.9,80H1240c28.2,0,55.3-11.1,75.4-30.9L1365.2,0z" />
|
|
33
|
+
</g>
|
|
34
|
+
<g>
|
|
35
|
+
<g>
|
|
36
|
+
<polyline class="st5" :stroke="color" points="525.2,16.8 532.5,9.3 804.7,9.3" />
|
|
37
|
+
<polyline class="st5" :stroke="color" points="1394.6,16.6 1389.3,11.3 1117.1,11.3" />
|
|
38
|
+
|
|
39
|
+
<animate
|
|
40
|
+
accumulate="none"
|
|
41
|
+
additive="replace"
|
|
42
|
+
attributeName="stroke-dasharray"
|
|
43
|
+
attributeType="XML"
|
|
44
|
+
begin="0s"
|
|
45
|
+
calcMode="spline"
|
|
46
|
+
dur="1.2s"
|
|
47
|
+
fill="remove"
|
|
48
|
+
from="0, 150, 0, 150"
|
|
49
|
+
keySplines="0.4,1,0.49,0.98"
|
|
50
|
+
keyTimes="0;1"
|
|
51
|
+
repeatCount="indefinite"
|
|
52
|
+
restart="always"
|
|
53
|
+
to="0, 0, 2000, 0"></animate>
|
|
54
|
+
</g>
|
|
55
|
+
<g>
|
|
56
|
+
<polygon :fill="color" points="788.2,3.6 754.3,3.6 746.8,11.1 780.8,11.1" />
|
|
57
|
+
|
|
58
|
+
<animate
|
|
59
|
+
accumulate="none"
|
|
60
|
+
additive="replace"
|
|
61
|
+
attributeName="opacity"
|
|
62
|
+
begin="0s"
|
|
63
|
+
calcMode="linear"
|
|
64
|
+
dur="1.5s"
|
|
65
|
+
fill="remove"
|
|
66
|
+
repeatCount="indefinite"
|
|
67
|
+
restart="always"
|
|
68
|
+
values="0.8;0.6;0.2"></animate>
|
|
69
|
+
</g>
|
|
70
|
+
<g>
|
|
71
|
+
<polygon :fill="color" points="815.6,1.4 789.1,1.4 779.4,11.1 805.9,11.1" />
|
|
72
|
+
|
|
73
|
+
<animate
|
|
74
|
+
accumulate="none"
|
|
75
|
+
additive="replace"
|
|
76
|
+
attributeName="opacity"
|
|
77
|
+
begin="0s"
|
|
78
|
+
calcMode="linear"
|
|
79
|
+
dur="1.5s"
|
|
80
|
+
fill="remove"
|
|
81
|
+
repeatCount="indefinite"
|
|
82
|
+
restart="always"
|
|
83
|
+
values="1;0.8;0.4"></animate>
|
|
84
|
+
</g>
|
|
85
|
+
<g class="st7">
|
|
86
|
+
<polygon :fill="color" points="860.4,5.2 828.5,5.2 816.9,16.8 848.8,16.8">
|
|
87
|
+
<animate
|
|
88
|
+
accumulate="none"
|
|
89
|
+
additive="replace"
|
|
90
|
+
attributeName="fill"
|
|
91
|
+
begin="0s"
|
|
92
|
+
calcMode="linear"
|
|
93
|
+
dur="0.5s"
|
|
94
|
+
fill="remove"
|
|
95
|
+
repeatCount="indefinite"
|
|
96
|
+
restart="always"
|
|
97
|
+
:values="`${dark};${color};${dark}`"></animate>
|
|
98
|
+
</polygon>
|
|
99
|
+
</g>
|
|
100
|
+
<g>
|
|
101
|
+
<polygon :fill="color" points="1053.9,-0.5 866.4,-0.5 854.8,11.1 1066.3,11.1">
|
|
102
|
+
<animate
|
|
103
|
+
accumulate="none"
|
|
104
|
+
additive="replace"
|
|
105
|
+
attributeName="fill"
|
|
106
|
+
begin="0s"
|
|
107
|
+
calcMode="linear"
|
|
108
|
+
dur="0.5s"
|
|
109
|
+
fill="remove"
|
|
110
|
+
repeatCount="indefinite"
|
|
111
|
+
restart="always"
|
|
112
|
+
:values="`${color};${dark};${color}`"></animate>
|
|
113
|
+
</polygon>
|
|
114
|
+
</g>
|
|
115
|
+
<g class="st0">
|
|
116
|
+
<polygon :fill="color" points="803.1,16.8 1120.3,16.8 1126.3,10.8 796.7,10.8" />
|
|
117
|
+
</g>
|
|
118
|
+
<g class="st7">
|
|
119
|
+
<polygon :fill="color" points="1059.8,5.2 1091.7,5.2 1103.3,16.8 1071.4,16.8">
|
|
120
|
+
<animate
|
|
121
|
+
accumulate="none"
|
|
122
|
+
additive="replace"
|
|
123
|
+
attributeName="fill"
|
|
124
|
+
begin="0s"
|
|
125
|
+
calcMode="linear"
|
|
126
|
+
dur="0.5s"
|
|
127
|
+
fill="remove"
|
|
128
|
+
repeatCount="indefinite"
|
|
129
|
+
restart="always"
|
|
130
|
+
:values="`${dark};${color};${dark}`"></animate>
|
|
131
|
+
</polygon>
|
|
132
|
+
</g>
|
|
133
|
+
<g>
|
|
134
|
+
<polygon :fill="color" points="1133.9,3.6 1167.9,3.6 1175.3,11.1 1141.4,11.1" />
|
|
135
|
+
|
|
136
|
+
<animate
|
|
137
|
+
accumulate="none"
|
|
138
|
+
additive="replace"
|
|
139
|
+
attributeName="opacity"
|
|
140
|
+
begin="0s"
|
|
141
|
+
calcMode="linear"
|
|
142
|
+
dur="1.5s"
|
|
143
|
+
fill="remove"
|
|
144
|
+
repeatCount="indefinite"
|
|
145
|
+
restart="always"
|
|
146
|
+
values="0.8;0.6;0.2"></animate>
|
|
147
|
+
</g>
|
|
148
|
+
<g>
|
|
149
|
+
<polygon :fill="color" points="1106.5,1.4 1133,1.4 1142.7,11.1 1116.2,11.1" />
|
|
150
|
+
|
|
151
|
+
<animate
|
|
152
|
+
accumulate="none"
|
|
153
|
+
additive="replace"
|
|
154
|
+
attributeName="opacity"
|
|
155
|
+
begin="0s"
|
|
156
|
+
calcMode="linear"
|
|
157
|
+
dur="1.5s"
|
|
158
|
+
fill="remove"
|
|
159
|
+
repeatCount="indefinite"
|
|
160
|
+
restart="always"
|
|
161
|
+
values="1;0.8;0.4"></animate>
|
|
162
|
+
</g>
|
|
163
|
+
</g>
|
|
164
|
+
<g>
|
|
165
|
+
<g>
|
|
166
|
+
<polyline class="st5" :stroke="color" points="29.9,3.6 295.7,3.6 326.9,34.9" />
|
|
167
|
+
|
|
168
|
+
<animate
|
|
169
|
+
accumulate="none"
|
|
170
|
+
additive="replace"
|
|
171
|
+
attributeName="opacity"
|
|
172
|
+
begin="0s"
|
|
173
|
+
calcMode="linear"
|
|
174
|
+
dur="1.5s"
|
|
175
|
+
fill="remove"
|
|
176
|
+
repeatCount="indefinite"
|
|
177
|
+
restart="always"
|
|
178
|
+
values="1;0.9;0.7"></animate>
|
|
179
|
+
<g>
|
|
180
|
+
<rect x="323.5" y="31.5" transform="matrix(0.7071 -0.7071 0.7071 0.7071 71.1191 241.2776)" :fill="color" width="6.6" height="6.6" />
|
|
181
|
+
|
|
182
|
+
<animateTransform
|
|
183
|
+
accumulate="none"
|
|
184
|
+
additive="replace"
|
|
185
|
+
attributeName="transform"
|
|
186
|
+
calcMode="linear"
|
|
187
|
+
dur="3s"
|
|
188
|
+
fill="remove"
|
|
189
|
+
repeatCount="indefinite"
|
|
190
|
+
restart="always"
|
|
191
|
+
type="rotate"
|
|
192
|
+
values="0, 327 35;360, 327 35"></animateTransform>
|
|
193
|
+
|
|
194
|
+
<animate
|
|
195
|
+
accumulate="none"
|
|
196
|
+
additive="replace"
|
|
197
|
+
attributeName="opacity"
|
|
198
|
+
begin="0s"
|
|
199
|
+
calcMode="linear"
|
|
200
|
+
dur="1.5s"
|
|
201
|
+
fill="remove"
|
|
202
|
+
repeatCount="indefinite"
|
|
203
|
+
restart="always"
|
|
204
|
+
values="1;0.8;0.2"></animate>
|
|
205
|
+
</g>
|
|
206
|
+
</g>
|
|
207
|
+
</g>
|
|
208
|
+
<g class="st0">
|
|
209
|
+
<linearGradient id="sh_screen_header4_svg_4_" gradientUnits="userSpaceOnUse" x1="294.15" y1="35.7184" x2="294.15" y2="62.8549" gradientTransform="matrix(1 0 0 -1 0 92)">
|
|
210
|
+
<stop offset="0" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
211
|
+
<stop offset="1" :style="`stop-color${color};stop-opacity:0`" />
|
|
212
|
+
</linearGradient>
|
|
213
|
+
<polygon class="st8" points="588,57.5 0.3,57.5 0.3,27.4 557.9,27.4" />
|
|
214
|
+
</g>
|
|
215
|
+
<g class="st0">
|
|
216
|
+
<linearGradient id="sh_screen_header4_svg_5_" gradientUnits="userSpaceOnUse" x1="31.95" y1="48.4602" x2="31.95" y2="84.6602" gradientTransform="matrix(1 0 0 -1 0 92)">
|
|
217
|
+
<stop offset="0" :style="`stop-color${color};stop-opacity:0`" />
|
|
218
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
219
|
+
</linearGradient>
|
|
220
|
+
<polygon class="st9" points="62.3,43.5 37.7,43.5 1.6,7.3 26.2,7.3" />
|
|
221
|
+
</g>
|
|
222
|
+
<g class="st0">
|
|
223
|
+
<linearGradient id="sh_screen_header4_svg_6_" gradientUnits="userSpaceOnUse" x1="64" y1="48.4602" x2="64" y2="84.6602" gradientTransform="matrix(1 0 0 -1 0 92)">
|
|
224
|
+
<stop offset="0" :style="`stop-color${color};stop-opacity:0`" />
|
|
225
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
226
|
+
</linearGradient>
|
|
227
|
+
<polygon class="st10" points="94.4,43.5 69.8,43.5 33.6,7.3 58.2,7.3" />
|
|
228
|
+
</g>
|
|
229
|
+
<g class="st0">
|
|
230
|
+
<linearGradient id="sh_screen_header4_svg_7_" gradientUnits="userSpaceOnUse" x1="96.05" y1="48.4602" x2="96.05" y2="84.6602" gradientTransform="matrix(1 0 0 -1 0 92)">
|
|
231
|
+
<stop offset="0" :style="`stop-color${color};stop-opacity:0`" />
|
|
232
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
233
|
+
</linearGradient>
|
|
234
|
+
<polygon class="st11" points="126.4,43.5 101.8,43.5 65.7,7.3 90.3,7.3" />
|
|
235
|
+
</g>
|
|
236
|
+
<g class="st0">
|
|
237
|
+
<linearGradient id="sh_screen_header4_svg_8_" gradientUnits="userSpaceOnUse" x1="128.1" y1="48.4602" x2="128.1" y2="84.6602" gradientTransform="matrix(1 0 0 -1 0 92)">
|
|
238
|
+
<stop offset="0" :style="`stop-color${color};stop-opacity:0`" />
|
|
239
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
240
|
+
</linearGradient>
|
|
241
|
+
<polygon class="st12" points="158.5,43.5 133.9,43.5 97.7,7.3 122.3,7.3" />
|
|
242
|
+
</g>
|
|
243
|
+
<g class="st0">
|
|
244
|
+
<linearGradient id="sh_screen_header4_svg_9_" gradientUnits="userSpaceOnUse" x1="160.15" y1="48.4602" x2="160.15" y2="84.6602" gradientTransform="matrix(1 0 0 -1 0 92)">
|
|
245
|
+
<stop offset="0" :style="`stop-color${color};stop-opacity:0`" />
|
|
246
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
247
|
+
</linearGradient>
|
|
248
|
+
<polygon class="st13" points="190.5,43.5 165.9,43.5 129.8,7.3 154.4,7.3" />
|
|
249
|
+
</g>
|
|
250
|
+
<g class="st0">
|
|
251
|
+
<linearGradient id="sh_screen_header4_svg_10_" gradientUnits="userSpaceOnUse" x1="192.2" y1="48.4602" x2="192.2" y2="84.6602" gradientTransform="matrix(1 0 0 -1 0 92)">
|
|
252
|
+
<stop offset="0" :style="`stop-color${color};stop-opacity:0`" />
|
|
253
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
254
|
+
</linearGradient>
|
|
255
|
+
<polygon class="st14" points="222.6,43.5 198,43.5 161.8,7.3 186.4,7.3" />
|
|
256
|
+
</g>
|
|
257
|
+
<g class="st0">
|
|
258
|
+
<linearGradient id="sh_screen_header4_svg_11_" gradientUnits="userSpaceOnUse" x1="226.45" y1="45.2" x2="226.45" y2="84.7" gradientTransform="matrix(1 0 0 -1 0 92)">
|
|
259
|
+
<stop offset="0" :style="`stop-color${color};stop-opacity:0`" />
|
|
260
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
261
|
+
</linearGradient>
|
|
262
|
+
<polygon class="st15" points="259.6,46.8 232.8,46.8 193.3,7.3 220.1,7.3" />
|
|
263
|
+
</g>
|
|
264
|
+
<g class="st3">
|
|
265
|
+
<linearGradient id="sh_screen_header4_svg_12_" gradientUnits="userSpaceOnUse" x1="249.9" y1="40.7" x2="249.9" y2="84.7" gradientTransform="matrix(1 0 0 -1 0 92)">
|
|
266
|
+
<stop offset="0" :style="`stop-color${color};stop-opacity:0`" />
|
|
267
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
268
|
+
</linearGradient>
|
|
269
|
+
<polygon class="st16" points="286.8,51.3 257,51.3 213,7.3 242.9,7.3" />
|
|
270
|
+
</g>
|
|
271
|
+
<g>
|
|
272
|
+
<linearGradient id="sh_screen_header4_svg_13_" gradientUnits="userSpaceOnUse" x1="282.1" y1="21.9" x2="282.1" y2="84.6244" gradientTransform="matrix(1 0 0 -1 0 92)">
|
|
273
|
+
<stop offset="0" :style="`stop-color${color};stop-opacity:0`" />
|
|
274
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
275
|
+
</linearGradient>
|
|
276
|
+
<polygon class="st17" points="334.7,70.1 292.1,70.1 229.5,7.3 272,7.3" />
|
|
277
|
+
</g>
|
|
278
|
+
<g>
|
|
279
|
+
<g>
|
|
280
|
+
<polyline class="st5" :stroke="color" points="1890.4,3.6 1624.7,3.6 1593.4,34.9" />
|
|
281
|
+
|
|
282
|
+
<animate
|
|
283
|
+
accumulate="none"
|
|
284
|
+
additive="replace"
|
|
285
|
+
attributeName="opacity"
|
|
286
|
+
begin="0s"
|
|
287
|
+
calcMode="linear"
|
|
288
|
+
dur="1.5s"
|
|
289
|
+
fill="remove"
|
|
290
|
+
repeatCount="indefinite"
|
|
291
|
+
restart="always"
|
|
292
|
+
values="1;0.9;0.7"></animate>
|
|
293
|
+
<g>
|
|
294
|
+
<rect x="1590.2" y="31.5" transform="matrix(0.7071 -0.7071 0.7071 0.7071 442.1089 1136.9716)" :fill="color" width="6.6" height="6.6" />
|
|
295
|
+
|
|
296
|
+
<animateTransform
|
|
297
|
+
accumulate="none"
|
|
298
|
+
additive="replace"
|
|
299
|
+
attributeName="transform"
|
|
300
|
+
calcMode="linear"
|
|
301
|
+
dur="3s"
|
|
302
|
+
fill="remove"
|
|
303
|
+
repeatCount="indefinite"
|
|
304
|
+
restart="always"
|
|
305
|
+
type="rotate"
|
|
306
|
+
values="0, 1594.2 35;360, 1594.2 35"></animateTransform>
|
|
307
|
+
|
|
308
|
+
<animate
|
|
309
|
+
accumulate="none"
|
|
310
|
+
additive="replace"
|
|
311
|
+
attributeName="opacity"
|
|
312
|
+
begin="0s"
|
|
313
|
+
calcMode="linear"
|
|
314
|
+
dur="1.5s"
|
|
315
|
+
fill="remove"
|
|
316
|
+
repeatCount="indefinite"
|
|
317
|
+
restart="always"
|
|
318
|
+
values="1;0.8;0.2"></animate>
|
|
319
|
+
</g>
|
|
320
|
+
</g>
|
|
321
|
+
</g>
|
|
322
|
+
<g class="st0">
|
|
323
|
+
<linearGradient id="sh_screen_header4_svg_14_" gradientUnits="userSpaceOnUse" x1="-950.2334" y1="35.7184" x2="-950.2334" y2="62.8549" gradientTransform="matrix(-1 0 0 -1 675.9166 92)">
|
|
324
|
+
<stop offset="0" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
325
|
+
<stop offset="1" :style="`stop-color${color};stop-opacity:0`" />
|
|
326
|
+
</linearGradient>
|
|
327
|
+
<polygon class="st18" points="1332.3,57.5 1920,57.5 1920,27.4 1362.4,27.4" />
|
|
328
|
+
</g>
|
|
329
|
+
<g class="st0">
|
|
330
|
+
<linearGradient
|
|
331
|
+
id="sh_screen_header4_svg_15_"
|
|
332
|
+
gradientUnits="userSpaceOnUse"
|
|
333
|
+
x1="-1212.4333"
|
|
334
|
+
y1="48.4602"
|
|
335
|
+
x2="-1212.4333"
|
|
336
|
+
y2="84.6602"
|
|
337
|
+
gradientTransform="matrix(-1 0 0 -1 675.9166 92)">
|
|
338
|
+
<stop offset="0" :style="`stop-color${color};stop-opacity:0`" />
|
|
339
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
340
|
+
</linearGradient>
|
|
341
|
+
<polygon class="st19" points="1858,43.5 1882.6,43.5 1918.7,7.3 1894.2,7.3" />
|
|
342
|
+
</g>
|
|
343
|
+
<g class="st0">
|
|
344
|
+
<linearGradient
|
|
345
|
+
id="sh_screen_header4_svg_16_"
|
|
346
|
+
gradientUnits="userSpaceOnUse"
|
|
347
|
+
x1="-1180.4333"
|
|
348
|
+
y1="48.4602"
|
|
349
|
+
x2="-1180.4333"
|
|
350
|
+
y2="84.6602"
|
|
351
|
+
gradientTransform="matrix(-1 0 0 -1 675.9166 92)">
|
|
352
|
+
<stop offset="0" :style="`stop-color${color};stop-opacity:0`" />
|
|
353
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
354
|
+
</linearGradient>
|
|
355
|
+
<polygon class="st20" points="1826,43.5 1850.5,43.5 1886.7,7.3 1862.1,7.3" />
|
|
356
|
+
</g>
|
|
357
|
+
<g class="st0">
|
|
358
|
+
<linearGradient
|
|
359
|
+
id="sh_screen_header4_svg_17_"
|
|
360
|
+
gradientUnits="userSpaceOnUse"
|
|
361
|
+
x1="-1148.3334"
|
|
362
|
+
y1="48.4602"
|
|
363
|
+
x2="-1148.3334"
|
|
364
|
+
y2="84.6602"
|
|
365
|
+
gradientTransform="matrix(-1 0 0 -1 675.9166 92)">
|
|
366
|
+
<stop offset="0" :style="`stop-color${color};stop-opacity:0`" />
|
|
367
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
368
|
+
</linearGradient>
|
|
369
|
+
<polygon class="st21" points="1793.9,43.5 1818.5,43.5 1854.6,7.3 1830.1,7.3" />
|
|
370
|
+
</g>
|
|
371
|
+
<g class="st0">
|
|
372
|
+
<linearGradient
|
|
373
|
+
id="sh_screen_header4_svg_18_"
|
|
374
|
+
gradientUnits="userSpaceOnUse"
|
|
375
|
+
x1="-1116.3334"
|
|
376
|
+
y1="48.4602"
|
|
377
|
+
x2="-1116.3334"
|
|
378
|
+
y2="84.6602"
|
|
379
|
+
gradientTransform="matrix(-1 0 0 -1 675.9166 92)">
|
|
380
|
+
<stop offset="0" :style="`stop-color${color};stop-opacity:0`" />
|
|
381
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
382
|
+
</linearGradient>
|
|
383
|
+
<polygon class="st22" points="1761.9,43.5 1786.4,43.5 1822.6,7.3 1798,7.3" />
|
|
384
|
+
</g>
|
|
385
|
+
<g class="st0">
|
|
386
|
+
<linearGradient
|
|
387
|
+
id="sh_screen_header4_svg_19_"
|
|
388
|
+
gradientUnits="userSpaceOnUse"
|
|
389
|
+
x1="-1084.2334"
|
|
390
|
+
y1="48.4602"
|
|
391
|
+
x2="-1084.2334"
|
|
392
|
+
y2="84.6602"
|
|
393
|
+
gradientTransform="matrix(-1 0 0 -1 675.9166 92)">
|
|
394
|
+
<stop offset="0" :style="`stop-color${color};stop-opacity:0`" />
|
|
395
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
396
|
+
</linearGradient>
|
|
397
|
+
<polygon class="st23" points="1729.8,43.5 1754.4,43.5 1790.5,7.3 1766,7.3" />
|
|
398
|
+
</g>
|
|
399
|
+
<g class="st0">
|
|
400
|
+
<linearGradient
|
|
401
|
+
id="sh_screen_header4_svg_20_"
|
|
402
|
+
gradientUnits="userSpaceOnUse"
|
|
403
|
+
x1="-1052.2334"
|
|
404
|
+
y1="48.4602"
|
|
405
|
+
x2="-1052.2334"
|
|
406
|
+
y2="84.6602"
|
|
407
|
+
gradientTransform="matrix(-1 0 0 -1 675.9166 92)">
|
|
408
|
+
<stop offset="0" :style="`stop-color${color};stop-opacity:0`" />
|
|
409
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
410
|
+
</linearGradient>
|
|
411
|
+
<polygon class="st24" points="1697.8,43.5 1722.3,43.5 1758.5,7.3 1733.9,7.3" />
|
|
412
|
+
</g>
|
|
413
|
+
<g class="st0">
|
|
414
|
+
<linearGradient id="sh_screen_header4_svg_21_" gradientUnits="userSpaceOnUse" x1="-1017.9333" y1="45.2" x2="-1017.9333" y2="84.7" gradientTransform="matrix(-1 0 0 -1 675.9166 92)">
|
|
415
|
+
<stop offset="0" :style="`stop-color${color};stop-opacity:0`" />
|
|
416
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
417
|
+
</linearGradient>
|
|
418
|
+
<polygon class="st25" points="1660.7,46.8 1687.5,46.8 1727,7.3 1700.2,7.3" />
|
|
419
|
+
</g>
|
|
420
|
+
<g class="st3">
|
|
421
|
+
<linearGradient id="sh_screen_header4_svg_22_" gradientUnits="userSpaceOnUse" x1="-994.4834" y1="40.7" x2="-994.4834" y2="84.7" gradientTransform="matrix(-1 0 0 -1 675.9166 92)">
|
|
422
|
+
<stop offset="0" :style="`stop-color${color};stop-opacity:0`" />
|
|
423
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
424
|
+
</linearGradient>
|
|
425
|
+
<polygon class="st26" points="1633.5,51.3 1663.3,51.3 1707.3,7.3 1677.4,7.3" />
|
|
426
|
+
</g>
|
|
427
|
+
<g>
|
|
428
|
+
<linearGradient id="sh_screen_header4_svg_23_" gradientUnits="userSpaceOnUse" x1="-962.3834" y1="21.9" x2="-962.3834" y2="84.6244" gradientTransform="matrix(-1 0 0 -1 675.9166 92)">
|
|
429
|
+
<stop offset="0" :style="`stop-color${color};stop-opacity:0`" />
|
|
430
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
431
|
+
</linearGradient>
|
|
432
|
+
<polygon class="st27" points="1585.7,70.1 1628.2,70.1 1690.9,7.3 1648.3,7.3" />
|
|
433
|
+
</g>
|
|
434
|
+
</svg>
|
|
435
|
+
<div class="sh-screen-header-content" :style="svgStyle">
|
|
436
|
+
<slot></slot>
|
|
437
|
+
</div>
|
|
438
|
+
</div>
|
|
439
|
+
</template>
|
|
440
|
+
|
|
441
|
+
<script>
|
|
442
|
+
import mixin from '../mixin/header'
|
|
443
|
+
export default {
|
|
444
|
+
name: 'ScreenHeader4',
|
|
445
|
+
mixins: [mixin]
|
|
446
|
+
}
|
|
447
|
+
</script>
|
|
448
|
+
|
|
449
|
+
<style lang="scss" scoped>
|
|
450
|
+
.sh-screen-header4 {
|
|
451
|
+
.st0 {
|
|
452
|
+
opacity: 0.2;
|
|
453
|
+
}
|
|
454
|
+
.st1 {
|
|
455
|
+
fill: url(#sh_screen_header4_svg_1_);
|
|
456
|
+
}
|
|
457
|
+
.st2 {
|
|
458
|
+
fill: url(#sh_screen_header4_svg_2_);
|
|
459
|
+
}
|
|
460
|
+
.st3 {
|
|
461
|
+
opacity: 0.6;
|
|
462
|
+
}
|
|
463
|
+
.st4 {
|
|
464
|
+
fill: url(#sh_screen_header4_svg_3_);
|
|
465
|
+
}
|
|
466
|
+
.st5 {
|
|
467
|
+
fill: none;
|
|
468
|
+
stroke-linecap: round;
|
|
469
|
+
stroke-miterlimit: 10;
|
|
470
|
+
}
|
|
471
|
+
.st7 {
|
|
472
|
+
opacity: 0.7;
|
|
473
|
+
}
|
|
474
|
+
.st8 {
|
|
475
|
+
fill: url(#sh_screen_header4_svg_4_);
|
|
476
|
+
}
|
|
477
|
+
.st9 {
|
|
478
|
+
fill: url(#sh_screen_header4_svg_5_);
|
|
479
|
+
}
|
|
480
|
+
.st10 {
|
|
481
|
+
fill: url(#sh_screen_header4_svg_6_);
|
|
482
|
+
}
|
|
483
|
+
.st11 {
|
|
484
|
+
fill: url(#sh_screen_header4_svg_7_);
|
|
485
|
+
}
|
|
486
|
+
.st12 {
|
|
487
|
+
fill: url(#sh_screen_header4_svg_8_);
|
|
488
|
+
}
|
|
489
|
+
.st13 {
|
|
490
|
+
fill: url(#sh_screen_header4_svg_9_);
|
|
491
|
+
}
|
|
492
|
+
.st14 {
|
|
493
|
+
fill: url(#sh_screen_header4_svg_10_);
|
|
494
|
+
}
|
|
495
|
+
.st15 {
|
|
496
|
+
fill: url(#sh_screen_header4_svg_11_);
|
|
497
|
+
}
|
|
498
|
+
.st16 {
|
|
499
|
+
fill: url(#sh_screen_header4_svg_12_);
|
|
500
|
+
}
|
|
501
|
+
.st17 {
|
|
502
|
+
fill: url(#sh_screen_header4_svg_13_);
|
|
503
|
+
}
|
|
504
|
+
.st18 {
|
|
505
|
+
fill: url(#sh_screen_header4_svg_14_);
|
|
506
|
+
}
|
|
507
|
+
.st19 {
|
|
508
|
+
fill: url(#sh_screen_header4_svg_15_);
|
|
509
|
+
}
|
|
510
|
+
.st20 {
|
|
511
|
+
fill: url(#sh_screen_header4_svg_16_);
|
|
512
|
+
}
|
|
513
|
+
.st21 {
|
|
514
|
+
fill: url(#sh_screen_header4_svg_17_);
|
|
515
|
+
}
|
|
516
|
+
.st22 {
|
|
517
|
+
fill: url(#sh_screen_header4_svg_18_);
|
|
518
|
+
}
|
|
519
|
+
.st23 {
|
|
520
|
+
fill: url(#sh_screen_header4_svg_19_);
|
|
521
|
+
}
|
|
522
|
+
.st24 {
|
|
523
|
+
fill: url(#sh_screen_header4_svg_20_);
|
|
524
|
+
}
|
|
525
|
+
.st25 {
|
|
526
|
+
fill: url(#sh_screen_header4_svg_21_);
|
|
527
|
+
}
|
|
528
|
+
.st26 {
|
|
529
|
+
fill: url(#sh_screen_header4_svg_22_);
|
|
530
|
+
}
|
|
531
|
+
.st27 {
|
|
532
|
+
fill: url(#sh_screen_header4_svg_23_);
|
|
533
|
+
}
|
|
534
|
+
.sh-screen-header-content {
|
|
535
|
+
position: absolute;
|
|
536
|
+
width: 100%;
|
|
537
|
+
top: 14px;
|
|
538
|
+
text-align: center;
|
|
539
|
+
font-size: 42px;
|
|
540
|
+
line-height: 65px;
|
|
541
|
+
font-weight: 600;
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
</style>
|