adata-ui 0.3.73 → 0.3.74

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 (96) hide show
  1. package/README.md +7 -7
  2. package/babel.config.js +5 -5
  3. package/package.json +76 -76
  4. package/public/index.html +17 -17
  5. package/public/logo.svg +4 -4
  6. package/src/App.vue +25 -25
  7. package/src/assets/_text_field.scss +224 -224
  8. package/src/assets/facebook.svg +4 -4
  9. package/src/assets/instagram.svg +6 -6
  10. package/src/assets/logo-desktop-main.svg +8 -8
  11. package/src/assets/logo-desktop.svg +9 -9
  12. package/src/assets/logo-mobile-main.svg +4 -4
  13. package/src/assets/logo-mobile.svg +9 -9
  14. package/src/assets/logo-white-desktop.svg +8 -8
  15. package/src/assets/style.scss +1 -1
  16. package/src/assets/telegram.svg +4 -4
  17. package/src/assets/tiktok.svg +4 -4
  18. package/src/assets/up-down.svg +3 -3
  19. package/src/assets/youtube.svg +5 -5
  20. package/src/components/Alert/Alert.stories.js +17 -17
  21. package/src/components/Alert/Alert.vue +63 -63
  22. package/src/components/BottomNavigationBar/ABottomNavigationBar.vue +160 -160
  23. package/src/components/BottomNavigationBar/BottomNavigationBar.stories.js +24 -24
  24. package/src/components/Button/AButton.vue +231 -231
  25. package/src/components/Button/Button.stories.js +23 -23
  26. package/src/components/Checkbox/ACheckbox.vue +114 -114
  27. package/src/components/Checkbox/Checkbox.stories.js +15 -15
  28. package/src/components/CheckboxMenu/CheckboxMenu.stories.js +23 -23
  29. package/src/components/CheckboxMenu/CheckboxMenu.vue +108 -108
  30. package/src/components/ErrorPages/BadGateway.vue +224 -224
  31. package/src/components/ErrorPages/Forbidden.vue +468 -468
  32. package/src/components/ErrorPages/InternalServerError.vue +275 -275
  33. package/src/components/ErrorPages/NotFound.vue +995 -995
  34. package/src/components/ErrorPages/Unavailable.vue +3705 -3705
  35. package/src/components/Footer/Footer.stories.js +20 -20
  36. package/src/components/Footer/Footer.vue +292 -292
  37. package/src/components/Header/ChildLinks.vue +141 -122
  38. package/src/components/Header/Header.stories.js +56 -56
  39. package/src/components/Header/Header.vue +1289 -1289
  40. package/src/components/Header/InfoHeader.vue +319 -319
  41. package/src/components/Header/Profile.vue +670 -670
  42. package/src/components/Header/ProfileMenu.vue +291 -276
  43. package/src/components/Header/ProfileMobile.vue +308 -308
  44. package/src/components/Header/ProfileOld.vue +781 -781
  45. package/src/components/InternalServerError/InternalServerError.stories.js +16 -16
  46. package/src/components/InternalServerError/InternalServerError.vue +262 -262
  47. package/src/components/Introduction.stories.mdx +7 -7
  48. package/src/components/Loader/Loader.stories.js +24 -24
  49. package/src/components/Loader/Loader.vue +325 -325
  50. package/src/components/MailTo/MailTo.stories.js +14 -14
  51. package/src/components/MailTo/MailTo.vue +258 -258
  52. package/src/components/NavIcon/ANavIcon.vue +49 -49
  53. package/src/components/NavIcon/NavIcon.stories.js +14 -14
  54. package/src/components/PasswordField/PasswordField.stories.js +16 -16
  55. package/src/components/PasswordField/PasswordField.vue +77 -77
  56. package/src/components/SearchTextField/SearchTextField.stories.js +77 -77
  57. package/src/components/SearchTextField/SearchTextField.vue +230 -230
  58. package/src/components/ServiceSlider/AServiceSlider.vue +782 -782
  59. package/src/components/ServiceSlider/ServiceSlider.stories.js +20 -20
  60. package/src/components/Table/ATable.vue +117 -117
  61. package/src/components/Table/Table.stories.js +15 -15
  62. package/src/components/TextArea/TextArea.stories.js +17 -17
  63. package/src/components/TextArea/TextArea.vue +116 -116
  64. package/src/components/TextError/TextError.stories.js +15 -15
  65. package/src/components/TextError/TextError.vue +57 -57
  66. package/src/components/TextField/TextField.stories.js +17 -17
  67. package/src/components/TextField/TextField.vue +107 -107
  68. package/src/components/index.js +54 -54
  69. package/src/components/newComponents/FooterNew/FooterBottom.vue +153 -153
  70. package/src/components/newComponents/FooterNew/FooterItem.vue +113 -113
  71. package/src/components/newComponents/FooterNew/FooterNew.stories.js +20 -20
  72. package/src/components/newComponents/FooterNew/FooterNew.vue +39 -39
  73. package/src/components/newComponents/FooterNew/FooterTop.vue +321 -321
  74. package/src/components/transitions/SlideToggle.vue +55 -55
  75. package/src/components/transitions/VerticalMobileToggle.vue +75 -75
  76. package/src/configs/icons.js +112 -112
  77. package/src/configs/profileDropDown.js +134 -134
  78. package/src/main.js +12 -12
  79. package/dist/adata-ui.common.js +0 -12969
  80. package/dist/adata-ui.common.js.map +0 -1
  81. package/dist/adata-ui.css +0 -1
  82. package/dist/adata-ui.umd.js +0 -12979
  83. package/dist/adata-ui.umd.js.map +0 -1
  84. package/dist/adata-ui.umd.min.js +0 -7
  85. package/dist/adata-ui.umd.min.js.map +0 -1
  86. package/dist/demo.html +0 -10
  87. package/dist/img/facebook.797d820f.svg +0 -4
  88. package/dist/img/instagram.8a77381c.svg +0 -6
  89. package/dist/img/logo-desktop-main.4d169395.svg +0 -8
  90. package/dist/img/logo-mobile-main.397bce24.svg +0 -4
  91. package/dist/img/logo-white-desktop.7d0e3481.svg +0 -8
  92. package/dist/img/telegram.be0d1008.svg +0 -4
  93. package/dist/img/tiktok.eaeb39cb.svg +0 -4
  94. package/dist/img/up-down.e2b28f72.svg +0 -3
  95. package/dist/img/youtube.125aace6.svg +0 -5
  96. package/package-lock.json +0 -26218
@@ -1,321 +1,321 @@
1
- <template>
2
- <div class="top">
3
- <div class="top__block">
4
- <div class="top__block__pk">
5
- <footer-item :cols="pk" :title="pkTitle"/>
6
- </div>
7
- <div class="top__block__item">
8
- <footer-item :cols="work" :title="workTitle"/>
9
- </div>
10
- <div class="top__block__item">
11
- <footer-item :cols="tender" :title="tenderTitle"/>
12
- </div>
13
- <div class="top__block__item">
14
- <footer-item :cols="avto" :title="avtoTitle"/>
15
- </div>
16
- <div class="top__block__item">
17
- <footer-item :cols="marketing" :title="marketingTitle"/>
18
- </div>
19
- </div>
20
- <div class="top__web">
21
- <a href="https://www.youtube.com/channel/UCPkbtgwgTZbMJXjmTi3R8Uw/featured" class="youtube"/>
22
- <a href="https://www.instagram.com/adata.kz/?igshid=253i4qxg3els" class="instagram"></a>
23
- <a href="https://t.me/adatakz_official" class="telegram"></a>
24
- <a href="https://www.facebook.com/adata.kz" class="facebook"></a>
25
- <a href="https://www.tiktok.com/@adata.kz?lang=ru-RU" class="tiktok"/>
26
- </div>
27
- </div>
28
- </template>
29
- <script>
30
- import FooterItem from "@/components/newComponents/FooterNew/FooterItem";
31
-
32
- export default {
33
- name: "FooterTop",
34
- components: {
35
- FooterItem
36
- },
37
- props: {
38
- mode: {
39
- type: String,
40
- required: true,
41
- validator: function (value) {
42
- return ["prod", "dev", "staging"].indexOf(value) !== -1;
43
- },
44
- },
45
- },
46
-
47
- data() {
48
- return {
49
- pkTitle: 'Контрагенты',
50
- workTitle: 'Работа',
51
- tenderTitle: 'Тендеры',
52
- avtoTitle: 'Штрафы',
53
- marketingTitle: 'Аналитика',
54
- main: {
55
- dev: "adtdev.kz",
56
- prod: "adata.kz",
57
- staging: "adada.kz",
58
- },
59
- }
60
- },
61
- computed: {
62
- environment() {
63
- return this.main[this.mode]
64
- },
65
- pk() {
66
- return [
67
- {
68
- id: 1,
69
- text: 'Проверка контрагентов',
70
- link: `https://pk.${this.environment}`
71
- },
72
- {
73
- id: 2,
74
- text: 'Сравнение контрагентов',
75
- link: `https://pk.${this.environment}/counterparty/compare`
76
-
77
- },
78
- {
79
- id: 3,
80
- text: 'Косвенные связи',
81
- link: `https://pk.${this.environment}/counterparty/search-connections/check`,
82
- },
83
- {
84
- id: 4,
85
- text: 'Массовая проверка',
86
- link: `https://pk.${this.environment}/counterparty/employees-check`,
87
- },
88
- {
89
- id: 5,
90
- text: 'Зарубежные контрагенты',
91
- link: `https://pk.${this.environment}/counterparty/foreign`,
92
- },
93
- {
94
- id: 6,
95
- text: 'Санкции',
96
- link: `https://pk.${this.environment}/counterparty/sanctions`,
97
- },
98
- {
99
- id: 8,
100
- text: 'Офшоры',
101
- link: `https://pk.${this.environment}/counterparty/offshore`,
102
- },
103
- // {
104
- // id: 9,
105
- // text: 'Интеграция по API',
106
- // link: `https://pk.${this.environment}/counterparty/offshore`,
107
- // },
108
-
109
- ]
110
- },
111
- work() {
112
- return [
113
- {
114
- id: 1,
115
- text: 'Поиск вакансий',
116
- link: `https://work.${this.environment}/vacancy`
117
-
118
- },
119
- {
120
- id: 2,
121
- text: 'Поиск резюме',
122
- link: `https://work.${this.environment}/summary`
123
- },
124
- ]
125
- },
126
- tender() {
127
- return [
128
- {
129
- id: 1,
130
- text: 'Поиск тендеров',
131
- link: `https://tender.${this.environment}/`
132
- },
133
- {
134
- id: 2,
135
- text: 'Поиск договоров',
136
- link: `https://tender.${this.environment}/main/contracts`
137
- },
138
- {
139
- id: 3,
140
- text: 'Планы закупок',
141
- link: `https://tender.${this.environment}/main/plans`
142
- },
143
- ]
144
- },
145
- avto() {
146
- return [
147
- {
148
- id: 1,
149
- text: 'Проверка штрафов',
150
- link: `https://avto.${this.environment}/`
151
- },
152
- {
153
- id: 2,
154
- text: ' Проверка авто',
155
- link: `https://avto.${this.environment}/check`
156
- },
157
- {
158
- id: 3,
159
- text: 'Массовая проверка авто',
160
- link: `https://avto.${this.environment}/bulk-check`
161
- },
162
- ]
163
- },
164
- marketing() {
165
- return [
166
- {
167
- id: 1,
168
- text: 'Поиск клиентов',
169
- link: `https://analytics.${this.environment}/unload-data`
170
- },
171
- {
172
- id: 2,
173
- text: 'Анализ закупок',
174
- link: `https://analytics.${this.environment}/purchasing-analysis`
175
- },
176
- {
177
- id: 3,
178
- text: 'Индекс деловой активности',
179
- link: `https://analytics.${this.environment}/business-activity`
180
- },
181
- {
182
- id: 4,
183
- text: 'Рейтинг налогоплательщиков',
184
- link: `https://analytics.${this.environment}/tax-payment`
185
- },
186
- {
187
- id: 5,
188
- text: 'Субъекты бизнеса',
189
- link: `https://analytics.${this.environment}/business-entities`
190
- },
191
- ]
192
- }
193
- }
194
-
195
- }
196
- </script>
197
-
198
- <style lang="scss" scoped>
199
- .top {
200
- border-bottom: 0.5px solid #FFFFFF;
201
- &__block {
202
- display: flex;
203
- align-items: flex-start;
204
- justify-content: space-between;
205
- color: #FFF;
206
- max-width: 1180px;
207
- margin: 0 calc((100vw - 1180px)/2);
208
- padding: 40px 20px 20px;
209
- @media (max-width: 1140px) {
210
- margin: 0 auto;
211
- display: flex;
212
- flex-direction: column;
213
- gap: 16px;
214
- padding: 20px 16px;
215
- }
216
-
217
- &__pk {
218
- @media (max-width: 1140px) {
219
- display: flex;
220
- gap: 8px;
221
- flex-direction: column;
222
- width: 100%;
223
- }
224
-
225
- &__item {
226
- display: flex;
227
- gap: 8px;
228
- flex-direction: column;
229
-
230
- }
231
- }
232
-
233
- &__item {
234
- display: flex;
235
- flex-direction: column;
236
- gap: 8px;
237
- @media (max-width: 1140px) {
238
- width: 100%;
239
- }
240
- }
241
- }
242
-
243
- &__web {
244
- display: flex;
245
- align-items: center;
246
- gap: 32px;
247
- justify-content: flex-end;
248
- max-width: 1180px;
249
- margin: 0 calc((100vw - 1180px)/2);
250
- padding: 0px 20px 20px 0;
251
- @media (max-width: 1140px) {
252
- justify-content: flex-start;
253
- margin: 0 auto;
254
- gap: 16px;
255
- padding: 0 16px 20px
256
- }
257
- }
258
- }
259
-
260
- .item-title {
261
- font-weight: 600;
262
- font-size: 14px;
263
- line-height: 20px;
264
- color: #FFFFFF;
265
- text-align: left;
266
- @media (max-width: 1140px) {
267
- display: flex;
268
- align-items: center;
269
- justify-content: space-between;
270
- }
271
- }
272
-
273
- .item-text {
274
- font-weight: 400;
275
- font-size: 12px;
276
- line-height: 20px;
277
- text-align: left;
278
- color: #FFFFFF;
279
-
280
- a {
281
- color: #FFFFFF;
282
- cursor: pointer;
283
- }
284
- }
285
-
286
-
287
- .youtube {
288
- width: 28px;
289
- height: 28px;
290
- background-image: url('~@/assets/youtube.svg');
291
- cursor: pointer;
292
- }
293
-
294
- .instagram {
295
- width: 28px;
296
- height: 28px;
297
- background-image: url('~@/assets/instagram.svg');
298
- cursor: pointer;
299
- }
300
-
301
- .telegram {
302
- width: 28px;
303
- height: 28px;
304
- background-image: url('~@/assets/telegram.svg');
305
- cursor: pointer;
306
- }
307
-
308
- .facebook {
309
- width: 28px;
310
- height: 28px;
311
- background-image: url('~@/assets/facebook.svg');
312
- cursor: pointer;
313
- }
314
-
315
- .tiktok {
316
- width: 28px;
317
- height: 28px;
318
- background-image: url('~@/assets/tiktok.svg');
319
- cursor: pointer;
320
- }
321
- </style>
1
+ <template>
2
+ <div class="top">
3
+ <div class="top__block">
4
+ <div class="top__block__pk">
5
+ <footer-item :cols="pk" :title="pkTitle"/>
6
+ </div>
7
+ <div class="top__block__item">
8
+ <footer-item :cols="work" :title="workTitle"/>
9
+ </div>
10
+ <div class="top__block__item">
11
+ <footer-item :cols="tender" :title="tenderTitle"/>
12
+ </div>
13
+ <div class="top__block__item">
14
+ <footer-item :cols="avto" :title="avtoTitle"/>
15
+ </div>
16
+ <div class="top__block__item">
17
+ <footer-item :cols="marketing" :title="marketingTitle"/>
18
+ </div>
19
+ </div>
20
+ <div class="top__web">
21
+ <a href="https://www.youtube.com/channel/UCPkbtgwgTZbMJXjmTi3R8Uw/featured" class="youtube"/>
22
+ <a href="https://www.instagram.com/adata.kz/?igshid=253i4qxg3els" class="instagram"></a>
23
+ <a href="https://t.me/adatakz_official" class="telegram"></a>
24
+ <a href="https://www.facebook.com/adata.kz" class="facebook"></a>
25
+ <a href="https://www.tiktok.com/@adata.kz?lang=ru-RU" class="tiktok"/>
26
+ </div>
27
+ </div>
28
+ </template>
29
+ <script>
30
+ import FooterItem from "@/components/newComponents/FooterNew/FooterItem";
31
+
32
+ export default {
33
+ name: "FooterTop",
34
+ components: {
35
+ FooterItem
36
+ },
37
+ props: {
38
+ mode: {
39
+ type: String,
40
+ required: true,
41
+ validator: function (value) {
42
+ return ["prod", "dev", "staging"].indexOf(value) !== -1;
43
+ },
44
+ },
45
+ },
46
+
47
+ data() {
48
+ return {
49
+ pkTitle: 'Контрагенты',
50
+ workTitle: 'Работа',
51
+ tenderTitle: 'Тендеры',
52
+ avtoTitle: 'Штрафы',
53
+ marketingTitle: 'Аналитика',
54
+ main: {
55
+ dev: "adtdev.kz",
56
+ prod: "adata.kz",
57
+ staging: "adada.kz",
58
+ },
59
+ }
60
+ },
61
+ computed: {
62
+ environment() {
63
+ return this.main[this.mode]
64
+ },
65
+ pk() {
66
+ return [
67
+ {
68
+ id: 1,
69
+ text: 'Проверка контрагентов',
70
+ link: `https://pk.${this.environment}`
71
+ },
72
+ {
73
+ id: 2,
74
+ text: 'Сравнение контрагентов',
75
+ link: `https://pk.${this.environment}/counterparty/compare`
76
+
77
+ },
78
+ {
79
+ id: 3,
80
+ text: 'Косвенные связи',
81
+ link: `https://pk.${this.environment}/counterparty/search-connections/check`,
82
+ },
83
+ {
84
+ id: 4,
85
+ text: 'Массовая проверка',
86
+ link: `https://pk.${this.environment}/counterparty/employees-check`,
87
+ },
88
+ {
89
+ id: 5,
90
+ text: 'Зарубежные контрагенты',
91
+ link: `https://pk.${this.environment}/counterparty/foreign`,
92
+ },
93
+ {
94
+ id: 6,
95
+ text: 'Санкции',
96
+ link: `https://pk.${this.environment}/counterparty/sanctions`,
97
+ },
98
+ {
99
+ id: 8,
100
+ text: 'Офшоры',
101
+ link: `https://pk.${this.environment}/counterparty/offshore`,
102
+ },
103
+ // {
104
+ // id: 9,
105
+ // text: 'Интеграция по API',
106
+ // link: `https://pk.${this.environment}/counterparty/offshore`,
107
+ // },
108
+
109
+ ]
110
+ },
111
+ work() {
112
+ return [
113
+ {
114
+ id: 1,
115
+ text: 'Поиск вакансий',
116
+ link: `https://work.${this.environment}/vacancy`
117
+
118
+ },
119
+ {
120
+ id: 2,
121
+ text: 'Поиск резюме',
122
+ link: `https://work.${this.environment}/summary`
123
+ },
124
+ ]
125
+ },
126
+ tender() {
127
+ return [
128
+ {
129
+ id: 1,
130
+ text: 'Поиск тендеров',
131
+ link: `https://tender.${this.environment}/`
132
+ },
133
+ {
134
+ id: 2,
135
+ text: 'Поиск договоров',
136
+ link: `https://tender.${this.environment}/main/contracts`
137
+ },
138
+ {
139
+ id: 3,
140
+ text: 'Планы закупок',
141
+ link: `https://tender.${this.environment}/main/plans`
142
+ },
143
+ ]
144
+ },
145
+ avto() {
146
+ return [
147
+ {
148
+ id: 1,
149
+ text: 'Проверка штрафов',
150
+ link: `https://avto.${this.environment}/`
151
+ },
152
+ {
153
+ id: 2,
154
+ text: ' Проверка авто',
155
+ link: `https://avto.${this.environment}/check`
156
+ },
157
+ {
158
+ id: 3,
159
+ text: 'Массовая проверка авто',
160
+ link: `https://avto.${this.environment}/bulk-check`
161
+ },
162
+ ]
163
+ },
164
+ marketing() {
165
+ return [
166
+ {
167
+ id: 1,
168
+ text: 'Поиск клиентов',
169
+ link: `https://analytics.${this.environment}/unload-data`
170
+ },
171
+ {
172
+ id: 2,
173
+ text: 'Анализ закупок',
174
+ link: `https://analytics.${this.environment}/purchasing-analysis`
175
+ },
176
+ {
177
+ id: 3,
178
+ text: 'Индекс деловой активности',
179
+ link: `https://analytics.${this.environment}/business-activity`
180
+ },
181
+ {
182
+ id: 4,
183
+ text: 'Рейтинг налогоплательщиков',
184
+ link: `https://analytics.${this.environment}/tax-payment`
185
+ },
186
+ {
187
+ id: 5,
188
+ text: 'Субъекты бизнеса',
189
+ link: `https://analytics.${this.environment}/business-entities`
190
+ },
191
+ ]
192
+ }
193
+ }
194
+
195
+ }
196
+ </script>
197
+
198
+ <style lang="scss" scoped>
199
+ .top {
200
+ border-bottom: 0.5px solid #FFFFFF;
201
+ &__block {
202
+ display: flex;
203
+ align-items: flex-start;
204
+ justify-content: space-between;
205
+ color: #FFF;
206
+ max-width: 1180px;
207
+ margin: 0 calc((100vw - 1180px)/2);
208
+ padding: 40px 20px 20px;
209
+ @media (max-width: 1140px) {
210
+ margin: 0 auto;
211
+ display: flex;
212
+ flex-direction: column;
213
+ gap: 16px;
214
+ padding: 20px 16px;
215
+ }
216
+
217
+ &__pk {
218
+ @media (max-width: 1140px) {
219
+ display: flex;
220
+ gap: 8px;
221
+ flex-direction: column;
222
+ width: 100%;
223
+ }
224
+
225
+ &__item {
226
+ display: flex;
227
+ gap: 8px;
228
+ flex-direction: column;
229
+
230
+ }
231
+ }
232
+
233
+ &__item {
234
+ display: flex;
235
+ flex-direction: column;
236
+ gap: 8px;
237
+ @media (max-width: 1140px) {
238
+ width: 100%;
239
+ }
240
+ }
241
+ }
242
+
243
+ &__web {
244
+ display: flex;
245
+ align-items: center;
246
+ gap: 32px;
247
+ justify-content: flex-end;
248
+ max-width: 1180px;
249
+ margin: 0 calc((100vw - 1180px)/2);
250
+ padding: 0px 20px 20px 0;
251
+ @media (max-width: 1140px) {
252
+ justify-content: flex-start;
253
+ margin: 0 auto;
254
+ gap: 16px;
255
+ padding: 0 16px 20px
256
+ }
257
+ }
258
+ }
259
+
260
+ .item-title {
261
+ font-weight: 600;
262
+ font-size: 14px;
263
+ line-height: 20px;
264
+ color: #FFFFFF;
265
+ text-align: left;
266
+ @media (max-width: 1140px) {
267
+ display: flex;
268
+ align-items: center;
269
+ justify-content: space-between;
270
+ }
271
+ }
272
+
273
+ .item-text {
274
+ font-weight: 400;
275
+ font-size: 12px;
276
+ line-height: 20px;
277
+ text-align: left;
278
+ color: #FFFFFF;
279
+
280
+ a {
281
+ color: #FFFFFF;
282
+ cursor: pointer;
283
+ }
284
+ }
285
+
286
+
287
+ .youtube {
288
+ width: 28px;
289
+ height: 28px;
290
+ background-image: url('~@/assets/youtube.svg');
291
+ cursor: pointer;
292
+ }
293
+
294
+ .instagram {
295
+ width: 28px;
296
+ height: 28px;
297
+ background-image: url('~@/assets/instagram.svg');
298
+ cursor: pointer;
299
+ }
300
+
301
+ .telegram {
302
+ width: 28px;
303
+ height: 28px;
304
+ background-image: url('~@/assets/telegram.svg');
305
+ cursor: pointer;
306
+ }
307
+
308
+ .facebook {
309
+ width: 28px;
310
+ height: 28px;
311
+ background-image: url('~@/assets/facebook.svg');
312
+ cursor: pointer;
313
+ }
314
+
315
+ .tiktok {
316
+ width: 28px;
317
+ height: 28px;
318
+ background-image: url('~@/assets/tiktok.svg');
319
+ cursor: pointer;
320
+ }
321
+ </style>