ydb-components-material 0.1.125 → 0.1.127

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 (130) hide show
  1. package/build/docs/404.html +3 -3
  2. package/build/docs/_demos/:uuid +3 -3
  3. package/build/docs/colorful-button.html +3 -3
  4. package/build/docs/colorful-input.html +3 -3
  5. package/build/docs/index.html +3 -3
  6. package/build/docs/{umi.35f02979.css → umi.57dda8ea.css} +1 -1
  7. package/build/docs/umi.814d7acd.js +1 -0
  8. package/build/docs/~demos/:uuid.html +3 -3
  9. package/build/docs/~demos/colorful-button-demo.html +3 -3
  10. package/build/docs/~demos/colorful-input-demo.html +3 -3
  11. package/build/lowcode/3.js +2 -2
  12. package/build/lowcode/4.js +1 -1
  13. package/build/lowcode/5.js +1 -1
  14. package/build/lowcode/assets-daily.json +11 -11
  15. package/build/lowcode/assets-dev.json +2 -2
  16. package/build/lowcode/assets-prod.json +11 -11
  17. package/build/lowcode/index.js +1 -1
  18. package/build/lowcode/meta.js +10 -1
  19. package/build/lowcode/preview.js +145 -145
  20. package/build/lowcode/render/default/1.js +2 -2
  21. package/build/lowcode/render/default/2.js +1 -1
  22. package/build/lowcode/render/default/3.js +1 -1
  23. package/build/lowcode/render/default/view.css +1 -1
  24. package/build/lowcode/render/default/view.js +32 -23
  25. package/build/lowcode/view.css +1 -1
  26. package/build/lowcode/view.js +32 -23
  27. package/dist/1.js +2 -2
  28. package/dist/1.js.map +1 -1
  29. package/dist/2.js +1 -1
  30. package/dist/3.js +1 -1
  31. package/dist/BizComps.css +1 -1
  32. package/dist/BizComps.js +38 -29
  33. package/dist/BizComps.js.map +1 -1
  34. package/es/api.js +29 -28
  35. package/es/components/file-list/item.js +3 -1
  36. package/es/components/guide-pc/comment.js +4 -4
  37. package/es/components/guide-pc/comment.scss +3 -3
  38. package/es/components/guide-pc/components/accept.js +3 -3
  39. package/es/components/guide-pc/components/accept.scss +3 -3
  40. package/es/components/guide-pc/components/basicInfo.js +31 -31
  41. package/es/components/guide-pc/components/basicInfo.scss +5 -5
  42. package/es/components/guide-pc/components/eventInfo.d.ts +7 -0
  43. package/es/components/guide-pc/components/eventInfo.js +45 -0
  44. package/es/components/guide-pc/components/eventInfo.scss +36 -0
  45. package/es/components/guide-pc/components/guideTabs.js +2 -2
  46. package/es/components/guide-pc/components/guideTabs.scss +3 -2
  47. package/es/components/guide-pc/components/guideTitle.js +4 -4
  48. package/es/components/guide-pc/components/guideTitle.scss +3 -3
  49. package/es/components/guide-pc/components/materialsList.js +46 -49
  50. package/es/components/guide-pc/components/materialsList.scss +22 -22
  51. package/es/components/guide-pc/components/places.js +21 -21
  52. package/es/components/guide-pc/components/places.scss +19 -19
  53. package/es/components/guide-pc/components/processImg.js +19 -19
  54. package/es/components/guide-pc/components/processImg.scss +16 -16
  55. package/es/components/guide-pc/components/result.js +36 -36
  56. package/es/components/guide-pc/components/result.scss +15 -15
  57. package/es/components/guide-pc/components/situation.d.ts +4 -0
  58. package/es/components/guide-pc/components/situation.js +35 -31
  59. package/es/components/guide-pc/components/situation.scss +9 -9
  60. package/es/components/guide-pc/imgs/icon1.png +0 -0
  61. package/es/components/guide-pc/imgs/icon2.png +0 -0
  62. package/es/components/guide-pc/index.d.ts +1 -3
  63. package/es/components/guide-pc/index.js +41 -88
  64. package/es/components/guide-pc/index.scss +43 -103
  65. package/lib/api.js +29 -28
  66. package/lib/components/file-list/item.js +3 -1
  67. package/lib/components/guide-pc/comment.js +4 -4
  68. package/lib/components/guide-pc/comment.scss +3 -3
  69. package/lib/components/guide-pc/components/accept.js +3 -3
  70. package/lib/components/guide-pc/components/accept.scss +3 -3
  71. package/lib/components/guide-pc/components/basicInfo.js +31 -31
  72. package/lib/components/guide-pc/components/basicInfo.scss +5 -5
  73. package/lib/components/guide-pc/components/eventInfo.d.ts +7 -0
  74. package/lib/components/guide-pc/components/eventInfo.js +51 -0
  75. package/lib/components/guide-pc/components/eventInfo.scss +36 -0
  76. package/lib/components/guide-pc/components/guideTabs.js +2 -2
  77. package/lib/components/guide-pc/components/guideTabs.scss +3 -2
  78. package/lib/components/guide-pc/components/guideTitle.js +4 -4
  79. package/lib/components/guide-pc/components/guideTitle.scss +3 -3
  80. package/lib/components/guide-pc/components/materialsList.js +46 -49
  81. package/lib/components/guide-pc/components/materialsList.scss +22 -22
  82. package/lib/components/guide-pc/components/places.js +21 -21
  83. package/lib/components/guide-pc/components/places.scss +19 -19
  84. package/lib/components/guide-pc/components/processImg.js +19 -19
  85. package/lib/components/guide-pc/components/processImg.scss +16 -16
  86. package/lib/components/guide-pc/components/result.js +36 -36
  87. package/lib/components/guide-pc/components/result.scss +15 -15
  88. package/lib/components/guide-pc/components/situation.d.ts +4 -0
  89. package/lib/components/guide-pc/components/situation.js +35 -31
  90. package/lib/components/guide-pc/components/situation.scss +9 -9
  91. package/lib/components/guide-pc/imgs/icon1.png +0 -0
  92. package/lib/components/guide-pc/imgs/icon2.png +0 -0
  93. package/lib/components/guide-pc/index.d.ts +1 -3
  94. package/lib/components/guide-pc/index.js +41 -88
  95. package/lib/components/guide-pc/index.scss +43 -103
  96. package/lowcode/guide-pc/meta.ts +1 -32
  97. package/lowcode_es/guide-pc/meta.js +0 -30
  98. package/lowcode_es/meta.js +1 -1
  99. package/lowcode_lib/guide-pc/meta.js +0 -30
  100. package/lowcode_lib/meta.js +1 -1
  101. package/package.json +4 -3
  102. package/build/docs/umi.5327dbca.js +0 -1
  103. package/es/components/guide-pc/comment.vue +0 -117
  104. package/es/components/guide-pc/components/accept.vue +0 -50
  105. package/es/components/guide-pc/components/basicInfo.vue +0 -81
  106. package/es/components/guide-pc/components/guideTabs.vue +0 -48
  107. package/es/components/guide-pc/components/guideTitle.vue +0 -43
  108. package/es/components/guide-pc/components/materialsList.vue +0 -403
  109. package/es/components/guide-pc/components/places.vue +0 -198
  110. package/es/components/guide-pc/components/processImg.vue +0 -300
  111. package/es/components/guide-pc/components/result.vue +0 -191
  112. package/es/components/guide-pc/components/situation.vue +0 -430
  113. package/es/components/guide-pc/guide.vue +0 -179
  114. package/es/components/guide-pc/imgs/error.png +0 -0
  115. package/es/components/guide-pc/imgs/judge.png +0 -0
  116. package/es/components/guide-pc/imgs/pass.png +0 -0
  117. package/lib/components/guide-pc/comment.vue +0 -117
  118. package/lib/components/guide-pc/components/accept.vue +0 -50
  119. package/lib/components/guide-pc/components/basicInfo.vue +0 -81
  120. package/lib/components/guide-pc/components/guideTabs.vue +0 -48
  121. package/lib/components/guide-pc/components/guideTitle.vue +0 -43
  122. package/lib/components/guide-pc/components/materialsList.vue +0 -403
  123. package/lib/components/guide-pc/components/places.vue +0 -198
  124. package/lib/components/guide-pc/components/processImg.vue +0 -300
  125. package/lib/components/guide-pc/components/result.vue +0 -191
  126. package/lib/components/guide-pc/components/situation.vue +0 -430
  127. package/lib/components/guide-pc/guide.vue +0 -179
  128. package/lib/components/guide-pc/imgs/error.png +0 -0
  129. package/lib/components/guide-pc/imgs/judge.png +0 -0
  130. package/lib/components/guide-pc/imgs/pass.png +0 -0
@@ -3,7 +3,6 @@ import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
3
3
  import _Message from "@alifd/next/es/message";
4
4
  import _regeneratorRuntime from "@babel/runtime/regenerator";
5
5
  import * as React from 'react';
6
- import GuideTitle from "./guideTitle";
7
6
  import "./materialsList.scss";
8
7
  import { getUrlById, onlinePreview } from "../../../api.js";
9
8
  var MaterialsList = function MaterialsList(_ref) {
@@ -223,141 +222,139 @@ var MaterialsList = function MaterialsList(_ref) {
223
222
  return item.subMaterials && item.subMaterials.length > 0;
224
223
  };
225
224
  return /*#__PURE__*/React.createElement("div", {
226
- className: "materialsList-content"
227
- }, /*#__PURE__*/React.createElement(GuideTitle, {
228
- title: "\u6750\u6599\u6E05\u5355"
229
- }), /*#__PURE__*/React.createElement("div", {
230
- className: "table-con"
225
+ className: "pc-materialsList-content"
226
+ }, /*#__PURE__*/React.createElement("div", {
227
+ className: "pc-table-con"
231
228
  }, /*#__PURE__*/React.createElement("table", {
232
- className: "material-table"
229
+ className: "pc-material-table"
233
230
  }, /*#__PURE__*/React.createElement("thead", null, /*#__PURE__*/React.createElement("tr", null, /*#__PURE__*/React.createElement("th", {
234
- className: "col-name"
231
+ className: "pc-col-name"
235
232
  }, "\u6750\u6599\u540D\u79F0"), /*#__PURE__*/React.createElement("th", {
236
- className: "col-type"
233
+ className: "pc-col-type"
237
234
  }, "\u6750\u6599\u5206\u7C7B"), /*#__PURE__*/React.createElement("th", {
238
- className: "col-need"
235
+ className: "pc-col-need"
239
236
  }, "\u6750\u6599\u5FC5\u8981\u6027"), /*#__PURE__*/React.createElement("th", {
240
- className: "col-sample"
237
+ className: "pc-col-sample"
241
238
  }, "\u6837\u8868"), /*#__PURE__*/React.createElement("th", {
242
- className: "col-form"
239
+ className: "pc-col-form"
243
240
  }, "\u7A7A\u767D\u8868\u683C"), /*#__PURE__*/React.createElement("th", {
244
- className: "col-check"
241
+ className: "pc-col-check"
245
242
  }, "\u5BA1\u67E5\u8981\u70B9"))), /*#__PURE__*/React.createElement("tbody", null, list.map(function (item, index) {
246
243
  return /*#__PURE__*/React.createElement(React.Fragment, {
247
244
  key: index
248
245
  }, /*#__PURE__*/React.createElement("tr", {
249
- className: "data-row"
246
+ className: "pc-data-row"
250
247
  }, /*#__PURE__*/React.createElement("td", null, /*#__PURE__*/React.createElement("div", {
251
- className: "material-name-cell"
248
+ className: "pc-material-name-cell"
252
249
  }, item.materialName)), /*#__PURE__*/React.createElement("td", {
253
- className: "center"
250
+ className: "pc-center"
254
251
  }, !hasSubMaterials(item) && /*#__PURE__*/React.createElement("div", {
255
- className: "type-btns"
252
+ className: "pc-type-btns"
256
253
  }, getFileType(item) === '智' && /*#__PURE__*/React.createElement("span", {
257
- className: "type-tag type-tag-zhi",
254
+ className: "pc-type-tag pc-type-tag-zhi",
258
255
  onClick: function onClick() {
259
256
  return showTip('智');
260
257
  }
261
258
  }, "\u667A"), getFileType(item) === '享' && /*#__PURE__*/React.createElement("span", {
262
- className: "type-tag type-tag-xiang",
259
+ className: "pc-type-tag pc-type-tag-xiang",
263
260
  onClick: function onClick() {
264
261
  return showTip('享');
265
262
  }
266
263
  }, "\u4EAB"), getFileType(item) === '自' && /*#__PURE__*/React.createElement("span", {
267
- className: "type-tag type-tag-zi",
264
+ className: "pc-type-tag pc-type-tag-zi",
268
265
  onClick: function onClick() {
269
266
  return showTip('自');
270
267
  }
271
268
  }, "\u81EA"))), /*#__PURE__*/React.createElement("td", {
272
- className: "center"
269
+ className: "pc-center"
273
270
  }, item.isNeed === '1' ? '必要' : '非必要'), /*#__PURE__*/React.createElement("td", {
274
- className: "center"
271
+ className: "pc-center"
275
272
  }, !hasSubMaterials(item) && /*#__PURE__*/React.createElement("div", {
276
- className: "link-list"
273
+ className: "pc-link-list"
277
274
  }, initMaterialExample(item).map(function (sub, si) {
278
275
  return /*#__PURE__*/React.createElement("span", {
279
- className: "link",
276
+ className: "pc-link",
280
277
  key: si,
281
278
  onClick: function onClick() {
282
279
  return previewFile(sub);
283
280
  }
284
281
  }, sub.name);
285
282
  }))), /*#__PURE__*/React.createElement("td", {
286
- className: "center"
283
+ className: "pc-center"
287
284
  }, /*#__PURE__*/React.createElement("div", {
288
- className: "link-list"
285
+ className: "pc-link-list"
289
286
  }, initFormGuid(item).map(function (sub, si) {
290
287
  return /*#__PURE__*/React.createElement("span", {
291
- className: "link",
288
+ className: "pc-link",
292
289
  key: si,
293
290
  onClick: function onClick() {
294
291
  return goDownLoad(sub);
295
292
  }
296
293
  }, sub.name);
297
294
  }))), /*#__PURE__*/React.createElement("td", {
298
- className: "center"
295
+ className: "pc-center"
299
296
  }, item.keyPoint && /*#__PURE__*/React.createElement("span", {
300
- className: "link",
297
+ className: "pc-link",
301
298
  onClick: function onClick() {
302
299
  return checkPoint(item);
303
300
  }
304
301
  }, "\u67E5\u770B"))), hasSubMaterials(item) && item.subMaterials.map(function (sub, si) {
305
302
  return /*#__PURE__*/React.createElement("tr", {
306
- className: "data-row sub-row",
303
+ className: "pc-data-row pc-sub-row",
307
304
  key: "sub-" + si
308
305
  }, /*#__PURE__*/React.createElement("td", null, /*#__PURE__*/React.createElement("div", {
309
- className: "material-name-cell sub-name"
306
+ className: "pc-material-name-cell pc-sub-name"
310
307
  }, /*#__PURE__*/React.createElement("span", {
311
- className: "sub-indent"
308
+ className: "pc-sub-indent"
312
309
  }), sub.materialName)), /*#__PURE__*/React.createElement("td", {
313
- className: "center"
310
+ className: "pc-center"
314
311
  }, /*#__PURE__*/React.createElement("div", {
315
- className: "type-btns"
312
+ className: "pc-type-btns"
316
313
  }, getFileType(sub) === '智' && /*#__PURE__*/React.createElement("span", {
317
- className: "type-tag type-tag-zhi",
314
+ className: "pc-type-tag pc-type-tag-zhi",
318
315
  onClick: function onClick() {
319
316
  return showTip('智');
320
317
  }
321
318
  }, "\u667A"), getFileType(sub) === '享' && /*#__PURE__*/React.createElement("span", {
322
- className: "type-tag type-tag-xiang",
319
+ className: "pc-type-tag pc-type-tag-xiang",
323
320
  onClick: function onClick() {
324
321
  return showTip('享');
325
322
  }
326
323
  }, "\u4EAB"), getFileType(sub) === '自' && /*#__PURE__*/React.createElement("span", {
327
- className: "type-tag type-tag-zi",
324
+ className: "pc-type-tag pc-type-tag-zi",
328
325
  onClick: function onClick() {
329
326
  return showTip('自');
330
327
  }
331
328
  }, "\u81EA"))), /*#__PURE__*/React.createElement("td", {
332
- className: "center"
329
+ className: "pc-center"
333
330
  }, sub.isNeed === '1' ? '必要' : '非必要'), /*#__PURE__*/React.createElement("td", {
334
- className: "center"
331
+ className: "pc-center"
335
332
  }, /*#__PURE__*/React.createElement("div", {
336
- className: "link-list"
333
+ className: "pc-link-list"
337
334
  }, initMaterialExample(sub).map(function (s, sii) {
338
335
  return /*#__PURE__*/React.createElement("span", {
339
- className: "link",
336
+ className: "pc-link",
340
337
  key: sii,
341
338
  onClick: function onClick() {
342
339
  return previewFile(s);
343
340
  }
344
341
  }, s.name);
345
342
  }))), /*#__PURE__*/React.createElement("td", {
346
- className: "center"
343
+ className: "pc-center"
347
344
  }, /*#__PURE__*/React.createElement("div", {
348
- className: "link-list"
345
+ className: "pc-link-list"
349
346
  }, initFormGuid(sub).map(function (s, sii) {
350
347
  return /*#__PURE__*/React.createElement("span", {
351
- className: "link",
348
+ className: "pc-link",
352
349
  key: sii,
353
350
  onClick: function onClick() {
354
351
  return goDownLoad(s);
355
352
  }
356
353
  }, s.name);
357
354
  }))), /*#__PURE__*/React.createElement("td", {
358
- className: "center"
355
+ className: "pc-center"
359
356
  }, sub.keyPoint && /*#__PURE__*/React.createElement("span", {
360
- className: "link",
357
+ className: "pc-link",
361
358
  onClick: function onClick() {
362
359
  return checkPoint(sub);
363
360
  }
@@ -369,11 +366,11 @@ var MaterialsList = function MaterialsList(_ref) {
369
366
  return setPreviewShow(false);
370
367
  },
371
368
  footer: false,
372
- className: "preview-dialog"
369
+ className: "pc-preview-dialog"
373
370
  }, /*#__PURE__*/React.createElement("div", {
374
- className: "preview-inner"
371
+ className: "pc-preview-inner"
375
372
  }, previewLoading && /*#__PURE__*/React.createElement("div", {
376
- className: "loading-con"
373
+ className: "pc-loading-con"
377
374
  }, "\u52A0\u8F7D\u4E2D..."), /*#__PURE__*/React.createElement("iframe", {
378
375
  id: "previewIframe",
379
376
  frameBorder: "0",
@@ -1,12 +1,12 @@
1
- .materialsList-content {
1
+ .pc-materialsList-content {
2
2
  padding-top: 20px;
3
3
 
4
- .table-con {
4
+ .pc-table-con {
5
5
  margin-top: 20px;
6
6
  overflow-x: auto;
7
7
  }
8
8
 
9
- .material-table {
9
+ .pc-material-table {
10
10
  width: 100%;
11
11
  border-collapse: collapse;
12
12
  border: 1px solid #e8e8e8;
@@ -43,23 +43,23 @@
43
43
  }
44
44
  }
45
45
 
46
- .col-name { width: 110px; }
47
- .col-type { width: 100px; text-align: center; }
48
- .col-need { width: 100px; text-align: center; }
49
- .col-sample { width: 120px; text-align: center; }
50
- .col-form { width: 120px; text-align: center; }
51
- .col-check { width: 100px; text-align: center; }
46
+ .pc-col-name { width: 110px; }
47
+ .pc-col-type { width: 100px; text-align: center; }
48
+ .pc-col-need { width: 100px; text-align: center; }
49
+ .pc-col-sample { width: 120px; text-align: center; }
50
+ .pc-col-form { width: 120px; text-align: center; }
51
+ .pc-col-check { width: 100px; text-align: center; }
52
52
 
53
- .center {
53
+ .pc-center {
54
54
  text-align: center;
55
55
  }
56
56
 
57
- .data-row {
57
+ .pc-data-row {
58
58
  &:nth-child(even) {
59
59
  background: #f7f8fa;
60
60
  }
61
61
 
62
- &.sub-row {
62
+ &.pc-sub-row {
63
63
  td {
64
64
  padding-left: 16px;
65
65
  background: #fafbfc;
@@ -67,13 +67,13 @@
67
67
  }
68
68
  }
69
69
 
70
- .material-name-cell {
70
+ .pc-material-name-cell {
71
71
  display: flex;
72
72
  align-items: center;
73
73
  gap: 8px;
74
74
 
75
- &.sub-name {
76
- .sub-indent {
75
+ &.pc-sub-name {
76
+ .pc-sub-indent {
77
77
  display: inline-block;
78
78
  width: 20px;
79
79
  flex-shrink: 0;
@@ -85,13 +85,13 @@
85
85
  }
86
86
  }
87
87
 
88
- .type-btns {
88
+ .pc-type-btns {
89
89
  display: flex;
90
90
  justify-content: center;
91
91
  gap: 4px;
92
92
  }
93
93
 
94
- .type-tag {
94
+ .pc-type-tag {
95
95
  display: inline-flex;
96
96
  width: 20px;
97
97
  height: 18px;
@@ -107,13 +107,13 @@
107
107
  &-xiang { background: #15BC83; }
108
108
  }
109
109
 
110
- .link-list {
110
+ .pc-link-list {
111
111
  display: flex;
112
112
  flex-direction: column;
113
113
  gap: 4px;
114
114
  }
115
115
 
116
- .link {
116
+ .pc-link {
117
117
  color: #1678FF;
118
118
  cursor: pointer;
119
119
  text-decoration: none;
@@ -124,12 +124,12 @@
124
124
  }
125
125
  }
126
126
 
127
- .preview-dialog {
128
- .preview-inner {
127
+ .pc-preview-dialog {
128
+ .pc-preview-inner {
129
129
  height: 800px;
130
130
  width: 100%;
131
131
 
132
- .loading-con {
132
+ .pc-loading-con {
133
133
  text-align: center;
134
134
  padding: 40px;
135
135
  color: #999;
@@ -38,13 +38,13 @@ var Places = function Places(_ref) {
38
38
  }
39
39
  };
40
40
  return /*#__PURE__*/React.createElement("div", {
41
- className: "places-content"
41
+ className: "pc-places-content"
42
42
  }, /*#__PURE__*/React.createElement(GuideTitle, {
43
43
  title: "\u529E\u4E8B\u5927\u5385"
44
44
  }), list.length > 0 ? /*#__PURE__*/React.createElement("div", {
45
- className: "inner-content"
45
+ className: "pc-inner-content"
46
46
  }, /*#__PURE__*/React.createElement("div", {
47
- className: "map-con"
47
+ className: "pc-map-con"
48
48
  }, /*#__PURE__*/React.createElement("div", {
49
49
  style: {
50
50
  height: '400px',
@@ -60,50 +60,50 @@ var Places = function Places(_ref) {
60
60
  position: [item.longitude, item.latitude]
61
61
  });
62
62
  })))), /*#__PURE__*/React.createElement("div", {
63
- className: "list-con"
63
+ className: "pc-list-con"
64
64
  }, list.map(function (item, index) {
65
65
  return /*#__PURE__*/React.createElement("div", {
66
- className: "item",
66
+ className: "pc-item",
67
67
  key: index,
68
68
  onClick: function onClick() {
69
69
  return clickDotHandle(item);
70
70
  }
71
71
  }, /*#__PURE__*/React.createElement("div", {
72
- className: "name"
72
+ className: "pc-name"
73
73
  }, item.hallName), /*#__PURE__*/React.createElement("div", {
74
- className: "info"
74
+ className: "pc-info"
75
75
  }, /*#__PURE__*/React.createElement("span", {
76
- className: "icon icon-address"
76
+ className: "pc-icon pc-icon-address"
77
77
  }), /*#__PURE__*/React.createElement("span", {
78
- className: "title_"
78
+ className: "pc-title_"
79
79
  }, "\u5730\u5740\uFF1A"), /*#__PURE__*/React.createElement("span", {
80
- className: "desc"
80
+ className: "pc-desc"
81
81
  }, item.addressDetail)), /*#__PURE__*/React.createElement("div", {
82
- className: "info"
82
+ className: "pc-info"
83
83
  }, /*#__PURE__*/React.createElement("span", {
84
- className: "icon icon-time"
84
+ className: "pc-icon pc-icon-time"
85
85
  }), /*#__PURE__*/React.createElement("span", {
86
- className: "title_"
86
+ className: "pc-title_"
87
87
  }, "\u65F6\u95F4\uFF1A"), /*#__PURE__*/React.createElement("span", {
88
- className: "desc"
88
+ className: "pc-desc"
89
89
  }, item.firstStartTime, " - ", item.firstEndTime, " / ", item.secondStartTime, " - ", item.secondEndTime)), /*#__PURE__*/React.createElement("div", {
90
- className: "info"
90
+ className: "pc-info"
91
91
  }, /*#__PURE__*/React.createElement("span", {
92
- className: "icon icon-phone"
92
+ className: "pc-icon pc-icon-phone"
93
93
  }), /*#__PURE__*/React.createElement("span", {
94
- className: "title_"
94
+ className: "pc-title_"
95
95
  }, "\u7535\u8BDD\uFF1A"), /*#__PURE__*/React.createElement("span", {
96
- className: "desc"
96
+ className: "pc-desc"
97
97
  }, item.consultPhone)));
98
98
  }))) : /*#__PURE__*/React.createElement("div", {
99
- className: "empty-con"
99
+ className: "pc-empty-con"
100
100
  }, /*#__PURE__*/React.createElement("div", {
101
- className: "empty-img",
101
+ className: "pc-empty-img",
102
102
  style: {
103
103
  backgroundImage: "url(" + emptyImg + ")"
104
104
  }
105
105
  }), /*#__PURE__*/React.createElement("div", {
106
- className: "empty-text"
106
+ className: "pc-empty-text"
107
107
  }, "\u6682\u65E0\u529E\u4E8B\u5927\u5385")));
108
108
  };
109
109
  Places.displayName = 'Places';
@@ -1,10 +1,10 @@
1
- .places-content {
1
+ .pc-places-content {
2
2
  background: #ffffff;
3
3
  border-radius: 8px;
4
4
  padding: 12px 12px 0;
5
5
  margin-top: 12px;
6
6
 
7
- .inner-content {
7
+ .pc-inner-content {
8
8
  background: #f5f6f8;
9
9
  display: flex;
10
10
  justify-content: space-between;
@@ -12,13 +12,13 @@
12
12
  border-radius: 5px;
13
13
  margin-top: 24px;
14
14
 
15
- .map-con {
15
+ .pc-map-con {
16
16
  flex: 0.6;
17
17
  border-radius: 5px;
18
18
  overflow: hidden;
19
19
  min-height: 300px;
20
20
 
21
- .map-placeholder {
21
+ .pc-map-placeholder {
22
22
  width: 100%;
23
23
  height: 400px;
24
24
  background: #e8edf3;
@@ -28,7 +28,7 @@
28
28
  align-items: center;
29
29
  gap: 8px;
30
30
 
31
- .map-marker {
31
+ .pc-map-marker {
32
32
  width: 32px;
33
33
  height: 32px;
34
34
  background: #1678FF;
@@ -48,23 +48,23 @@
48
48
  }
49
49
  }
50
50
 
51
- .map-coords {
51
+ .pc-map-coords {
52
52
  font-size: 13px;
53
53
  color: #666;
54
54
  }
55
55
 
56
- .map-hint {
56
+ .pc-map-hint {
57
57
  font-size: 12px;
58
58
  color: #999;
59
59
  }
60
60
  }
61
61
  }
62
62
 
63
- .list-con {
63
+ .pc-list-con {
64
64
  flex: 0.4;
65
65
  padding: 0 20px;
66
66
 
67
- .item {
67
+ .pc-item {
68
68
  padding: 16px 0;
69
69
  border-bottom: 1px solid #EEEEEE;
70
70
  cursor: pointer;
@@ -80,14 +80,14 @@
80
80
  border-radius: 4px;
81
81
  }
82
82
 
83
- .name {
83
+ .pc-name {
84
84
  font-size: 16px;
85
85
  font-weight: 500;
86
86
  color: #333333;
87
87
  margin-bottom: 12px;
88
88
  }
89
89
 
90
- .info {
90
+ .pc-info {
91
91
  display: flex;
92
92
  justify-content: flex-start;
93
93
  align-items: flex-start;
@@ -96,23 +96,23 @@
96
96
  margin-top: 8px;
97
97
  color: #222222;
98
98
 
99
- .icon {
99
+ .pc-icon {
100
100
  margin-right: 6px;
101
101
  margin-top: 4px;
102
102
  flex-shrink: 0;
103
103
  }
104
104
 
105
- .icon-address::before {
105
+ .pc-icon-address::before {
106
106
  content: '📍';
107
107
  }
108
- .icon-time::before {
108
+ .pc-icon-time::before {
109
109
  content: '🕐';
110
110
  }
111
- .icon-phone::before {
111
+ .pc-icon-phone::before {
112
112
  content: '📞';
113
113
  }
114
114
 
115
- .desc {
115
+ .pc-desc {
116
116
  flex: 1;
117
117
  }
118
118
  }
@@ -120,7 +120,7 @@
120
120
  }
121
121
  }
122
122
 
123
- .empty-con {
123
+ .pc-empty-con {
124
124
  background: #ffffff;
125
125
  display: flex;
126
126
  justify-content: center;
@@ -128,7 +128,7 @@
128
128
  flex-direction: column;
129
129
  height: 50vh;
130
130
 
131
- .empty-img {
131
+ .pc-empty-img {
132
132
  width: 189px;
133
133
  height: 120px;
134
134
  background-size: 100% 100%;
@@ -136,7 +136,7 @@
136
136
  margin-bottom: 12px;
137
137
  }
138
138
 
139
- .empty-text {
139
+ .pc-empty-text {
140
140
  font-size: 14px;
141
141
  color: #8BB5ED;
142
142
  }
@@ -153,54 +153,54 @@ var ProcessImg = function ProcessImg(_ref) {
153
153
  }
154
154
  };
155
155
  return /*#__PURE__*/React.createElement("div", {
156
- className: "processImg-content"
156
+ className: "pc-processImg-content"
157
157
  }, /*#__PURE__*/React.createElement(GuideTitle, {
158
158
  title: "\u529E\u4E8B\u6D41\u7A0B"
159
159
  }), /*#__PURE__*/React.createElement("div", {
160
- className: "sub-con"
160
+ className: "pc-sub-con"
161
161
  }, subList.map(function (item, index) {
162
162
  return /*#__PURE__*/React.createElement("div", {
163
- className: "sub-item " + (subIndex === index ? 'active' : ''),
163
+ className: "pc-sub-item " + (subIndex === index ? 'active' : ''),
164
164
  key: index,
165
165
  onClick: function onClick() {
166
166
  return setSubIndex(index);
167
167
  }
168
168
  }, item);
169
169
  })), subIndex === 0 && /*#__PURE__*/React.createElement("div", {
170
- className: "card"
170
+ className: "pc-card"
171
171
  }, strategyList.length > 0 ? /*#__PURE__*/React.createElement("div", {
172
- className: "list-con"
172
+ className: "pc-list-con"
173
173
  }, strategyList.map(function (item, index) {
174
174
  return /*#__PURE__*/React.createElement("div", {
175
- className: "item",
175
+ className: "pc-item",
176
176
  key: index
177
177
  }, /*#__PURE__*/React.createElement("div", {
178
- className: "title-con"
178
+ className: "pc-title-con"
179
179
  }, /*#__PURE__*/React.createElement("div", {
180
- className: "num"
180
+ className: "pc-num"
181
181
  }, "0", index + 1), /*#__PURE__*/React.createElement("div", {
182
- className: "item-title"
182
+ className: "pc-item-title"
183
183
  }, item.title)), /*#__PURE__*/React.createElement("div", {
184
- className: "desc-con"
184
+ className: "pc-desc-con"
185
185
  }, /*#__PURE__*/React.createElement("div", {
186
- className: "desc-info"
186
+ className: "pc-desc-info"
187
187
  }, /*#__PURE__*/React.createElement("div", {
188
- className: "desc"
188
+ className: "pc-desc"
189
189
  }, item.introduction), item.fileUrl && item.isImg && /*#__PURE__*/React.createElement("img", {
190
- className: "video-con",
190
+ className: "pc-video-con",
191
191
  src: item.fileUrl,
192
192
  alt: ""
193
193
  }), item.fileUrl && !item.isImg && /*#__PURE__*/React.createElement("video", {
194
- className: "video-con",
194
+ className: "pc-video-con",
195
195
  src: item.fileUrl,
196
196
  controls: true
197
197
  }))));
198
198
  })) : /*#__PURE__*/React.createElement("div", {
199
- className: "empty-text"
199
+ className: "pc-empty-text"
200
200
  }, "\u6682\u65E0\u529E\u4E8B\u653B\u7565")), subIndex === 1 && /*#__PURE__*/React.createElement("div", {
201
- className: "card"
201
+ className: "pc-card"
202
202
  }, processImg ? /*#__PURE__*/React.createElement("div", {
203
- className: "imgView",
203
+ className: "pc-imgView",
204
204
  onClick: preView
205
205
  }, /*#__PURE__*/React.createElement("img", {
206
206
  src: processImg,
@@ -209,11 +209,11 @@ var ProcessImg = function ProcessImg(_ref) {
209
209
  width: '100%'
210
210
  }
211
211
  })) : /*#__PURE__*/React.createElement("div", {
212
- className: "empty-content"
212
+ className: "pc-empty-content"
213
213
  }, loading ? /*#__PURE__*/React.createElement(_Loading, {
214
214
  tip: "\u52A0\u8F7D\u4E2D"
215
215
  }) : /*#__PURE__*/React.createElement("div", {
216
- className: "empty-text"
216
+ className: "pc-empty-text"
217
217
  }, "\u6682\u65E0\u76F8\u5173\u6750\u6599"))));
218
218
  };
219
219
  ProcessImg.displayName = 'ProcessImg';