@titaui/pc 1.10.8 → 1.10.11

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 (46) hide show
  1. package/lib/components/change-okr-modal/index.js +3 -2
  2. package/lib/components/communication/CommunicationRecord.js +9 -9
  3. package/lib/components/communication/index.css +2 -1
  4. package/lib/components/communication/style.js +3 -3
  5. package/lib/components/dynamic/dynamic-item/components/header/index.css +2 -1
  6. package/lib/components/dynamic/dynamic-item/dynamic-align/index.css +7 -9
  7. package/lib/components/dynamic/dynamic-item/dynamic-align/index.js +16 -4
  8. package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.css +4 -4
  9. package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.js +6 -1
  10. package/lib/components/dynamic/dynamic-item/dynamic-project/index.css +1 -1
  11. package/lib/components/dynamic/dynamic-item/dynamic-relative/index.css +7 -9
  12. package/lib/components/dynamic/dynamic-item/dynamic-relative/index.js +16 -4
  13. package/lib/components/dynamic/dynamic-item/dynamic-replay/index.css +2 -13
  14. package/lib/components/dynamic/dynamic-item/dynamic-share-to-dynamic/index.css +1 -1
  15. package/lib/components/dynamic/dynamic-item/index.css +2 -2
  16. package/lib/components/dynamic/dynamic-item/index.js +1 -1
  17. package/lib/components/dynamic/img/dynamic-point.svg +13 -0
  18. package/lib/components/file-list/components/single-file/index.js +1 -1
  19. package/lib/components/follower-visitor/index.js +6 -4
  20. package/lib/components/grid-layout/okr-progress/index.js +20 -30
  21. package/lib/components/okr-progress-modal/helper.js +20 -27
  22. package/lib/components/progress/circle-progress/index.js +1 -1
  23. package/lib/index.js +0 -16
  24. package/lib/utils/bs-global.js +8 -8
  25. package/package.json +1 -1
  26. package/lib/components/float-fixed-video-modal/img/close.png +0 -0
  27. package/lib/components/float-fixed-video-modal/img/full.svg +0 -21
  28. package/lib/components/float-fixed-video-modal/img/muted.svg +0 -21
  29. package/lib/components/float-fixed-video-modal/img/pause.svg +0 -21
  30. package/lib/components/float-fixed-video-modal/img/play.svg +0 -22
  31. package/lib/components/float-fixed-video-modal/img/small.svg +0 -22
  32. package/lib/components/float-fixed-video-modal/img/smallFaQi.png +0 -0
  33. package/lib/components/float-fixed-video-modal/img/volume.svg +0 -21
  34. package/lib/components/float-fixed-video-modal/index.css +0 -243
  35. package/lib/components/float-fixed-video-modal/index.js +0 -334
  36. package/lib/components/float-fixed-video-modal/utils.js +0 -25
  37. package/lib/components/video-modal/img/bigFaqi.png +0 -0
  38. package/lib/components/video-modal/img/muted.svg +0 -16
  39. package/lib/components/video-modal/img/not-muted.svg +0 -16
  40. package/lib/components/video-modal/img/pause.svg +0 -17
  41. package/lib/components/video-modal/img/play.png +0 -0
  42. package/lib/components/video-modal/img/play.svg +0 -16
  43. package/lib/components/video-modal/img/small.svg +0 -22
  44. package/lib/components/video-modal/index.css +0 -213
  45. package/lib/components/video-modal/index.js +0 -322
  46. package/lib/components/video-modal/utils.js +0 -25
@@ -28,38 +28,31 @@ var getOSetting = function getOSetting() {
28
28
  key: 2,
29
29
  tooltip: (0, _getLocale.getLocale)("OKR_MyO_Pop_Upd_SubO")
30
30
  }],
31
- getRecommandText: function getRecommandText(recommandProgressObj) {
32
- var autoUpdate = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
33
- var updateWay = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 1;
31
+ getRecommandText: function getRecommandText() {
32
+ var autoUpdate = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true;
33
+ var updateWay = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 1;
34
+ var recommandProgressObj = arguments.length > 2 ? arguments[2] : undefined;
34
35
 
35
36
  if (autoUpdate) {
36
- if (updateWay === 1) return /*#__PURE__*/_react["default"].createElement("span", {
37
+ if (updateWay == 1) return /*#__PURE__*/_react["default"].createElement("span", {
37
38
  className: "auto-update__recommand-tip"
38
- }, (0, _getLocale.getLocale)("OKR_MyO_Pop_Upd_Automatic"));
39
- if (updateWay === 2) return /*#__PURE__*/_react["default"].createElement("span", {
39
+ }, (0, _getLocale.getLocale)('OKR_MyO_Pop_Upd_Automatic'));
40
+ if (updateWay == 2) return /*#__PURE__*/_react["default"].createElement("span", {
40
41
  className: "auto-update__recommand-tip"
41
- }, (0, _getLocale.getLocale)("OKR_MyO_calculationSubO"));
42
- return /*#__PURE__*/_react["default"].createElement("span", null);
43
- }
44
-
45
- var childOkrProgress = recommandProgressObj.childOkrProgress,
46
- childkrProgress = recommandProgressObj.childkrProgress;
47
- var textArr = [];
48
-
49
- if (childkrProgress !== -1) {
50
- textArr.push("".concat((0, _getLocale.getLocale)("OKR_MyO_Pop_Upd_KRCom")).concat(childkrProgress).concat((0, _getLocale.getLocale)("OKR_MyO_Pop_Upd_Percentage")));
51
- }
52
-
53
- if (childOkrProgress !== -1) {
54
- textArr.push("".concat((0, _getLocale.getLocale)("OKR_MyO_Ew_SubobjCom")).concat(childOkrProgress).concat((0, _getLocale.getLocale)("OKR_MyO_Pop_Upd_Percentage")));
42
+ }, (0, _getLocale.getLocale)('OKR_MyO_calculationSubO'));
43
+ } else {
44
+ var childOkrProgress = recommandProgressObj.childOkrProgress,
45
+ childkrProgress = recommandProgressObj.childkrProgress;
46
+ var textArr = [];
47
+ childkrProgress !== -1 && textArr.push("KR\u5B8C\u6210\u5EA6".concat(childkrProgress, "%"));
48
+ childOkrProgress !== -1 && textArr.push("".concat((0, _getLocale.getLocale)('OKR_MyO_Ew_SubobjCom')).concat(childOkrProgress, "%"));
49
+ if (textArr.length == 0) return '';
50
+ return /*#__PURE__*/_react["default"].createElement(_react.Fragment, null, /*#__PURE__*/_react["default"].createElement("span", {
51
+ className: "auto-update__recommand-icon"
52
+ }, (0, _getLocale.getLocale)('Per_Ass_Pop_title_Recommend')), /*#__PURE__*/_react["default"].createElement("span", {
53
+ className: "auto-update__recommand-tip"
54
+ }, "\uFF08", textArr.join(','), "\uFF09"));
55
55
  }
56
-
57
- if (textArr.length === 0) return "";
58
- return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("span", {
59
- className: "auto-update__recommand-icon"
60
- }, (0, _getLocale.getLocale)("Per_Ass_Pop_title_Recommend")), /*#__PURE__*/_react["default"].createElement("span", {
61
- className: "auto-update__recommand-tip"
62
- }, "\uFF08", textArr.join(","), "\uFF09"));
63
56
  }
64
57
  };
65
58
  };
@@ -19,7 +19,7 @@ function CircleProgress(props) {
19
19
  _props$color = props.color,
20
20
  color = _props$color === void 0 ? "#419BFF" : _props$color,
21
21
  _props$percent = props.percent,
22
- percent = _props$percent === void 0 ? 10 : _props$percent,
22
+ percent = _props$percent === void 0 ? 0 : _props$percent,
23
23
  _props$width = props.width,
24
24
  width = _props$width === void 0 ? 8 : _props$width,
25
25
  _props$backgroundColo = props.backgroundColor,
package/lib/index.js CHANGED
@@ -141,12 +141,6 @@ Object.defineProperty(exports, "FileList", {
141
141
  return _fileList["default"];
142
142
  }
143
143
  });
144
- Object.defineProperty(exports, "FloatFixedVideoModal", {
145
- enumerable: true,
146
- get: function get() {
147
- return _floatFixedVideoModal["default"];
148
- }
149
- });
150
144
  Object.defineProperty(exports, "FollowerVisitor", {
151
145
  enumerable: true,
152
146
  get: function get() {
@@ -507,12 +501,6 @@ Object.defineProperty(exports, "VersionChangeModal", {
507
501
  return _versionChangeModal["default"];
508
502
  }
509
503
  });
510
- Object.defineProperty(exports, "VideoModal", {
511
- enumerable: true,
512
- get: function get() {
513
- return _videoModal["default"];
514
- }
515
- });
516
504
  Object.defineProperty(exports, "WeeklyReport", {
517
505
  enumerable: true,
518
506
  get: function get() {
@@ -738,8 +726,4 @@ var _uploadPhotoModal = _interopRequireDefault(require("./components/upload-phot
738
726
 
739
727
  var _bookDemo = _interopRequireDefault(require("./components/book-demo"));
740
728
 
741
- var _videoModal = _interopRequireDefault(require("./components/video-modal"));
742
-
743
- var _floatFixedVideoModal = _interopRequireDefault(require("./components/float-fixed-video-modal"));
744
-
745
729
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
@@ -95,15 +95,15 @@ exports.formatNum = formatNum;
95
95
 
96
96
  var hasWebHead = function hasWebHead(webHeadName) {
97
97
  var webHeadMap = {
98
- task: 1,
99
- okr: 113,
100
- project: 112,
101
- apply: 907,
102
- kaohe: 403
98
+ task: '1',
99
+ okr: '113',
100
+ project: '112',
101
+ apply: '907',
102
+ kaohe: '403'
103
103
  };
104
- var webHead = window.BSGlobal.newNavigation;
105
- return webHead.findIndex(function (v) {
106
- return v.appId === webHeadMap[webHeadName];
104
+ var webHead = window.BSGlobal.WebHead.AppHead;
105
+ return webHead.findIndex(function (a) {
106
+ return a.AppId === webHeadMap[webHeadName];
107
107
  }) !== -1;
108
108
  };
109
109
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.10.8",
3
+ "version": "1.10.11",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
@@ -1,21 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>全屏</title>
4
- <defs>
5
- <filter color-interpolation-filters="auto" id="filter-1">
6
- <feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 1.000000 0"></feColorMatrix>
7
- </filter>
8
- </defs>
9
- <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
10
- <g id="点击查看视频" transform="translate(-486.000000, -87.000000)">
11
- <g id="全屏" transform="translate(486.000000, 87.000000)">
12
- <rect id="矩形备份-6" x="0" y="0" width="16" height="16"></rect>
13
- <g id="全屏" filter="url(#filter-1)">
14
- <g>
15
- <path d="M13.3333333,8.8699914 C13.6952827,8.8699914 13.9898621,9.15843612 13.9997439,9.51799775 L14,9.53665807 L14,11.8095238 C14,13.0071927 13.0388065,13.9803629 11.8457473,13.9997065 L11.8095238,14 L9.52485212,14 C9.15666229,14 8.85818546,13.7015232 8.85818546,13.3333333 C8.85818546,12.971384 9.14663018,12.6768046 9.5061918,12.6669228 L9.52485212,12.6666667 L11.8095238,12.6666667 C12.2760501,12.6666667 12.6555245,12.2939535 12.6664257,11.8300485 L12.6666667,11.8095238 L12.6666667,9.53665807 C12.6666667,9.16846824 12.9651435,8.8699914 13.3333333,8.8699914 Z M2.66666667,8.84191565 C3.02861599,8.84191565 3.32319545,9.13036037 3.33307721,9.489922 L3.33333333,9.50858232 L3.33333333,11.8095238 C3.33333333,12.2760501 3.70604651,12.6555245 4.16995152,12.6664257 L4.19047619,12.6666667 L6.47311169,12.6666667 C6.84130152,12.6666667 7.13977836,12.9651435 7.13977836,13.3333333 C7.13977836,13.6952827 6.85133364,13.9898621 6.49177201,13.9997439 L6.47311169,14 L4.19047619,14 C2.99280726,14 2.0196371,13.0388065 2.00029346,11.8457473 L2,11.8095238 L2,9.50858232 C2,9.14039249 2.29847683,8.84191565 2.66666667,8.84191565 Z M6.47638719,2 C6.84457703,2 7.14305386,2.29847683 7.14305386,2.66666667 C7.14305386,3.02861599 6.85460914,3.32319545 6.49504752,3.33307721 L6.47638719,3.33333333 L4.19047619,3.33333333 C3.72394994,3.33333333 3.34447552,3.70604651 3.33357425,4.16995152 L3.33333333,4.19047619 L3.33333333,6.47612057 C3.33333333,6.8443104 3.0348565,7.14278723 2.66666667,7.14278723 C2.30471734,7.14278723 2.01013789,6.85434251 2.00025612,6.49478089 L2,6.47612057 L2,4.19047619 C2,2.99280726 2.96119347,2.0196371 4.15425266,2.00029346 L4.19047619,2 L6.47638719,2 Z M11.8095238,2 C13.0071927,2 13.9803629,2.96119347 13.9997065,4.15425266 L14,4.19047619 L14,6.46713633 C14,6.83532616 13.7015232,7.13380299 13.3333333,7.13380299 C12.971384,7.13380299 12.6768046,6.84535827 12.6669228,6.48579665 L12.6666667,6.46713633 L12.6666667,4.19047619 C12.6666667,3.72394994 12.2939535,3.34447552 11.8300485,3.33357425 L11.8095238,3.33333333 L9.56078908,3.33333333 C9.19259925,3.33333333 8.89412242,3.0348565 8.89412242,2.66666667 C8.89412242,2.30471734 9.18256714,2.01013789 9.54212876,2.00025612 L9.56078908,2 L11.8095238,2 Z" id="形状" fill="#444444" fill-rule="nonzero"></path>
16
- </g>
17
- </g>
18
- </g>
19
- </g>
20
- </g>
21
- </svg>
@@ -1,21 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>静音</title>
4
- <defs>
5
- <filter color-interpolation-filters="auto" id="filter-1">
6
- <feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 1.000000 0"></feColorMatrix>
7
- </filter>
8
- </defs>
9
- <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
10
- <g id="点击查看视频" transform="translate(-432.000000, -87.000000)">
11
- <g id="静音" transform="translate(432.000000, 87.000000)">
12
- <rect id="矩形" x="0" y="0" width="16" height="16"></rect>
13
- <g id="静音" filter="url(#filter-1)">
14
- <g>
15
- <path d="M3.28766429,4.60754762 L4.25898598,5.57889897 C3.71839644,5.84502621 3.34393885,6.39826821 3.33355489,7.04022003 L3.33333333,8.93245138 C3.33333333,9.83877344 4.05900687,10.5752087 4.95973238,10.5898467 L4.9870801,10.5900688 L5.65310585,10.5900688 C6.07617225,10.5900688 6.48158322,10.7576044 6.7810532,11.0552843 L6.80226255,11.0767679 L8.29926628,12.6219853 C8.48581643,12.7800023 8.72216689,12.8666971 8.96640827,12.8666971 C9.53019785,12.8666971 9.98855748,12.4142413 9.99978907,11.8518276 L10,11.8306862 L10,11.3199333 L11.2241569,12.5440254 C10.9218408,13.5036526 10.0257704,14.2000304 8.96640827,14.2000304 C8.41865484,14.2000304 7.88834453,14.0098771 7.46550858,13.6627582 L7.43747973,13.6393848 L7.38734907,13.5969217 L5.84463197,12.0045187 C5.7979892,11.9563737 5.73507167,11.9276985 5.66852215,11.9238477 L4.9870801,11.9234022 C3.35316681,11.9234022 2.02676463,10.6102728 2.00039998,8.98189173 L2,7.06763176 C2,6.04826718 2.50945141,5.14757661 3.28766429,4.60754762 Z M3.28595479,2.34314575 L13.6568542,12.7140452 C13.9172038,12.9743947 13.9172038,13.3965047 13.6568542,13.6568542 C13.3965047,13.9172038 12.9743947,13.9172038 12.7140452,13.6568542 L2.34314575,3.28595479 C2.08279622,3.02560526 2.08279622,2.60349528 2.34314575,2.34314575 C2.60349528,2.08279622 3.02560526,2.08279622 3.28595479,2.34314575 Z M12.9612676,4.39630795 C13.635995,5.45648994 14,6.6878458 14,7.97134943 C14,9.26666772 13.6292471,10.5087612 12.9428229,11.5752092 C12.9365895,11.5848936 12.9301474,11.5943626 12.9235064,11.6036141 L11.9550266,10.6350444 C12.4183868,9.83322648 12.6666667,8.92137825 12.6666667,7.97134943 C12.6666667,6.94333913 12.3759736,5.95998277 11.8364174,5.11219185 C11.6387315,4.80157303 11.7302817,4.38951067 12.0409006,4.19182479 C12.3515194,3.99413891 12.7635817,4.08568914 12.9612676,4.39630795 Z M10.7752429,2.64125439 C11.1278572,3.05949124 11.3246633,3.58664187 11.3330535,4.13294907 L11.3333333,10.0134 L10,8.68006667 L10,4.16939694 C10,3.9245839 9.91350763,3.68768026 9.75585962,3.50069348 C9.39252467,3.06974081 8.75332847,3.0103815 8.31755677,3.36295511 L8.29926628,3.37809784 L6.80226255,4.92331521 C6.70885932,5.01972666 6.60457885,5.10312547 6.4922413,5.17231722 L5.3966,4.07666667 L5.65310585,4.07668099 C5.72013933,4.07668099 5.78451333,4.05144474 5.8335851,4.0063268 L5.84463197,3.99556447 L7.38734907,2.40316145 L7.43747973,2.36069836 C8.43638105,1.51458065 9.93143682,1.64041351 10.7752429,2.64125439 Z" id="形状结合" fill="#444444" fill-rule="nonzero"></path>
16
- </g>
17
- </g>
18
- </g>
19
- </g>
20
- </g>
21
- </svg>
@@ -1,21 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>暂停</title>
4
- <defs>
5
- <filter color-interpolation-filters="auto" id="filter-1">
6
- <feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 1.000000 0"></feColorMatrix>
7
- </filter>
8
- </defs>
9
- <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
10
- <g id="点击查看视频" transform="translate(-468.000000, -87.000000)">
11
- <g id="暂停" transform="translate(468.000000, 87.000000)">
12
- <rect id="矩形备份-5" opacity="0.666846866" x="0" y="0" width="16" height="16"></rect>
13
- <g id="暂停" filter="url(#filter-1)">
14
- <g>
15
- <path d="M10.023464,4.30420899 L14.4700011,11.4186684 C14.9383376,12.1680068 14.7105405,13.1551274 13.9612021,13.623464 C13.7069115,13.7823956 13.4130753,13.8666667 13.1132038,13.8666667 L4.22012956,13.8666667 C3.33647396,13.8666667 2.62012956,13.1503223 2.62012956,12.2666667 C2.62012956,11.9667951 2.70440067,11.6729589 2.86333227,11.4186684 L7.30986938,4.30420899 C7.77820591,3.55487054 8.76532652,3.32707348 9.51466497,3.79541001 C9.72069558,3.92417914 9.89469482,4.09817838 10.023464,4.30420899 Z" id="三角形" fill="#444444" transform="translate(8.666667, 8.000000) rotate(90.000000) translate(-8.666667, -8.000000) "></path>
16
- </g>
17
- </g>
18
- </g>
19
- </g>
20
- </g>
21
- </svg>
@@ -1,22 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>播放</title>
4
- <defs>
5
- <filter color-interpolation-filters="auto" id="filter-1">
6
- <feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 1.000000 0"></feColorMatrix>
7
- </filter>
8
- </defs>
9
- <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
10
- <g id="点击查看视频" transform="translate(-414.000000, -87.000000)">
11
- <g id="播放" transform="translate(414.000000, 87.000000)">
12
- <rect id="矩形" x="0" y="0" width="16" height="16"></rect>
13
- <g id="播放" filter="url(#filter-1)">
14
- <g>
15
- <rect id="矩形" fill="#444444" x="3.66666667" y="1.66666667" width="2.66666667" height="12.6666667" rx="1.33333333"></rect>
16
- <rect id="矩形备份" fill="#444444" x="9.66666667" y="1.66666667" width="2.66666667" height="12.6666667" rx="1.33333333"></rect>
17
- </g>
18
- </g>
19
- </g>
20
- </g>
21
- </g>
22
- </svg>
@@ -1,22 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>缩小屏幕</title>
4
- <defs>
5
- <filter color-interpolation-filters="auto" id="filter-1">
6
- <feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 1.000000 0"></feColorMatrix>
7
- </filter>
8
- </defs>
9
- <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
10
- <g id="点击查看视频" transform="translate(-504.000000, -87.000000)">
11
- <g id="缩小屏幕" transform="translate(504.000000, 87.000000)">
12
- <rect id="矩形备份-8" x="0" y="0" width="16" height="16"></rect>
13
- <g id="缩小屏幕" filter="url(#filter-1)">
14
- <g>
15
- <path d="M2.66666667,8.84191565 C3.02861599,8.84191565 3.32319545,9.13036037 3.33307721,9.489922 L3.33333333,11.8095238 C3.33333333,12.2760501 3.70604651,12.6555245 4.16995152,12.6664257 L6.47311169,12.6666667 C6.84130152,12.6666667 7.13977836,12.9651435 7.13977836,13.3333333 C7.13977836,13.6952827 6.85133364,13.9898621 6.49177201,13.9997439 L4.19047619,14 C2.99280726,14 2.0196371,13.0388065 2.00029346,11.8457473 L2,9.50858232 C2,9.14039249 2.29847683,8.84191565 2.66666667,8.84191565 Z M13.3333333,8.8699914 C13.7015232,8.8699914 14,9.16846824 14,9.53665807 C14,9.8986074 13.7115553,10.1931869 13.3519937,10.2030686 L11.0486616,10.2033247 C10.5821354,10.2033247 10.202661,10.5760379 10.1917597,11.0399429 L10.1915188,13.3333333 C10.1915188,13.7015232 9.89304196,14 9.52485212,14 C9.1629028,14 8.86832334,13.7115553 8.85844158,13.3519937 L8.85818546,11.0604676 C8.85818546,9.86279866 9.81937893,8.8896285 11.0124381,8.87028486 L11.0486616,8.8699914 L13.3333333,8.8699914 Z M6.47638719,2 C6.83833652,2 7.13291597,2.28844472 7.14279774,2.64800634 L7.14305386,2.66666667 L7.14305386,4.95231104 C7.14305386,6.14997997 6.18186038,7.12315013 4.9888012,7.14249377 L2.66666667,7.14278723 C2.29847683,7.14278723 2,6.8443104 2,6.47612057 C2,6.11417124 2.28844472,5.81959178 2.64800634,5.80971002 L4.95257767,5.8094539 C5.41910392,5.8094539 5.79857834,5.43674073 5.80947961,4.97283571 L5.80972053,2.66666667 C5.80972053,2.29847683 6.10819736,2 6.47638719,2 Z M11.8095238,2 C13.0071927,2 13.9803629,2.96119347 13.9997065,4.15425266 L14,6.46713633 C14,6.83532616 13.7015232,7.13380299 13.3333333,7.13380299 C12.971384,7.13380299 12.6768046,6.84535827 12.6669228,6.48579665 L12.6666667,4.19047619 C12.6666667,3.72394994 12.2939535,3.34447552 11.8300485,3.33357425 L9.56078908,3.33333333 C9.19259925,3.33333333 8.89412242,3.0348565 8.89412242,2.66666667 C8.89412242,2.30471734 9.18256714,2.01013789 9.54212876,2.00025612 L11.8095238,2 Z" id="形状结合" fill="#444444" fill-rule="nonzero"></path>
16
- <path d="M11.265279,10.3224699 L13.8108634,12.8680544 C14.0712129,13.1284039 14.0712129,13.5505139 13.8108634,13.8108634 C13.5505139,14.0712129 13.1284039,14.0712129 12.8680544,13.8108634 L10.3224699,11.265279 C10.0621204,11.0049295 10.0621204,10.5828195 10.3224699,10.3224699 C10.5828195,10.0621204 11.0049295,10.0621204 11.265279,10.3224699 Z M3.13194565,2.18913661 L5.67753006,4.73472102 C5.93787959,4.99507055 5.93787959,5.41718053 5.67753006,5.67753006 C5.41718053,5.93787959 4.99507055,5.93787959 4.73472102,5.67753006 L2.18913661,3.13194565 C1.92878708,2.87159612 1.92878708,2.44948613 2.18913661,2.18913661 C2.44948613,1.92878708 2.87159612,1.92878708 3.13194565,2.18913661 Z" id="形状" fill="#444444"></path>
17
- </g>
18
- </g>
19
- </g>
20
- </g>
21
- </g>
22
- </svg>
@@ -1,21 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>声音</title>
4
- <defs>
5
- <filter color-interpolation-filters="auto" id="filter-1">
6
- <feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 1.000000 0"></feColorMatrix>
7
- </filter>
8
- </defs>
9
- <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
10
- <g id="点击查看视频" transform="translate(-450.000000, -87.000000)">
11
- <g id="声音" transform="translate(450.000000, 87.000000)">
12
- <rect id="矩形" x="0" y="0" width="16" height="16"></rect>
13
- <g id="声音" filter="url(#filter-1)">
14
- <g>
15
- <path d="M7.43747973,2.38934893 C8.43638105,1.54323122 9.93143682,1.66906408 10.7752429,2.66990496 C11.135693,3.09743596 11.3333333,3.63877514 11.3333333,4.19804751 L11.3333333,4.19804751 L11.3333333,11.8593368 C11.3333333,13.1671926 10.2743236,14.228681 8.96640827,14.228681 C8.40648254,14.228681 7.8647838,14.0299826 7.43747973,13.6680354 L7.43747973,13.6680354 L7.38734907,13.6255723 L5.84463197,12.0331692 C5.79440129,11.9813208 5.72529575,11.9520527 5.65310585,11.9520527 L5.65310585,11.9520527 L4.9870801,11.9520527 C3.33666263,11.9520527 2,10.6122616 2,8.96110195 L2,8.96110195 L2,7.09628233 C2,5.44512271 3.33666263,4.10533156 4.9870801,4.10533156 L4.9870801,4.10533156 L5.65310585,4.10533156 C5.72529575,4.10533156 5.79440129,4.07606349 5.84463197,4.02421504 L5.84463197,4.02421504 L7.38734907,2.43181202 Z M9.75585962,3.52934405 C9.38740727,3.09232163 8.73526822,3.03743369 8.29926628,3.40674842 L8.29926628,3.40674842 L6.80226255,4.95196579 C6.5008785,5.26305644 6.08624526,5.4386649 5.65310585,5.4386649 L5.65310585,5.4386649 L4.9870801,5.4386649 C4.07374098,5.4386649 3.33333333,6.1808055 3.33333333,7.09628233 L3.33333333,7.09628233 L3.33333333,8.96110195 C3.33333333,9.87657878 4.07374098,10.6187194 4.9870801,10.6187194 L4.9870801,10.6187194 L5.65310585,10.6187194 C6.08624526,10.6187194 6.5008785,10.7943278 6.80226255,11.1054185 L6.80226255,11.1054185 L8.29926628,12.6506359 C8.48581643,12.8086529 8.72216689,12.8953477 8.96640827,12.8953477 C9.53724522,12.8953477 10,12.4315098 10,11.8593368 L10,11.8593368 L10,4.19804751 C10,3.95323447 9.91350763,3.71633083 9.75585962,3.52934405 Z M12.9612676,4.42495852 C13.635995,5.48514051 14,6.71649637 14,8 C14,9.2953183 13.6292471,10.5374117 12.9428229,11.6038598 C12.7435468,11.9134608 12.3310204,12.0028968 12.0214194,11.8036207 C11.7118184,11.6043445 11.6223824,11.1918181 11.8216585,10.8822171 C12.3705856,10.0293885 12.6666667,9.03745996 12.6666667,8 C12.6666667,6.97198971 12.3759736,5.98863335 11.8364174,5.14084242 C11.6387315,4.83022361 11.7302817,4.41816124 12.0409006,4.22047536 C12.3515194,4.02278948 12.7635817,4.11433971 12.9612676,4.42495852 Z" id="形状结合" fill="#444444" fill-rule="nonzero"></path>
16
- </g>
17
- </g>
18
- </g>
19
- </g>
20
- </g>
21
- </svg>
@@ -1,243 +0,0 @@
1
- .titaui-pc-float-fixed-video {
2
- display: none;
3
- position: fixed;
4
- bottom: 20px;
5
- right: 72px;
6
- width: 360px;
7
- height: 200px;
8
- border-radius: 12px;
9
- overflow: hidden;
10
- z-index: 11;
11
- box-shadow: 0px 2px 12px 0px rgba(127, 145, 180, 0.2);
12
- cursor: pointer;
13
- }
14
-
15
- .titaui-pc-float-fixed-video--show {
16
- display: block;
17
- }
18
-
19
- .titaui-pc-float-fixed-video__video {
20
- width: 360px;
21
- height: 200px;
22
- }
23
-
24
- .titaui-pc-float-fixed-video__mask1 {
25
- opacity: 0;
26
- transition: 0.5s;
27
- display: flex;
28
- align-items: center;
29
- justify-content: space-between;
30
- padding: 0 16px;
31
- box-sizing: border-box;
32
- position: absolute;
33
- top: 0;
34
- width: 360px;
35
- height: 42px;
36
- background: linear-gradient(180deg, #5a6068 0%, rgba(45, 60, 81, 0) 100%);
37
- }
38
-
39
- .titaui-pc-float-fixed-video__mask1--show {
40
- opacity: 1;
41
- transition: 0.5s;
42
- }
43
-
44
- .titaui-pc-float-fixed-video__mask1-title {
45
- font-size: 12px;
46
- font-weight: normal;
47
- color: #ffffff;
48
- line-height: 18px;
49
- }
50
-
51
- .titaui-pc-float-fixed-video__mask1-close {
52
- width: 14px;
53
- height: 14px;
54
- cursor: pointer;
55
- }
56
-
57
- .titaui-pc-float-fixed-video__mask2 {
58
- opacity: 0;
59
- transition: 0.5;
60
- position: absolute;
61
- bottom: 0;
62
- width: 360px;
63
- height: 42px;
64
- background: linear-gradient(180deg, rgba(20, 28, 40, 0) 0%, #5a6068 100%);
65
- }
66
-
67
- .titaui-pc-float-fixed-video__mask2--show {
68
- opacity: 1;
69
- transition: 0.5s;
70
- }
71
-
72
- .titaui-pc-float-fixed-video__controls {
73
- opacity: 0;
74
- transition: 0.5s;
75
- width: 100%;
76
- display: flex;
77
- align-items: center;
78
- justify-content: space-between;
79
- padding: 10px 12px;
80
- box-sizing: border-box;
81
- position: absolute;
82
- bottom: 0;
83
- z-index: 2;
84
- }
85
-
86
- .titaui-pc-float-fixed-video__controls--show {
87
- opacity: 1;
88
- transition: 0.5s;
89
- }
90
-
91
- .titaui-pc-float-fixed-video__controls-left {
92
- display: flex;
93
- align-items: center;
94
- }
95
-
96
- .titaui-pc-float-fixed-video__controls-right {
97
- display: inline-flex;
98
- }
99
-
100
- .titaui-pc-float-fixed-video__controls-play {
101
- display: inline-flex;
102
- align-items: center;
103
- width: 16px;
104
- height: 16px;
105
- cursor: pointer;
106
- }
107
-
108
- .titaui-pc-float-fixed-video__controls-time {
109
- font-size: 12px;
110
- color: #ffffff;
111
- line-height: 18px;
112
- }
113
-
114
- .titaui-pc-float-fixed-video__controls-time:nth-of-type(1) {
115
- margin-left: 6px;
116
- }
117
-
118
- .titaui-pc-float-fixed-video__controls-volume {
119
- display: inline-flex;
120
- align-items: center;
121
- justify-content: space-between;
122
- padding: 0 8px;
123
- box-sizing: border-box;
124
- width: 72px;
125
- height: 22px;
126
- background: rgba(20, 28, 40, 0.6);
127
- border-radius: 12px;
128
- }
129
-
130
- .titaui-pc-float-fixed-video__controls-volume-progress {
131
- position: relative;
132
- width: 34px;
133
- height: 2px;
134
- background: rgba(255, 255, 255, 0.4);
135
- border-radius: 1px;
136
- cursor: pointer;
137
- }
138
-
139
- .titaui-pc-float-fixed-video__controls-volume-progress--hidden {
140
- display: none;
141
- }
142
-
143
- .titaui-pc-float-fixed-video__controls-volume-current {
144
- position: absolute;
145
- bottom: 0;
146
- left: 0;
147
- height: 2px;
148
- background: rgba(255, 255, 255, 0.6);
149
- border-radius: 1px;
150
- }
151
-
152
- .titaui-pc-float-fixed-video__controls-volume-current::after {
153
- content: '';
154
- position: absolute;
155
- right: 0;
156
- bottom: -1px;
157
- width: 4px;
158
- height: 4px;
159
- border-radius: 50%;
160
- background: #ffffff;
161
- }
162
-
163
- .titaui-pc-float-fixed-video__controls-volume-current--hidden {
164
- display: none;
165
- }
166
-
167
- .titaui-pc-float-fixed-video__controls-full {
168
- display: inline-flex;
169
- align-items: center;
170
- justify-content: center;
171
- width: 24px;
172
- height: 24px;
173
- border-radius: 12px;
174
- margin-left: 6px;
175
- cursor: pointer;
176
- }
177
-
178
- .titaui-pc-float-fixed-video__controls-full:hover {
179
- background: rgba(20, 28, 40, 0.6);
180
- }
181
-
182
- .titaui-pc-float-fixed-video__controls-full > img {
183
- width: 16px;
184
- height: 16px;
185
- }
186
-
187
- .titaui-pc-float-fixed-video__controls-button {
188
- width: 24px;
189
- height: 24px;
190
- border-radius: 12px;
191
- display: inline-flex;
192
- align-items: center;
193
- justify-content: center;
194
- }
195
-
196
- .titaui-pc-float-fixed-video__controls-button:hover {
197
- background: rgba(20, 28, 40, 0.6);
198
- }
199
-
200
- .titaui-pc-float-fixed-video__progress {
201
- opacity: 0;
202
- transition: 0.5s;
203
- position: absolute;
204
- bottom: 38px;
205
- width: 100%;
206
- height: 2px;
207
- background: #ffffff;
208
- z-index: 3;
209
- cursor: pointer;
210
- }
211
-
212
- .titaui-pc-float-fixed-video__progress--show {
213
- opacity: 1;
214
- transition: 0.5s;
215
- }
216
-
217
- .titaui-pc-float-fixed-video__progress:hover {
218
- height: 4px;
219
- }
220
-
221
- .titaui-pc-float-fixed-video__progress--show {
222
- opacity: 1;
223
- transition: 0.5s;
224
- }
225
-
226
- .titaui-pc-float-fixed-video__progress-current {
227
- position: absolute;
228
- left: 0;
229
- bottom: 0;
230
- background: #77be16;
231
- height: 100%;
232
- z-index: 3;
233
- }
234
-
235
- .titaui-pc-float-fixed-video__progress-current-dot {
236
- position: absolute;
237
- right: 0;
238
- bottom: -2px;
239
- width: 8px;
240
- height: 8px;
241
- border-radius: 50%;
242
- background: #77be16;
243
- }