@fonixtree/magic-design 0.1.69 → 0.1.70-nuri

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 (93) hide show
  1. package/es/assets/fonts/.DS_Store +0 -0
  2. package/es/common/LinkModal/AffiliateProductTable/index.js +3 -2
  3. package/es/composite-comp/bol/components/Banner/mobile/index.js +1 -4
  4. package/es/composite-comp/bol/components/Banner/mobile/index.less +52 -78
  5. package/es/composite-comp/bol/components/Banner/pc/index.js +1 -4
  6. package/es/composite-comp/bol/components/Button/index.js +3 -4
  7. package/es/composite-comp/bol/components/Carousel/mobile/index.js +1 -4
  8. package/es/composite-comp/bol/components/Carousel/mobile/index.less +81 -100
  9. package/es/composite-comp/bol/components/Carousel/pc/index.js +1 -4
  10. package/es/composite-comp/bol/components/ImageGallery/mobile/index.js +1 -4
  11. package/es/composite-comp/bol/components/ImageGallery/mobile/index.less +15 -22
  12. package/es/composite-comp/bol/components/ImageGallery/pc/index.js +3 -4
  13. package/es/composite-comp/bol/components/ImageText/mobile/index.js +1 -4
  14. package/es/composite-comp/bol/components/ImageText/mobile/index.less +233 -292
  15. package/es/composite-comp/bol/components/ImageText/pc/index.js +3 -4
  16. package/es/composite-comp/bol/components/Newsletter/index.js +1 -4
  17. package/es/composite-comp/bol/components/Tag/index.js +3 -4
  18. package/es/composite-comp/bol/components/Text/index.js +3 -4
  19. package/es/composite-comp/bol/components/Video/mobile/Layout1/index.js +1 -4
  20. package/es/composite-comp/bol/components/Video/mobile/Layout1/index.less +21 -27
  21. package/es/composite-comp/bol/components/Video/mobile/Layout2/index.js +1 -4
  22. package/es/composite-comp/bol/components/Video/mobile/Layout2/index.less +36 -45
  23. package/es/composite-comp/bol/components/Video/mobile/Layout3/index.js +1 -4
  24. package/es/composite-comp/bol/components/Video/mobile/Layout3/index.less +43 -54
  25. package/es/composite-comp/bol/components/Video/mobile/index.less +2 -3
  26. package/es/composite-comp/bol/components/Video/pc/Layout1/index.js +1 -4
  27. package/es/composite-comp/bol/components/Video/pc/Layout2/index.js +1 -4
  28. package/es/composite-comp/bol/components/Video/pc/Layout3/index.js +1 -4
  29. package/es/composite-comp/bol/components/Video/pc/Layout4/index.js +1 -4
  30. package/es/composite-comp/bol/components/Video/pc/Layout5/index.js +1 -4
  31. package/es/composite-comp/bol/components/Wallet/mobile/index.js +1 -4
  32. package/es/composite-comp/bol/components/Wallet/mobile/index.less +27 -40
  33. package/es/composite-comp/bol/components/Wallet/pc/index.js +1 -4
  34. package/es/composite-comp/dito/components/FlashDeal/mobile/index.less +83 -97
  35. package/es/composite-comp/dito/components/MobileNavigation/mobile/index.less +18 -35
  36. package/es/composite-comp/dito/components/Recommend/mobile/index.less +73 -86
  37. package/es/composite-comp/dito/components/SearchBar/mobile/index.less +45 -52
  38. package/es/composite-comp/dito/components/SignBoard/mobile/index.less +76 -80
  39. package/es/decorator/metaDecorator.js +1 -1
  40. package/es/locale/en/en.json +2 -0
  41. package/es/locale/es/es.json +2 -0
  42. package/es/locale/id/id.json +2 -0
  43. package/es/meta-comp/config-panels/TextConfig/index.js +5 -1
  44. package/es/utils/businessUtil.js +3 -2
  45. package/es/utils/commonUtil.js +15 -2
  46. package/es/utils/coreUtil.js +22 -26
  47. package/lib/assets/fonts/.DS_Store +0 -0
  48. package/lib/common/LinkModal/AffiliateProductTable/index.js +3 -2
  49. package/lib/composite-comp/bol/components/Banner/mobile/index.js +1 -4
  50. package/lib/composite-comp/bol/components/Banner/mobile/index.less +52 -78
  51. package/lib/composite-comp/bol/components/Banner/pc/index.js +1 -4
  52. package/lib/composite-comp/bol/components/Button/index.js +3 -4
  53. package/lib/composite-comp/bol/components/Carousel/mobile/index.js +1 -4
  54. package/lib/composite-comp/bol/components/Carousel/mobile/index.less +81 -100
  55. package/lib/composite-comp/bol/components/Carousel/pc/index.js +1 -4
  56. package/lib/composite-comp/bol/components/ImageGallery/mobile/index.js +1 -4
  57. package/lib/composite-comp/bol/components/ImageGallery/mobile/index.less +15 -22
  58. package/lib/composite-comp/bol/components/ImageGallery/pc/index.js +3 -4
  59. package/lib/composite-comp/bol/components/ImageText/mobile/index.js +1 -4
  60. package/lib/composite-comp/bol/components/ImageText/mobile/index.less +233 -292
  61. package/lib/composite-comp/bol/components/ImageText/pc/index.js +3 -4
  62. package/lib/composite-comp/bol/components/Newsletter/index.js +1 -4
  63. package/lib/composite-comp/bol/components/Tag/index.js +3 -4
  64. package/lib/composite-comp/bol/components/Text/index.js +3 -4
  65. package/lib/composite-comp/bol/components/Video/mobile/Layout1/index.js +1 -4
  66. package/lib/composite-comp/bol/components/Video/mobile/Layout1/index.less +21 -27
  67. package/lib/composite-comp/bol/components/Video/mobile/Layout2/index.js +1 -4
  68. package/lib/composite-comp/bol/components/Video/mobile/Layout2/index.less +36 -45
  69. package/lib/composite-comp/bol/components/Video/mobile/Layout3/index.js +1 -4
  70. package/lib/composite-comp/bol/components/Video/mobile/Layout3/index.less +43 -54
  71. package/lib/composite-comp/bol/components/Video/mobile/index.less +2 -3
  72. package/lib/composite-comp/bol/components/Video/pc/Layout1/index.js +1 -4
  73. package/lib/composite-comp/bol/components/Video/pc/Layout2/index.js +1 -4
  74. package/lib/composite-comp/bol/components/Video/pc/Layout3/index.js +1 -4
  75. package/lib/composite-comp/bol/components/Video/pc/Layout4/index.js +1 -4
  76. package/lib/composite-comp/bol/components/Video/pc/Layout5/index.js +1 -4
  77. package/lib/composite-comp/bol/components/Wallet/mobile/index.js +1 -4
  78. package/lib/composite-comp/bol/components/Wallet/mobile/index.less +27 -40
  79. package/lib/composite-comp/bol/components/Wallet/pc/index.js +1 -4
  80. package/lib/composite-comp/dito/components/FlashDeal/mobile/index.less +83 -97
  81. package/lib/composite-comp/dito/components/MobileNavigation/mobile/index.less +18 -35
  82. package/lib/composite-comp/dito/components/Recommend/mobile/index.less +73 -86
  83. package/lib/composite-comp/dito/components/SearchBar/mobile/index.less +45 -52
  84. package/lib/composite-comp/dito/components/SignBoard/mobile/index.less +76 -80
  85. package/lib/decorator/metaDecorator.js +1 -1
  86. package/lib/locale/en/en.json +2 -0
  87. package/lib/locale/es/es.json +2 -0
  88. package/lib/locale/id/id.json +2 -0
  89. package/lib/meta-comp/config-panels/TextConfig/index.js +5 -1
  90. package/lib/utils/businessUtil.js +3 -2
  91. package/lib/utils/commonUtil.js +15 -2
  92. package/lib/utils/coreUtil.js +22 -26
  93. package/package.json +1 -1
@@ -1,30 +1,24 @@
1
1
  .video-layout1-wrap {
2
2
  display: flex;
3
3
  flex-direction: column;
4
-
5
- .video-item-wrap {
6
- height: 212px;
7
- position: relative;
8
- margin-bottom: 10px;
9
-
10
- &:last-child{
11
- margin-bottom: 0;
12
- }
13
-
14
- .play-btn {
15
- position: absolute;
16
- top: 50%;
17
- left: 50%;
18
- transform: translate(-50%, -50%);
19
- // width: 60px;
20
- // height: 60px;
21
- z-index: 1;
22
- cursor: pointer;
23
-
24
- img {
25
- width: 100%;
26
- height: 100%;
27
- }
28
- }
29
- }
30
- }
4
+ }
5
+ .video-layout1-wrap .video-item-wrap {
6
+ height: 4.24rem;
7
+ position: relative;
8
+ margin-bottom: 0.2rem;
9
+ }
10
+ .video-layout1-wrap .video-item-wrap:last-child {
11
+ margin-bottom: 0;
12
+ }
13
+ .video-layout1-wrap .video-item-wrap .play-btn {
14
+ position: absolute;
15
+ top: 50%;
16
+ left: 50%;
17
+ transform: translate(-50%, -50%);
18
+ z-index: 1;
19
+ cursor: pointer;
20
+ }
21
+ .video-layout1-wrap .video-item-wrap .play-btn img {
22
+ width: 100%;
23
+ height: 100%;
24
+ }
@@ -136,10 +136,7 @@ function (_super) {
136
136
 
137
137
  var sliderIndex = this.state.sliderIndex;
138
138
  var data = this.props.data;
139
- var GAData = {
140
- moduleId: data.id,
141
- moduleName: data.moduleIndex + '.' + data.type
142
- };
139
+ var GAData = (0, _commonUtil.getGAData)(data);
143
140
  return /*#__PURE__*/_react["default"].createElement("div", {
144
141
  className: "video-layout2-wrap"
145
142
  }, /*#__PURE__*/_react["default"].createElement("div", {
@@ -2,48 +2,39 @@
2
2
  display: flex;
3
3
  flex-direction: column;
4
4
  position: relative;
5
- padding-bottom: 36px;
6
-
7
- .slider-wrap {
8
- width: 100%;
9
- overflow: hidden;
10
-
11
- .slider-list-wrap {
12
- display: flex;
13
- transform: translateX(-100%);
14
- transition: all .3s linear;
15
- position: relative;
16
-
17
- &.noAnimation {
18
- animation: none;
19
- }
20
- }
21
-
22
- .video-item-wrap {
23
- height: 212px;
24
- position: relative;
25
- width: 100%;
26
- flex-shrink: 0;
27
-
28
- &:last-child {
29
- margin-bottom: 0;
30
- }
31
-
32
- .play-btn {
33
- position: absolute;
34
- top: 50%;
35
- left: 50%;
36
- transform: translate(-50%, -50%);
37
- // width: 60px;
38
- // height: 60px;
39
- z-index: 1;
40
- cursor: pointer;
41
-
42
- img {
43
- width: 100%;
44
- height: 100%;
45
- }
46
- }
47
- }
48
- }
49
- }
5
+ padding-bottom: 0.72rem;
6
+ }
7
+ .video-layout2-wrap .slider-wrap {
8
+ width: 100%;
9
+ overflow: hidden;
10
+ }
11
+ .video-layout2-wrap .slider-wrap .slider-list-wrap {
12
+ display: flex;
13
+ transform: translateX(-100%);
14
+ transition: all 0.3s linear;
15
+ position: relative;
16
+ }
17
+ .video-layout2-wrap .slider-wrap .slider-list-wrap.noAnimation {
18
+ animation: none;
19
+ }
20
+ .video-layout2-wrap .slider-wrap .video-item-wrap {
21
+ height: 4.24rem;
22
+ position: relative;
23
+ width: 100%;
24
+ flex-shrink: 0;
25
+ }
26
+ .video-layout2-wrap .slider-wrap .video-item-wrap:last-child {
27
+ margin-bottom: 0;
28
+ }
29
+ .video-layout2-wrap .slider-wrap .video-item-wrap .play-btn {
30
+ position: absolute;
31
+ top: 50%;
32
+ left: 50%;
33
+ transform: translate(-50%, -50%);
34
+ z-index: 1;
35
+ cursor: pointer;
36
+ }
37
+ .video-layout2-wrap .slider-wrap .video-item-wrap .play-btn img {
38
+ width: 100%;
39
+ height: 100%;
40
+ }
@@ -111,10 +111,7 @@ function (_super) {
111
111
  var _this = this;
112
112
 
113
113
  var data = this.props.data;
114
- var GAData = {
115
- moduleId: data.id,
116
- moduleName: data.moduleIndex + '.' + data.type
117
- };
114
+ var GAData = (0, _commonUtil.getGAData)(data);
118
115
  return /*#__PURE__*/_react["default"].createElement("div", {
119
116
  className: "video-layout3-wrap"
120
117
  }, data.groupSource.map(function (group) {
@@ -1,57 +1,46 @@
1
1
  .video-layout3-wrap {
2
2
  display: flex;
3
3
  flex-direction: column;
4
- .video-tag-container {
5
- padding-top: 20px;
6
- padding-bottom: 38px;
7
- }
8
-
9
- .video-layout3-item-con {
10
- display: flex;
11
- flex-direction: column;
12
- margin-bottom: 10px;
13
-
14
- &:last-child {
15
- margin-bottom: 0;
16
- }
17
- }
18
-
19
- .video-item-wrap {
20
- height: 212px;
21
- position: relative;
22
-
23
-
24
- &:last-child {
25
- margin-bottom: 0;
26
- }
27
-
28
- .play-btn {
29
- position: absolute;
30
- top: 50%;
31
- left: 50%;
32
- transform: translate(-50%, -50%);
33
- // width: 60px;
34
- // height: 60px;
35
- z-index: 1;
36
- cursor: pointer;
37
-
38
- img {
39
- width: 100%;
40
- height: 100%;
41
- }
42
-
43
- &.bottomLeft {
44
- left: 12px;
45
- bottom: 10px;
46
- transform: unset;
47
- top: unset;
48
- }
49
- }
50
-
51
- .video-share-btn {
52
- position: absolute;
53
- right: 12px;
54
- bottom: 12px;
55
- }
56
- }
57
- }
4
+ }
5
+ .video-layout3-wrap .video-tag-container {
6
+ padding-top: 0.4rem;
7
+ padding-bottom: 0.76rem;
8
+ }
9
+ .video-layout3-wrap .video-layout3-item-con {
10
+ display: flex;
11
+ flex-direction: column;
12
+ margin-bottom: 0.2rem;
13
+ }
14
+ .video-layout3-wrap .video-layout3-item-con:last-child {
15
+ margin-bottom: 0;
16
+ }
17
+ .video-layout3-wrap .video-item-wrap {
18
+ height: 4.24rem;
19
+ position: relative;
20
+ }
21
+ .video-layout3-wrap .video-item-wrap:last-child {
22
+ margin-bottom: 0;
23
+ }
24
+ .video-layout3-wrap .video-item-wrap .play-btn {
25
+ position: absolute;
26
+ top: 50%;
27
+ left: 50%;
28
+ transform: translate(-50%, -50%);
29
+ z-index: 1;
30
+ cursor: pointer;
31
+ }
32
+ .video-layout3-wrap .video-item-wrap .play-btn img {
33
+ width: 100%;
34
+ height: 100%;
35
+ }
36
+ .video-layout3-wrap .video-item-wrap .play-btn.bottomLeft {
37
+ left: 0.24rem;
38
+ bottom: 0.2rem;
39
+ transform: unset;
40
+ top: unset;
41
+ }
42
+ .video-layout3-wrap .video-item-wrap .video-share-btn {
43
+ position: absolute;
44
+ right: 0.24rem;
45
+ bottom: 0.24rem;
46
+ }
@@ -1,4 +1,3 @@
1
1
  .m-video-mobile {
2
- position: relative;
3
-
4
- }
2
+ position: relative;
3
+ }
@@ -107,10 +107,7 @@ function (_super) {
107
107
  var _this = this;
108
108
 
109
109
  var data = this.props.data;
110
- var GAData = {
111
- moduleId: data.id,
112
- moduleName: data.moduleIndex + '.' + data.type
113
- };
110
+ var GAData = (0, _commonUtil.getGAData)(data);
114
111
  var hasPlaying = Object.keys(this.videoRefMap).find(function (key) {
115
112
  return _this.videoRefMap[key].playing;
116
113
  });
@@ -111,10 +111,7 @@ function (_super) {
111
111
  var _a;
112
112
 
113
113
  var data = this.props.data;
114
- var GAData = {
115
- moduleId: data.id,
116
- moduleName: data.moduleIndex + '.' + data.type
117
- };
114
+ var GAData = (0, _commonUtil.getGAData)(data);
118
115
  var hasPlaying = Object.keys(this.videoRefMap).find(function (key) {
119
116
  return _this.videoRefMap[key].playing;
120
117
  });
@@ -109,10 +109,7 @@ function (_super) {
109
109
  var _this = this;
110
110
 
111
111
  var data = this.props.data;
112
- var GAData = {
113
- moduleId: data.id,
114
- moduleName: data.moduleIndex + '.' + data.type
115
- };
112
+ var GAData = (0, _commonUtil.getGAData)(data);
116
113
  var hasPlaying = Object.keys(this.videoRefMap).find(function (key) {
117
114
  return _this.videoRefMap[key].playing;
118
115
  });
@@ -111,10 +111,7 @@ function (_super) {
111
111
  var _this = this;
112
112
 
113
113
  var data = this.props.data;
114
- var GAData = {
115
- moduleId: data.id,
116
- moduleName: data.moduleIndex + '.' + data.type
117
- };
114
+ var GAData = (0, _commonUtil.getGAData)(data);
118
115
  return /*#__PURE__*/_react["default"].createElement("div", {
119
116
  className: "video-layout4-wrap"
120
117
  }, data.groupSource.map(function (group) {
@@ -111,10 +111,7 @@ function (_super) {
111
111
  var _this = this;
112
112
 
113
113
  var data = this.props.data;
114
- var GAData = {
115
- moduleId: data.id,
116
- moduleName: data.moduleIndex + '.' + data.type
117
- };
114
+ var GAData = (0, _commonUtil.getGAData)(data);
118
115
  return /*#__PURE__*/_react["default"].createElement("div", {
119
116
  className: "video-layout5-wrap"
120
117
  }, data.groupSource.map(function (group) {
@@ -286,10 +286,7 @@ function (_super) {
286
286
  var _this = this;
287
287
 
288
288
  var data = this.props.data;
289
- var GAData = {
290
- moduleId: data.id,
291
- moduleName: data.moduleIndex + '.' + data.type
292
- };
289
+ var GAData = (0, _commonUtil.getGAData)(data);
293
290
  var colNum = data.customize.rowNum;
294
291
  return /*#__PURE__*/_react["default"].createElement("div", {
295
292
  className: "m-Wallet-mobile"
@@ -1,40 +1,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
- }
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
+ }
@@ -286,10 +286,7 @@ function (_super) {
286
286
  var _this = this;
287
287
 
288
288
  var data = this.props.data;
289
- var GAData = {
290
- moduleId: data.id,
291
- moduleName: data.moduleIndex + '.' + data.type
292
- };
289
+ var GAData = (0, _commonUtil.getGAData)(data);
293
290
  var colNum = data.customize.pcRowNum;
294
291
  return /*#__PURE__*/_react["default"].createElement("div", {
295
292
  className: "m-Wallet-pc"
@@ -1,100 +1,86 @@
1
1
  .m-flash-deal-mobile {
2
2
  display: flex;
3
3
  flex-direction: column;
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
- }
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
+ }