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,452 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div v-resize="resize" class="sh-screen-header sh-screen-header3" :style="{ width: width, height: height }">
|
|
3
|
+
<svg width="1920px" height="90px" :style="svgStyle">
|
|
4
|
+
<radialGradient id="sh_screen_header3_svg_1_" cx="959.8125" cy="1013.375" r="431.0692" gradientTransform="matrix(1 0 0 8.416572e-02 0 -0.9164)" gradientUnits="userSpaceOnUse">
|
|
5
|
+
<stop offset="0" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
6
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0`" />
|
|
7
|
+
</radialGradient>
|
|
8
|
+
<ellipse class="st0" cx="959.8" cy="84.4" rx="439.9" ry="5.3" />
|
|
9
|
+
<g class="st1">
|
|
10
|
+
<linearGradient id="sh_screen_header3_svg_2_" gradientUnits="userSpaceOnUse" x1="955.0497" y1="-1813.2813" x2="955.0497" y2="-1902.7188" gradientTransform="matrix(1 0 0 -1 0 -1813)">
|
|
11
|
+
<stop offset="0" :style="`stop-color:${color};stop-opacity:0.3`" />
|
|
12
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0`" />
|
|
13
|
+
</linearGradient>
|
|
14
|
+
<polygon class="st2" points="1574.3,0.3 335.8,0.3 426.6,89.7 1483.5,89.7" />
|
|
15
|
+
<animate attributeType="CSS" attributeName="opacity" from="1" to="0.8" dur="2s" repeatCount="indefinite" />
|
|
16
|
+
</g>
|
|
17
|
+
<g>
|
|
18
|
+
<g>
|
|
19
|
+
<polyline class="st3" :stroke="color" points="525,89.7 532.3,82.2 804.6,82.2" />
|
|
20
|
+
<polyline class="st3" :stroke="color" points="1394.4,89.4 1389.1,84.2 1116.9,84.2" />
|
|
21
|
+
<animate
|
|
22
|
+
attributeName="stroke-dasharray"
|
|
23
|
+
attributeType="XML"
|
|
24
|
+
from="0, 157.52079728939617, 0, 157.52079728939617"
|
|
25
|
+
to="0, 0, 315.04159457879234, 0"
|
|
26
|
+
dur="1.2s"
|
|
27
|
+
begin="0s"
|
|
28
|
+
calcMode="spline"
|
|
29
|
+
keyTimes="0;1"
|
|
30
|
+
keySplines="0.4,1,0.49,0.98"
|
|
31
|
+
repeatCount="indefinite"></animate>
|
|
32
|
+
</g>
|
|
33
|
+
<g>
|
|
34
|
+
<polygon :fill="color" points="788.1,76.5 754.1,76.5 746.6,84 780.6,84" />
|
|
35
|
+
</g>
|
|
36
|
+
<g>
|
|
37
|
+
<polygon :fill="color" points="815.5,74.3 788.9,74.3 779.2,84 805.8,84" />
|
|
38
|
+
</g>
|
|
39
|
+
<g class="st5">
|
|
40
|
+
<polygon :fill="color" points="860.3,78 828.4,78 816.7,89.7 848.6,89.7" />
|
|
41
|
+
</g>
|
|
42
|
+
<g>
|
|
43
|
+
<polygon :fill="color" points="1053.8,72.3 866.3,72.3 854.6,84 1066.2,84" />
|
|
44
|
+
</g>
|
|
45
|
+
<g class="st6">
|
|
46
|
+
<polygon :fill="color" points="802.9,89.7 1120.2,89.7 1126.2,83.7 796.5,83.7" />
|
|
47
|
+
</g>
|
|
48
|
+
<g class="st5">
|
|
49
|
+
<polygon :fill="color" points="1059.6,78 1091.5,78 1103.2,89.7 1071.3,89.7" />
|
|
50
|
+
</g>
|
|
51
|
+
<g>
|
|
52
|
+
<polygon :fill="color" points="1133.7,76.5 1167.7,76.5 1175.2,84 1141.2,84" />
|
|
53
|
+
</g>
|
|
54
|
+
<g>
|
|
55
|
+
<polygon :fill="color" points="1106.4,74.3 1132.9,74.3 1142.6,84 1116.1,84" />
|
|
56
|
+
</g>
|
|
57
|
+
</g>
|
|
58
|
+
<g>
|
|
59
|
+
<g class="st6">
|
|
60
|
+
<linearGradient id="sh_screen_header3_svg_3_" gradientUnits="userSpaceOnUse" x1="459.899" y1="51.4684" x2="459.899" y2="11.9688">
|
|
61
|
+
<stop offset="0" :style="`stop-color:${color};stop-opacity:0`" />
|
|
62
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
63
|
+
</linearGradient>
|
|
64
|
+
<polygon class="st7" points="592.3,51.5 366.9,51.5 327.5,12 552.9,12" />
|
|
65
|
+
<animate attributeType="CSS" attributeName="opacity" from="0.2" to="0.1" dur="3s" repeatCount="indefinite" />
|
|
66
|
+
</g>
|
|
67
|
+
<g>
|
|
68
|
+
<g>
|
|
69
|
+
<polyline class="st3" :stroke="color" points="301.7,33.8 567.5,33.8 598.7,65" />
|
|
70
|
+
<g>
|
|
71
|
+
<rect x="595.3" y="61.6" transform="matrix(0.7071 -0.7071 0.7071 0.7071 129.4274 442.2929)" :fill="color" width="6.6" height="6.6" />
|
|
72
|
+
</g>
|
|
73
|
+
</g>
|
|
74
|
+
</g>
|
|
75
|
+
<g class="st6">
|
|
76
|
+
<linearGradient id="sh_screen_header3_svg_4_" gradientUnits="userSpaceOnUse" x1="595.392" y1="51.4684" x2="595.392" y2="11.9688">
|
|
77
|
+
<stop offset="0" :style="`stop-color:${color};stop-opacity:0`" />
|
|
78
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
79
|
+
</linearGradient>
|
|
80
|
+
<polygon class="st8" points="628.5,51.5 601.7,51.5 562.3,12 589.1,12" />
|
|
81
|
+
</g>
|
|
82
|
+
<g class="st1">
|
|
83
|
+
<linearGradient id="sh_screen_header3_svg_5_" gradientUnits="userSpaceOnUse" x1="618.8832" y1="55.9688" x2="618.8832" y2="11.9688">
|
|
84
|
+
<stop offset="0" :style="`stop-color:${color};stop-opacity:0`" />
|
|
85
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
86
|
+
</linearGradient>
|
|
87
|
+
<polygon class="st9" points="655.8,56 625.9,56 582,12 611.9,12" />
|
|
88
|
+
</g>
|
|
89
|
+
<g>
|
|
90
|
+
<linearGradient id="sh_screen_header3_svg_6_" gradientUnits="userSpaceOnUse" x1="650.9935" y1="74.6932" x2="650.9935" y2="11.9688">
|
|
91
|
+
<stop offset="0" :style="`stop-color:${color};stop-opacity:0`" />
|
|
92
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
93
|
+
</linearGradient>
|
|
94
|
+
<polygon class="st10" points="703.6,74.7 661,74.7 598.4,12 641,12" />
|
|
95
|
+
</g>
|
|
96
|
+
<g class="st6">
|
|
97
|
+
<linearGradient id="sh_screen_header3_svg_7_" gradientUnits="userSpaceOnUse" x1="295.2105" y1="74.2105" x2="295.2105" y2="47.0741">
|
|
98
|
+
<stop offset="0" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
99
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0`" />
|
|
100
|
+
</linearGradient>
|
|
101
|
+
<polygon class="st11" points="590.2,75.4 0.2,75.4 0.2,45.3 560.2,45.3" />
|
|
102
|
+
</g>
|
|
103
|
+
<g class="st6">
|
|
104
|
+
<linearGradient id="sh_screen_header3_svg_8_" gradientUnits="userSpaceOnUse" x1="31.7848" y1="43.2976" x2="31.7848" y2="7.0938">
|
|
105
|
+
<stop offset="0" :style="`stop-color:${color};stop-opacity:0`" />
|
|
106
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
107
|
+
</linearGradient>
|
|
108
|
+
<polygon class="st12" points="62.1,43.3 37.6,43.3 1.4,7.1 26,7.1" />
|
|
109
|
+
<animate attributeName="opacity" values="0.3;0.2;0.3" dur="1.5s" begin="0s" repeatCount="indefinite" />
|
|
110
|
+
</g>
|
|
111
|
+
<g class="st6">
|
|
112
|
+
<linearGradient id="sh_screen_header3_svg_9_" gradientUnits="userSpaceOnUse" x1="63.8348" y1="43.2976" x2="63.8348" y2="7.0938">
|
|
113
|
+
<stop offset="0" :style="`stop-color:${color};stop-opacity:0`" />
|
|
114
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
115
|
+
</linearGradient>
|
|
116
|
+
<polygon class="st13" points="94.2,43.3 69.6,43.3 33.5,7.1 58,7.1" />
|
|
117
|
+
<animate attributeName="opacity" values="0.3;0.2;0.3" dur="2s" begin="0s" repeatCount="indefinite" />
|
|
118
|
+
</g>
|
|
119
|
+
<g class="st6">
|
|
120
|
+
<linearGradient id="sh_screen_header3_svg_10_" gradientUnits="userSpaceOnUse" x1="95.8848" y1="43.2976" x2="95.8848" y2="7.0938">
|
|
121
|
+
<stop offset="0" :style="`stop-color:${color};stop-opacity:0`" />
|
|
122
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
123
|
+
</linearGradient>
|
|
124
|
+
<polygon class="st14" points="126.2,43.3 101.7,43.3 65.5,7.1 90.1,7.1" />
|
|
125
|
+
<animate attributeName="opacity" values="0.3;0.2;0.3" dur="1.5s" begin="0s" repeatCount="indefinite" />
|
|
126
|
+
</g>
|
|
127
|
+
<g class="st6">
|
|
128
|
+
<linearGradient id="sh_screen_header3_svg_11_" gradientUnits="userSpaceOnUse" x1="127.9348" y1="43.2976" x2="127.9348" y2="7.0938">
|
|
129
|
+
<stop offset="0" :style="`stop-color:${color};stop-opacity:0`" />
|
|
130
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
131
|
+
</linearGradient>
|
|
132
|
+
<polygon class="st15" points="158.3,43.3 133.7,43.3 97.6,7.1 122.1,7.1" />
|
|
133
|
+
<animate attributeName="opacity" values="0.3;0.2;0.3" dur="2s" begin="0s" repeatCount="indefinite" />
|
|
134
|
+
</g>
|
|
135
|
+
<g class="st6">
|
|
136
|
+
<linearGradient id="sh_screen_header3_svg_12_" gradientUnits="userSpaceOnUse" x1="159.9848" y1="43.2976" x2="159.9848" y2="7.0938">
|
|
137
|
+
<stop offset="0" :style="`stop-color:${color};stop-opacity:0`" />
|
|
138
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
139
|
+
</linearGradient>
|
|
140
|
+
<polygon class="st16" points="190.3,43.3 165.8,43.3 129.6,7.1 154.2,7.1" />
|
|
141
|
+
<animate attributeName="opacity" values="0.3;0.2;0.3" dur="1.5s" begin="0s" repeatCount="indefinite" />
|
|
142
|
+
</g>
|
|
143
|
+
<g class="st6">
|
|
144
|
+
<linearGradient id="sh_screen_header3_svg_13_" gradientUnits="userSpaceOnUse" x1="192.0348" y1="43.2976" x2="192.0348" y2="7.0938">
|
|
145
|
+
<stop offset="0" :style="`stop-color:${color};stop-opacity:0`" />
|
|
146
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
147
|
+
</linearGradient>
|
|
148
|
+
<polygon class="st17" points="222.4,43.3 197.8,43.3 161.7,7.1 186.3,7.1" />
|
|
149
|
+
<animate attributeName="opacity" values="0.3;0.2;0.3" dur="2s" begin="0s" repeatCount="indefinite" />
|
|
150
|
+
</g>
|
|
151
|
+
<g>
|
|
152
|
+
<circle :fill="color" cx="299.4" cy="33.8" r="3.1" />
|
|
153
|
+
<animate attributeName="opacity" values="1;0.8;1" dur="1s" begin="0s" repeatCount="indefinite" />
|
|
154
|
+
</g>
|
|
155
|
+
<g>
|
|
156
|
+
<circle :fill="color" cx="290.4" cy="33.8" r="3.1" />
|
|
157
|
+
<animate attributeName="opacity" values="0.8;0.6;0.8" dur="1.1s" begin="0s" repeatCount="indefinite" />
|
|
158
|
+
</g>
|
|
159
|
+
<g>
|
|
160
|
+
<circle :fill="color" cx="281.1" cy="33.8" r="3.1" />
|
|
161
|
+
<animate attributeName="opacity" values="0.6;0.4;0.6" dur="1.2s" begin="0s" repeatCount="indefinite" />
|
|
162
|
+
</g>
|
|
163
|
+
<g>
|
|
164
|
+
<circle :fill="color" cx="272.1" cy="33.8" r="3.1" />
|
|
165
|
+
<animate attributeName="opacity" values="0.4;0.2;0.4" dur="1.3s" begin="0s" repeatCount="indefinite" />
|
|
166
|
+
</g>
|
|
167
|
+
<g>
|
|
168
|
+
<circle :fill="color" cx="262.7" cy="33.8" r="3.1" />
|
|
169
|
+
<animate attributeName="opacity" values="0.2;0.1;0.2" dur="1.4s" begin="0s" repeatCount="indefinite" />
|
|
170
|
+
</g>
|
|
171
|
+
<g>
|
|
172
|
+
<circle :fill="color" cx="253.7" cy="33.8" r="3.1" />
|
|
173
|
+
<animate attributeName="opacity" values="0.1;0.05;0.1" dur="1.5s" begin="0s" repeatCount="indefinite" />
|
|
174
|
+
</g>
|
|
175
|
+
</g>
|
|
176
|
+
<g>
|
|
177
|
+
<g class="st6">
|
|
178
|
+
<linearGradient
|
|
179
|
+
id="sh_screen_header3_svg_14_"
|
|
180
|
+
gradientUnits="userSpaceOnUse"
|
|
181
|
+
x1="-238.4447"
|
|
182
|
+
y1="51.4684"
|
|
183
|
+
x2="-238.4447"
|
|
184
|
+
y2="11.9688"
|
|
185
|
+
gradientTransform="matrix(-1 0 0 1 1221.6563 0)">
|
|
186
|
+
<stop offset="0" :style="`stop-color:${color};stop-opacity:0`" />
|
|
187
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
188
|
+
</linearGradient>
|
|
189
|
+
<polygon class="st18" points="1327.7,51.5 1553.1,51.5 1592.5,12 1367.1,12" />
|
|
190
|
+
<animate attributeType="CSS" attributeName="opacity" from="0.2" to="0.1" dur="3s" repeatCount="indefinite" />
|
|
191
|
+
</g>
|
|
192
|
+
<g>
|
|
193
|
+
<g>
|
|
194
|
+
<polyline class="st3" :stroke="color" points="1618.3,33.8 1352.5,33.8 1321.3,65" />
|
|
195
|
+
<g>
|
|
196
|
+
<rect x="1318.1" y="61.6" transform="matrix(0.7071 -0.7071 0.7071 0.7071 341.1203 953.3752)" :fill="color" width="6.6" height="6.6" />
|
|
197
|
+
</g>
|
|
198
|
+
</g>
|
|
199
|
+
</g>
|
|
200
|
+
<g class="st6">
|
|
201
|
+
<linearGradient
|
|
202
|
+
id="sh_screen_header3_svg_15_"
|
|
203
|
+
gradientUnits="userSpaceOnUse"
|
|
204
|
+
x1="-102.9518"
|
|
205
|
+
y1="51.4684"
|
|
206
|
+
x2="-102.9518"
|
|
207
|
+
y2="11.9688"
|
|
208
|
+
gradientTransform="matrix(-1 0 0 1 1221.6563 0)">
|
|
209
|
+
<stop offset="0" :style="`stop-color:${color};stop-opacity:0`" />
|
|
210
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
211
|
+
</linearGradient>
|
|
212
|
+
<polygon class="st19" points="1291.5,51.5 1318.3,51.5 1357.7,12 1330.9,12" />
|
|
213
|
+
</g>
|
|
214
|
+
<g class="st1">
|
|
215
|
+
<linearGradient
|
|
216
|
+
id="sh_screen_header3_svg_16_"
|
|
217
|
+
gradientUnits="userSpaceOnUse"
|
|
218
|
+
x1="-79.4606"
|
|
219
|
+
y1="55.9688"
|
|
220
|
+
x2="-79.4606"
|
|
221
|
+
y2="11.9688"
|
|
222
|
+
gradientTransform="matrix(-1 0 0 1 1221.6563 0)">
|
|
223
|
+
<stop offset="0" :style="`stop-color:${color};stop-opacity:0`" />
|
|
224
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
225
|
+
</linearGradient>
|
|
226
|
+
<polygon class="st20" points="1264.2,56 1294.1,56 1338,12 1308.1,12" />
|
|
227
|
+
</g>
|
|
228
|
+
<g>
|
|
229
|
+
<linearGradient
|
|
230
|
+
id="sh_screen_header3_svg_17_"
|
|
231
|
+
gradientUnits="userSpaceOnUse"
|
|
232
|
+
x1="-47.3503"
|
|
233
|
+
y1="74.6932"
|
|
234
|
+
x2="-47.3503"
|
|
235
|
+
y2="11.9688"
|
|
236
|
+
gradientTransform="matrix(-1 0 0 1 1221.6563 0)">
|
|
237
|
+
<stop offset="0" :style="`stop-color:${color};stop-opacity:0`" />
|
|
238
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
239
|
+
</linearGradient>
|
|
240
|
+
<polygon class="st21" points="1216.4,74.7 1259,74.7 1321.6,12 1279,12" />
|
|
241
|
+
</g>
|
|
242
|
+
<g class="st6">
|
|
243
|
+
<linearGradient
|
|
244
|
+
id="sh_screen_header3_svg_18_"
|
|
245
|
+
gradientUnits="userSpaceOnUse"
|
|
246
|
+
x1="-403.1333"
|
|
247
|
+
y1="74.2105"
|
|
248
|
+
x2="-403.1333"
|
|
249
|
+
y2="47.0741"
|
|
250
|
+
gradientTransform="matrix(-1 0 0 1 1221.6563 0)">
|
|
251
|
+
<stop offset="0" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
252
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0`" />
|
|
253
|
+
</linearGradient>
|
|
254
|
+
<polygon class="st22" points="1329.8,75.4 1919.8,75.4 1919.8,45.3 1359.8,45.3" />
|
|
255
|
+
</g>
|
|
256
|
+
<g class="st6">
|
|
257
|
+
<linearGradient id="sh_screen_header3_svg_19_" gradientUnits="userSpaceOnUse" x1="-666.559" y1="43.2976" x2="-666.559" y2="7.0938" gradientTransform="matrix(-1 0 0 1 1221.6563 0)">
|
|
258
|
+
<stop offset="0" :style="`stop-color:${color};stop-opacity:0`" />
|
|
259
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
260
|
+
</linearGradient>
|
|
261
|
+
<polygon class="st23" points="1857.9,43.3 1882.4,43.3 1918.6,7.1 1894,7.1" />
|
|
262
|
+
<animate attributeName="opacity" values="0.3;0.2;0.3" dur="1.5s" begin="0s" repeatCount="indefinite" />
|
|
263
|
+
</g>
|
|
264
|
+
<g class="st6">
|
|
265
|
+
<linearGradient id="sh_screen_header3_svg_20_" gradientUnits="userSpaceOnUse" x1="-634.509" y1="43.2976" x2="-634.509" y2="7.0938" gradientTransform="matrix(-1 0 0 1 1221.6563 0)">
|
|
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="st24" points="1825.8,43.3 1850.4,43.3 1886.5,7.1 1861.9,7.1" />
|
|
270
|
+
<animate attributeName="opacity" values="0.3;0.2;0.3" dur="2s" begin="0s" repeatCount="indefinite" />
|
|
271
|
+
</g>
|
|
272
|
+
<g class="st6">
|
|
273
|
+
<linearGradient id="sh_screen_header3_svg_21_" gradientUnits="userSpaceOnUse" x1="-602.459" y1="43.2976" x2="-602.459" y2="7.0938" gradientTransform="matrix(-1 0 0 1 1221.6563 0)">
|
|
274
|
+
<stop offset="0" :style="`stop-color:${color};stop-opacity:0`" />
|
|
275
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
276
|
+
</linearGradient>
|
|
277
|
+
<polygon class="st25" points="1793.8,43.3 1818.3,43.3 1854.5,7.1 1829.9,7.1" />
|
|
278
|
+
<animate attributeName="opacity" values="0.3;0.2;0.3" dur="1.5s" begin="0s" repeatCount="indefinite" />
|
|
279
|
+
</g>
|
|
280
|
+
<g class="st6">
|
|
281
|
+
<linearGradient id="sh_screen_header3_svg_22_" gradientUnits="userSpaceOnUse" x1="-570.409" y1="43.2976" x2="-570.409" y2="7.0938" gradientTransform="matrix(-1 0 0 1 1221.6563 0)">
|
|
282
|
+
<stop offset="0" :style="`stop-color:${color};stop-opacity:0`" />
|
|
283
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
284
|
+
</linearGradient>
|
|
285
|
+
<polygon class="st26" points="1761.7,43.3 1786.3,43.3 1822.4,7.1 1797.8,7.1" />
|
|
286
|
+
<animate attributeName="opacity" values="0.3;0.2;0.3" dur="2s" begin="0s" repeatCount="indefinite" />
|
|
287
|
+
</g>
|
|
288
|
+
<g class="st6">
|
|
289
|
+
<linearGradient
|
|
290
|
+
id="sh_screen_header3_svg_23_"
|
|
291
|
+
gradientUnits="userSpaceOnUse"
|
|
292
|
+
x1="-538.3589"
|
|
293
|
+
y1="43.2976"
|
|
294
|
+
x2="-538.3589"
|
|
295
|
+
y2="7.0938"
|
|
296
|
+
gradientTransform="matrix(-1 0 0 1 1221.6563 0)">
|
|
297
|
+
<stop offset="0" :style="`stop-color:${color};stop-opacity:0`" />
|
|
298
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
299
|
+
</linearGradient>
|
|
300
|
+
<polygon class="st27" points="1729.7,43.3 1754.2,43.3 1790.4,7.1 1765.8,7.1" />
|
|
301
|
+
<animate attributeName="opacity" values="0.3;0.2;0.3" dur="1.5s" begin="0s" repeatCount="indefinite" />
|
|
302
|
+
</g>
|
|
303
|
+
<g class="st6">
|
|
304
|
+
<linearGradient id="sh_screen_header3_svg_24_" gradientUnits="userSpaceOnUse" x1="-506.309" y1="43.2976" x2="-506.309" y2="7.0938" gradientTransform="matrix(-1 0 0 1 1221.6563 0)">
|
|
305
|
+
<stop offset="0" :style="`stop-color:${color};stop-opacity:0`" />
|
|
306
|
+
<stop offset="1" :style="`stop-color:${color};stop-opacity:0.9`" />
|
|
307
|
+
</linearGradient>
|
|
308
|
+
<polygon class="st28" points="1697.6,43.3 1722.2,43.3 1758.3,7.1 1733.8,7.1" />
|
|
309
|
+
<animate attributeName="opacity" values="0.3;0.2;0.3" dur="2s" begin="0s" repeatCount="indefinite" />
|
|
310
|
+
</g>
|
|
311
|
+
<g>
|
|
312
|
+
<circle :fill="color" cx="1620.6" cy="33.8" r="3.1" />
|
|
313
|
+
<animate attributeName="opacity" values="1;0.8;1" dur="1s" begin="0s" repeatCount="indefinite" />
|
|
314
|
+
</g>
|
|
315
|
+
<g>
|
|
316
|
+
<circle :fill="color" cx="1629.6" cy="33.8" r="3.1" />
|
|
317
|
+
<animate attributeName="opacity" values="0.8;0.6;0.8" dur="1.1s" begin="0s" repeatCount="indefinite" />
|
|
318
|
+
</g>
|
|
319
|
+
<g>
|
|
320
|
+
<circle :fill="color" cx="1638.9" cy="33.8" r="3.1" />
|
|
321
|
+
<animate attributeName="opacity" values="0.6;0.4;0.6" dur="1.2s" begin="0s" repeatCount="indefinite" />
|
|
322
|
+
</g>
|
|
323
|
+
<g>
|
|
324
|
+
<circle :fill="color" cx="1647.9" cy="33.8" r="3.1" />
|
|
325
|
+
<animate attributeName="opacity" values="0.4;0.2;0.4" dur="1.3s" begin="0s" repeatCount="indefinite" />
|
|
326
|
+
</g>
|
|
327
|
+
<g>
|
|
328
|
+
<circle :fill="color" cx="1657.3" cy="33.8" r="3.1" />
|
|
329
|
+
<animate attributeName="opacity" values="0.2;0.1;0.2" dur="1.4s" begin="0s" repeatCount="indefinite" />
|
|
330
|
+
</g>
|
|
331
|
+
<g>
|
|
332
|
+
<circle :fill="color" cx="1666.3" cy="33.8" r="3.1" />
|
|
333
|
+
<animate attributeName="opacity" values="0.1;0.05;0.1" dur="1.5s" begin="0s" repeatCount="indefinite" />
|
|
334
|
+
</g>
|
|
335
|
+
</g>
|
|
336
|
+
</svg>
|
|
337
|
+
<div class="sh-screen-header-content" :style="svgStyle">
|
|
338
|
+
<slot></slot>
|
|
339
|
+
</div>
|
|
340
|
+
</div>
|
|
341
|
+
</template>
|
|
342
|
+
|
|
343
|
+
<script>
|
|
344
|
+
import mixin from '../mixin/header'
|
|
345
|
+
export default {
|
|
346
|
+
name: 'ScreenHeader3',
|
|
347
|
+
mixins: [mixin]
|
|
348
|
+
}
|
|
349
|
+
</script>
|
|
350
|
+
|
|
351
|
+
<style lang="scss" scoped>
|
|
352
|
+
.sh-screen-header3 {
|
|
353
|
+
.st0 {
|
|
354
|
+
fill: url(#sh_screen_header3_svg_1_);
|
|
355
|
+
}
|
|
356
|
+
.st1 {
|
|
357
|
+
opacity: 0.6;
|
|
358
|
+
}
|
|
359
|
+
.st2 {
|
|
360
|
+
fill: url(#sh_screen_header3_svg_2_);
|
|
361
|
+
}
|
|
362
|
+
.st3 {
|
|
363
|
+
fill: none;
|
|
364
|
+
stroke-linecap: round;
|
|
365
|
+
stroke-miterlimit: 10;
|
|
366
|
+
}
|
|
367
|
+
.st4 {
|
|
368
|
+
fill: #1de2ff;
|
|
369
|
+
}
|
|
370
|
+
.st5 {
|
|
371
|
+
opacity: 0.7;
|
|
372
|
+
}
|
|
373
|
+
.st6 {
|
|
374
|
+
opacity: 0.2;
|
|
375
|
+
}
|
|
376
|
+
.st7 {
|
|
377
|
+
fill: url(#sh_screen_header3_svg_3_);
|
|
378
|
+
}
|
|
379
|
+
.st8 {
|
|
380
|
+
fill: url(#sh_screen_header3_svg_4_);
|
|
381
|
+
}
|
|
382
|
+
.st9 {
|
|
383
|
+
fill: url(#sh_screen_header3_svg_5_);
|
|
384
|
+
}
|
|
385
|
+
.st10 {
|
|
386
|
+
fill: url(#sh_screen_header3_svg_6_);
|
|
387
|
+
}
|
|
388
|
+
.st11 {
|
|
389
|
+
fill: url(#sh_screen_header3_svg_7_);
|
|
390
|
+
}
|
|
391
|
+
.st12 {
|
|
392
|
+
fill: url(#sh_screen_header3_svg_8_);
|
|
393
|
+
}
|
|
394
|
+
.st13 {
|
|
395
|
+
fill: url(#sh_screen_header3_svg_9_);
|
|
396
|
+
}
|
|
397
|
+
.st14 {
|
|
398
|
+
fill: url(#sh_screen_header3_svg_10_);
|
|
399
|
+
}
|
|
400
|
+
.st15 {
|
|
401
|
+
fill: url(#sh_screen_header3_svg_11_);
|
|
402
|
+
}
|
|
403
|
+
.st16 {
|
|
404
|
+
fill: url(#sh_screen_header3_svg_12_);
|
|
405
|
+
}
|
|
406
|
+
.st17 {
|
|
407
|
+
fill: url(#sh_screen_header3_svg_13_);
|
|
408
|
+
}
|
|
409
|
+
.st18 {
|
|
410
|
+
fill: url(#sh_screen_header3_svg_14_);
|
|
411
|
+
}
|
|
412
|
+
.st19 {
|
|
413
|
+
fill: url(#sh_screen_header3_svg_15_);
|
|
414
|
+
}
|
|
415
|
+
.st20 {
|
|
416
|
+
fill: url(#sh_screen_header3_svg_16_);
|
|
417
|
+
}
|
|
418
|
+
.st21 {
|
|
419
|
+
fill: url(#sh_screen_header3_svg_17_);
|
|
420
|
+
}
|
|
421
|
+
.st22 {
|
|
422
|
+
fill: url(#sh_screen_header3_svg_18_);
|
|
423
|
+
}
|
|
424
|
+
.st23 {
|
|
425
|
+
fill: url(#sh_screen_header3_svg_19_);
|
|
426
|
+
}
|
|
427
|
+
.st24 {
|
|
428
|
+
fill: url(#sh_screen_header3_svg_20_);
|
|
429
|
+
}
|
|
430
|
+
.st25 {
|
|
431
|
+
fill: url(#sh_screen_header3_svg_21_);
|
|
432
|
+
}
|
|
433
|
+
.st26 {
|
|
434
|
+
fill: url(#sh_screen_header3_svg_22_);
|
|
435
|
+
}
|
|
436
|
+
.st27 {
|
|
437
|
+
fill: url(#sh_screen_header3_svg_23_);
|
|
438
|
+
}
|
|
439
|
+
.st28 {
|
|
440
|
+
fill: url(#sh_screen_header3_svg_24_);
|
|
441
|
+
}
|
|
442
|
+
.sh-screen-header-content {
|
|
443
|
+
position: absolute;
|
|
444
|
+
width: 100%;
|
|
445
|
+
top: 0;
|
|
446
|
+
text-align: center;
|
|
447
|
+
font-size: 42px;
|
|
448
|
+
line-height: 65px;
|
|
449
|
+
font-weight: 600;
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
</style>
|