@next-bricks/presentational-bricks 1.213.0 → 1.215.0

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 (28) hide show
  1. package/CHANGELOG.md +52 -0
  2. package/dist/assets/browser-too-old.f0f7cb7b.svg +66 -0
  3. package/dist/assets/no-data.c35c9d1a.svg +153 -0
  4. package/dist/assets/no-history-version.9ddb7812.svg +74 -0
  5. package/dist/assets/no-visit-record.063d8cc2.svg +72 -0
  6. package/dist/assets/search-empty.f6d9443a.svg +96 -0
  7. package/dist/assets/welcome-to-create.986dc87a.svg +105 -0
  8. package/dist/bricks.json +2 -0
  9. package/dist/index.3106de48.js +2 -0
  10. package/dist/index.3106de48.js.map +1 -0
  11. package/dist/lazy-bricks/{brick-collapse-card.dd92.53832aed.js → brick-collapse-card.dd92.e3c534a4.js} +2 -2
  12. package/dist/lazy-bricks/brick-collapse-card.dd92.e3c534a4.js.map +1 -0
  13. package/dist/lazy-bricks/{card-item.dd92.cc2ec714.js → card-item.dd92.a2ce139b.js} +2 -2
  14. package/dist/lazy-bricks/card-item.dd92.a2ce139b.js.map +1 -0
  15. package/dist/lazy-bricks/~bricks-use-form-and-markdown.dd92.a7aae7ff.js +18 -0
  16. package/dist/lazy-bricks/~bricks-use-form-and-markdown.dd92.a7aae7ff.js.map +1 -0
  17. package/dist/lazy-bricks/~bricks-use-html-to-react.dd92.c0f1534b.js +2 -0
  18. package/dist/lazy-bricks/~bricks-use-html-to-react.dd92.c0f1534b.js.map +1 -0
  19. package/dist/stories.json +351 -0
  20. package/package.json +3 -3
  21. package/dist/index.4e29190e.js +0 -8
  22. package/dist/index.4e29190e.js.map +0 -1
  23. package/dist/lazy-bricks/brick-collapse-card.dd92.53832aed.js.map +0 -1
  24. package/dist/lazy-bricks/card-item.dd92.cc2ec714.js.map +0 -1
  25. package/dist/lazy-bricks/~bricks-use-form-and-markdown.dd92.4e6df25c.js +0 -12
  26. package/dist/lazy-bricks/~bricks-use-form-and-markdown.dd92.4e6df25c.js.map +0 -1
  27. package/dist/lazy-bricks/~bricks-use-html-to-react.dd92.7825928d.js +0 -2
  28. package/dist/lazy-bricks/~bricks-use-html-to-react.dd92.7825928d.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,58 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.215.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.214.1...@next-bricks/presentational-bricks@1.215.0) (2021-09-17)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * fix the bug of basic-icon ([52d48fd](https://github.com/easyops-cn/next-basics/commit/52d48fda21a58311cf0e85968298341cf8a24ebb)), closes [Refs#NEXT_BUILDER-945](https://github.com/Refs/issues/NEXT_BUILDER-945)
12
+ * fix typeerror of basic-icon ([fd493c2](https://github.com/easyops-cn/next-basics/commit/fd493c214fb544a09252ed9e9ac78c1d650e91fc)), closes [Refs#NEXT_BUILDER-945](https://github.com/Refs/issues/NEXT_BUILDER-945)
13
+ * 添加属性支持rank-table在小容器时样式调整 Closed SERVICE_OBSERVE-381 ([6623f1c](https://github.com/easyops-cn/next-basics/commit/6623f1c28da26ada56c4fb59d63e5ad77acff979))
14
+
15
+
16
+ ### Features
17
+
18
+ * add basic-icon to presentational-bricks ([383cdfb](https://github.com/easyops-cn/next-basics/commit/383cdfbdae1b40a4653c14d319675ab938fee2fd)), closes [Refs#NEXT_BUILDER-945](https://github.com/Refs/issues/NEXT_BUILDER-945)
19
+ * **presentational-bricks:** add dropdown-button brick ([3f0772d](https://github.com/easyops-cn/next-basics/commit/3f0772d378088f47e6a156c5c33b02ee8e93477e))
20
+
21
+
22
+
23
+
24
+
25
+ ## [1.214.1](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.214.0...@next-bricks/presentational-bricks@1.214.1) (2021-09-14)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * i18n ([3198652](https://github.com/easyops-cn/next-basics/commit/3198652988badd1134bf82eaa5f545c39486221b))
31
+
32
+
33
+
34
+
35
+
36
+ # [1.214.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.213.1...@next-bricks/presentational-bricks@1.214.0) (2021-09-13)
37
+
38
+
39
+ ### Features
40
+
41
+ * **copyable-text:** add text.clcik ([dd22aac](https://github.com/easyops-cn/next-basics/commit/dd22aacfae30ec88d2050518accc349742f61486))
42
+
43
+
44
+
45
+
46
+
47
+ ## [1.213.1](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.213.0...@next-bricks/presentational-bricks@1.213.1) (2021-09-10)
48
+
49
+
50
+ ### Bug Fixes
51
+
52
+ * description text allow line breaks ([ecbeb55](https://github.com/easyops-cn/next-basics/commit/ecbeb550783278028007472ce0e5a042eb426eb9))
53
+
54
+
55
+
56
+
57
+
6
58
  # [1.213.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.212.0...@next-bricks/presentational-bricks@1.213.0) (2021-09-09)
7
59
 
8
60
 
@@ -0,0 +1,66 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="240px" height="262px" viewBox="0 0 240 262" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 61.2 (89653) - https://sketch.com -->
4
+ <title>浏览器版本低</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs>
7
+ <path d="M0.723,18.157 C8.474,21.54 16.927,25.909 25.434,31.06 L25.434,31.06 C33.862,36.162 41.496,41.509 47.949,46.69 L47.949,46.69 C52.843,41.798 55.854,35.17 55.854,27.867 L55.854,27.867 C55.854,12.817 43.094,0.616 27.354,0.616 L27.354,0.616 C15.192,0.616 4.815,7.904 0.723,18.157" id="path-1"></path>
8
+ <radialGradient cx="41.6544231%" cy="28.9394331%" fx="41.6544231%" fy="28.9394331%" r="128.11208%" gradientTransform="translate(0.416544,0.289394),scale(0.835719,1.000000),rotate(74.943528),translate(-0.416544,-0.289394)" id="radialGradient-3">
9
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
10
+ <stop stop-color="#231714" offset="100%"></stop>
11
+ </radialGradient>
12
+ <polygon id="path-4" points="0.3522 0.6294 19.457 0.6294 19.457 25.7044 0.3522 25.7044"></polygon>
13
+ </defs>
14
+ <g id="Data-Display数据展示" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
15
+ <g id="空状态" transform="translate(-2371.000000, -1442.000000)">
16
+ <g id="编组-13" transform="translate(166.000000, 580.000000)">
17
+ <g id="空页面" transform="translate(4.000000, 757.000000)">
18
+ <g id="插图" transform="translate(0.000000, 105.000000)">
19
+ <g id="浏览器版本低" transform="translate(2201.000000, 0.000000)">
20
+ <g id="编组">
21
+ <g transform="translate(84.000000, 40.759000)" fill="#DBDBDB" id="Fill-2">
22
+ <path d="M79.9499,37.6904 C74.7609,42.8784 67.4559,46.1164 59.3539,46.1164 C43.6139,46.1164 30.8539,33.9164 30.8539,18.8664 C30.8539,15.4454 31.5199,12.1734 32.7229,9.1574 C14.8109,1.3394 2.5549,-2.8806 0.3539,2.6164 C-1.7671,7.9144 9.1859,30.5614 37.3539,47.6164 C65.5219,64.6704 99.3539,68.3474 99.3539,60.6164 C99.3539,55.6164 95.0649,49.8274 79.9499,37.6904"></path>
23
+ </g>
24
+ <g transform="translate(115.000000, 33.759000)">
25
+ <mask id="mask-2" fill="white">
26
+ <use xlink:href="#path-1"></use>
27
+ </mask>
28
+ <g id="Clip-4"></g>
29
+ <path d="M0.723,18.157 C8.474,21.54 16.927,25.909 25.434,31.06 L25.434,31.06 C33.862,36.162 41.496,41.509 47.949,46.69 L47.949,46.69 C52.843,41.798 55.854,35.17 55.854,27.867 L55.854,27.867 C55.854,12.817 43.094,0.616 27.354,0.616 L27.354,0.616 C15.192,0.616 4.815,7.904 0.723,18.157" id="Fill-3" fill="url(#radialGradient-3)" mask="url(#mask-2)"></path>
30
+ </g>
31
+ <g>
32
+ <path d="M142.3542,88.1162 C150.4562,88.1162 157.7602,84.8792 162.9502,79.6902 C156.4972,74.5092 148.8622,69.1622 140.4342,64.0592 C131.9272,58.9092 123.4732,54.5402 115.7232,51.1572 C114.5202,54.1742 113.8542,57.4452 113.8542,60.8662 C113.8542,75.9162 126.6142,88.1162 142.3542,88.1162" id="Fill-5" fill="#DBDBDB"></path>
33
+ <g transform="translate(220.000000, 66.000000)">
34
+ <mask id="mask-5" fill="white">
35
+ <use xlink:href="#path-4"></use>
36
+ </mask>
37
+ <g id="Clip-8"></g>
38
+ <path d="M0.3522,12.6504 C0.3522,12.6504 8.3542,9.6164 10.6242,0.6294 C13.8942,7.9994 15.5802,11.1864 19.4572,12.5874 C14.1782,15.0644 11.8852,17.8464 10.0792,25.7044 C8.0062,16.4464 6.1192,15.2484 0.3522,12.6504" id="Fill-7" fill="#DBDBDB" mask="url(#mask-5)"></path>
39
+ </g>
40
+ <path d="M29.8073,78.1875 C29.8073,78.1875 35.0473,76.2005 36.5353,70.3155 C38.6753,75.1415 39.7803,77.2285 42.3193,78.1465 C38.8633,79.7685 37.3603,81.5905 36.1773,86.7365 C34.8203,80.6725 33.5833,79.8885 29.8073,78.1875" id="Fill-9" fill="#DBDBDB"></path>
41
+ <path d="M75.8542,199.1162 C75.8542,199.1162 79.8542,227.1162 78.8542,234.1162 C77.8542,241.1162 77.8542,255.1162 78.8542,256.1162 C79.8542,257.1162 83.3542,259.6162 84.3542,257.6162 C85.3542,255.6162 87.8542,243.1162 89.8542,237.1162 C91.8542,231.1162 93.8542,220.1162 94.8542,219.1162 C95.8542,218.1162 98.8542,233.1162 99.8542,236.1162 C100.8542,239.1162 102.8542,254.1162 104.8542,256.1162 C106.8542,258.1162 111.8542,256.1162 111.8542,255.1162 C111.8542,254.1162 109.3542,243.6162 109.3542,238.6162 C109.3542,233.6162 111.7042,207.0332 112.8542,205.1162 C114.3542,202.6162 111.8542,195.1162 111.8542,195.1162 L75.8542,199.1162 Z" id="Fill-11" fill="#1452CC"></path>
42
+ <path d="M117.9714,156.1162 C117.9714,156.1162 126.1004,168.5002 126.1004,180.0572 C126.1004,185.8372 127.1164,191.6162 125.0834,191.6162 C123.0514,191.6162 122.0354,191.6162 121.0204,189.9652 C120.0034,188.3132 120.0034,180.8842 118.9884,176.7562 C117.9714,172.6282 108.8264,160.2442 110.8594,158.5932 C112.8914,156.9412 117.9714,156.1162 117.9714,156.1162" id="Fill-13" fill="#FFDCB6"></path>
43
+ <path d="M69.8102,154.1162 C69.8102,154.1162 66.4842,158.1192 63.9902,165.3232 C61.4952,172.5282 58.1682,182.9352 62.3272,186.1372 C63.1582,186.9372 63.9902,186.9372 64.8212,184.5362 C65.6532,182.1352 64.8212,179.7332 66.4842,178.9322 L66.4842,182.1352 C66.4842,183.7362 67.3152,184.5362 68.1472,182.9352 C68.9782,181.3342 68.9782,179.7332 68.9782,178.1322 C68.9782,176.5312 71.4732,157.3182 73.9672,155.7172 C76.4622,154.1162 69.8102,154.1162 69.8102,154.1162" id="Fill-15" fill="#FFDCB6"></path>
44
+ <path d="M86.8542,124.1162 C86.8542,124.1162 88.8542,133.1162 87.8542,133.1162 C86.8542,133.1162 95.8542,134.1162 95.8542,134.1162 C95.8542,134.1162 98.8542,126.1162 98.8542,125.1162 C98.8542,124.1162 86.8542,124.1162 86.8542,124.1162" id="Fill-17" fill="#FFDCB6"></path>
45
+ <path d="M78.8542,106.1162 C78.8542,106.1162 78.9632,106.6382 79.3542,108.6162 C79.4532,109.1182 78.3542,106.6162 76.3542,107.6162 C75.4572,108.0642 75.5282,109.7902 78.3542,112.6162 C79.3542,113.6162 80.2272,113.1122 80.3542,113.6162 C81.0012,116.1872 82.0982,119.9822 82.8542,121.1162 C84.8542,124.1162 87.8542,128.1162 91.8542,128.1162 C95.8542,128.1162 100.8542,128.1162 102.8542,124.1162 C104.8542,120.1162 107.3542,117.6162 106.8542,111.1162 C106.7992,110.4002 110.3542,110.6162 108.3542,104.6162 C107.9072,103.2742 105.3542,104.6162 105.3542,105.6162 C105.3542,108.6802 104.8542,100.1162 104.8542,100.1162 L78.8542,106.1162 Z" id="Fill-19" fill="#FFDCB6"></path>
46
+ <path d="M78.8542,95.1162 C78.8542,95.1162 74.8542,117.1162 90.8542,119.1162 C101.8542,120.1162 106.3542,114.6162 107.3542,100.6162 C107.9282,92.5742 107.8542,89.1162 107.8542,85.1162 C107.8542,80.8742 108.3792,87.3632 99.3542,84.6162 C87.8542,81.1162 80.8542,86.1162 78.8542,95.1162" id="Fill-21" fill="#191F35"></path>
47
+ <path d="M65.8542,153.1162 C65.8542,153.1162 72.8542,136.1162 87.8542,134.1162 C102.8542,132.1162 109.8542,138.1162 114.8542,144.1162 C119.8542,150.1162 122.0212,152.6472 121.8542,156.1162 C121.7002,159.3142 117.8542,165.1162 111.8542,164.1162 C111.8542,164.1162 118.8542,182.1162 118.8542,194.1162 C118.8542,206.1162 106.8542,203.1162 102.8542,203.1162 L84.8542,203.1162 C82.8542,203.1162 71.8542,201.1162 70.8542,199.1162 C69.8542,197.1162 69.8542,181.1162 72.8542,171.1162 C75.8542,161.1162 77.8542,159.1162 77.8542,159.1162 C77.8542,159.1162 65.8542,157.1162 65.8542,153.1162" id="Fill-23" fill="#FFBA2A"></path>
48
+ <path d="M78.5466,254.3125 C78.5466,254.3125 78.6646,257.3175 78.7406,259.2675 C78.8166,261.1775 79.9706,261.0875 81.8546,261.1165 C83.7666,261.1445 83.8066,259.6535 86.8546,259.1165 C99.1416,256.9535 97.8976,249.9245 93.8546,249.1165 C91.3546,248.6165 89.7976,250.8955 86.5966,250.9835 C83.3046,251.0745 82.4846,253.2115 82.4846,253.2115 L78.5466,254.3125 Z" id="Fill-25" fill="#7F5916"></path>
49
+ <path d="M103.5622,254.0635 C103.5622,254.0635 102.4052,257.2165 102.8542,259.1165 C103.2932,260.9765 106.0002,261.4495 107.8542,261.1165 C109.7362,260.7785 109.7492,258.2955 112.6372,257.1855 C124.2822,252.7065 121.9712,248.3315 117.8542,248.1165 C116.7182,248.0565 113.9502,248.5525 110.8252,249.2525 C107.6122,249.9725 107.2172,252.2275 107.2172,252.2275 L103.5622,254.0635 Z" id="Fill-27" fill="#7F5916"></path>
50
+ <line x1="158.3542" y1="5.1162" x2="167.3542" y2="5.1162" id="Stroke-29" stroke="#7A7561" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"></line>
51
+ <line x1="162.8542" y1="0.6162" x2="162.8542" y2="9.6162" id="Stroke-31" stroke="#7A7561" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"></line>
52
+ <line x1="184.8542" y1="119.3662" x2="193.3542" y2="119.3662" id="Stroke-33" stroke="#7A7561" stroke-width="0.708" stroke-linecap="round" stroke-linejoin="round"></line>
53
+ <line x1="189.1042" y1="115.1162" x2="189.1042" y2="123.6162" id="Stroke-35" stroke="#7A7561" stroke-width="0.708" stroke-linecap="round" stroke-linejoin="round"></line>
54
+ <line x1="0.3542" y1="137.3662" x2="8.8542" y2="137.3662" id="Stroke-37" stroke="#7A7561" stroke-width="0.708" stroke-linecap="round" stroke-linejoin="round"></line>
55
+ <line x1="4.6042" y1="133.1162" x2="4.6042" y2="141.6162" id="Stroke-39" stroke="#7A7561" stroke-width="0.708" stroke-linecap="round" stroke-linejoin="round"></line>
56
+ <path d="M99.3542,98.6162 C99.3542,98.6162 99.3542,100.6162 98.8542,101.5012 C98.6012,101.9472 99.3542,103.6162 100.3542,102.6162 C101.3542,101.6162 99.3542,98.6162 99.3542,98.6162" id="Fill-41" fill="#E8E8E8"></path>
57
+ <path d="M102.2868,104.3594 C102.2868,104.3594 102.0168,105.4774 101.6188,105.9054 C101.4178,106.1214 101.6138,107.1564 102.3078,106.7314 C103.0018,106.3064 102.2868,104.3594 102.2868,104.3594" id="Fill-43" fill="#E8E8E8"></path>
58
+ </g>
59
+ </g>
60
+ </g>
61
+ </g>
62
+ </g>
63
+ </g>
64
+ </g>
65
+ </g>
66
+ </svg>
@@ -0,0 +1,153 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="233px" height="260px" viewBox="0 0 233 260" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 61.2 (89653) - https://sketch.com -->
4
+ <title>暂无数据</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs>
7
+ <path d="M11.957,0.713 C11.957,0.713 10.458,6.463 7.708,7.213 L7.708,7.213 C4.958,7.963 1.208,7.713 0.458,10.213 L0.458,10.213 C-0.408,13.095 3.208,14.463 10.708,13.963 L10.708,13.963 C18.208,13.462 19.957,14.213 19.957,11.963 L19.957,11.963 C19.957,9.591 17.458,2.463 17.458,1.213 L17.458,1.213 C17.458,0.645 16.322,0.49 15.083,0.49 L15.083,0.49 C13.595,0.49 11.957,0.713 11.957,0.713 L11.957,0.713 Z" id="path-1"></path>
8
+ <path d="M12.207,2.713 C12.207,2.713 10.957,9.713 7.458,9.713 L7.458,9.713 C3.958,9.713 0.708,11.213 0.958,13.963 L0.958,13.963 C1.208,16.713 5.208,16.463 11.708,16.213 L11.708,16.213 C18.208,15.963 19.957,16.463 19.957,13.963 L19.957,13.963 C19.957,11.698 18.458,8.712 18.208,6.963 L18.208,6.963 C17.958,5.213 17.707,0.963 17.707,0.963 L17.707,0.963 L12.207,2.713 Z" id="path-3"></path>
9
+ <path d="M1.457,5.213 C1.457,5.213 0.958,44.947 0.958,46.963 L0.958,46.963 C0.958,55.713 4.708,74.463 5.708,75.963 L5.708,75.963 C6.708,77.463 14.208,77.212 14.708,75.213 L14.708,75.213 C15.208,73.213 14.458,62.713 12.958,55.963 L12.958,55.963 C11.458,49.213 16.458,30.463 22.208,22.963 L22.208,22.963 C22.208,22.963 25.446,40.462 25.207,50.713 L25.207,50.713 C24.958,61.462 31.458,76.463 32.957,77.713 L32.957,77.713 C34.458,78.963 38.958,77.713 38.958,77.713 L38.958,77.713 C38.958,77.713 39.208,67.213 37.708,61.963 L37.708,61.963 C36.208,56.713 35.958,52.963 36.457,49.213 L36.457,49.213 C36.958,45.463 43.207,14.963 39.208,5.213 L39.208,5.213 C37.874,1.963 33.235,0.879 27.643,0.879 L27.643,0.879 C16.457,0.879 1.457,5.213 1.457,5.213 L1.457,5.213 Z" id="path-5"></path>
10
+ <path d="M2.056,3.831 L7.078,6.749 C6.059,6.157 5.428,4.898 5.423,3.109 L5.423,3.109 L0.401,0.191 C0.406,1.979 1.038,3.238 2.056,3.831" id="path-7"></path>
11
+ <polygon id="path-9" points="0.223572133 0.099 114.9696 0.099 114.9696 134.1084 0.223572133 134.1084"></polygon>
12
+ <path d="M0.656,0.991 L0.965,1.17 C0.921,1.139 0.877,1.113 0.836,1.088 L0.836,1.088 L0.527,0.908 C0.57,0.933 0.613,0.961 0.656,0.991" id="path-11"></path>
13
+ <path d="M0.651,0.867 C0.727,0.911 0.802,0.953 0.877,0.993 L0.877,0.993 L0.568,0.814 C0.509,0.782 0.448,0.749 0.386,0.713 L0.386,0.713" id="path-13"></path>
14
+ <path d="M0.651,0.867 C0.727,0.911 0.802,0.953 0.877,0.993 L0.877,0.993 L0.568,0.814 C0.509,0.782 0.448,0.749 0.386,0.713 L0.386,0.713" id="path-15"></path>
15
+ <polygon id="path-17" points="0 0.404066008 17.083563 0.404066008 17.083563 30.612532 0 30.612532"></polygon>
16
+ <path d="M0.707,3.713 C0.707,3.713 4.208,8.213 3.208,11.963 L3.208,11.963 C2.208,15.713 11.708,9.213 11.708,9.213 L11.708,9.213 C11.708,9.213 8.708,0.963 4.958,0.213 L4.958,0.213 C4.654,0.152 4.372,0.124 4.109,0.124 L4.109,0.124 C1.13,0.124 0.707,3.713 0.707,3.713 L0.707,3.713 Z" id="path-19"></path>
17
+ <path d="M26.958,0.463 L20.957,1.713 C20.957,1.713 7.439,5.655 4.958,17.463 L4.958,17.463 C-1.292,47.213 0.449,71.09 0.707,74.963 L0.707,74.963 C0.848,77.073 1.7,77.046 3.621,77.02 L3.621,77.02 C5.115,76.999 7.254,76.979 10.208,77.963 L10.208,77.963 C16.958,80.213 49.958,81.463 50.708,76.963 L50.708,76.963 C51.457,72.463 56.458,32.213 48.208,23.963 L48.208,23.963 C48.208,23.963 50.707,22.617 53.012,22.617 L53.012,22.617 C54.884,22.617 45.754,0.137 30.224,0.135 L30.224,0.135 C29.164,0.135 28.076,0.239 26.958,0.463 L26.958,0.463 Z" id="path-21"></path>
18
+ </defs>
19
+ <g id="Data-Display数据展示" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
20
+ <g id="空状态" transform="translate(-572.000000, -1457.000000)">
21
+ <g id="编组-13" transform="translate(166.000000, 580.000000)">
22
+ <g id="空页面" transform="translate(4.000000, 757.000000)">
23
+ <g id="插图" transform="translate(0.000000, 105.000000)">
24
+ <g id="暂无数据" transform="translate(402.000000, 14.000000)">
25
+ <g id="编组">
26
+ <g transform="translate(144.000000, 245.901000)" fill="#7F5916" id="Fill-2">
27
+ <path d="M11.9578,0.7129 C11.9578,0.7129 10.4578,6.4629 7.7078,7.2129 C4.9578,7.9629 1.2078,7.7129 0.4578,10.2129 C-0.4072,13.0959 3.2078,14.4629 10.7078,13.9629 C18.2078,13.4629 19.9578,14.2129 19.9578,11.9629 C19.9578,9.5909 17.4578,2.4629 17.4578,1.2129 C17.4578,-0.0371 11.9578,0.7129 11.9578,0.7129"></path>
28
+ </g>
29
+ <g transform="translate(144.000000, 245.901000)">
30
+ <mask id="mask-2" fill="white">
31
+ <use xlink:href="#path-1"></use>
32
+ </mask>
33
+ <g id="Clip-4"></g>
34
+ <path d="M10.0116,-0.3838 C10.0116,-0.3838 13.0116,6.6162 19.0116,5.6162 C25.0116,4.6162 22.0116,-0.3838 22.0116,-0.3838 L15.0116,-2.3838 L10.0116,-0.3838 Z" id="Fill-3" fill="#604211" mask="url(#mask-2)"></path>
35
+ </g>
36
+ <path d="M130.2078,246.6139 C130.2078,246.6139 128.9578,253.6139 125.4578,253.6139 C121.9578,253.6139 118.7078,255.1139 118.9578,257.8639 C119.2078,260.6139 123.2078,260.3639 129.7078,260.1139 C136.2078,259.8639 137.9578,260.3639 137.9578,257.8639 C137.9578,255.5989 136.4578,252.6139 136.2078,250.8639 C135.9578,249.1139 135.7078,244.8639 135.7078,244.8639 L130.2078,246.6139 Z" id="Fill-5" fill="#7F5916"></path>
37
+ <g transform="translate(118.000000, 243.901000)">
38
+ <mask id="mask-4" fill="white">
39
+ <use xlink:href="#path-3"></use>
40
+ </mask>
41
+ <g id="Clip-8"></g>
42
+ <path d="M9.0116,0.6162 C9.0116,0.6162 12.0116,7.6162 18.0116,6.6162 C24.0116,5.6162 21.0116,0.6162 21.0116,0.6162 L14.0116,-1.3838 L9.0116,0.6162 Z" id="Fill-7" fill="#604211" mask="url(#mask-4)"></path>
43
+ </g>
44
+ <path d="M124.4579,176.1139 C124.4579,176.1139 123.9579,215.8479 123.9579,217.8639 C123.9579,226.6139 127.7079,245.3639 128.7079,246.8639 C129.7079,248.3639 137.2079,248.1139 137.7079,246.1139 C138.2079,244.1139 137.4579,233.6139 135.9579,226.8639 C134.4579,220.1139 139.4579,201.3639 145.2079,193.8639 C145.2079,193.8639 148.4459,211.3629 148.2079,221.6139 C147.9579,232.3639 154.4759,247.3429 155.9579,248.6139 C157.0119,249.5169 161.1189,249.0609 161.9579,248.6139 C164.0119,247.5169 162.2079,238.1139 160.7079,232.8639 C159.2079,227.6139 158.9579,223.8639 159.4579,220.1139 C159.9579,216.3639 166.2079,185.8639 162.2079,176.1139 C158.2079,166.3639 124.4579,176.1139 124.4579,176.1139" id="Fill-9" fill="#1452CC"></path>
45
+ <g transform="translate(123.000000, 170.901000)">
46
+ <mask id="mask-6" fill="white">
47
+ <use xlink:href="#path-5"></use>
48
+ </mask>
49
+ <g id="Clip-12"></g>
50
+ <path d="M34.0116,4.6162 C34.0116,4.6162 29.0116,13.6162 23.0116,21.6162 C20.4656,25.0112 18.0116,56.6162 18.0116,56.6162 C18.0116,56.6162 19.0116,82.6162 18.0116,83.6162 C17.0116,84.6162 3.0116,99.6162 2.0116,98.6162 C1.0116,97.6162 -14.9884,82.6162 -14.9884,82.6162 L-17.9884,24.6162 L-11.9884,-0.3838 L13.0116,-9.3838 L41.0116,-5.3838 L34.0116,4.6162 Z" id="Fill-11" fill="#1177CC" mask="url(#mask-6)"></path>
51
+ </g>
52
+ <g transform="translate(12.000000, 114.901000)">
53
+ <path d="M157.6473,6.9375 C157.6473,6.9375 159.0113,10.6165 158.0113,11.6165 C157.0113,12.6165 151.0113,13.6165 151.0113,13.6165 L153.0113,6.6165 L154.0113,5.6165 L157.6473,6.9375 Z" id="Fill-13" fill="#FFDCB6"></path>
54
+ <path d="M204.9012,58.6289 C204.9012,58.6289 187.8052,59.4049 186.2522,39.9789 C184.6972,20.5509 190.9142,2.6779 198.6842,0.3469 C206.4562,-1.9851 204.3462,11.3209 210.5112,16.1159 C219.5112,23.1159 228.9912,58.6289 204.9012,58.6289" id="Fill-15" fill="#BBBCBA"></path>
55
+ <path d="M6.6571,103.1006 C6.6571,103.1006 1.1371,103.3516 0.6361,97.0796 C0.1341,90.8076 1.9171,84.5196 4.4261,83.7676 C6.9341,83.0146 7.9071,85.5466 8.9371,86.9906 C12.1611,91.5016 13.4501,103.1046 6.6571,103.1006" id="Fill-17" fill="#A4A5A4"></path>
56
+ <line x1="6.0565" y1="100.5918" x2="6.0565" y2="107.6158" id="Stroke-19" stroke="#757070" stroke-linecap="round" stroke-linejoin="round"></line>
57
+ </g>
58
+ <g transform="translate(13.000000, 131.901000)">
59
+ <mask id="mask-8" fill="white">
60
+ <use xlink:href="#path-7"></use>
61
+ </mask>
62
+ <g id="Clip-22"></g>
63
+ <path d="M7.078,6.749 L2.057,3.831 C1.038,3.238 0.406,1.979 0.401,0.19 L5.423,3.108 C5.428,4.897 6.059,6.157 7.078,6.749" id="Fill-21" fill="#858585" mask="url(#mask-8)"></path>
64
+ </g>
65
+ <g transform="translate(5.000000, 0.901000)">
66
+ <path d="M118.9305,3.7939 C122.0655,1.9839 124.6155,3.4379 124.6245,7.0389 L124.802536,69.8029 C124.8135,73.4049 122.2805,77.7919 119.1455,79.6019 L19.1175,137.3539 C15.9825,139.1629 13.4325,137.7109 13.4225,134.1079 L13.2444705,71.3449 C13.2345,67.7419 15.7675,63.3559 18.9025,61.5459 L118.9305,3.7939 Z" id="Fill-23" fill="#E5E5E5"></path>
67
+ <g transform="translate(8.000000, 0.000000)">
68
+ <mask id="mask-10" fill="white">
69
+ <use xlink:href="#path-9"></use>
70
+ </mask>
71
+ <g id="Clip-26"></g>
72
+ <path d="M114.9696,3.3984 L109.9486,0.4804 C109.9376,0.4744 109.9276,0.4684 109.9166,0.4624 C109.8246,0.4114 109.7296,0.3644 109.6316,0.3234 C109.6136,0.3154 109.5936,0.3104 109.5756,0.3034 C109.5436,0.2914 109.5116,0.2814 109.4806,0.2694 C109.4306,0.2524 109.3826,0.2324 109.3316,0.2174 C109.2796,0.2024 109.2236,0.1924 109.1686,0.1794 C109.1346,0.1714 109.1016,0.1634 109.0676,0.1564 C109.0486,0.1534 109.0326,0.1474 109.0136,0.1444 C108.9026,0.1254 108.7866,0.1114 108.6706,0.1044 C108.6626,0.1034 108.6566,0.1044 108.6486,0.1034 C108.6206,0.1024 108.5926,0.1044 108.5646,0.1034 C108.4756,0.1004 108.3866,0.0964 108.2946,0.1004 C108.2646,0.1024 108.2326,0.1084 108.2006,0.1104 C108.1446,0.1144 108.0876,0.1214 108.0306,0.1274 C107.9776,0.1334 107.9256,0.1344 107.8716,0.1434 C107.8246,0.1504 107.7776,0.1654 107.7306,0.1734 C107.6536,0.1884 107.5756,0.2044 107.4966,0.2234 C107.4546,0.2334 107.4146,0.2384 107.3716,0.2504 C107.3306,0.2614 107.2866,0.2814 107.2456,0.2944 C107.1136,0.3334 106.9796,0.3794 106.8446,0.4324 C106.7966,0.4504 106.7516,0.4604 106.7036,0.4804 C106.6776,0.4914 106.6496,0.5094 106.6226,0.5204 C106.3886,0.6224 106.1516,0.7364 105.9086,0.8764 L5.8806,58.6274 C5.5786,58.8014 5.2846,59.0054 4.9956,59.2254 C4.9476,59.2624 4.8976,59.2974 4.8496,59.3364 C4.5746,59.5514 4.3096,59.7874 4.0506,60.0384 C4.0296,60.0584 4.0056,60.0754 3.9846,60.0964 C3.9436,60.1364 3.9056,60.1824 3.8646,60.2244 C3.7346,60.3554 3.6086,60.4904 3.4846,60.6294 C3.4446,60.6724 3.4036,60.7124 3.3646,60.7564 C3.3316,60.7944 3.3016,60.8354 3.2696,60.8724 C3.1946,60.9614 3.1206,61.0514 3.0466,61.1434 C2.9996,61.2024 2.9496,61.2574 2.9036,61.3174 C2.8646,61.3674 2.8296,61.4194 2.7926,61.4674 C2.7396,61.5394 2.6866,61.6114 2.6336,61.6834 C2.5986,61.7324 2.5606,61.7804 2.5266,61.8304 C2.4666,61.9144 2.4106,62.0014 2.3536,62.0864 C2.3166,62.1424 2.2796,62.1964 2.2426,62.2524 C2.2286,62.2754 2.2116,62.2974 2.1976,62.3204 C2.0966,62.4784 1.9986,62.6384 1.9046,62.8004 L1.8866,62.8334 C1.8666,62.8664 1.8496,62.8994 1.8296,62.9334 C1.7646,63.0474 1.6986,63.1624 1.6376,63.2784 C1.6086,63.3334 1.5816,63.3884 1.5546,63.4434 C1.5256,63.5004 1.4966,63.5554 1.4686,63.6124 C1.4436,63.6624 1.4166,63.7114 1.3936,63.7614 C1.3286,63.8934 1.2696,64.0284 1.2096,64.1624 C1.1986,64.1864 1.1876,64.2104 1.1766,64.2344 C1.1736,64.2414 1.1706,64.2474 1.1676,64.2534 C1.0946,64.4224 1.0256,64.5924 0.9586,64.7624 C0.9476,64.7944 0.9376,64.8264 0.9256,64.8574 C0.9026,64.9194 0.8806,64.9814 0.8596,65.0444 C0.8276,65.1284 0.7956,65.2134 0.7676,65.2984 C0.7446,65.3654 0.7276,65.4314 0.7056,65.4994 C0.6816,65.5774 0.6566,65.6544 0.6346,65.7324 C0.6206,65.7814 0.6046,65.8294 0.5906,65.8774 C0.5666,65.9634 0.5486,66.0504 0.5276,66.1374 C0.5026,66.2344 0.4776,66.3314 0.4556,66.4274 C0.4486,66.4614 0.4386,66.4954 0.4306,66.5284 C0.4156,66.5984 0.4076,66.6684 0.3956,66.7374 C0.3656,66.8884 0.3386,67.0404 0.3176,67.1904 C0.3116,67.2314 0.3006,67.2744 0.2956,67.3154 C0.2906,67.3544 0.2926,67.3924 0.2876,67.4314 C0.2486,67.7674 0.223572133,68.1004 0.223572133,68.4264 L0.4016,131.1904 L5.4226,134.1084 L5.2446,71.3444 C5.2436,71.0184 5.2706,70.6844 5.3096,70.3484 C5.3196,70.2684 5.3266,70.1894 5.3386,70.1094 C5.3606,69.9594 5.3876,69.8064 5.4166,69.6544 C5.4366,69.5514 5.4536,69.4494 5.4776,69.3454 C5.4986,69.2494 5.5246,69.1524 5.5486,69.0554 C5.5816,68.9204 5.6166,68.7864 5.6566,68.6514 C5.6796,68.5734 5.7026,68.4954 5.7286,68.4164 C5.7756,68.2654 5.8256,68.1144 5.8796,67.9634 C5.9026,67.9004 5.9236,67.8374 5.9476,67.7744 C6.0256,67.5664 6.1086,67.3584 6.1986,67.1524 C6.2086,67.1284 6.2206,67.1054 6.2306,67.0824 C6.3126,66.8964 6.3996,66.7124 6.4896,66.5304 C6.5186,66.4734 6.5466,66.4184 6.5756,66.3624 C6.6636,66.1904 6.7556,66.0194 6.8516,65.8514 C6.8706,65.8184 6.8886,65.7844 6.9076,65.7514 C7.0216,65.5544 7.1416,65.3604 7.2646,65.1694 C7.3006,65.1154 7.3376,65.0614 7.3746,65.0054 C7.4666,64.8694 7.5606,64.7334 7.6566,64.6004 C7.7076,64.5294 7.7606,64.4584 7.8136,64.3874 C7.8976,64.2764 7.9836,64.1674 8.0706,64.0594 C8.1426,63.9694 8.2156,63.8794 8.2896,63.7924 C8.3616,63.7084 8.4346,63.6274 8.5066,63.5454 C8.6306,63.4084 8.7566,63.2744 8.8846,63.1434 C8.9476,63.0804 9.0096,63.0174 9.0726,62.9564 C9.3306,62.7054 9.5976,62.4694 9.8706,62.2534 C9.9196,62.2154 9.9686,62.1804 10.0176,62.1434 C10.3066,61.9244 10.6006,61.7194 10.9026,61.5454 L110.9306,3.7944 C111.1726,3.6544 111.4096,3.5404 111.6446,3.4394 C111.7186,3.4074 111.7926,3.3784 111.8656,3.3504 C112.0006,3.2974 112.1356,3.2524 112.2676,3.2114 C112.3516,3.1864 112.4366,3.1624 112.5196,3.1414 C112.5976,3.1234 112.6746,3.1064 112.7516,3.0914 C112.8536,3.0734 112.9526,3.0564 113.0516,3.0454 C113.1096,3.0394 113.1666,3.0324 113.2226,3.0284 C113.3466,3.0204 113.4676,3.0174 113.5866,3.0214 C113.6146,3.0224 113.6426,3.0204 113.6696,3.0224 C113.8146,3.0304 113.9526,3.0484 114.0886,3.0754 C114.1226,3.0814 114.1566,3.0904 114.1896,3.0974 C114.2956,3.1224 114.4006,3.1524 114.5006,3.1874 C114.5326,3.1994 114.5666,3.2104 114.5976,3.2214 C114.7266,3.2724 114.8516,3.3304 114.9696,3.3984 L114.9656,3.3964 C114.9676,3.3974 114.9696,3.3984 114.9696,3.3984" id="Fill-25" fill="#D3D3D3" mask="url(#mask-10)"></path>
73
+ </g>
74
+ <path d="M51.326,101.1816 C53.676,99.8256 55.591,100.9166 55.598,103.6166 L55.6750192,130.3716 C55.682,133.0726 53.779,136.3606 51.43,137.7166 L5.831,164.0436 C3.481,165.4006 1.566,164.3166 1.558,161.6166 L1.48197488,134.8606 C1.474,132.1606 3.378,128.8656 5.727,127.5086 L51.326,101.1816 Z" id="Fill-27" fill="#E5E5E5"></path>
75
+ <path d="M52.9461,100.0674 C52.9381,100.0624 52.9301,100.0584 52.9231,100.0534 C52.8531,100.0144 52.7821,99.9794 52.7091,99.9494 C52.6951,99.9434 52.6801,99.9404 52.6671,99.9344 C52.6421,99.9244 52.6191,99.9174 52.5941,99.9094 C52.5571,99.8954 52.5211,99.8804 52.4831,99.8704 C52.4431,99.8584 52.4011,99.8504 52.3611,99.8414 C52.3361,99.8364 52.3101,99.8294 52.2851,99.8244 C52.2711,99.8214 52.2581,99.8174 52.2441,99.8144 C52.1601,99.7994 52.0741,99.7904 51.9861,99.7844 L51.9691,99.7844 C51.9511,99.7834 51.9301,99.7844 51.9111,99.7844 C51.8421,99.780916 51.7741,99.7794 51.7041,99.7824 C51.6811,99.7834 51.6571,99.7884 51.6341,99.7894 C51.5921,99.7924 51.5501,99.7964 51.5081,99.8014 C51.4671,99.8064 51.4271,99.8074 51.3861,99.8134 C51.3521,99.8194 51.3161,99.8304 51.2811,99.8374 C51.2231,99.8474 51.1661,99.8594 51.1071,99.8744 C51.0751,99.8814 51.0451,99.8854 51.0121,99.8934 C50.9811,99.9024 50.9481,99.9174 50.9171,99.9264 C50.8181,99.9564 50.7191,99.9914 50.6181,100.0304 C50.5821,100.0444 50.5481,100.0514 50.5111,100.0664 C50.4911,100.0754 50.4701,100.0884 50.4501,100.0964 C50.2751,100.1724 50.0971,100.2574 49.9171,100.3624 L4.3171,126.6894 C4.0431,126.8474 3.7771,127.0374 3.5171,127.2444 C3.4321,127.3114 3.3531,127.3884 3.2701,127.4614 C3.1451,127.5704 3.0171,127.6714 2.8971,127.7904 C2.8411,127.8444 2.7901,127.9054 2.7351,127.9624 C2.6871,128.0114 2.6401,128.0624 2.5921,128.1134 C2.5401,128.1714 2.4841,128.2254 2.4311,128.2854 C2.3131,128.4214 2.1981,128.5614 2.0861,128.7064 C2.0471,128.7564 2.0091,128.8094 1.9711,128.8624 C1.9511,128.8884 1.9311,128.9154 1.9121,128.9424 C1.8761,128.9924 1.8381,129.0404 1.8021,129.0904 C1.7171,129.2124 1.6341,129.3354 1.5551,129.4604 C1.4791,129.5794 1.4061,129.6994 1.3351,129.8204 C1.3291,129.8314 1.3241,129.8404 1.3181,129.8514 C1.3121,129.8614 1.3061,129.8714 1.3011,129.8804 C1.2451,129.9794 1.1881,130.0794 1.1341,130.1794 C1.0711,130.2994 1.0091,130.4214 0.9511,130.5434 C0.8981,130.6524 0.8481,130.7624 0.8001,130.8734 C0.7971,130.8794 0.7931,130.8864 0.7901,130.8934 C0.7871,130.9004 0.7841,130.9064 0.7811,130.9134 C0.7261,131.0404 0.6741,131.1674 0.6251,131.2964 C0.5731,131.4284 0.5251,131.5634 0.4801,131.6984 C0.4591,131.7634 0.4401,131.8314 0.4201,131.8974 C0.4111,131.9264 0.4011,131.9564 0.3921,131.9854 C0.3791,132.0344 0.3611,132.0834 0.3481,132.1314 C0.3021,132.2954 0.2621,132.4584 0.2281,132.6204 C0.2081,132.7174 0.1951,132.8154 0.1781,132.9124 C0.1691,132.9634 0.1591,133.0154 0.1511,133.0674 C0.1441,133.1144 0.1331,133.1634 0.1271,133.2104 C0.0911,133.4914 0.0721,133.7694 0.073062453,134.0414 L0.1481,160.7974 C0.1521,162.1364 0.6261,163.0784 1.3881,163.5214 L2.7981,164.3404 C2.0351,163.8974 1.5621,162.9564 1.5581,161.6164 L1.4821,134.8604 C1.4811,134.5434 1.5111,134.2164 1.5611,133.8864 C1.5691,133.8354 1.5791,133.7834 1.5881,133.7314 C1.6401,133.4234 1.7111,133.1144 1.8021,132.8044 C1.8111,132.7754 1.8201,132.7454 1.8291,132.7154 C1.9321,132.3804 2.0551,132.0444 2.2001,131.7134 L2.2091,131.6924 C2.3571,131.3544 2.5261,131.0214 2.7121,130.6984 C2.7161,130.6894 2.7211,130.6804 2.7271,130.6714 C2.9091,130.3564 3.1091,130.0524 3.3221,129.7604 C3.3411,129.7344 3.3611,129.7084 3.3811,129.6804 C3.5771,129.4184 3.7861,129.1694 4.0031,128.9324 C4.0501,128.8814 4.0961,128.8314 4.1441,128.7814 C4.3161,128.6024 4.4981,128.4394 4.6801,128.2804 C4.7631,128.2084 4.8421,128.1294 4.9271,128.0634 C5.1861,127.8564 5.4531,127.6674 5.7271,127.5084 L51.3261,101.1814 C51.5081,101.0774 51.6851,100.9924 51.8601,100.9164 C51.9161,100.8914 51.9711,100.8704 52.0271,100.8494 C52.1281,100.8104 52.2281,100.7754 52.3271,100.7464 C52.3901,100.7264 52.4541,100.7084 52.5161,100.6924 C52.5751,100.6784 52.6341,100.6674 52.6911,100.6554 C52.7671,100.6414 52.8421,100.6294 52.9161,100.6214 C52.9591,100.6164 53.0021,100.6114 53.0451,100.6084 C53.1371,100.6014 53.2291,100.6004 53.3191,100.6024 C53.3391,100.6034 53.3601,100.6024 53.3801,100.6034 C53.4881,100.6094 53.5921,100.6244 53.6941,100.6434 C53.7201,100.6484 53.7451,100.6554 53.7701,100.6614 C53.8501,100.6784 53.9281,100.7014 54.0041,100.7284 C54.0281,100.7364 54.0521,100.7444 54.0761,100.7544 C54.1731,100.7924 54.2661,100.8354 54.3551,100.8864 L52.9461,100.0674 Z" id="Fill-29" fill="#D3D3D3"></path>
76
+ <path d="M100.7176,32.0693 C108.8326,27.4943 115.4106,31.2433 115.5336,40.5123 L100.7656,49.0383 L100.7176,32.0693 Z" id="Fill-31" fill="#FFFFFF"></path>
77
+ <path d="M97.2879,38.0107 L97.3359,54.9797 L112.1029,46.4527 L112.103982,46.6587 C112.1309,56.1527 105.4619,67.7037 97.2059,72.4707 C88.9439,77.2397 82.2309,73.4147 82.2048183,63.9207 C82.1779,54.4357 88.8479,42.8837 97.1089,38.1137 L97.2879,38.0107 Z" id="Fill-33" fill="#FFFFFF"></path>
78
+ <polygon id="Fill-35" fill="#EFEFEF" points="30.3104 76.8672 30.3294 83.3892 24.6524 86.6672 24.6334 80.1442"></polygon>
79
+ <polygon id="Fill-37" fill="#EFEFEF" points="67.245 71.0557 67.256 75.1347 33.916 94.3847 33.904 90.3057"></polygon>
80
+ <polygon id="Fill-39" fill="#EFEFEF" points="70.0418 56.375 70.0538 60.454 33.8788 81.34 33.8668 77.261"></polygon>
81
+ <polygon id="Fill-41" fill="#EFEFEF" points="30.3495 90.7266 30.3655 96.4336 24.6895 99.7106 24.6735 94.0026"></polygon>
82
+ </g>
83
+ <g transform="translate(46.000000, 121.901000)">
84
+ <mask id="mask-12" fill="white">
85
+ <use xlink:href="#path-11"></use>
86
+ </mask>
87
+ <g id="Clip-44"></g>
88
+ <path d="M0.9647,1.1699 L0.6557,0.9909 C0.6127,0.9609 0.5687,0.9339 0.5277,0.9079 L0.8357,1.0879 C0.8777,1.1119 0.9207,1.1399 0.9647,1.1699" id="Fill-43" fill="#6E1212" mask="url(#mask-12)"></path>
89
+ </g>
90
+ <g transform="translate(33.000000, 138.901000)">
91
+ <g>
92
+ <mask id="mask-14" fill="white">
93
+ <use xlink:href="#path-13"></use>
94
+ </mask>
95
+ <g id="Clip-46"></g>
96
+ <path d="M0.6512,0.8672 L0.3422,0.6872 C0.3732,0.7052 0.4022,0.7212 0.4302,0.7382 L0.7392,0.9172 C0.7102,0.9012 0.6802,0.8842 0.6512,0.8672" id="Fill-45" fill="#831515" mask="url(#mask-14)"></path>
97
+ </g>
98
+ <g>
99
+ <mask id="mask-16" fill="white">
100
+ <use xlink:href="#path-15"></use>
101
+ </mask>
102
+ <g id="Clip-48"></g>
103
+ <path d="M0.7391,0.917 L0.4301,0.738 C0.4771,0.765 0.5231,0.789 0.5681,0.813 L0.8771,0.993 C0.8311,0.969 0.7851,0.943 0.7391,0.917" id="Fill-47" fill="#871616" mask="url(#mask-16)"></path>
104
+ </g>
105
+ </g>
106
+ <g transform="translate(0.000000, 94.901000)">
107
+ <path d="M45.9774,25.7275 C46.3694,25.5005 46.7134,25.4055 47.0274,25.3785 C47.3334,25.3635 47.6154,25.4135 47.8724,25.5155 C48.3834,25.7195 48.8264,26.0955 49.2494,26.5725 C50.0964,27.5305 50.8614,28.9045 51.5874,30.2705 C52.1664,31.3615 52.8764,31.6205 53.4584,31.6515 C54.0474,31.6795 54.5334,31.4355 54.5964,31.3985 C55.1594,31.0885 55.5874,31.3555 55.5824434,31.9835 C55.5794,32.6015 55.1394,33.3485 54.6074,33.6565 C54.4024,33.7715 53.6524,34.1645 52.7174,34.1805 C51.7464,34.2065 50.5934,33.7685 49.8024,32.2555 C49.3334,31.3665 48.8584,30.4945 48.3754,29.7735 C47.8944,29.0515 47.4074,28.4735 46.9644,28.1695 C46.6764,27.9695 46.4074,27.8965 46.2354,27.9085 C46.1324,27.9155 46.0684,27.9455 46.0114,27.9705 C45.7814,28.1185 45.6664,28.2135 45.4304,28.5345 C45.2074,28.8535 44.8894,29.4195 44.5144,30.2895 C43.7464,32.0415 42.7444,34.9205 41.2084,39.3485 C40.6504,40.9565 40.1114,42.2975 39.5444,43.4405 C38.9794,44.5815 38.3804,45.5385 37.6984,46.3065 C37.2514,46.8135 36.7604,47.2225 36.2824,47.4985 C35.7264,47.8195 35.1834,47.9635 34.6844,47.9875 C34.1794,48.0075 33.7004,47.9105 33.2254,47.7355 C32.2854,47.3735 31.3364,46.7095 30.2974,45.8615 C29.4974,45.2065 28.7984,44.8685 28.2354,44.7665 C27.6654,44.6625 27.2574,44.7735 26.9694,44.9385 C26.7784,45.0495 26.6244,45.1815 26.4534,45.3765 C26.2874,45.5685 26.1024,45.8295 25.9124,46.1605 C25.5364,46.8175 25.1494,47.7615 24.8134,48.7925 C24.5014,49.7215 24.2294,50.5405 23.9504,51.2895 C23.6704,52.0315 23.3784,52.7145 23.0094,53.3695 C22.7614,53.8055 22.4684,54.2325 22.1364,54.6075 C21.6974,55.1115 21.1994,55.5155 20.6884,55.8105 C19.7374,56.3525 18.7214,56.6085 17.3664,56.8185 C16.7714,56.9115 16.2984,57.0885 15.9354,57.2985 C15.3924,57.6205 15.0924,57.9545 14.8124,58.3805 C14.5394,58.8025 14.3104,59.3545 14.1394,59.9595 C13.7974,61.1565 13.7434,62.4735 13.7454,62.9575 C13.7454,63.0655 13.7494,63.1305 13.7514,63.1525 C13.7794,63.7605 13.3654,64.5365 12.8234,64.8785 C12.2534,65.2085 11.8124,64.9965 11.7864,64.4055 C11.7854,64.3825 11.7794,64.2765 11.7783756,64.0925 C11.7774,63.6165 11.8064,62.6445 12.0134,61.4585 C12.2344,60.2655 12.6324,58.8155 13.5314,57.4015 C14.1234,56.4615 14.9554,55.6015 15.9014,55.0545 C16.5734,54.6665 17.2764,54.4225 18.0434,54.3035 C19.2894,54.1195 20.1514,53.8505 20.6584,53.5575 C20.9634,53.3815 21.1224,53.2385 21.2694,53.0805 C21.4104,52.9115 21.5494,52.7055 21.7274,52.3605 C22.0784,51.6805 22.4904,50.4945 23.0294,48.8535 C23.3274,47.9535 23.6634,47.0685 24.0704,46.2235 C24.4774,45.3785 24.9604,44.5555 25.5854,43.8425 C25.9994,43.3685 26.4714,42.9625 26.9634,42.6795 C27.7424,42.2295 28.5354,42.1025 29.3224,42.2505 C30.1154,42.4025 30.9284,42.8225 31.8134,43.5455 C32.5634,44.1645 33.2554,44.6615 33.8764,44.9935 C34.4984,45.3255 35.0614,45.4775 35.5084,45.4545 C35.8164,45.4385 36.0584,45.3645 36.2754,45.2395 C36.4604,45.1325 36.6394,44.9855 36.8494,44.7465 C37.0604,44.5145 37.3084,44.1725 37.5764,43.7095 C38.1234,42.7765 38.7654,41.3325 39.4444,39.3535 C40.5984,36.0275 41.4554,33.5555 42.1844,31.6715 C42.9144,29.7955 43.4994,28.4805 44.2704,27.3735 C44.7724,26.6585 45.3854,26.0685 45.9774,25.7275" id="Fill-49" fill="#FFFFFF"></path>
108
+ <g transform="translate(0.000000, 98.000000)">
109
+ <mask id="mask-18" fill="white">
110
+ <use xlink:href="#path-17"></use>
111
+ </mask>
112
+ <g id="Clip-52"></g>
113
+ <path d="M9.4725,30.6104 C9.4725,30.6104 0.9095,30.9994 0.1315,21.2684 C-0.6465,11.5384 2.1185,1.7844 6.0115,0.6164 C9.9045,-0.5516 11.4115,3.3774 13.0115,5.6164 C18.0115,12.6164 20.0115,30.6164 9.4725,30.6104" id="Fill-51" fill="#BBBCBA" mask="url(#mask-18)"></path>
114
+ </g>
115
+ <line x1="10.0116" y1="120.6162" x2="10.2516" y2="135.6162" id="Stroke-53" stroke="#757070" stroke-linecap="round" stroke-linejoin="round"></line>
116
+ <path d="M6.5535,123.1885 C6.5535,123.1885 8.2595,126.7135 10.0115,126.6165" id="Stroke-55" stroke="#757070" stroke-linecap="round" stroke-linejoin="round"></path>
117
+ <path d="M10.0858,124.4893 C10.2778,124.1873 10.8608,123.4153 12.0318,122.9623" id="Stroke-57" stroke="#757070" stroke-linecap="round" stroke-linejoin="round"></path>
118
+ <line x1="216.4207" y1="63.7168" x2="216.8667" y2="91.6158" id="Stroke-59" stroke="#757070" stroke-linecap="round" stroke-linejoin="round"></line>
119
+ <path d="M209.9901,68.501 C209.9901,68.501 213.1631,75.058 216.4211,74.877" id="Stroke-61" stroke="#757070" stroke-linecap="round" stroke-linejoin="round"></path>
120
+ <path d="M216.5594,70.9209 C216.9164,70.3589 218.0004,68.9229 220.1784,68.0799" id="Stroke-63" stroke="#757070" stroke-linecap="round" stroke-linejoin="round"></path>
121
+ <path d="M134.7078,3.7129 C134.7078,3.7129 138.2078,8.2129 137.2078,11.9629 C136.2078,15.7129 145.7078,9.2129 145.7078,9.2129 C145.7078,9.2129 142.7078,0.9629 138.9578,0.2129 C135.2078,-0.5371 134.7078,3.7129 134.7078,3.7129" id="Fill-65" fill="#FFDCB6"></path>
122
+ </g>
123
+ <g transform="translate(134.000000, 94.901000)">
124
+ <mask id="mask-20" fill="white">
125
+ <use xlink:href="#path-19"></use>
126
+ </mask>
127
+ <g id="Clip-68"></g>
128
+ <path d="M7.0116,-0.3838 C7.0116,-0.3838 6.0116,5.6162 1.0116,6.6162 C-3.9884,7.6162 2.0116,1.6162 2.0116,1.6162 L7.0116,-0.3838 Z" id="Fill-67" fill="#CCAF93" mask="url(#mask-20)"></path>
129
+ </g>
130
+ <g transform="translate(117.000000, 65.901000)">
131
+ <path d="M11.4578,10.7129 C11.4578,10.7129 8.2078,16.2129 9.4578,21.9629 C9.4578,21.9629 6.9578,22.9629 7.4578,24.7129 C7.9578,26.4629 9.7078,26.2129 10.2078,26.2129 C10.2078,26.2129 13.4578,33.7129 17.4578,33.4629 C21.4578,33.2129 23.7078,30.7129 23.9578,28.4629 C24.2078,26.2129 24.9578,15.4629 24.9578,15.4629 L18.4578,10.7129 L11.4578,10.7129 Z" id="Fill-69" fill="#FFDCB6"></path>
132
+ <path d="M1.9579,4.4629 C1.9579,4.4629 5.2079,2.7129 8.7079,1.7129 C12.6719,0.5799 28.7079,-3.5371 31.7079,8.7129 C34.7079,20.9629 27.4579,28.2129 23.4579,29.7129 C23.4579,29.7129 22.4579,27.9629 22.2079,21.7129 C21.9579,19.4629 23.9769,21.2099 23.2079,16.2129 C22.7079,12.9629 18.9579,14.7129 18.4579,16.9629 C18.4579,16.9629 13.8839,14.6169 9.9579,10.2129 C5.9559,5.7229 3.2019,5.6419 1.9579,4.4629" id="Fill-71" fill="#191F35"></path>
133
+ <path d="M20.9578,36.7129 C20.9578,36.7129 7.4378,40.6549 4.9578,52.4629 C-1.2922,82.2129 0.4488,106.0899 0.7078,109.9629 C0.9578,113.7129 3.4578,110.7129 10.2078,112.9629 C16.9578,115.2129 49.9578,116.4629 50.7078,111.9629 C51.4578,107.4629 56.4578,67.2129 48.2078,58.9629 C48.2078,58.9629 50.7068,57.6159 53.0118,57.6159 C55.0118,57.6159 44.4578,31.9629 26.9578,35.4629 L20.9578,36.7129 Z" id="Fill-73" fill="#FFBA2A"></path>
134
+ </g>
135
+ <g transform="translate(117.000000, 100.901000)">
136
+ <mask id="mask-22" fill="white">
137
+ <use xlink:href="#path-21"></use>
138
+ </mask>
139
+ <g id="Clip-76"></g>
140
+ <path d="M11.6434,26.2549 C11.6434,26.2549 6.3684,38.5909 1.3764,38.8879 C-3.6146,39.1859 4.8344,29.6659 4.8344,29.6659 L11.6434,26.2549 Z" id="Fill-75" fill="#E57529" mask="url(#mask-22)"></path>
141
+ </g>
142
+ <g transform="translate(83.000000, 98.901000)" fill="#FFDCB6">
143
+ <path d="M45.4578,28.2129 C45.4578,28.2129 28.9578,43.4629 20.2078,34.9629 C11.4578,26.4629 5.7078,11.4629 5.7078,11.4629 L8.9578,8.9629 C8.9578,8.9629 17.2078,24.7129 24.7078,24.4629 C32.2078,24.2129 40.9578,16.2129 40.9578,16.2129 L45.4578,28.2129 Z" id="Fill-77"></path>
144
+ <path d="M5.7079,3.4629 C5.7079,3.4629 4.9579,0.4629 6.9579,0.7129 C8.5259,0.9079 10.6159,8.7009 8.8599,10.1459 C7.1039,11.5889 4.5409,12.9649 2.2079,8.7129 C0.1599,4.9809 0.2079,3.7129 1.2079,2.4629 C2.7109,0.5829 5.7079,3.4629 5.7079,3.4629" id="Fill-79"></path>
145
+ </g>
146
+ </g>
147
+ </g>
148
+ </g>
149
+ </g>
150
+ </g>
151
+ </g>
152
+ </g>
153
+ </svg>
@@ -0,0 +1,74 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="176px" height="266px" viewBox="0 0 176 266" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 61.2 (89653) - https://sketch.com -->
4
+ <title>无历史版本</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs>
7
+ <path d="M3.916,1.862 C-0.883,4.261 1.517,13.861 1.517,13.861 L1.517,13.861 C1.517,13.861 10.317,13.861 9.517,10.661 L9.517,10.661 C8.716,7.461 9.517,2.661 9.517,2.661 L9.517,2.661 C9.517,2.661 9.094,0.969 7.016,0.969 L7.016,0.969 C6.237,0.969 5.225,1.207 3.916,1.862 L3.916,1.862 Z" id="path-1"></path>
8
+ </defs>
9
+ <g id="Data-Display数据展示" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
10
+ <g id="空状态" transform="translate(-2015.000000, -1460.000000)">
11
+ <g id="编组-13" transform="translate(166.000000, 580.000000)">
12
+ <g id="空页面" transform="translate(4.000000, 757.000000)">
13
+ <g id="插图" transform="translate(0.000000, 105.000000)">
14
+ <g id="无历史版本" transform="translate(1845.000000, 17.000000)">
15
+ <g id="编组">
16
+ <g transform="translate(0.000000, 0.884000)">
17
+ <path d="M153.8579,110.6162 L63.3129,110.6162 C62.0869,110.6162 61.0859,109.6142 61.0859,108.3882 L61.0859,2.3442 C61.0859,1.1182 62.0869,0.1162 63.3129,0.1162 L153.8579,0.1162 C155.0839,0.1162 156.0859,1.1182 156.0859,2.3442 L156.0859,108.3882 C156.0859,109.6142 155.0839,110.6162 153.8579,110.6162" id="Fill-2" fill="#D3D1C7"></path>
18
+ <path d="M121.4624,253.7383 C121.4624,253.7383 122.4624,259.3383 125.2624,259.3383 C128.0634,259.3383 130.6624,260.5383 130.4624,262.7383 C130.2624,264.9373 127.0634,264.7383 121.8624,264.5383 C116.6624,264.3383 115.2624,264.7383 115.2624,262.7383 C115.2624,260.9263 116.4624,258.5383 116.6624,257.1373 C116.8624,255.7383 117.0634,252.3383 117.0634,252.3383 L121.4624,253.7383 Z" id="Fill-3" fill="#7F5916"></path>
19
+ <path d="M89.6626,255.3379 C89.6626,255.3379 90.8626,259.9379 93.0626,260.5379 C95.2626,261.1379 98.2626,260.9379 98.8626,262.9379 C99.5546,265.2449 96.6626,266.3379 90.6626,265.9379 C84.6626,265.5379 83.2626,266.1379 83.2626,264.3379 C83.2626,262.4409 85.2626,256.7379 85.2626,255.7379 C85.2626,254.7379 89.6626,255.3379 89.6626,255.3379" id="Fill-4" fill="#7F5916"></path>
20
+ <path d="M70.5854,162.6162 C70.5854,162.6162 71.3884,183.0232 70.9164,188.6612 C70.5854,192.6162 69.5854,193.6162 70.9164,195.0602 C72.4494,196.7242 73.7854,195.8162 74.5854,192.6162 C75.3854,189.4162 75.4054,181.7492 75.7164,180.6612 C76.5854,177.6162 70.5854,162.6162 70.5854,162.6162" id="Fill-5" fill="#FFDCB6"></path>
21
+ <path d="M140.5854,119.6162 C140.5854,119.6162 149.5854,109.6162 153.0974,103.2472 C155.6884,98.5472 153.5364,98.2662 153.5364,98.2662 C151.4564,99.0862 150.1324,101.2002 145.5854,106.6162 C141.9664,110.9272 134.4744,115.9682 134.5854,115.6162 L140.5854,119.6162 Z" id="Fill-6" fill="#FFDCB6"></path>
22
+ <path d="M79.7163,185.4609 C80.5173,186.2609 81.3173,222.2609 82.1163,230.2609 C82.9163,238.2609 86.1163,251.8609 85.3173,255.0609 C84.5173,258.2609 90.5853,256.6159 90.5853,256.6159 C90.5853,256.6159 90.5853,251.6159 90.9163,245.4609 C91.2713,238.8729 96.5173,215.8609 97.3173,207.8609 C100.5173,207.8609 111.5973,240.0539 114.9163,250.2609 C116.4213,254.8889 116.5173,255.0609 120.5173,254.2609 C123.6543,253.6339 119.7163,242.2609 118.9163,231.0609 C118.1163,219.8609 118.1163,217.4609 118.9163,207.8609 C119.7163,198.2609 119.7163,186.2609 118.1163,184.6609 C116.5173,183.0609 79.7163,185.4609 79.7163,185.4609" id="Fill-7" fill="#1452CC"></path>
23
+ <path d="M20.4956,207.1055 C20.4956,207.1055 14.4326,207.3805 13.8816,200.4905 C13.3296,193.6005 15.2886,186.6935 18.0446,185.8665 C20.8016,185.0395 21.8686,187.8215 23.0016,189.4075 C26.5416,194.3635 27.9586,207.1095 20.4956,207.1055" id="Fill-8" fill="#A4A5A4"></path>
24
+ <line x1="19.8364" y1="204.3486" x2="19.8364" y2="212.0656" id="Stroke-9" stroke="#757070" stroke-width="0.428" stroke-linecap="round" stroke-linejoin="round"></line>
25
+ <path d="M10.4067,213.1582 C10.4067,213.1582 0.9997,213.5862 0.1447,202.8952 C-0.7103,192.2062 2.3287,181.4902 6.6037,180.2082 C10.8807,178.9252 12.5367,183.2402 14.2947,185.7002 C19.7867,193.3902 21.9837,213.1642 10.4067,213.1582" id="Fill-10" fill="#BBBCBA"></path>
26
+ <line x1="10.9985" y1="204.376" x2="11.2625" y2="220.855" id="Stroke-11" stroke="#757070" stroke-width="0.428" stroke-linecap="round" stroke-linejoin="round"></line>
27
+ <path d="M7.1997,207.2012 C7.1997,207.2012 9.0747,211.0742 10.9987,210.9682" id="Stroke-12" stroke="#757070" stroke-width="0.428" stroke-linecap="round" stroke-linejoin="round"></path>
28
+ <path d="M11.0796,208.6309 C11.2916,208.2989 11.9316,207.4509 13.2186,206.9529" id="Stroke-13" stroke="#757070" stroke-width="0.428" stroke-linecap="round" stroke-linejoin="round"></path>
29
+ <path d="M80.4604,22.6162 C80.4604,25.1012 78.4454,27.1162 75.9604,27.1162 C73.4754,27.1162 71.4604,25.1012 71.4604,22.6162 C71.4604,20.1312 73.4754,18.1162 75.9604,18.1162 C78.4454,18.1162 80.4604,20.1312 80.4604,22.6162" id="Fill-14" fill="#BCB8A2"></path>
30
+ <path d="M80.4604,46.1162 C80.4604,48.6012 78.4454,50.6162 75.9604,50.6162 C73.4754,50.6162 71.4604,48.6012 71.4604,46.1162 C71.4604,43.6312 73.4754,41.6162 75.9604,41.6162 C78.4454,41.6162 80.4604,43.6312 80.4604,46.1162" id="Fill-15" fill="#BCB8A2"></path>
31
+ <path d="M80.4604,69.6162 C80.4604,72.1012 78.4454,74.1162 75.9604,74.1162 C73.4754,74.1162 71.4604,72.1012 71.4604,69.6162 C71.4604,67.1312 73.4754,65.1162 75.9604,65.1162 C78.4454,65.1162 80.4604,67.1312 80.4604,69.6162" id="Fill-16" fill="#BCB8A2"></path>
32
+ <line x1="75.9604" y1="29.6162" x2="75.9604" y2="30.6162" id="Stroke-17" stroke="#BCB8A2" stroke-linecap="round" stroke-linejoin="round"></line>
33
+ <line x1="75.9604" y1="34.0166" x2="75.9604" y2="37.4156" id="Stroke-18" stroke="#BCB8A2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1.7,3.4"></line>
34
+ <line x1="75.9604" y1="39.1162" x2="75.9604" y2="40.1162" id="Stroke-19" stroke="#BCB8A2" stroke-linecap="round" stroke-linejoin="round"></line>
35
+ <line x1="75.9604" y1="52.6162" x2="75.9604" y2="53.6162" id="Stroke-20" stroke="#BCB8A2" stroke-linecap="round" stroke-linejoin="round"></line>
36
+ <line x1="75.9604" y1="57.0166" x2="75.9604" y2="60.4156" id="Stroke-21" stroke="#BCB8A2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1.7,3.4"></line>
37
+ <line x1="75.9604" y1="62.1162" x2="75.9604" y2="63.1162" id="Stroke-22" stroke="#BCB8A2" stroke-linecap="round" stroke-linejoin="round"></line>
38
+ <polygon id="Fill-23" fill="#DBDBDB" points="85.585 25.116 120.585 25.116 120.585 20.116 85.585 20.116"></polygon>
39
+ <polygon id="Fill-24" fill="#DBDBDB" points="85.585 47.616 120.585 47.616 120.585 42.616 85.585 42.616"></polygon>
40
+ <polygon id="Fill-25" fill="#DBDBDB" points="85.585 68.616 105.585 68.616 105.585 63.616 85.585 63.616"></polygon>
41
+ <path d="M155.9741,41.6162 C145.7731,41.6162 137.4741,33.3172 137.4741,23.1162 C137.4741,12.9152 145.7731,4.6162 155.9741,4.6162 C166.1751,4.6162 174.4741,12.9152 174.4741,23.1162 C174.4741,33.3172 166.1751,41.6162 155.9741,41.6162" id="Fill-26" fill="#DBDBDB"></path>
42
+ <path d="M155.9741,3.6162 C145.2221,3.6162 136.4741,12.3642 136.4741,23.1162 C136.4741,33.8682 145.2221,42.6162 155.9741,42.6162 C166.7271,42.6162 175.4741,33.8682 175.4741,23.1162 C175.4741,12.3642 166.7271,3.6162 155.9741,3.6162 M155.9741,5.6162 C165.6391,5.6162 173.4741,13.4512 173.4741,23.1162 C173.4741,32.7812 165.6391,40.6162 155.9741,40.6162 C146.3091,40.6162 138.4741,32.7812 138.4741,23.1162 C138.4741,13.4512 146.3091,5.6162 155.9741,5.6162" id="Fill-27" fill="#FFFFFF"></path>
43
+ <line x1="155.9741" y1="5.6162" x2="155.9741" y2="7.6162" id="Stroke-28" stroke="#A59960" stroke-linecap="round"></line>
44
+ <line x1="155.9741" y1="38.1162" x2="155.9741" y2="40.1162" id="Stroke-29" stroke="#A59960" stroke-linecap="round"></line>
45
+ <line x1="168.1723" y1="35.0635" x2="165.3433" y2="32.2355" id="Stroke-30" stroke="#A59960" stroke-linecap="round"></line>
46
+ <line x1="146.605" y1="13.4971" x2="143.777" y2="10.6691" id="Stroke-31" stroke="#A59960" stroke-linecap="round"></line>
47
+ <line x1="143.7768" y1="35.0635" x2="146.6048" y2="32.2355" id="Stroke-32" stroke="#A59960" stroke-linecap="round"></line>
48
+ <line x1="165.3432" y1="13.4971" x2="168.1722" y2="10.6691" id="Stroke-33" stroke="#A59960" stroke-linecap="round"></line>
49
+ <line x1="173.2241" y1="22.8662" x2="171.2241" y2="22.8662" id="Stroke-34" stroke="#A59960" stroke-linecap="round"></line>
50
+ <line x1="140.7241" y1="22.8662" x2="138.7241" y2="22.8662" id="Stroke-35" stroke="#A59960" stroke-linecap="round"></line>
51
+ <polyline id="Stroke-36" stroke="#A59960" stroke-linecap="round" points="156.0854 19.1162 156.0854 23.1162 160.0854 27.1162"></polyline>
52
+ <path d="M152.9927,96.3379 C152.9927,96.3379 153.5927,93.9379 151.9927,94.1379 C150.7367,94.2949 149.0647,100.5289 150.4707,101.6849 C151.8747,102.8389 153.9267,103.9409 155.7927,100.5379 C157.4297,97.5529 157.3917,96.5379 156.5927,95.5379 C155.3887,94.0339 152.9927,96.3379 152.9927,96.3379" id="Fill-37" fill="#FFDCB6"></path>
53
+ <path d="M104.5171,108.6611 C104.5171,108.6611 103.7161,113.4611 104.5171,116.6611 C105.3171,119.8611 96.5171,119.8611 96.5171,119.8611 C96.5171,119.8611 94.1171,110.2611 98.9161,107.8611 C103.7161,105.4611 104.5171,108.6611 104.5171,108.6611" id="Fill-38" fill="#FFDCB6"></path>
54
+ <path d="M77.3169,132.6611 C77.3169,132.6611 91.6799,114.8781 113.3169,115.8611 C130.9169,116.6611 131.7249,117.4761 135.5859,113.6161 C137.1849,112.0161 138.4549,111.7711 142.5859,117.6161 C143.3849,119.2161 143.1849,121.6161 137.5859,125.6161 C131.9859,129.6161 125.3169,131.0601 125.3169,131.0601 C125.3169,131.0601 116.5619,163.9541 120.5859,184.6161 C121.2159,187.8531 117.7859,187.6161 114.5859,187.6161 C111.3849,187.6161 84.5169,189.4611 77.3169,187.8611 C70.1169,186.2611 66.9169,145.4611 77.3169,132.6611" id="Fill-39" fill="#FFBA2A"></path>
55
+ </g>
56
+ <g transform="translate(95.000000, 106.884000)">
57
+ <mask id="mask-2" fill="white">
58
+ <use xlink:href="#path-1"></use>
59
+ </mask>
60
+ <g id="Clip-41"></g>
61
+ <path d="M10.5854,2.6162 C10.5854,2.6162 5.5854,8.6162 -0.4146,8.6162 L-0.4146,1.6162 C-0.4146,0.6162 9.5854,1.6162 9.5854,1.6162 L10.5854,2.6162 Z" id="Fill-40" fill="#CCAF93" mask="url(#mask-2)"></path>
62
+ </g>
63
+ <g transform="translate(83.000000, 82.884000)">
64
+ <path d="M15.9165,11.4609 C15.9165,11.4609 19.9165,13.8609 20.7165,15.4609 C22.3165,14.6609 23.9165,14.6609 23.9165,16.2609 C23.9165,17.8609 23.1165,18.6609 23.1165,18.6609 C23.1165,18.6609 27.1165,21.8609 25.5175,25.0609 C23.9165,28.2609 17.5175,29.0609 13.5175,26.6609 C9.5175,24.2609 6.3165,17.8609 6.3165,17.8609 L15.9165,11.4609 Z" id="Fill-42" fill="#FFDCB6"></path>
65
+ <path d="M19.5171,0.6611 C19.5171,0.6611 14.7161,3.8611 12.3171,4.6611 C9.9161,5.4611 -1.6829,11.4611 1.5171,22.6611 C4.7161,33.8611 14.3171,31.4611 15.1171,27.4611 C15.9161,23.4611 13.5171,22.6611 13.5171,22.6611 C13.5171,22.6611 13.5901,24.9451 11.1171,23.4611 C7.1171,21.0601 9.5851,18.6161 11.5851,19.6161 C12.8501,20.2491 16.7161,16.2611 17.5171,12.2611 C18.3171,8.2611 23.1171,5.8611 19.5171,0.6611" id="Fill-44" fill="#191F35"></path>
66
+ </g>
67
+ </g>
68
+ </g>
69
+ </g>
70
+ </g>
71
+ </g>
72
+ </g>
73
+ </g>
74
+ </svg>
@@ -0,0 +1,72 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="358px" height="189px" viewBox="0 0 358 189" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 61.2 (89653) - https://sketch.com -->
4
+ <title>无访问记录</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs>
7
+ <path d="M191.723,0.49 C161.532,0.497 144.299,19.455 132.143,38.414 L132.143,38.414 C116.996,62.036 109.723,85.658 95.051,72.616 L95.051,72.616 C68.051,48.616 40.051,59.616 19.051,80.617 L19.051,80.617 C-1.949,101.616 0.051,118.616 0.051,118.616 L0.051,118.616 L0.051,167.616 L164.051,170.617 L358.051,170.617 C358.051,170.617 337.196,46.616 306.051,46.616 L306.051,46.616 C282.051,46.616 286.051,78.616 264.051,77.616 L264.051,77.616 C228.86,76.017 248.051,3.616 196.051,0.616 L196.051,0.616 C194.588,0.532 193.156,0.49 191.749,0.49 L191.749,0.49 L191.723,0.49 Z" id="path-1"></path>
8
+ <linearGradient x1="49.9181828%" y1="58.3142754%" x2="47.6835861%" y2="-45.9489844%" id="linearGradient-3">
9
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
10
+ <stop stop-color="#231714" offset="100%"></stop>
11
+ </linearGradient>
12
+ <path d="M2.052,15.616 C6.051,16.616 8.051,12.616 8.051,12.616 L8.051,12.616 L8.051,4.616 L2.052,0.617 C2.052,0.617 -1.949,14.616 2.052,15.616 L2.052,15.616 Z" id="path-4"></path>
13
+ </defs>
14
+ <g id="Data-Display数据展示" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
15
+ <g id="空状态" transform="translate(-1491.000000, -1507.000000)">
16
+ <g id="编组-13" transform="translate(166.000000, 580.000000)">
17
+ <g id="空页面" transform="translate(4.000000, 757.000000)">
18
+ <g id="插图" transform="translate(0.000000, 105.000000)">
19
+ <g id="无访问记录" transform="translate(1321.000000, 64.000000)">
20
+ <g id="编组">
21
+ <g transform="translate(92.000000, 25.510000)" fill="#FFDCB6" id="Fill-2">
22
+ <path d="M2.0512,3.6162 C2.0512,3.6162 -0.0398,0.6162 2.0512,0.6162 C3.0512,0.6162 5.0512,2.6162 5.0512,2.6162 C5.0512,2.6162 9.9162,-1.4158 12.0072,1.7202 C14.1032,4.8622 13.0522,7.9902 7.8252,9.0362 C2.5982,10.0812 3.0512,10.6162 3.0512,10.6162 C3.0512,10.6162 1.4372,9.5532 1.0512,8.6162 C0.2932,6.7732 0.6652,4.3082 2.0512,3.6162"></path>
23
+ </g>
24
+ <g transform="translate(0.000000, 0.510000)">
25
+ <mask id="mask-2" fill="white">
26
+ <use xlink:href="#path-1"></use>
27
+ </mask>
28
+ <g id="Clip-4"></g>
29
+ <path d="M191.7232,0 C161.5322,0.007 144.2992,18.965 132.1432,37.924 L132.1432,37.924 C116.9962,61.546 109.7232,85.168 95.0512,72.126 L95.0512,72.126 C68.0512,48.126 40.0512,59.126 19.0512,80.127 L19.0512,80.127 C-1.9488,101.126 0.0512,118.126 0.0512,118.126 L0.0512,118.126 L0.0512,167.126 L164.0512,170.127 L358.0512,170.127 C358.0512,170.127 337.1962,46.126 306.0512,46.126 L306.0512,46.126 C282.0512,46.126 286.0512,78.126 264.0512,77.126 L264.0512,77.126 C228.8602,75.527 248.0512,3.126 196.0512,0.126 L196.0512,0.126 C194.5882,0.042 193.1562,0 191.7492,0 L191.7492,0 L191.7232,0 Z" id="Fill-3" fill="url(#linearGradient-3)" mask="url(#mask-2)"></path>
30
+ </g>
31
+ <g transform="translate(43.000000, 15.510000)">
32
+ <path d="M11.9916,77.7861 C11.9916,77.7861 14.9576,76.9111 14.7916,78.9201 C14.6616,80.4951 6.9626,82.9101 5.4466,81.2161 C3.9306,79.5211 2.4486,77.0171 6.5996,74.5091 C10.2426,72.3071 11.5126,72.3021 12.8026,73.2481 C14.7436,74.6721 11.9916,77.7861 11.9916,77.7861" id="Fill-5" fill="#FFDCB6"></path>
33
+ <path d="M15.0512,34.6162 C15.0512,34.6162 4.0512,47.6162 1.0512,63.6162 C-1.9488,79.6162 6.0512,81.6162 6.0512,81.6162 C6.0512,81.6162 13.0512,81.6162 7.0512,73.6162 C3.9912,69.5372 8.0512,55.6162 13.0512,52.6162 C18.0512,49.6162 15.0512,34.6162 15.0512,34.6162" id="Fill-7" fill="#FFDCB6"></path>
34
+ <path d="M19.0512,161.6162 C19.0512,161.6162 16.8512,165.2162 16.0512,167.6162 C14.0512,173.6162 16.8772,173.6162 19.2772,173.6162 L34.8772,173.6162 C34.8772,173.6162 36.2002,172.2522 34.8772,170.4162 C34.4552,169.8312 33.2772,168.8162 31.6772,168.8162 C30.0772,168.8162 25.2972,168.8212 26.0772,165.6162 C27.0512,161.6162 21.2772,161.6162 21.2772,161.6162 L19.0512,161.6162 Z" id="Fill-9" fill="#7F5916"></path>
35
+ <path d="M58.7319,124.334 C58.7319,124.334 56.9229,130.683 56.4789,133.173 C55.4649,138.853 60.1849,137.666 62.3839,136.706 C66.7839,134.786 74.8489,131.267 78.5159,129.667 C78.5159,129.667 79.1829,127.888 77.2359,126.734 C76.6159,126.367 75.1289,125.908 73.6629,126.548 C72.1969,127.188 67.7969,129.107 67.2509,125.855 C66.7039,122.602 61.2519,124.107 61.2519,124.107 L58.7319,124.334 Z" id="Fill-11" fill="#7F5916"></path>
36
+ <path d="M32.0512,23.6162 L32.0512,31.6162 C32.0512,31.6162 30.0512,35.6162 26.0512,34.6162 C22.0512,33.6162 26.0512,19.6162 26.0512,19.6162 L32.0512,23.6162 Z" id="Fill-13" fill="#FFDCB6"></path>
37
+ <path d="M16.0512,81.6162 C16.0512,81.6162 7.1982,121.2082 18.0512,162.6162 C19.0512,166.1162 25.0512,165.6162 25.0512,163.6162 C25.0512,161.6162 24.0512,136.6162 27.0512,131.6162 C30.9692,125.0862 33.0512,107.6162 32.0512,102.6162 C39.1982,105.2082 49.4042,100.0242 52.4042,96.5242 C52.4042,96.5242 56.5512,124.1162 58.0512,125.6162 C59.5512,127.1162 62.0512,125.6162 65.0512,124.6162 C66.7752,124.0422 66.0512,120.6162 65.0512,115.6162 C64.5612,113.1652 65.0512,96.6162 66.0512,89.6162 C66.7222,84.9212 69.0512,75.1162 62.0512,75.6162 C55.0512,76.1162 36.4042,81.5242 36.4042,81.5242 L16.0512,81.6162 Z" id="Fill-15" fill="#1452CC"></path>
38
+ <path d="M20.0512,31.6162 C20.0512,31.6162 28.0512,34.6162 34.0512,28.6162 C34.0512,28.6162 47.0512,30.6162 52.0512,31.6162 C54.0512,33.6162 59.0512,47.6162 57.0512,49.6162 C55.0512,51.6162 48.0512,49.6162 48.0512,49.6162 C48.0512,49.6162 59.0512,75.6162 55.0512,79.6162 C51.0512,83.6162 29.0512,91.6162 13.0512,85.6162 C6.0512,82.6162 6.0512,32.6162 20.0512,31.6162" id="Fill-17" fill="#FFBA2A"></path>
39
+ <path d="M51.0512,34.6162 L57.0512,34.6162 C59.0512,34.6162 55.7382,22.4602 52.0512,20.6162 C50.0512,19.6162 50.8892,16.6162 54.0512,16.6162 C56.0512,16.6162 58.7762,17.9162 60.0512,19.6162 C63.0512,23.6162 71.0512,37.6162 69.0512,45.6162 C67.0512,53.6162 55.0512,46.6162 55.0512,46.6162 L51.0512,34.6162 Z" id="Fill-19" fill="#FFDCB6"></path>
40
+ <path d="M48.0248,15.3408 L67.9338,8.9228 C67.9338,8.9228 68.1498,10.8678 68.1238,11.8678 C68.0968,12.8678 69.4488,14.7288 69.4488,14.7288 L48.9198,19.3648 L48.0248,15.3408 Z" id="Fill-21" fill="#2AC6CC"></path>
41
+ <path d="M270.0512,10.916 C270.0512,16.715 264.6512,29.816 260.4512,29.816 C256.2512,29.816 249.0512,16.715 249.0512,10.916 C249.0512,5.117 253.7522,0.416 259.5512,0.416 C265.3502,0.416 270.0512,5.117 270.0512,10.916" id="Fill-23" fill="#D3BCA5"></path>
42
+ <path d="M264.8012,10.916 C264.8012,13.815 262.4502,16.166 259.5512,16.166 C256.6522,16.166 254.3012,13.815 254.3012,10.916 C254.3012,8.017 256.6522,5.666 259.5512,5.666 C262.4502,5.666 264.8012,8.017 264.8012,10.916" id="Fill-25" fill="#EFE5DA"></path>
43
+ <path d="M260.3959,37.1162 C260.3959,37.1162 260.4609,37.9422 260.5169,39.3522" id="Stroke-27" stroke="#D3BCA5"></path>
44
+ <path d="M260.5629,46.0586 C260.2769,57.5266 257.9029,75.8946 245.5889,75.4036 C213.2269,74.1116 178.5979,70.8986 181.0509,97.6166 C182.6359,114.8786 185.3479,111.7196 242.0229,110.1166 C295.0509,108.6166 302.0509,112.6166 302.0509,131.6166 C302.0509,154.9116 149.1939,145.7216 86.5329,144.4326" id="Stroke-29" stroke="#D3BCA5" stroke-dasharray="4.471,6.706"></path>
45
+ <path d="M83.1762,144.3701 C82.4142,144.3571 81.6682,144.3461 80.9382,144.3361" id="Stroke-31" stroke="#D3BCA5"></path>
46
+ <path d="M85.0512,143.6162 C85.0512,150.2432 79.6782,155.6162 73.0512,155.6162 C66.4242,155.6162 61.0512,150.2432 61.0512,143.6162 C61.0512,135.6162 67.0512,134.6162 73.0512,131.6162 C78.9792,128.6522 85.0512,136.9892 85.0512,143.6162" id="Fill-33" fill="#2AC6CC"></path>
47
+ <path d="M48.9037,16.9912 C49.2577,18.3342 49.3317,19.4782 49.0697,19.5482 C48.8067,19.6172 48.3067,18.5852 47.9527,17.2422 C47.5977,15.8992 47.5237,14.7552 47.7867,14.6852 C48.0497,14.6172 48.5497,15.6492 48.9037,16.9912" id="Fill-35" fill="#2AC6CC"></path>
48
+ <polygon id="Fill-37" fill="#2AC6CC" points="65.1498 16.4561 63.1638 10.1511 66.3508 7.0681 69.5288 17.1551"></polygon>
49
+ <path d="M65.3901,16.54 C65.8721,16.389 65.7971,14.789 65.2241,12.968 C64.6501,11.146 63.7941,9.793 63.3121,9.945 C62.8291,10.097 62.9041,11.696 63.4781,13.518 C64.0521,15.339 64.9081,16.692 65.3901,16.54" id="Fill-39" fill="#2AC6CC"></path>
50
+ <path d="M69.5287,17.1553 C68.8327,17.3753 67.5557,15.2953 66.6787,12.5093 C65.8007,9.7233 65.6537,7.2883 66.3507,7.0683 C67.0477,6.8483 68.3227,8.9283 69.2007,11.7153 C70.0787,14.5003 70.2247,16.9363 69.5287,17.1553" id="Fill-41" fill="#23A5A5"></path>
51
+ <path d="M55.0512,12.6162 C55.0512,12.6162 56.0512,14.6162 57.0512,14.6162 C58.0512,14.6162 58.0512,12.6162 58.0512,12.6162 C58.0512,12.6162 58.0512,13.6162 59.0512,13.6162 C60.0512,13.6162 60.0512,11.6162 60.0512,11.6162 L58.5842,10.6992 L55.0512,12.6162 Z" id="Fill-43" fill="#FFDCB6"></path>
52
+ <path d="M31.6635,101.9795 L31.6625,101.9795 C31.3725,101.8855 29.7635,101.1025 28.4695,99.9725 C27.1405,98.8845 26.1675,97.5395 26.0985,97.5875 C26.0005,97.6345 26.8305,99.0985 28.1085,100.3225 C29.3435,101.5885 31.0055,102.5125 31.3405,102.6345 L31.3515,102.6405 C31.3565,102.6435 31.3715,102.6505 31.3925,102.6605 L31.3935,102.6605 C31.6675,102.8315 33.4605,103.5085 35.2555,103.5905 C37.0495,103.7085 38.7065,103.2785 38.6855,103.2085 C38.6675,103.0885 37.0235,103.3295 35.3335,103.0945 C33.6375,102.8905 31.9925,102.1925 31.7125,102.0035 L31.7025,101.9975 C31.6965,101.9955 31.6835,101.9885 31.6635,101.9795" id="Fill-45" fill="#DCE9FF"></path>
53
+ </g>
54
+ <g transform="translate(67.000000, 34.510000)">
55
+ <mask id="mask-5" fill="white">
56
+ <use xlink:href="#path-4"></use>
57
+ </mask>
58
+ <g id="Clip-48"></g>
59
+ <path d="M-0.9488,10.6162 C-0.9488,10.6162 9.0512,10.6162 9.0512,6.6162 C9.0512,2.6162 5.0512,3.6162 5.0512,3.6162 L1.0512,5.6162 L-1.9488,9.6162 L-0.9488,10.6162 Z" id="Fill-47" fill="#CCAF93" mask="url(#mask-5)"></path>
60
+ </g>
61
+ <g transform="translate(54.000000, 8.510000)">
62
+ <path d="M20.0512,11.6162 C20.0512,11.6162 23.9702,13.3102 25.2542,19.0532 C25.2542,19.0532 27.9432,18.9092 28.2252,20.7072 C28.5072,22.5052 26.8152,23.0132 26.3612,23.2242 C26.3612,23.2242 28.0892,33.7882 22.8322,34.8512 C19.0512,35.6162 17.0512,35.6162 13.0512,32.6162 C12.4572,32.1712 11.9342,31.4812 11.1212,29.7502 C10.7592,28.9752 8.4482,29.4122 8.0512,28.6162 C6.0512,24.6162 9.0842,25.5752 9.0002,25.1242 C8.6072,23.0212 8.3082,22.4872 8.0512,21.6162 C7.4472,19.5672 8.0512,15.6162 11.0512,13.6162 C17.0512,9.6162 20.0512,11.6162 20.0512,11.6162" id="Fill-49" fill="#FFDCB6"></path>
63
+ <path d="M15.0512,15.6162 C15.0512,15.6162 24.0512,12.6162 25.0512,6.6162 C26.0512,0.6162 22.0512,-0.3838 18.0512,0.6162 C14.0512,1.6162 4.0512,4.6162 2.0512,11.6162 C0.4032,17.3862 -0.9488,30.6162 4.0512,33.6162 C9.0512,36.6162 12.0512,31.6162 12.0512,31.6162 C12.0512,31.6162 11.0512,30.4272 11.2532,27.6162 C11.3212,26.6812 9.2992,24.6062 9.0512,23.6162 C8.0512,19.6162 11.8762,22.1102 12.1342,20.9202 C12.7252,18.1922 13.6392,15.9702 15.0512,15.6162" id="Fill-51" fill="#191F35"></path>
64
+ </g>
65
+ </g>
66
+ </g>
67
+ </g>
68
+ </g>
69
+ </g>
70
+ </g>
71
+ </g>
72
+ </svg>
@@ -0,0 +1,96 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="402px" height="215px" viewBox="0 0 402 215" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 61.2 (89653) - https://sketch.com -->
4
+ <title>搜索为空</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs>
7
+ <path d="M239.688,0.504 C219.946,0.571 198.053,9.74 183.072,25.574 L183.072,25.574 C166,43.616 151.711,57.494 137.711,50.774 L137.711,50.774 C84.511,22.215 63.849,53.247 53,68.617 L53,68.617 C17,119.616 0,197.616 0,197.616 L0,197.616 C0,197.616 336.511,235.574 356.671,168.934 L356.671,168.934 C376.831,102.294 312.64,92.506 305.711,83.815 L305.711,83.815 C292,66.616 295.28,36.017 274,13.616 L274,13.616 C265.505,4.674 253.307,0.547 240.116,0.504 L240.116,0.504 L239.688,0.504 Z" id="path-1"></path>
8
+ <linearGradient x1="49.9052768%" y1="58.3438834%" x2="45.1842575%" y2="-55.5161964%" id="linearGradient-3">
9
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
10
+ <stop stop-color="#231714" offset="100%"></stop>
11
+ </linearGradient>
12
+ <path d="M0.039,6.797 C0.039,6.797 5.158,13.837 5.798,11.917 L5.798,11.917 C6.438,9.997 10.279,5.518 10.279,4.877 L10.279,4.877 C10.279,4.877 8.999,0.397 6.438,0.397 L6.438,0.397 C3.879,0.397 0.039,6.797 0.039,6.797 L0.039,6.797 Z" id="path-4"></path>
13
+ <path d="M18.053,0.888 L0.704,14.965 C0.215,15.361 0.139,16.086 0.536,16.575 L0.536,16.575 L0.606,16.661 C1.003,17.149 1.728,17.226 2.216,16.828 L2.216,16.828 L19.565,2.751 C20.053,2.354 20.129,1.63 19.732,1.141 L19.732,1.141 L19.662,1.055 C19.437,0.777 19.106,0.633 18.772,0.633 L18.772,0.633 C18.519,0.633 18.264,0.716 18.053,0.888 L18.053,0.888 Z" id="path-6"></path>
14
+ </defs>
15
+ <g id="Data-Display数据展示" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
16
+ <g id="空状态" transform="translate(-947.000000, -1493.000000)">
17
+ <g id="编组-13" transform="translate(166.000000, 580.000000)">
18
+ <g id="空页面" transform="translate(4.000000, 757.000000)">
19
+ <g id="插图" transform="translate(0.000000, 105.000000)">
20
+ <g id="搜索为空" transform="translate(777.000000, 50.000000)">
21
+ <g id="编组">
22
+ <g transform="translate(0.000000, 0.497000)">
23
+ <mask id="mask-2" fill="white">
24
+ <use xlink:href="#path-1"></use>
25
+ </mask>
26
+ <g id="Clip-3"></g>
27
+ <path d="M239.688,1 C219.946,1.067 198.053,10.236 183.072,26.07 L183.072,26.07 C166,44.112 151.711,57.99 137.711,51.27 L137.711,51.27 C84.511,22.711 63.849,53.743 53,69.113 L53,69.113 C17,120.112 0,198.112 0,198.112 L0,198.112 C0,198.112 336.511,236.07 356.671,169.43 L356.671,169.43 C376.831,102.79 312.64,93.002 305.711,84.311 L305.711,84.311 C292,67.112 295.28,36.513 274,14.112 L274,14.112 C265.505,5.17 253.307,1.043 240.116,1 L240.116,1 L239.688,1 Z" id="Fill-2" fill="url(#linearGradient-3)" mask="url(#mask-2)"></path>
28
+ </g>
29
+ <g transform="translate(74.000000, 77.497000)">
30
+ <polygon id="Fill-4" fill="#E5E5E5" points="200.3369 48.793 162.4929 98.037 118.6489 52.483 156.4929 3.239"></polygon>
31
+ <polygon id="Fill-6" fill="#A4A5A4" points="200.3369 48.793 225.6499 45.868 187.8069 95.112 162.4929 98.037"></polygon>
32
+ <polygon id="Fill-8" fill="#D3D3D3" points="156.4932 3.2393 181.8062 0.3133 225.6502 45.8683 200.3372 48.7933"></polygon>
33
+ <polygon id="Fill-10" fill="#FFFFFF" points="154.2305 50.8545 158.7105 55.8945 160.9515 49.1745"></polygon>
34
+ <line x1="170.0352" y1="56.4766" x2="170.3862" y2="56.8326" id="Stroke-12" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></line>
35
+ <line x1="171.0674" y1="57.5283" x2="174.8194" y2="61.3503" id="Stroke-14" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.974,0.974"></line>
36
+ <line x1="175.1611" y1="61.6973" x2="175.5111" y2="62.0543" id="Stroke-16" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></line>
37
+ <line x1="149.751" y1="34.6143" x2="150.083" y2="34.9883" id="Stroke-18" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></line>
38
+ <line x1="150.708" y1="35.6924" x2="154.145" y2="39.5664" id="Stroke-20" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.9420000000000001,0.9419999999999999"></line>
39
+ <line x1="154.457" y1="39.9189" x2="154.789" y2="40.2929" id="Stroke-22" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></line>
40
+ <path d="M20.9102,93.1055 C20.9102,93.1055 14.8472,93.3805 14.2962,86.4905 C13.7442,79.6005 15.7032,72.6935 18.4592,71.8665 C21.2162,71.0395 22.2832,73.8215 23.4162,75.4075 C26.9562,80.3635 28.3732,93.1095 20.9102,93.1055" id="Fill-24" fill="#A4A5A4"></path>
41
+ <line x1="20.251" y1="90.3486" x2="20.251" y2="98.0656" id="Stroke-26" stroke="#757070" stroke-width="0.428" stroke-linecap="round" stroke-linejoin="round"></line>
42
+ <path d="M10.8213,99.1582 C10.8213,99.1582 1.4143,99.5862 0.5593,88.8952 C-0.2957,78.2062 2.7433,67.4902 7.0183,66.2082 C11.2953,64.9252 12.9513,69.2402 14.7093,71.7002 C20.2013,79.3902 22.3983,99.1642 10.8213,99.1582" id="Fill-28" fill="#BBBCBA"></path>
43
+ <line x1="11.4131" y1="90.376" x2="11.6771" y2="106.855" id="Stroke-30" stroke="#757070" stroke-width="0.428" stroke-linecap="round" stroke-linejoin="round"></line>
44
+ <path d="M7.6143,93.2012 C7.6143,93.2012 9.4893,97.0742 11.4133,96.9682" id="Stroke-32" stroke="#757070" stroke-width="0.428" stroke-linecap="round" stroke-linejoin="round"></path>
45
+ <path d="M11.4941,94.6309 C11.7061,94.2989 12.3461,93.4509 13.6331,92.9529" id="Stroke-34" stroke="#757070" stroke-width="0.428" stroke-linecap="round" stroke-linejoin="round"></path>
46
+ </g>
47
+ <text id="︖" font-family="PingFangSC-Regular, PingFang SC" font-size="13.3495" font-weight="normal" fill="#2AC6CC">
48
+ <tspan x="198.1918" y="51.9464815">︖</tspan>
49
+ </text>
50
+ <g transform="translate(114.000000, 53.497000)">
51
+ <line x1="101.333" y1="124.4492" x2="110" y2="126.4492" id="Stroke-36" stroke="#757070" stroke-width="0.428" stroke-linecap="round" stroke-linejoin="round"></line>
52
+ <line x1="101" y1="128.7832" x2="103.667" y2="132.1162" id="Stroke-38" stroke="#757070" stroke-width="0.428" stroke-linecap="round" stroke-linejoin="round"></line>
53
+ <path d="M287.625,76.6162 C287.625,81.5872 283.596,85.6162 278.625,85.6162 C273.654,85.6162 269.625,81.5872 269.625,76.6162 C269.625,71.6452 273.654,67.6162 278.625,67.6162 C283.596,67.6162 287.625,71.6452 287.625,76.6162" id="Fill-40" fill="#DEE0DE"></path>
54
+ <path d="M278.625,98.6162 L278.625,98.6162 C277.938,98.6162 277.375,98.0542 277.375,97.3662 L277.375,78.8662 C277.375,78.1792 277.938,77.6162 278.625,77.6162 C279.312,77.6162 279.875,78.1792 279.875,78.8662 L279.875,97.3662 C279.875,98.0542 279.312,98.6162 278.625,98.6162" id="Fill-42" fill="#DEE0DE"></path>
55
+ <path d="M7.8262,148.166 C7.8262,148.166 3.6292,153.262 2.2252,155.366 C-0.9738,160.166 3.8262,160.966 6.2252,160.966 L23.8262,160.966 C23.8262,160.966 25.1492,159.602 23.8262,157.767 C23.4042,157.182 22.2252,156.166 20.6262,156.166 C19.0262,156.166 14.2252,156.166 15.0262,152.966 C15.8262,149.767 10.2252,148.966 10.2252,148.966 L7.8262,148.166 Z" id="Fill-44" fill="#7F5916"></path>
56
+ <path d="M43.8262,148.9658 C43.8262,148.9658 39.0262,156.1658 38.2252,158.5668 C37.2142,161.6018 40.6262,161.7668 43.0262,161.7668 L63.0262,161.7668 C63.0262,161.7668 64.6262,161.7668 63.0262,158.5668 C62.2252,156.9658 59.0262,156.9658 57.4262,156.9658 C55.8262,156.9658 51.0262,156.9658 51.8262,153.7668 C52.6262,150.5668 47.0262,149.7668 47.0262,149.7668 L43.8262,148.9658 Z" id="Fill-46" fill="#7F5916"></path>
57
+ <path d="M29.0264,92.5664 C29.0264,92.5664 33.4254,111.3664 48.6264,120.9654 C51.0264,122.5664 49.4254,124.9654 48.6264,127.3664 C47.8264,129.7664 38.2254,148.1664 39.0264,152.1664 C39.8264,156.1664 52.6264,156.1664 52.6264,156.1664 C52.6264,156.1664 54.2254,152.9654 55.8264,148.1664 C57.4254,143.3664 67.0264,124.1664 64.6264,118.5664 C62.2254,112.9654 50.2254,97.7664 47.0264,92.1664 C43.8264,86.5664 42.2254,78.5664 42.2254,78.5664 L8.6264,65.7664 C8.6264,65.7664 1.2374,85.0114 3.8264,95.3664 C7.8264,111.3664 15.8264,112.1664 17.4254,117.7664 C18.9644,123.1504 9.4254,145.7664 6.2254,149.7664 C6.2254,149.7664 10.0004,153.0164 14.0004,154.6164 C18.0004,156.2154 31.0264,129.7664 32.6264,123.3664 C34.2254,116.9654 31.0264,112.1664 30.2254,108.9654 C29.4254,105.7664 25.8264,98.9654 28.2254,94.1664" id="Fill-48" fill="#1452CC"></path>
58
+ <path d="M63,60.6162 C62.492,68.8102 71.504,76.1572 73.552,78.7182 C74.983,80.5062 72.528,80.7662 72.528,80.7662 C55.114,78.7182 55.932,59.6342 55.932,59.6342 C55.932,59.6342 63.145,58.2792 63,60.6162" id="Fill-50" fill="#FFDCB6"></path>
59
+ <path d="M66.3584,10.8369 C66.3584,10.8369 72.1194,15.3169 76.5984,13.3979 C81.0794,11.4779 81.7184,8.9169 79.1584,8.2769 C76.5984,7.6379 70.1984,4.4379 67.6384,2.5179 C65.0794,0.5979 52.2784,-3.2431 46.5184,6.9969 C40.7584,17.2369 40.7584,23.6379 44.5984,27.4779 C48.4384,31.3169 47.7984,23.6379 47.7984,23.6379 L59.9594,11.4779 L66.3584,10.8369 Z" id="Fill-52" fill="#191F35"></path>
60
+ <path d="M52.2783,33.877 C52.2783,34.518 48.4383,38.997 47.7993,40.917 C47.1583,42.837 42.0393,35.797 42.0393,35.797 C42.0393,35.797 45.8793,29.398 48.4383,29.398 C50.9993,29.398 52.2783,33.877 52.2783,33.877" id="Fill-54" fill="#FFDCB6"></path>
61
+ <path d="M43.8262,36.9658 C43.8262,36.9658 37.3222,28.5988 31.0262,30.5668 C18.2252,34.5668 6.4302,48.0758 2.2252,60.1658 C-4.1738,78.5668 9.4262,74.5668 26.2252,80.1658 C38.9482,84.4068 44.6262,81.7668 44.6262,81.7668 C44.6262,81.7668 47.0262,65.7668 54.2252,56.9658 C54.2252,56.9658 54.0002,60.6158 59.0002,60.6158 C62.2002,60.6158 62.0002,60.6158 64.0002,59.6158 C66.5302,58.3518 64.8002,58.4158 64.0002,53.6158 C63.2002,48.8168 66.2252,44.9658 60.6262,42.5668 C57.3382,41.1568 46.2252,40.1658 43.8262,36.9658" id="Fill-56" fill="#FFBA2A"></path>
62
+ <path d="M38.2256,56.9658 C38.6206,69.7848 48.2256,72.5668 51.4256,76.5668 C53.6616,79.3608 49.8266,79.7668 49.8266,79.7668 C27.9996,76.6158 24.9736,61.6658 27.9996,54.6158 C29.1296,51.9848 37.9996,49.6158 38.2256,56.9658" id="Fill-58" fill="#FFDCB6"></path>
63
+ <path d="M53.2168,80.8281 L70.5648,66.7511 C71.0538,66.3541 71.1288,65.6301 70.7328,65.1401 L70.6618,65.0551 C70.2658,64.5651 69.5408,64.4901 69.0528,64.8881 L51.7038,78.9651 C51.2148,79.3611 51.1398,80.0861 51.5358,80.5751 L51.6068,80.6611 C52.0028,81.1491 52.7278,81.2251 53.2168,80.8281" id="Fill-60" fill="#9E5A2D"></path>
64
+ <path d="M49.0264,79.7666 C49.0264,79.7666 49.0264,82.1656 53.8264,82.1656 C54.9334,82.1656 53.9464,80.3396 54.6264,80.5666 C57.0264,81.3666 56.0854,77.6016 55.0264,76.9656 C53.0264,75.7666 50.6264,75.7666 50.6264,75.7666 L49.0264,79.7666 Z" id="Fill-62" fill="#FFDCB6"></path>
65
+ <path d="M69.8086,79.8584 C69.8086,79.8584 68.9996,81.6164 72.9486,83.4314 C73.8596,83.8504 73.6626,82.1394 74.1456,82.5624 C75.8506,84.0564 76.3436,80.9434 75.6866,80.0774 C74.4466,78.4414 72.4716,77.5344 72.4716,77.5344 L69.8086,79.8584 Z" id="Fill-64" fill="#FFDCB6"></path>
66
+ </g>
67
+ <g transform="translate(156.000000, 82.497000)">
68
+ <mask id="mask-5" fill="white">
69
+ <use xlink:href="#path-4"></use>
70
+ </mask>
71
+ <g id="Clip-67"></g>
72
+ <path d="M0,3.6162 C0,3.6162 8,7.6162 11,5.6162 C14,3.6162 8,0.6162 8,0.6162 L3,-0.3838 L0,3.6162 Z" id="Fill-66" fill="#CCAF93" mask="url(#mask-5)"></path>
73
+ </g>
74
+ <path d="M162.1191,71.0546 C162.1191,71.0546 157.6391,69.1346 156.9991,72.9746 C156.3581,76.8146 160.1981,78.0946 160.1981,78.0946 C160.1981,78.0946 158.5981,82.8946 162.4381,86.7346 C166.2781,90.5746 172.6791,88.0146 175.2381,84.8146 C177.3911,82.1226 178.4381,75.8546 180.9991,72.0146 C182.7731,69.3516 182.9191,64.3336 178.4381,63.0546 C175.6861,62.2676 172.2061,62.8856 169.4781,64.3336 C167.2781,65.5036 162.1191,71.0546 162.1191,71.0546" id="Fill-68" fill="#FFDCB6"></path>
75
+ <g transform="translate(165.000000, 117.497000)">
76
+ <mask id="mask-7" fill="white">
77
+ <use xlink:href="#path-6"></use>
78
+ </mask>
79
+ <g id="Clip-71"></g>
80
+ <path d="M17,0.6162 C17,0.6162 16,2.6162 18,4.6162 C20,6.6162 20,2.6162 20,2.6162 L17,0.6162 Z" id="Fill-70" fill="#54301C" mask="url(#mask-7)"></path>
81
+ </g>
82
+ <g transform="translate(141.000000, 98.497000)">
83
+ <path d="M42.3516,21.6914 C45.0436,24.7144 52.1476,22.7854 58.2176,17.3804 C64.2886,11.9764 67.0266,5.1444 64.3336,2.1214 C61.6426,-0.9036 54.5396,1.0264 48.4686,6.4304 C42.3986,11.8354 39.6606,18.6674 42.3516,21.6914" id="Fill-72" fill="#9E5A2D"></path>
84
+ <path d="M44.1289,20.0791 C45.9659,22.1431 51.4519,20.2591 56.3829,15.8701 C61.3129,11.4811 63.8189,6.2501 61.9819,4.1851 C60.1439,2.1211 54.6569,4.0061 49.7279,8.3941 C44.7979,12.7841 42.2909,18.0161 44.1289,20.0791" id="Fill-74" fill="#B9E8EF"></path>
85
+ <line x1="56" y1="7.6162" x2="55" y2="12.6162" id="Stroke-76" stroke="#FFFFFF" stroke-linecap="round"></line>
86
+ <line x1="51.5" y1="13.1162" x2="51" y2="15.6162" id="Stroke-78" stroke="#FFFFFF" stroke-linecap="round"></line>
87
+ <path d="M1.3896,49.4385 C1.4286,49.3625 2.1316,47.7645 3.0686,46.3315 C3.5346,45.6165 4.0666,44.9475 4.5616,44.5585 C5.0486,44.1475 5.5036,44.1245 5.4996,44.0745 C5.5146,44.0475 5.0046,43.9965 4.4366,44.3835 C3.8656,44.7465 3.2656,45.4055 2.7456,46.1105 C1.7016,47.5265 0.9316,49.1245 0.8896,49.2055 C0.8136,49.3705 0.8656,49.5575 1.0056,49.6185 C1.1456,49.6795 1.3146,49.5995 1.3896,49.4385" id="Fill-80" fill="#DCE9FF"></path>
88
+ </g>
89
+ </g>
90
+ </g>
91
+ </g>
92
+ </g>
93
+ </g>
94
+ </g>
95
+ </g>
96
+ </svg>