@titaui/pc 1.6.11 → 1.6.12

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 (50) hide show
  1. package/lib/components/button/index.js +1 -9
  2. package/lib/components/button/rect-btn/index.css +20 -8
  3. package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.js +8 -0
  4. package/lib/components/help-card/image/canceled.svg +13 -0
  5. package/lib/components/help-card/image/helpzx.svg +8 -0
  6. package/lib/components/help-card/image/kefu.svg +18 -0
  7. package/lib/components/help-card/image/kefu1.svg +8 -0
  8. package/lib/components/help-card/image/okr-shequ.svg +14 -0
  9. package/lib/components/help-card/image/question.svg +20 -0
  10. package/lib/components/help-card/image/yuyueyanshi.svg +8 -0
  11. package/lib/components/help-card/index.css +219 -0
  12. package/lib/components/help-card/index.js +282 -0
  13. package/lib/components/help-card/request-api.js +34 -0
  14. package/lib/components/nav-top/components/user-message/components/inform/index.js +66 -2
  15. package/lib/components/nav-top/components/user-message/components/remind/index.js +8 -2
  16. package/lib/components/nav-top/components/user-message/components/reply/index.js +9 -2
  17. package/lib/components/nav-top/components/user-message/components/todos/index.js +9 -2
  18. package/lib/components/nav-top/components/user-message/index.js +36 -3
  19. package/lib/components/nav-top/components/user-message/msg/index.js +10 -5
  20. package/lib/components/nav-top/mock.js +3 -3
  21. package/lib/components/point-demo/drop-down-box/index.css +98 -0
  22. package/lib/components/point-demo/drop-down-box/index.js +159 -0
  23. package/lib/components/point-demo/image/demo-bcg.png +0 -0
  24. package/lib/components/point-demo/image/down.svg +14 -0
  25. package/lib/components/point-demo/image/icon-canceled.svg +7 -0
  26. package/lib/components/point-demo/image/logo.svg +64 -0
  27. package/lib/components/point-demo/index.css +348 -0
  28. package/lib/components/point-demo/index.js +657 -0
  29. package/lib/components/point-demo/input/index.css +74 -0
  30. package/lib/components/point-demo/input/index.js +176 -0
  31. package/lib/components/{button/admin-button/drop-down-arrow.js → point-demo/point-demo.js} +55 -55
  32. package/lib/components/point-demo/popup/index.css +7 -0
  33. package/lib/components/point-demo/popup/index.js +113 -0
  34. package/lib/components/point-demo/popup/placement.js +44 -0
  35. package/lib/components/point-demo/popup/rc-trigger.css +127 -0
  36. package/lib/index.js +8 -2
  37. package/lib/pages/aha2021/index.css +7 -0
  38. package/lib/pages/aha2021/index.js +6 -2
  39. package/lib/pages/okr-map/hooks/useStorage.js +1 -1
  40. package/lib/pages/okr-map/utils.js +11 -7
  41. package/lib/pages/personal-info/index.js +5 -3
  42. package/lib/utils/bs-global.js +16 -1
  43. package/package.json +1 -1
  44. package/lib/components/button/admin-button/default.js +0 -35
  45. package/lib/components/button/admin-button/index.css +0 -86
  46. package/lib/components/button/admin-button/index.js +0 -40
  47. package/lib/components/button/admin-button/primary.js +0 -33
  48. package/lib/components/button/admin-button/secondary.js +0 -35
  49. package/lib/components/button/export-button/index.css +0 -51
  50. package/lib/components/button/export-button/index.js +0 -81
@@ -3,11 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.IconBtn = exports.TextBtn = exports.RectBtn = exports["default"] = exports.Default = exports.ExportBtn = exports.AdminButton = void 0;
7
-
8
- var _adminButton = _interopRequireDefault(require("./admin-button"));
9
-
10
- var _exportButton = _interopRequireDefault(require("./export-button"));
6
+ exports.IconBtn = exports.TextBtn = exports.RectBtn = exports["default"] = exports.Default = void 0;
11
7
 
12
8
  var _defaultButton = _interopRequireDefault(require("./default-button"));
13
9
 
@@ -22,10 +18,6 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "d
22
18
  // 矩形按钮(面性、线性)
23
19
  // 文字链接按钮
24
20
  // 图标按钮
25
- var AdminButton = _adminButton["default"];
26
- exports.AdminButton = AdminButton;
27
- var ExportBtn = _exportButton["default"];
28
- exports.ExportBtn = ExportBtn;
29
21
  var Default = _defaultButton["default"];
30
22
  exports.Default = Default;
31
23
  var _default = Default;
@@ -9,8 +9,8 @@
9
9
  .titaui-rect-btn--small {
10
10
  border-radius: 14px;
11
11
  height: 28px;
12
+ line-height: 26px;
12
13
  min-width: 64px;
13
- line-height: 28px;
14
14
  font-size: 13px;
15
15
  padding: 0 12px;
16
16
  }
@@ -18,15 +18,15 @@
18
18
  .titaui-rect-btn--normal {
19
19
  border-radius: 16px;
20
20
  height: 32px;
21
- line-height: 32px;
21
+ line-height: 30px;
22
22
  min-width: 90px;
23
23
  padding: 0 12px;
24
24
  }
25
25
 
26
26
  .titaui-rect-btn--big {
27
27
  border-radius: 18px;
28
- height: 36px;
29
- line-height: 36px;
28
+ height: 34px;
29
+ line-height: 32px;
30
30
  min-width: 90px;
31
31
  padding: 0 16px;
32
32
  }
@@ -60,11 +60,23 @@
60
60
  }
61
61
 
62
62
  .titaui-rect-btn--disabled {
63
- background: #f0f2f5;
64
- color: #a4acb9;
63
+ opacity: 0.4;
64
+ cursor: not-allowed;
65
+ user-select: none;
65
66
  }
66
67
 
67
68
  .titaui-rect-btn--disabled:hover {
68
- background: #f0f2f5;
69
- color: #a4acb9;
69
+ background: unset;
70
+ }
71
+
72
+ .titaui-rect-btn--primary.titaui-rect-btn--small {
73
+ line-height: 28px;
74
+ }
75
+
76
+ .titaui-rect-btn--primary.titaui-rect-btn--normal {
77
+ line-height: 32px;
78
+ }
79
+
80
+ .titaui-rect-btn--primary.titaui-rect-btn--big {
81
+ line-height: 34px;
70
82
  }
@@ -105,6 +105,14 @@ var DynamicCreateO = function DynamicCreateO(_ref) {
105
105
 
106
106
  };
107
107
  var okrTypeInfo = okrTypeMap[okrType];
108
+
109
+ if (!okrTypeInfo) {
110
+ okrTypeInfo = {
111
+ icon: "tu-icon-liebiao-geren",
112
+ text: "其他"
113
+ };
114
+ }
115
+
108
116
  var Classify = (0, _react.useMemo)(function () {
109
117
  var _classNames;
110
118
 
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>切片</title>
4
+ <g id="整体框架" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <g id="二级菜单-交互说明" transform="translate(-1895.000000, -977.000000)" fill="#141C28">
6
+ <g id="弹层1" transform="translate(1881.000000, 467.000000)">
7
+ <g id="canceled" transform="translate(14.000000, 510.000000)">
8
+ <path d="M18.5178716,4.33431458 C18.8693434,3.98284271 19.4391919,3.98284271 19.7906638,4.33431458 C20.1421356,4.68578644 20.1421356,5.25563492 19.7906638,5.60710678 L19.7906638,5.60710678 L13.2847107,12.1117107 L19.7906638,18.6178716 C20.1421356,18.9693434 20.1421356,19.5391919 19.7906638,19.8906638 C19.4391919,20.2421356 18.8693434,20.2421356 18.5178716,19.8906638 L12.0117107,13.3847107 L5.50710678,19.8906638 C5.18492424,20.2128463 4.67924468,20.2396948 4.3264793,19.9712094 L4.23431458,19.8906638 C3.88284271,19.5391919 3.88284271,18.9693434 4.23431458,18.6178716 L4.23431458,18.6178716 L10.7397107,12.1117107 L4.23431458,5.60710678 C3.88284271,5.25563492 3.88284271,4.68578644 4.23431458,4.33431458 C4.58578644,3.98284271 5.15563492,3.98284271 5.50710678,4.33431458 L12.0117107,10.8397107 Z" id="形状结合"></path>
9
+ </g>
10
+ </g>
11
+ </g>
12
+ </g>
13
+ </svg>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="240px" height="240px" viewBox="0 0 240 240" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>helpzx</title>
4
+ <g id="helpzx" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <path d="M132.100002,108.736844 L116.299995,92.1052584 C113.256909,88.9020093 108.193253,88.772172 104.990004,91.8152586 C104.890875,91.9094311 104.794177,92.0061295 104.700005,92.1052584 L88.8999977,108.736844 C87.3784544,110.338469 84.8466267,110.403388 83.2450022,108.881844 C82.4500803,108.126669 82,107.078291 82,105.981847 C82,91.3542918 82,76.726737 82,62.0991821 C82,50.7327881 82,39.366394 82,28 L139,28 L139,105.981847 C139,108.190986 137.209139,109.981847 135,109.981847 C133.903555,109.981847 132.855178,109.531766 132.100002,108.736844 Z" id="路径" fill="#F6BD16"></path>
6
+ <path d="M200,193 C200,193.383957 199.972951,193.761597 199.920654,194.131118 C198.831578,208.599171 186.747192,220 172,220 L172,220 L80,220 C59.4863206,220 42.5793084,204.558022 40.2690262,184.66413 C40.1138712,184.082029 40.0229428,183.474638 40.0038068,182.849179 L40,182.6 L40,181.733333 C40,181.459486 40.0033981,181.186441 40.0101575,180.914228 C40.0034299,180.610651 40,180.305726 40,180 L40,180 L40,60 C40,37.90861 57.90861,20 80,20 L80,20 L172,20 C187.463973,20 200,32.536027 200,48 L200,48 L200,193 Z M184,162 L80,162 C66.839626,162 56.5138595,170.671159 56.0186028,180.959762 C56.5226026,193.769642 67.0665873,204 80,204 L80,204 L172,204 C178.627417,204 184,198.627417 184,192 L184,192 L184,162 Z M172,36 L80,36 C66.745166,36 56,46.745166 56,60 L56,60 L55.9995982,153.130194 C62.5510892,148.748493 70.6400598,146.129933 79.3454109,146.004706 L80,146 L184,146 L184,48 C184,41.4745433 178.791456,36.1656072 172.304975,36.0037999 L172,36 Z" id="形状结合" fill="#141C28" fill-rule="nonzero"></path>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,18 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>切片</title>
4
+ <g id="整体框架" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <g id="头像" transform="translate(-34.000000, -734.000000)">
6
+ <g id="编组-9" transform="translate(20.000000, 720.000000)">
7
+ <g id="kefu" transform="translate(14.000000, 14.000000)">
8
+ <path d="M4.4,8.8 C4.8418278,8.8 5.2418278,8.9790861 5.53137085,9.26862915 C5.8209139,9.5581722 6,9.9581722 6,10.4 L6,10.4 L6,13.6 C6,14.0418278 5.8209139,14.4418278 5.53137085,14.7313708 C5.2418278,15.0209139 4.8418278,15.2 4.4,15.2 C3.9581722,15.2 3.5581722,15.0209139 3.26862915,14.7313708 C2.9790861,14.4418278 2.8,14.0418278 2.8,13.6 L2.8,13.6 L2.8,10.4 C2.8,9.9581722 2.9790861,9.5581722 3.26862915,9.26862915 C3.5581722,8.9790861 3.9581722,8.8 4.4,8.8 Z" id="矩形" stroke="#141C28" stroke-width="1.6"></path>
9
+ <path d="M19.4345651,9.11539799 C18.7056422,5.67862977 15.6539567,3.1 12,3.1 C8.34147995,3.1 5.28673641,5.68507455 4.56271478,9.12827826" id="路径" stroke="#141C28" stroke-width="1.6"></path>
10
+ <path d="M19.2271988,19.7684941 C18.4246868,17.3068972 16.3995551,15.3975962 13.8689269,14.7577143" id="路径" stroke="#141C28" stroke-width="1.6" transform="translate(16.548063, 17.263104) scale(1, -1) translate(-16.548063, -17.263104) "></path>
11
+ <path d="M12,17.6 C12.3037566,17.6 12.5787566,17.7231217 12.7778175,17.9221825 C12.9768783,18.1212434 13.1,18.3962434 13.1,18.7 L13.1,18.7 L13.1,20.9 C13.1,21.2037566 12.9768783,21.4787566 12.7778175,21.6778175 C12.5787566,21.8768783 12.3037566,22 12,22 C11.6962434,22 11.4212434,21.8768783 11.2221825,21.6778175 C11.0231217,21.4787566 10.9,21.2037566 10.9,20.9 L10.9,20.9 L10.9,18.7 C10.9,18.3962434 11.0231217,18.1212434 11.2221825,17.9221825 C11.4212434,17.7231217 11.6962434,17.6 12,17.6 Z" id="矩形" stroke="#141C28" stroke-width="1.6" transform="translate(12.000000, 19.800000) rotate(-90.000000) translate(-12.000000, -19.800000) "></path>
12
+ <path d="M12,17.4 C12.4418278,17.4 12.8,17.0418278 12.8,16.6 L12.8,12.2 C12.8,11.7581722 12.4418278,11.4 12,11.4 C11.5581722,11.4 11.2,11.7581722 11.2,12.2 L11.2,16.6 C11.2,17.0418278 11.5581722,17.4 12,17.4 Z" id="矩形" fill="#2879FF" transform="translate(12.000000, 14.400000) rotate(-90.000000) translate(-12.000000, -14.400000) "></path>
13
+ <path d="M19.6,8.8 C20.0418278,8.8 20.4418278,8.9790861 20.7313708,9.26862915 C21.0209139,9.5581722 21.2,9.9581722 21.2,10.4 L21.2,10.4 L21.2,13.6 C21.2,14.0418278 21.0209139,14.4418278 20.7313708,14.7313708 C20.4418278,15.0209139 20.0418278,15.2 19.6,15.2 C19.1581722,15.2 18.7581722,15.0209139 18.4686292,14.7313708 C18.1790861,14.4418278 18,14.0418278 18,13.6 L18,13.6 L18,10.4 C18,9.9581722 18.1790861,9.5581722 18.4686292,9.26862915 C18.7581722,8.9790861 19.1581722,8.8 19.6,8.8 Z" id="矩形" stroke="#141C28" stroke-width="1.6"></path>
14
+ </g>
15
+ </g>
16
+ </g>
17
+ </g>
18
+ </svg>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="240px" height="240px" viewBox="0 0 240 240" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>kefu1</title>
4
+ <g id="kefu1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <path d="M120,23 C156.608043,23 188.388304,46.5953581 199.661532,80.2780288 C211.051034,82.0207384 219.804949,91.7712492 219.996785,103.603116 L220,104 L220,136 C220,149.254834 209.254834,160 196,160 C195.032317,160 194.078011,159.94273 193.140285,159.831393 C178.530355,185.659903 150.885544,202.479655 120,202.479655 L120,202.479655 L120,186.479655 L120.888471,186.473919 C145.229888,186.159523 166.985104,172.944149 178.777954,152.713864 C174.66785,148.480742 172.106022,142.737695 172.003215,136.396884 L172,136 L172,104 C172,95.2094273 176.726056,87.5226842 183.775917,83.3420223 C174.084239,57.1678467 148.897022,39 120,39 C91.1003524,39 65.9148734,57.1705338 56.2218952,83.3415284 C63.1674513,87.4593393 67.8569455,94.9782398 67.9967847,103.603116 L68,104 L68,136 C68,149.254834 57.254834,160 44,160 C30.8777143,160 20.2151543,149.468663 20.0032153,136.396884 L20,136 L20,104 C20,91.9899376 28.8217567,82.0403068 40.3389062,80.2774715 C51.610395,46.5990453 83.3884458,23 120,23 Z M44,96 C39.6650857,96 36.1354571,99.4478378 36.0038068,103.750821 L36,104 L36,136 C36,140.418278 39.581722,144 44,144 C48.3349143,144 51.8645429,140.552162 51.9961932,136.249179 L52,136 L52,104 C52,99.581722 48.418278,96 44,96 Z M196,96 C191.665086,96 188.135457,99.4478378 188.003807,103.750821 L188,104 L188,136 C188,138.046507 188.768444,139.913535 190.03253,141.32828 L197.684606,143.822318 C201.215606,143.065529 203.882093,139.978525 203.996193,136.249179 L204,136 L204,104 C204,99.581722 200.418278,96 196,96 Z" id="形状结合" fill="#141C28" fill-rule="nonzero"></path>
6
+ <path d="M120,228 C130.49341,228 139,219.49341 139,209 L139,187 C139,176.50659 130.49341,168 120,168 C109.50659,168 101,176.50659 101,187 L101,209 C101,219.49341 109.50659,228 120,228 Z" id="矩形" fill="#5AD8A6" transform="translate(120.000000, 198.000000) rotate(-90.000000) translate(-120.000000, -198.000000) "></path>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="240px" height="240px" viewBox="0 0 240 240" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>OKR-shequ</title>
4
+ <g id="OKR-shequ" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <polygon id="Stroke-7" points="30 210 210 210 210 30 30 30"></polygon>
6
+ <g id="编组-2" transform="translate(33.000000, 30.000000)">
7
+ <g id="编组" transform="translate(87.092025, 89.947853) scale(-1, 1) translate(-87.092025, -89.947853) translate(0.092025, 0.447853)" fill="#141C28" fill-rule="nonzero">
8
+ <path d="M87.0920245,0.552147239 C120.766744,0.552147239 148.460467,26.1598371 151.762306,58.9643295 C164.907517,67.2266805 173.092025,81.6819025 173.092025,97.5460123 C173.092025,113.94636 164.342911,128.809382 150.494723,136.895354 L161.991835,163.173817 C163.762764,167.221655 161.916965,171.938698 157.869127,173.709627 C153.900659,175.445832 149.288972,173.70575 147.440861,169.822476 L147.333318,169.586919 L132.86883,136.526244 C132.725776,136.237499 132.598591,135.936983 132.488738,135.625396 C131.04791,131.538637 133.123905,127.065224 137.135371,125.508737 L137.37356,125.420569 C138.815358,124.912249 140.213786,124.292166 141.557627,123.566594 C151.052835,118.439904 157.092025,108.529177 157.092025,97.5460123 C157.092025,90.6982358 154.746285,84.2607585 150.663172,79.1376652 C146.199312,100.073665 131.614024,117.562326 111.790665,125.69639 L129.683142,167.397746 L129.781454,167.637303 C131.350735,171.641387 129.466392,176.196032 125.48569,177.904001 C121.425373,179.646129 116.721563,177.766865 114.979435,173.706549 L114.979435,173.706549 L94.0695891,124.972699 L93.9712771,124.733142 C92.9780239,122.198816 93.3683167,119.443931 94.7980101,117.329885 C95.7364222,115.197946 97.5941538,113.492157 100.016969,112.831619 C121.151836,107.069569 136.092025,87.786526 136.092025,65.5521472 C136.092025,38.4901945 114.153977,16.5521472 87.0920245,16.5521472 C60.0300718,16.5521472 38.0920245,38.4901945 38.0920245,65.5521472 C38.0920245,87.6194369 52.8098534,106.794378 73.7261101,112.709161 L73.7261101,112.709161 L73.9694042,112.78207 C74.80771,113.047612 75.5730562,113.439856 76.250187,113.931515 C79.8836394,115.855893 81.4981574,120.276739 79.8587679,124.129451 L79.8587679,124.129451 L58.7723231,173.684487 L58.6671653,173.921119 C56.8583813,177.822867 52.2645094,179.609451 48.2787028,177.913427 C44.2131801,176.183484 42.3198191,171.48533 44.0497628,167.419807 L44.0497628,167.419807 L61.8926218,125.488079 C42.1791557,117.205235 27.7465526,99.6479178 23.4298547,78.705965 C19.1333204,83.8937953 16.6503067,90.5016891 16.6503067,97.5460123 C16.6503067,108.529177 22.689496,118.439904 32.1847047,123.566594 C33.5285449,124.292166 34.9269732,124.912249 36.3687708,125.420569 L36.3687708,125.420569 L36.6069599,125.508737 C40.6184264,127.065224 42.6944208,131.538637 41.2535936,135.625396 C41.1437406,135.936983 41.016555,136.237499 40.8735009,136.526244 L26.4090133,169.586919 L26.3014702,169.822476 C24.4533595,173.70575 19.8416724,175.445832 15.8732039,173.709627 C11.8253661,171.938698 9.97956689,167.221655 11.7504959,163.173817 L11.7504959,163.173817 L23.2476081,136.895354 C9.39942014,128.809382 0.650306748,113.94636 0.650306748,97.5460123 C0.650306748,81.482492 9.04256545,66.8734381 22.4531948,58.6718045 C25.8881498,26.0079402 53.5173277,0.552147239 87.0920245,0.552147239 Z" id="形状结合"></path>
9
+ </g>
10
+ <g id="编组" transform="translate(140.349693, 65.447853)"></g>
11
+ <path d="M70.4178596,67.7484663 C70.4178596,77.0285065 77.9408186,84.5514656 87.2208589,84.5514656 C96.4042321,84.5514656 103.866939,77.1844186 104.021416,68.037889 L104.023858,67.7484663 L117.466258,67.7484663 C117.466258,84.4525388 103.924931,97.993865 87.2208589,97.993865 C70.6838271,97.993865 57.2466029,84.7220111 56.9795121,68.2486292 L56.9754601,67.7484663 L70.4178596,67.7484663 Z" id="路径" fill="#F05E5E" fill-rule="nonzero"></path>
12
+ </g>
13
+ </g>
14
+ </svg>
@@ -0,0 +1,20 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="69px" height="79px" viewBox="0 0 69 79" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>问答</title>
4
+ <g id="整体框架" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" opacity="0.2">
5
+ <g id="二级菜单-交互说明" transform="translate(-2166.000000, -624.000000)" fill-rule="nonzero">
6
+ <g id="弹层1" transform="translate(1881.000000, 467.000000)">
7
+ <g id="猜你想问-+-1.-OKRs-E是什么管理框架?-+-2.-如何使用Tita实践OKRs-E?-+-3.-目标地图—聚焦核心目标战略蒙版" transform="translate(62.000000, 88.000000)">
8
+ <g id="问答" transform="translate(247.000000, 115.000000) scale(-1, 1) translate(-247.000000, -115.000000) translate(201.000000, 69.000000)">
9
+ <rect id="矩形" fill="#000000" opacity="0" x="0" y="0" width="92" height="92"></rect>
10
+ <path d="M39.0603948,71.6792261 C35.4071521,71.6655148 32.0633498,71.1810495 28.7888251,70.1846963 C28.2438407,70.0201609 27.6572898,70.0247314 27.1215424,70.2212597 C23.957862,71.3912892 20.8265112,72.6435863 17.6766864,73.8501792 C15.7923336,74.5723068 14.9517645,73.923306 15.2565863,71.9305996 C15.6630153,69.2660404 16.0971554,66.6060516 16.6051917,63.9552036 C16.73451,63.2696395 16.5774806,62.8491601 16.1110109,62.387547 C11.714188,57.972514 8.91998848,52.7073815 7.72841251,46.6287129 C5.2436533,33.9549173 10.8412893,21.2948331 21.9072429,14.4711848 C33.2503072,7.47386022 48.0572552,8.46107257 58.3565359,16.8889409 C71.1636684,27.3689313 73.3343688,45.9842826 63.6539687,58.9368742 C57.5021113,67.1682142 49.1056573,71.2450355 39.0603948,71.6792261 Z" id="形状" fill-opacity="0.5" fill="#2879FF"></path>
11
+ <path d="M15.5575366,69.6699029 C23.7177312,67.6206299 31.1344313,63.6920907 37.3423826,58.3713324 C36.3616996,57.7740106 35.6775022,56.6896419 35.6683795,55.4904037 C35.6501343,53.6524906 37.2101044,52.1040489 39.080244,52.0948593 C40.2616249,52.0902645 41.3745861,52.8575932 41.9584345,53.9097984 C50.8393171,44.2515653 56.2718447,31.3264417 56.2718447,17.1239686 C56.2718447,16.6782746 56.2672833,16.2279859 56.2535994,15.782292 C46.177652,8.38009719 32.3979158,7.79196501 21.724436,14.4911581 C10.7955225,21.3511686 5.26720728,34.0787165 7.72119538,46.8200488 C8.89801495,52.9311097 11.6530499,58.2242993 15.9999842,62.6628594 C16.4561158,63.1315272 16.6157619,63.5496524 16.4880451,64.2388698 C16.1459463,66.0446194 15.8448995,67.8549638 15.5575366,69.6699029 L15.5575366,69.6699029 Z M49.0667484,30.0720661 C48.0586975,27.3381704 46.1566287,25.1097008 43.3879097,24.0161425 C39.2188668,22.3712103 34.5024659,23.3039512 31.359719,26.5019199 C28.3720569,29.5390713 27.6559303,33.4400417 29.0015186,37.5064244 C29.685716,39.5786714 31.4235774,41.0168383 33.307401,41.9679583 C35.4147291,43.0385427 36.3543602,43.539374 36.3680442,46.1538053 C36.3680442,46.2502958 36.3726055,46.4386819 36.3726055,46.6776105 C36.3862894,48.0790193 37.5220572,49.2093358 38.9132586,49.2002019 L38.9816783,49.2002019 C40.3774411,49.1909567 41.5040862,48.0468558 41.4949635,46.6408523 C41.4904022,45.9608245 41.4858409,45.3864766 41.4767183,45.2026853 C41.2349685,42.1195862 39.6932437,39.7808418 37.0796095,38.1588835 C36.8104918,37.9934713 36.5322515,37.8464383 36.2631339,37.6856209 C34.1375606,36.4266505 33.5856413,35.337687 33.941424,33.1230017 C34.2470321,31.2253565 35.889106,29.5344765 37.7820522,29.0887826 C41.0297093,28.3168591 42.7493255,30.4947861 43.6068529,32.272967 C44.1770174,33.4538261 45.4268181,34.1338539 46.7131092,33.9224939 L46.7906516,33.9087096 C48.5604423,33.623833 49.69621,31.7721356 49.0667484,30.0720661 Z" id="形状" fill-opacity="0.3" fill="#2879FF"></path>
12
+ <path d="M29.9889718,33.216694 C28.9363439,32.5018482 28.4077114,31.1541133 28.8853355,29.8928885 C29.9101406,27.1837594 31.8438226,24.9754777 34.6585588,23.891826 C35.4097734,23.6049771 36.1795365,23.4000849 36.9492996,23.2680433 C39.2204611,19.0882582 40.9125329,14.6291894 41.9805825,10.0092467 C35.1315457,9.27618822 28.0552897,10.7286457 21.9667418,14.4531291 C10.8561852,21.2509943 5.2359871,33.8632425 7.7307615,46.4891501 C7.84668967,47.0765075 7.98116636,47.6593118 8.12955443,48.2330097 C16.5658519,45.0744479 24.0753741,39.9157854 29.9889718,33.216694 Z" id="路径" fill-opacity="0.5" fill="#2879FF"></path>
13
+ <path d="M39.0049726,48.9962497 L39.0742503,48.9962497 C40.4828963,49.0053352 41.6329057,47.88101 41.6467612,46.4870296 C41.6513797,46.2493674 41.6513797,46.0619798 41.6513797,45.9660009 C41.6698538,43.3654276 42.6166486,42.867251 44.750401,41.8023414 C46.6532277,40.8516925 48.4128806,39.4257191 49.1102759,37.3644563 C50.4727368,33.3196279 49.7430119,29.4393349 46.7225054,26.4182823 C43.5357324,23.2372648 38.76481,22.309468 34.5434905,23.945681 C31.7446725,25.0288724 29.8141347,27.2501001 28.7934436,29.9695045 C28.1607075,31.6605627 29.3107169,33.4978746 31.1073179,33.7903819 L31.1858326,33.8040932 C32.4882528,34.0143329 33.753725,33.3379096 34.3310389,32.1633097 C35.1993191,30.3945543 36.940498,28.2281716 40.2288782,28.9960035 C42.1409419,29.4439053 43.8082246,31.1258227 44.1176649,33.0088388 C44.4779088,35.2117849 43.9144504,36.2949762 41.7668425,37.5472734 C41.4943503,37.7072383 41.2080026,37.853492 40.9401289,38.0180274 C38.2937218,39.6313883 36.7372835,41.9577359 36.4878838,45.0244928 C36.4786468,45.2118803 36.4740283,45.7786133 36.4694098,46.4550366 C36.4555542,47.849017 37.5963266,48.9870535 39.0049726,48.9962497 L39.0049726,48.9962497 Z" id="路径" fill="#F6F8FC" transform="translate(39.193535, 36.074211) scale(-1, 1) translate(-39.193535, -36.074211) "></path>
14
+ <path d="M39.4806793,51.8664132 C37.5870896,51.8709932 36.0075586,53.4157977 36.0260327,55.2439687 C36.0445067,57.0447172 37.5963266,58.5803808 39.4114016,58.5940921 C41.1941471,58.6078034 42.8198631,57.0172946 42.8244916,55.2668209 C42.8291002,53.4889246 41.2264767,51.8618524 39.4806793,51.8664132 Z" id="路径" fill="#F6F8FC" transform="translate(39.425182, 55.230297) scale(-1, 1) translate(-39.425182, -55.230297) "></path>
15
+ </g>
16
+ </g>
17
+ </g>
18
+ </g>
19
+ </g>
20
+ </svg>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="240px" height="240px" viewBox="0 0 240 240" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>yuyueyanshi</title>
4
+ <g id="yuyueyanshi" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <path d="M170,30 C192.09139,30 210,47.90861 210,70 L210,70 L210,148 C210,168.092728 195.185275,184.725292 175.88311,187.570405 L183.485281,195.171573 C186.609476,198.295767 186.609476,203.361087 183.485281,206.485281 C180.361087,209.609476 175.295767,209.609476 172.171573,206.485281 L172.171573,206.485281 L155.20101,189.514719 C154.735134,189.048843 154.338729,188.539803 154.011794,188.000472 L85.9888061,187.999481 C85.6617567,188.539179 85.2651513,189.048557 84.7989899,189.514719 L67.1213203,207.192388 C63.997126,210.316582 58.9318062,210.316582 55.8076118,207.192388 C52.6834175,204.068194 52.6834175,199.002874 55.8076118,195.87868 L64.1168901,187.570405 C44.8147254,184.725292 30,168.092728 30,148 L30,148 L30,70 C30,47.90861 47.90861,30 70,30 L70,30 Z M70,46 C56.745166,46 46,56.745166 46,70 L46,70 L46,148 C46,161.254834 56.745166,172 70,172 L70,172 L170,172 C183.254834,172 194,161.254834 194,148 L194,148 L194,70 C194,56.745166 183.254834,46 170,46 L170,46 Z" id="形状结合" fill="#141C28" fill-rule="nonzero"></path>
6
+ <path d="M136.116234,91.2716183 L156.662741,126.351022 C159.935151,131.938064 158.058772,139.120068 152.47173,142.392478 C150.674514,143.445133 148.629311,144 146.546508,144 L105.453492,144 C98.9786407,144 93.7297366,138.751096 93.7297366,132.276244 C93.7297366,130.193441 94.2846034,128.148238 95.3372586,126.351022 L115.883766,91.2716183 C119.156176,85.6845767 126.338181,83.8081972 131.925223,87.0806072 C133.658126,88.0955937 135.101247,89.5387144 136.116234,91.2716183 Z" id="Stroke-11" fill="#2879FF" transform="translate(126.000000, 109.000000) rotate(-270.000000) translate(-126.000000, -109.000000) "></path>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,219 @@
1
+ .home-fixed-kefu {
2
+ cursor: pointer;
3
+ user-select: none;
4
+ z-index: 2;
5
+ width: 52px;
6
+ height: 52px;
7
+ background-color: #FFFFFF;
8
+ border-radius: 50%;
9
+ box-shadow: 0px 4px 12px 0px rgba(127, 145, 180, 0.2);
10
+ display: flex;
11
+ align-items: center;
12
+ justify-content: center;
13
+ }
14
+
15
+ .home-fixed-kefu-image {
16
+ width: 24px;
17
+ height: 24px;
18
+ background: url("./image/kefu.svg") 50% 50% no-repeat;
19
+ }
20
+
21
+ .home-fixed-kefu-canceled {
22
+ background: url("./image/canceled.svg") 50% 50% no-repeat;
23
+ animation-duration: 0.3s;
24
+ animation-name: kefuActive;
25
+ }
26
+
27
+ .home-fixed-kefu-canceled .home-fixed-kefu-image {
28
+ background: unset;
29
+ }
30
+
31
+ .help-card {
32
+ width: 332px;
33
+ height: 520px;
34
+ border-radius: 24px;
35
+ background: #FFFFFF;
36
+ box-shadow: 0px 0px 16px 0px rgba(127, 145, 180, 0.1);
37
+ }
38
+
39
+ .help-card-header {
40
+ width: 332px;
41
+ height: 72px;
42
+ background: #5C8EFF;
43
+ border-radius: 24px 24px 0px 0px;
44
+ box-sizing: border-box;
45
+ padding: 16px 20px;
46
+ display: flex;
47
+ align-items: center;
48
+ color: #FFFFFF;
49
+ }
50
+
51
+ .help-card-header-avatar {
52
+ width: 40px;
53
+ height: 40px;
54
+ background: #03C2FC;
55
+ border: 1px solid #FFFFFF;
56
+ margin-right: 12px;
57
+ border-radius: 50%;
58
+ }
59
+
60
+ .help-card-body {
61
+ box-sizing: border-box;
62
+ padding: 0 20px;
63
+ margin: 24px 0 30px;
64
+ }
65
+
66
+ .help-card-body-item {
67
+ box-sizing: border-box;
68
+ width: 292px;
69
+ height: 148px;
70
+ border-radius: 8px;
71
+ padding: 12px;
72
+ margin-top: 12px;
73
+ background: rgba(240, 244, 250, 0.6) url("./image/question.svg") 100% 100% no-repeat;
74
+ }
75
+
76
+ .help-card-body-item-title {
77
+ display: flex;
78
+ justify-content: space-between;
79
+ align-items: center;
80
+ }
81
+
82
+ .help-card-body-item-title-left {
83
+ width: 64px;
84
+ height: 24px;
85
+ font-size: 16px;
86
+ color: #2879FF;
87
+ line-height: 24px;
88
+ z-index: 2;
89
+ position: relative;
90
+ }
91
+
92
+ .help-card-body-item-title-left::before {
93
+ content: '';
94
+ width: 81px;
95
+ height: 7px;
96
+ background: linear-gradient(90deg, #2879FF 0%, #F6F8FC 100%);
97
+ z-index: -1;
98
+ position: absolute;
99
+ left: 0;
100
+ bottom: 0;
101
+ }
102
+
103
+ .help-card-body-item-title-right {
104
+ cursor: pointer;
105
+ font-size: 12px;
106
+ font-weight: 400;
107
+ color: #89919F;
108
+ line-height: 22px;
109
+ }
110
+
111
+ .help-card-body-item-title-right > .tu-icon-gengxin1 {
112
+ margin-right: 4px;
113
+ }
114
+
115
+ .help-card-body-item-content-item {
116
+ cursor: pointer;
117
+ margin-top: 12px;
118
+ font-weight: 400;
119
+ font-size: 14px;
120
+ color: #3F4755;
121
+ line-height: 22px;
122
+ }
123
+
124
+ .help-card-footer {
125
+ width: 332px;
126
+ height: 86px;
127
+ background: #FFFFFF;
128
+ box-shadow: 0px -4px 8px 0px rgba(127, 145, 180, 0.1);
129
+ padding: 12px;
130
+ border-radius: 24px;
131
+ box-sizing: border-box;
132
+ display: flex;
133
+ justify-content: space-between;
134
+ }
135
+
136
+ .help-card-footer-item {
137
+ width: 77px;
138
+ height: 62px;
139
+ display: flex;
140
+ flex-direction: column;
141
+ justify-content: center;
142
+ align-items: center;
143
+ font-size: 14px;
144
+ font-family: Resource-Han-Rounded-CN-Normal, Resource-Han-Rounded-CN;
145
+ font-weight: 400;
146
+ color: #141C28;
147
+ cursor: pointer;
148
+ }
149
+
150
+ .help-card-footer-item > img {
151
+ width: 20px;
152
+ height: 20px;
153
+ margin-bottom: 5px;
154
+ }
155
+
156
+ .tita-popup-zoom-left-bottom-enter,
157
+ .tita-popup-zoom-left-bottom-appear {
158
+ opacity: 0;
159
+ animation-duration: 0.3s;
160
+ animation-fill-mode: both;
161
+ animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
162
+ animation-play-state: paused;
163
+ }
164
+
165
+ .tita-popup-zoom-left-bottom-leave {
166
+ animation-duration: 0.3s;
167
+ animation-fill-mode: both;
168
+ animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
169
+ animation-play-state: paused;
170
+ }
171
+
172
+ .tita-popup-zoom-left-bottom-enter.tita-popup-zoom-left-bottom-enter-active,
173
+ .tita-popup-zoom-left-bottom-appear.tita-popup-zoom-left-bottom-appear-active {
174
+ animation-name: titaZoomInLB;
175
+ animation-play-state: running;
176
+ }
177
+
178
+ .tita-popup-zoom-left-bottom-leave.tita-popup-zoom-left-bottom-leave-active {
179
+ animation-name: titaZoomOutLB;
180
+ animation-play-state: running;
181
+ }
182
+
183
+ @keyframes kefuActive {
184
+ 0% {
185
+ transform: rotate(0deg);
186
+ }
187
+
188
+ 100% {
189
+ transform: rotate(90deg);
190
+ }
191
+ }
192
+
193
+ @keyframes titaZoomInLB {
194
+ 0% {
195
+ opacity: 0;
196
+ transform-origin: 0 100%;
197
+ transform: scale(0, 0);
198
+ }
199
+
200
+ 100% {
201
+ opacity: 1;
202
+ transform-origin: 0 100%;
203
+ transform: scale(1, 1);
204
+ }
205
+ }
206
+
207
+ @keyframes titaZoomOutLB {
208
+ 0% {
209
+ opacity: 1;
210
+ transform-origin: 0 100%;
211
+ transform: scale(1, 1);
212
+ }
213
+
214
+ 100% {
215
+ opacity: 0;
216
+ transform-origin: 0 100%;
217
+ transform: scale(0, 0);
218
+ }
219
+ }