@fonixtree/magic-design 0.1.58 → 1.0.2

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 (73) hide show
  1. package/es/assets/less/cylon-antd.less +17659 -23296
  2. package/es/assets/less/modal.less +1 -0
  3. package/es/common/ImageModal/index.js +2 -35
  4. package/es/common/ImagePicker/index.js +134 -64
  5. package/es/common/ImagePicker/index.less +103 -2
  6. package/es/common/LinkModal/SelectVideoModal/index.js +0 -2
  7. package/es/composite-comp/bol/components/Banner/mobile/index.less +78 -52
  8. package/es/composite-comp/bol/components/Carousel/mobile/index.less +100 -81
  9. package/es/composite-comp/bol/components/ImageGallery/mobile/index.less +22 -15
  10. package/es/composite-comp/bol/components/ImageText/mobile/index.less +292 -233
  11. package/es/composite-comp/bol/components/Video/mobile/Layout1/index.less +27 -23
  12. package/es/composite-comp/bol/components/Video/mobile/Layout2/index.less +45 -38
  13. package/es/composite-comp/bol/components/Video/mobile/Layout3/index.less +50 -41
  14. package/es/composite-comp/bol/components/Video/mobile/index.less +3 -2
  15. package/es/composite-comp/bol/components/Wallet/mobile/index.js +1 -1
  16. package/es/composite-comp/bol/components/Wallet/mobile/index.less +40 -27
  17. package/es/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +0 -2
  18. package/es/composite-comp/bol/config-panels/NewsletterConfig/InputField/index.js +0 -1
  19. package/es/composite-comp/common/config-panels/SpacingConfig/index.js +0 -1
  20. package/es/composite-comp/dito/components/FlashDeal/mobile/index.less +97 -83
  21. package/es/composite-comp/dito/components/MobileNavigation/mobile/index.less +35 -18
  22. package/es/composite-comp/dito/components/PcNavigation/index.js +0 -1
  23. package/es/composite-comp/dito/components/PcNavigation/pc/index.js +1 -3
  24. package/es/composite-comp/dito/components/Recommend/mobile/index.less +86 -73
  25. package/es/composite-comp/dito/components/SearchBar/mobile/index.js +0 -1
  26. package/es/composite-comp/dito/components/SearchBar/mobile/index.less +52 -45
  27. package/es/composite-comp/dito/components/SearchBar/pc/index.js +0 -2
  28. package/es/composite-comp/dito/components/SignBoard/mobile/index.less +80 -76
  29. package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.js +0 -1
  30. package/es/composite-comp/dito/config-panels/PcNavigationConfig/index.js +0 -1
  31. package/es/composite-comp/dito/config-panels/RecommendConfig/index.js +0 -1
  32. package/es/locale/en/en.json +3 -0
  33. package/es/locale/es/es.json +3 -0
  34. package/es/locale/id/id.json +3 -0
  35. package/es/meta-comp/config-panels/TextConfig/index.js +3 -3
  36. package/es/utils/commonUtil.js +31 -37
  37. package/lib/assets/less/cylon-antd.less +17659 -23296
  38. package/lib/assets/less/modal.less +1 -0
  39. package/lib/common/ImageModal/index.js +2 -35
  40. package/lib/common/ImagePicker/index.js +134 -64
  41. package/lib/common/ImagePicker/index.less +103 -2
  42. package/lib/common/LinkModal/SelectVideoModal/index.js +0 -2
  43. package/lib/composite-comp/bol/components/Banner/mobile/index.less +78 -52
  44. package/lib/composite-comp/bol/components/Carousel/mobile/index.less +100 -81
  45. package/lib/composite-comp/bol/components/ImageGallery/mobile/index.less +22 -15
  46. package/lib/composite-comp/bol/components/ImageText/mobile/index.less +292 -233
  47. package/lib/composite-comp/bol/components/Video/mobile/Layout1/index.less +27 -23
  48. package/lib/composite-comp/bol/components/Video/mobile/Layout2/index.less +45 -38
  49. package/lib/composite-comp/bol/components/Video/mobile/Layout3/index.less +50 -41
  50. package/lib/composite-comp/bol/components/Video/mobile/index.less +3 -2
  51. package/lib/composite-comp/bol/components/Wallet/mobile/index.js +1 -1
  52. package/lib/composite-comp/bol/components/Wallet/mobile/index.less +40 -27
  53. package/lib/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +0 -2
  54. package/lib/composite-comp/bol/config-panels/NewsletterConfig/InputField/index.js +0 -1
  55. package/lib/composite-comp/common/config-panels/SpacingConfig/index.js +0 -1
  56. package/lib/composite-comp/dito/components/FlashDeal/mobile/index.less +97 -83
  57. package/lib/composite-comp/dito/components/MobileNavigation/mobile/index.less +35 -18
  58. package/lib/composite-comp/dito/components/PcNavigation/index.js +0 -1
  59. package/lib/composite-comp/dito/components/PcNavigation/pc/index.js +1 -3
  60. package/lib/composite-comp/dito/components/Recommend/mobile/index.less +86 -73
  61. package/lib/composite-comp/dito/components/SearchBar/mobile/index.js +0 -1
  62. package/lib/composite-comp/dito/components/SearchBar/mobile/index.less +52 -45
  63. package/lib/composite-comp/dito/components/SearchBar/pc/index.js +0 -2
  64. package/lib/composite-comp/dito/components/SignBoard/mobile/index.less +80 -76
  65. package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.js +0 -1
  66. package/lib/composite-comp/dito/config-panels/PcNavigationConfig/index.js +0 -1
  67. package/lib/composite-comp/dito/config-panels/RecommendConfig/index.js +0 -1
  68. package/lib/locale/en/en.json +3 -0
  69. package/lib/locale/es/es.json +3 -0
  70. package/lib/locale/id/id.json +3 -0
  71. package/lib/meta-comp/config-panels/TextConfig/index.js +3 -3
  72. package/lib/utils/commonUtil.js +31 -37
  73. package/package.json +2 -2
@@ -1,44 +1,53 @@
1
1
  .video-layout3-wrap {
2
2
  display: flex;
3
3
  flex-direction: column;
4
- }
5
- .video-layout3-wrap .video-layout3-item-con {
6
- display: flex;
7
- flex-direction: column;
8
- margin-bottom: 0.2rem;
9
- }
10
- .video-layout3-wrap .video-layout3-item-con:last-child {
11
- margin-bottom: 0;
12
- }
13
- .video-layout3-wrap .video-item-wrap {
14
- height: 4.24rem;
15
- position: relative;
16
- }
17
- .video-layout3-wrap .video-item-wrap:last-child {
18
- margin-bottom: 0;
19
- }
20
- .video-layout3-wrap .video-item-wrap .play-btn {
21
- position: absolute;
22
- top: 50%;
23
- left: 50%;
24
- transform: translate(-50%, -50%);
25
- width: 1.2rem;
26
- height: 1.2rem;
27
- z-index: 1;
28
- cursor: pointer;
29
- }
30
- .video-layout3-wrap .video-item-wrap .play-btn img {
31
- width: 100%;
32
- height: 100%;
33
- }
34
- .video-layout3-wrap .video-item-wrap .play-btn.bottomLeft {
35
- left: 0.24rem;
36
- bottom: 0.2rem;
37
- transform: unset;
38
- top: unset;
39
- }
40
- .video-layout3-wrap .video-item-wrap .video-share-btn {
41
- position: absolute;
42
- right: 0.24rem;
43
- bottom: 0.24rem;
44
- }
4
+
5
+ .video-layout3-item-con {
6
+ display: flex;
7
+ flex-direction: column;
8
+ margin-bottom: 10px;
9
+
10
+ &:last-child {
11
+ margin-bottom: 0;
12
+ }
13
+ }
14
+
15
+ .video-item-wrap {
16
+ height: 212px;
17
+ position: relative;
18
+
19
+
20
+ &:last-child {
21
+ margin-bottom: 0;
22
+ }
23
+
24
+ .play-btn {
25
+ position: absolute;
26
+ top: 50%;
27
+ left: 50%;
28
+ transform: translate(-50%, -50%);
29
+ width: 60px;
30
+ height: 60px;
31
+ z-index: 1;
32
+ cursor: pointer;
33
+
34
+ img {
35
+ width: 100%;
36
+ height: 100%;
37
+ }
38
+
39
+ &.bottomLeft {
40
+ left: 12px;
41
+ bottom: 10px;
42
+ transform: unset;
43
+ top: unset;
44
+ }
45
+ }
46
+
47
+ .video-share-btn {
48
+ position: absolute;
49
+ right: 12px;
50
+ bottom: 12px;
51
+ }
52
+ }
53
+ }
@@ -1,3 +1,4 @@
1
1
  .m-video-mobile {
2
- position: relative;
3
- }
2
+ position: relative;
3
+
4
+ }
@@ -318,7 +318,7 @@ function (_super) {
318
318
  return _this.setState((_a = {}, _a["hover_" + item.id] = false, _a));
319
319
  },
320
320
  style: (0, _commonUtil.pxToRem)({
321
- width: "calc((100% - " + MOBILE_IMG_SIZE[colNum].gap * (colNum - 1) + "px) / " + colNum + ")"
321
+ width: "calc((100% - " + (0, _commonUtil.convertToRem)(MOBILE_IMG_SIZE[colNum].gap * (colNum - 1)) + ") / " + colNum + ")"
322
322
  })
323
323
  }, item.image.open && /*#__PURE__*/_react["default"].createElement(_components.MetaImage, {
324
324
  className: "image",
@@ -1,27 +1,40 @@
1
- .m-Wallet-mobile .headline {
2
- margin-bottom: 0.14rem;
3
- }
4
- .m-Wallet-mobile .content {
5
- display: flex;
6
- flex-wrap: wrap;
7
- }
8
- .m-Wallet-mobile .content.column_3 .item-wrap .title {
9
- top: 13%;
10
- }
11
- .m-Wallet-mobile .content.column_3 .item-wrap .amount {
12
- bottom: 13%;
13
- }
14
- .m-Wallet-mobile .content .item-wrap {
15
- display: flex;
16
- align-items: center;
17
- justify-content: center;
18
- position: relative;
19
- border-radius: 0.2rem;
20
- }
21
- .m-Wallet-mobile .content .item-wrap .image {
22
- border-radius: 0.2rem;
23
- overflow: hidden;
24
- }
25
- .m-Wallet-mobile .content .item-wrap .text-content {
26
- position: absolute;
27
- }
1
+ .m-Wallet-mobile {
2
+
3
+ .headline {
4
+ margin-bottom: 7px;
5
+ }
6
+
7
+ .content {
8
+ display: flex;
9
+ flex-wrap: wrap;
10
+
11
+ &.column_3 {
12
+ .item-wrap {
13
+ .title {
14
+ top: 13%;
15
+ }
16
+
17
+ .amount {
18
+ bottom: 13%;
19
+ }
20
+ }
21
+ }
22
+
23
+ .item-wrap {
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: center;
27
+ position: relative;
28
+ border-radius: 10px;
29
+
30
+ .image {
31
+ border-radius: 10px;
32
+ overflow: hidden;
33
+ }
34
+
35
+ .text-content {
36
+ position: absolute;
37
+ }
38
+ }
39
+ }
40
+ }
@@ -76,8 +76,6 @@ function (_super) {
76
76
  _this.state = {};
77
77
 
78
78
  _this.onClickItem = function (node) {
79
- console.log('---group', node);
80
-
81
79
  _this.props.store.setState({
82
80
  clickedGroup: node.id
83
81
  });
@@ -89,7 +89,6 @@ function (_super) {
89
89
 
90
90
  var data = this.props.data;
91
91
  var textData = data.content;
92
- console.log('data', data);
93
92
  return /*#__PURE__*/_react["default"].createElement("div", {
94
93
  className: "m-text-config",
95
94
  style: {
@@ -87,7 +87,6 @@ function (_super) {
87
87
  }, /*#__PURE__*/_react["default"].createElement(_antd.Checkbox, {
88
88
  checked: obj.fillUp,
89
89
  onChange: function onChange(e) {
90
- console.log('ddd fill up', e.target.checked);
91
90
  obj.fillUp = e.target.checked;
92
91
 
93
92
  _this.selfRender();
@@ -1,86 +1,100 @@
1
1
  .m-flash-deal-mobile {
2
2
  display: flex;
3
3
  flex-direction: column;
4
- padding: 0.32rem 0.32rem 0.56rem 0.32rem;
5
- }
6
- .m-flash-deal-mobile .flash-deal-title {
7
- display: flex;
8
- justify-content: space-between;
9
- align-items: center;
10
- }
11
- .m-flash-deal-mobile .flash-deal-title .left {
12
- display: flex;
13
- align-items: center;
14
- }
15
- .m-flash-deal-mobile .flash-deal-title .left .icon {
16
- height: 0.36rem;
17
- margin-right: 0.2rem;
18
- }
19
- .m-flash-deal-mobile .flash-deal-title .left .title {
20
- font-family: 'Montserrat';
21
- font-style: normal;
22
- font-weight: 600;
23
- font-size: 0.28rem;
24
- line-height: 0.36rem;
25
- color: #2C2C2C;
26
- margin-right: 0.2rem;
27
- }
28
- .m-flash-deal-mobile .flash-deal-title .left .sub-title {
29
- font-family: 'Montserrat';
30
- font-style: normal;
31
- font-weight: 600;
32
- font-size: 0.2rem;
33
- line-height: 0.36rem;
34
- color: #2C2C2C;
35
- margin-right: 0.12rem;
36
- align-self: end;
37
- }
38
- .m-flash-deal-mobile .flash-deal-title .right {
39
- display: flex;
40
- align-items: center;
41
- }
42
- .m-flash-deal-mobile .flash-deal-title .right .text {
43
- font-family: 'Montserrat';
44
- font-style: normal;
45
- font-weight: 600;
46
- font-size: 0.24rem;
47
- line-height: 0.3rem;
48
- color: #0038A8;
49
- margin-right: 0.1rem;
50
- }
51
- .m-flash-deal-mobile .flash-deal-title .right .btn {
52
- white-space: nowrap;
53
- }
54
- .m-flash-deal-mobile .flash-deal-list {
55
- margin-top: 0.32rem;
56
- overflow-x: auto;
57
- overflow-y: hidden;
58
- white-space: nowrap;
59
- display: flex;
60
- align-items: flex-start;
61
- justify-content: flex-start;
62
- position: relative;
63
- }
64
- .m-flash-deal-mobile .flash-deal-list .loading-wrap {
65
- display: flex;
66
- align-items: center;
67
- justify-content: center;
68
- padding: 0.6rem;
69
- position: absolute;
70
- top: 0;
71
- bottom: 0;
72
- left: 0;
73
- right: 0;
74
- margin: auto;
75
- }
76
- .m-flash-deal-mobile .flash-deal-list .m-product-item-wrap {
77
- width: 2.84rem;
78
- margin-right: 0.16rem;
79
- }
80
- .m-flash-deal-mobile .flash-deal-list .m-product-item-wrap .product-img {
81
- height: 2.8rem;
82
- width: 2.8rem;
83
- }
84
- .m-flash-deal-mobile .flash-deal-list .m-product-item-wrap .product-name {
85
- height: 0.72rem;
86
- }
4
+ padding: 16px 16px 28px 16px;
5
+
6
+ .flash-deal-title {
7
+ display: flex;
8
+ justify-content: space-between;
9
+ align-items: center;
10
+
11
+ .left {
12
+ display: flex;
13
+ align-items: center;
14
+
15
+ .icon {
16
+ height: 18px;
17
+ margin-right: 10px;
18
+ }
19
+
20
+ .title {
21
+ font-family: 'Montserrat';
22
+ font-style: normal;
23
+ font-weight: 600;
24
+ font-size: 14px;
25
+ line-height: 18px;
26
+ color: #2C2C2C;
27
+ margin-right: 10px;
28
+ }
29
+
30
+ .sub-title {
31
+ font-family: 'Montserrat';
32
+ font-style: normal;
33
+ font-weight: 600;
34
+ font-size: 10px;
35
+ line-height: 18px;
36
+ color: #2C2C2C;
37
+ margin-right: 6px;
38
+ align-self: end;
39
+ }
40
+ }
41
+
42
+ .right {
43
+ display: flex;
44
+ align-items: center;
45
+
46
+ .text {
47
+ font-family: 'Montserrat';
48
+ font-style: normal;
49
+ font-weight: 600;
50
+ font-size: 12px;
51
+ line-height: 15px;
52
+ color: #0038A8;
53
+ margin-right: 5px;
54
+ }
55
+
56
+ .btn {
57
+ white-space: nowrap;
58
+ }
59
+ }
60
+ }
61
+
62
+ .flash-deal-list {
63
+ margin-top: 16px;
64
+ overflow-x: auto;
65
+ overflow-y: hidden;
66
+ white-space: nowrap;
67
+ display: flex;
68
+ align-items: flex-start;
69
+ justify-content: flex-start;
70
+ position: relative;
71
+
72
+ .loading-wrap {
73
+ display: flex;
74
+ align-items: center;
75
+ justify-content: center;
76
+ padding: 30px;
77
+ position: absolute;
78
+ top: 0;
79
+ bottom: 0;
80
+ left: 0;
81
+ right: 0;
82
+ margin: auto;
83
+ }
84
+
85
+ // 秒杀特有样式
86
+ .m-product-item-wrap {
87
+ width: 142px;
88
+ margin-right: 8px;
89
+
90
+ .product-img {
91
+ height: 140px;
92
+ width: 140px;
93
+ }
94
+
95
+ .product-name {
96
+ height: 36px;
97
+ }
98
+ }
99
+ }
100
+ }
@@ -1,21 +1,38 @@
1
- .mobile-navigation-mobile .group-wrap {
2
- padding: 0 0.4rem;
3
- display: flex;
1
+ .mobile-navigation-mobile {
2
+ // display: flex;
3
+ // flex-direction: column;
4
+ // padding-top: 18px;
5
+ .group-wrap {
6
+ padding: 0 20px;
7
+ display: flex;
8
+ .one-card {
9
+ // display: flex;
10
+
11
+ .card-image-wrap {
12
+ margin-bottom: 4px;
13
+ width: 100%;
14
+ }
15
+ }
16
+ }
17
+
4
18
  }
5
- .mobile-navigation-mobile .group-wrap .one-card .card-image-wrap {
6
- margin-bottom: 0.08rem;
7
- width: 100%;
19
+
20
+ .newline {
21
+ .group-wrap {
22
+ flex-wrap: wrap;
23
+ }
8
24
  }
9
- .newline .group-wrap {
10
- flex-wrap: wrap;
11
- }
12
- .tile .group-wrap {
13
- overflow-x: auto;
14
- flex-wrap: nowrap;
15
- scroll-snap-type: x;
16
- padding: 0 0.3rem;
17
- }
18
- .tile .group-wrap .one-card {
19
- flex-shrink: 0;
20
- scroll-snap-align: end;
25
+
26
+ .tile {
27
+ .group-wrap {
28
+ // overflow-x: scroll;
29
+ overflow-x: auto;
30
+ flex-wrap: nowrap;
31
+ scroll-snap-type: x;
32
+ padding: 0 15px;
33
+ .one-card {
34
+ flex-shrink: 0;
35
+ scroll-snap-align: end;
36
+ }
37
+ }
21
38
  }
@@ -68,7 +68,6 @@ function (_super) {
68
68
 
69
69
  PcNavigation.prototype.render = function () {
70
70
  var nodeData = this.props.nodeData;
71
- console.log('---PcNavigation', nodeData);
72
71
  return /*#__PURE__*/_react["default"].createElement("div", null, window.magicDesign.device === 'pc' ? /*#__PURE__*/_react["default"].createElement(_pc["default"], {
73
72
  data: nodeData
74
73
  }) : /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null));
@@ -324,8 +324,7 @@ function (_super) {
324
324
  , 3];
325
325
 
326
326
  case 2:
327
- e_1 = _a.sent(); // newData = [];
328
-
327
+ e_1 = _a.sent();
329
328
  console.log('error', e_1);
330
329
  return [3
331
330
  /*break*/
@@ -448,7 +447,6 @@ function (_super) {
448
447
 
449
448
  var data = this.props.data; // const { ready } = this.state;
450
449
 
451
- console.log('----nav pc', data);
452
450
  var list = this.state.list;
453
451
  return /*#__PURE__*/_react["default"].createElement("div", {
454
452
  className: (0, _classnames["default"])('pc-navigation')
@@ -1,76 +1,89 @@
1
1
  .m-recommend-mobile {
2
2
  display: flex;
3
3
  flex-direction: column;
4
- }
5
- .m-recommend-mobile .cylon-tabs-nav-operations {
6
- display: none !important;
7
- }
8
- .m-recommend-mobile ::-webkit-scrollbar {
9
- width: 0;
10
- height: 0;
11
- display: none;
12
- }
13
- .m-recommend-mobile .tab-select-wrap {
14
- display: flex;
15
- align-items: center;
16
- height: 1rem;
17
- background: #ffffff;
18
- overflow: auto;
19
- position: relative;
20
- margin-bottom: 0.3rem;
21
- }
22
- .m-recommend-mobile .tab-select-wrap .tabTitle {
23
- display: flex;
24
- align-items: center;
25
- text-align: center;
26
- padding: 0 0.32rem;
27
- width: fit-content;
28
- height: 100%;
29
- justify-content: center;
30
- white-space: nowrap;
31
- flex-direction: column;
32
- }
33
- .m-recommend-mobile .tab-select-wrap .tabTitle img {
34
- height: 0.4rem;
35
- width: 0.4rem;
36
- margin-bottom: 0.04rem;
37
- }
38
- .m-recommend-mobile .tab-select-wrap .active-line {
39
- position: absolute;
40
- bottom: 0;
41
- width: 4rem;
42
- height: 0.06rem;
43
- background-color: #fff;
44
- transition: 0.2s all linear;
45
- border-radius: 0.03rem;
46
- }
47
- .m-recommend-mobile .macyContainer {
48
- display: flex;
49
- margin: 0 0.32rem;
50
- }
51
- .m-recommend-mobile .scrollContainer {
52
- display: flex;
53
- flex-direction: row;
54
- align-items: center;
55
- margin: 0 0.32rem;
56
- overflow-x: auto;
57
- padding-bottom: 0.3rem;
58
- }
59
- .m-recommend-mobile .scrollContainer.pl_100 {
60
- padding-left: 2rem;
61
- }
62
- .m-recommend-mobile .scrollContainer .scrollProductList {
63
- display: flex;
64
- flex-direction: row;
65
- align-items: flex-start;
66
- }
67
- .m-recommend-mobile .scrollContainer .scrollProductList .productCard {
68
- margin-right: 0.24rem;
69
- }
70
- .m-recommend-mobile .btnSeeAll {
71
- display: block;
72
- width: fit-content;
73
- min-width: 1.6rem;
74
- margin: 0 auto;
75
- flex: none;
76
- }
4
+
5
+ .cylon-tabs-nav-operations {
6
+ display: none !important;
7
+ }
8
+
9
+ ::-webkit-scrollbar {
10
+ width: 0;
11
+ height: 0;
12
+ display: none;
13
+ }
14
+
15
+
16
+ .tab-select-wrap {
17
+ display: flex;
18
+ align-items: center;
19
+ height: 50px;
20
+ background: rgb(255 255 255);
21
+ overflow: auto;
22
+ position: relative;
23
+ margin-bottom: 15px;
24
+
25
+ .tabTitle {
26
+ display: flex;
27
+ align-items: center;
28
+ text-align: center;
29
+ padding: 0 16px;
30
+ width: fit-content;
31
+ height: 100%;
32
+ justify-content: center;
33
+ white-space: nowrap;
34
+ flex-direction: column;
35
+
36
+ img {
37
+ height: 20px;
38
+ width: 20px;
39
+ margin-bottom: 2px;
40
+ }
41
+ }
42
+
43
+ .active-line {
44
+ position: absolute;
45
+ bottom: 0;
46
+ width: 200px;
47
+ height: 3px;
48
+ background-color: #fff;
49
+ transition: .2s all linear;
50
+ border-radius: 1.5px;
51
+ }
52
+ }
53
+
54
+ .macyContainer {
55
+ display: flex;
56
+ margin: 0 16px;
57
+ }
58
+
59
+ .scrollContainer {
60
+ display: flex;
61
+ flex-direction: row;
62
+ align-items: center;
63
+ margin: 0 16px;
64
+ overflow-x: auto;
65
+ padding-bottom: 15px;
66
+
67
+ &.pl_100 {
68
+ padding-left: 100px;
69
+ }
70
+
71
+ .scrollProductList {
72
+ display: flex;
73
+ flex-direction: row;
74
+ align-items: flex-start;
75
+
76
+ .productCard {
77
+ margin-right: 12px;
78
+ }
79
+ }
80
+ }
81
+
82
+ .btnSeeAll {
83
+ display: block;
84
+ width: fit-content;
85
+ min-width: 80px;
86
+ margin: 0 auto;
87
+ flex: none;
88
+ }
89
+ }
@@ -235,7 +235,6 @@ function (_super) {
235
235
  var _a, _b, _c, _d, _e, _f, _g, _h, _j;
236
236
 
237
237
  var data = this.props.data;
238
- console.log('----search ', data);
239
238
  var messageNum = this.state.messageNum; // let styleWrap = {};
240
239
  // if (data.content.background.bgType === 'color') {
241
240
  // styleWrap = {