@fonixtree/magic-design 2.0.170 → 2.0.172

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 (179) hide show
  1. package/es/assets/fonts/magic-box-iconfont.css +39 -3
  2. package/es/assets/fonts/magic-box-iconfont.js +1 -1
  3. package/es/assets/fonts/magic-box-iconfont.ttf +0 -0
  4. package/es/assets/fonts/magic-box-iconfont.woff +0 -0
  5. package/es/assets/fonts/magic-box-iconfont.woff2 +0 -0
  6. package/es/assets/images/base64/index.js +8 -2
  7. package/es/assets/images/common/product.png +0 -0
  8. package/es/assets/images/layout-icon/locationLayout.png +0 -0
  9. package/es/assets/images/layout-icon/storesLayout1.png +0 -0
  10. package/es/assets/images/layout-icon/storesLayout2.png +0 -0
  11. package/es/assets/less/common.less +40 -3
  12. package/es/common/Field/index.js +5 -2
  13. package/es/common/Field/index.less +5 -0
  14. package/es/common/MyModal/index.less +12 -4
  15. package/{lib/composite-comp/bol/components/Wallet → es/composite-comp/ashita/components/WalletAshita}/defaultJSON.js +1 -1
  16. package/es/composite-comp/ashita/components/WalletAshita/index.js +84 -0
  17. package/{lib/composite-comp/bol/config-panels/WalletConfig → es/composite-comp/ashita/config-panels/WalletAshitaConfig}/WalletConfigImageGroup/index.js +1 -1
  18. package/es/composite-comp/dito/config-panels/BargainConfig/FlashDealConfigContent/index.js +1 -1
  19. package/es/composite-comp/public/components/Location/defaultJSON.js +104 -0
  20. package/es/composite-comp/public/components/Location/index.js +86 -0
  21. package/es/composite-comp/public/components/Location/mobile/img/img-circle.png +0 -0
  22. package/es/composite-comp/public/components/Location/mobile/index.js +353 -0
  23. package/es/composite-comp/public/components/Location/mobile/index.less +90 -0
  24. package/es/composite-comp/public/components/Stores/defaultJSON.js +348 -0
  25. package/es/composite-comp/public/components/Stores/index.js +86 -0
  26. package/es/composite-comp/public/components/Stores/mobile/StoreItem/index.js +275 -0
  27. package/es/composite-comp/public/components/Stores/mobile/StoreItem/index.less +81 -0
  28. package/es/composite-comp/public/components/Stores/mobile/index.js +198 -0
  29. package/es/composite-comp/public/components/Stores/mobile/index.less +37 -0
  30. package/es/composite-comp/public/components/Wallet/defaultJSON.js +149 -0
  31. package/es/composite-comp/public/components/Wallet/mobile/index.js +350 -0
  32. package/es/composite-comp/public/components/Wallet/mobile/index.less +22 -0
  33. package/es/composite-comp/public/config-panels/LocationConfig/ConfigContent/index.js +153 -0
  34. package/{lib/composite-comp/bol → es/composite-comp/public}/config-panels/LocationConfig/index.js +10 -52
  35. package/es/composite-comp/public/config-panels/LocationConfig/index.less +17 -0
  36. package/es/composite-comp/public/config-panels/StoresConfig/ConfigContent/index.js +176 -0
  37. package/es/composite-comp/public/config-panels/StoresConfig/ConfigTitle/index.js +103 -0
  38. package/es/composite-comp/public/config-panels/StoresConfig/index.js +134 -0
  39. package/es/constants/component-types.js +23 -13
  40. package/es/constants/index.js +9 -1
  41. package/es/constants/layout.js +18 -4
  42. package/es/locale/ba/ba.json +360 -0
  43. package/es/locale/en/en.json +15 -1
  44. package/es/locale/es/es.json +15 -1
  45. package/es/locale/index.js +5 -1
  46. package/es/locale/mn/mn.json +15 -1
  47. package/es/meta-comp/components/Text/index.less +6 -0
  48. package/es/meta-comp/config-panels/ButtonConfig/BorderRadiusInput/index.js +207 -0
  49. package/es/meta-comp/config-panels/ButtonConfig/BorderRadiusInput/index.less +81 -0
  50. package/es/meta-comp/config-panels/ButtonConfig/index.js +7 -8
  51. package/es/utils/commonUtil.js +21 -9
  52. package/lib/assets/fonts/magic-box-iconfont.css +39 -3
  53. package/lib/assets/fonts/magic-box-iconfont.js +1 -1
  54. package/lib/assets/fonts/magic-box-iconfont.ttf +0 -0
  55. package/lib/assets/fonts/magic-box-iconfont.woff +0 -0
  56. package/lib/assets/fonts/magic-box-iconfont.woff2 +0 -0
  57. package/lib/assets/images/base64/index.js +8 -2
  58. package/lib/assets/images/common/product.png +0 -0
  59. package/lib/assets/images/layout-icon/locationLayout.png +0 -0
  60. package/lib/assets/images/layout-icon/storesLayout1.png +0 -0
  61. package/lib/assets/images/layout-icon/storesLayout2.png +0 -0
  62. package/lib/assets/less/common.less +40 -3
  63. package/lib/common/Field/index.js +5 -2
  64. package/lib/common/Field/index.less +5 -0
  65. package/lib/common/MyModal/index.less +12 -4
  66. package/{es/composite-comp/bol/components/Wallet → lib/composite-comp/ashita/components/WalletAshita}/defaultJSON.js +1 -1
  67. package/lib/composite-comp/ashita/components/WalletAshita/index.js +84 -0
  68. package/{es/composite-comp/bol/config-panels/WalletConfig → lib/composite-comp/ashita/config-panels/WalletAshitaConfig}/WalletConfigImageGroup/index.js +1 -1
  69. package/lib/composite-comp/ashita/config-panels/WalletAshitaConfig/WalletConfigImageGroup/index.less +0 -0
  70. package/lib/composite-comp/dito/config-panels/BargainConfig/FlashDealConfigContent/index.js +1 -1
  71. package/lib/composite-comp/nuri/config-panels/WalletNuriConfig/GroupList/defaultImg.png +0 -0
  72. package/lib/composite-comp/nuri/config-panels/WalletNuriConfig/GroupList/index.js +100 -0
  73. package/lib/composite-comp/nuri/config-panels/WalletNuriConfig/GroupList/index.less +72 -0
  74. package/lib/composite-comp/nuri/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.js +123 -0
  75. package/lib/composite-comp/nuri/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.less +0 -0
  76. package/lib/composite-comp/nuri/config-panels/WalletNuriConfig/imgs/defaultImg.png +0 -0
  77. package/lib/composite-comp/nuri/config-panels/WalletNuriConfig/index.js +61 -0
  78. package/lib/composite-comp/nuri/second-config-panels/WalletNuriSecondConfig/index.js +152 -0
  79. package/lib/composite-comp/public/components/Location/defaultJSON.js +104 -0
  80. package/lib/composite-comp/public/components/Location/index.js +86 -0
  81. package/lib/composite-comp/public/components/Location/mobile/img/img-circle.png +0 -0
  82. package/lib/composite-comp/public/components/Location/mobile/index.js +353 -0
  83. package/lib/composite-comp/public/components/Location/mobile/index.less +90 -0
  84. package/lib/composite-comp/public/components/Stores/defaultJSON.js +348 -0
  85. package/lib/composite-comp/public/components/Stores/index.js +86 -0
  86. package/lib/composite-comp/public/components/Stores/mobile/StoreItem/index.js +275 -0
  87. package/lib/composite-comp/public/components/Stores/mobile/StoreItem/index.less +81 -0
  88. package/lib/composite-comp/public/components/Stores/mobile/index.js +198 -0
  89. package/lib/composite-comp/public/components/Stores/mobile/index.less +37 -0
  90. package/lib/composite-comp/public/components/Wallet/defaultJSON.js +149 -0
  91. package/lib/composite-comp/public/components/Wallet/mobile/index.js +350 -0
  92. package/lib/composite-comp/public/components/Wallet/mobile/index.less +22 -0
  93. package/lib/composite-comp/public/config-panels/LocationConfig/ConfigContent/index.js +153 -0
  94. package/{es/composite-comp/bol → lib/composite-comp/public}/config-panels/LocationConfig/index.js +10 -52
  95. package/lib/composite-comp/public/config-panels/LocationConfig/index.less +17 -0
  96. package/lib/composite-comp/public/config-panels/StoresConfig/ConfigContent/index.js +176 -0
  97. package/lib/composite-comp/public/config-panels/StoresConfig/ConfigContent/index.less +0 -0
  98. package/lib/composite-comp/public/config-panels/StoresConfig/ConfigTitle/index.js +103 -0
  99. package/lib/composite-comp/public/config-panels/StoresConfig/index.js +134 -0
  100. package/lib/composite-comp/public/config-panels/WalletConfig/GroupList/defaultImg.png +0 -0
  101. package/lib/composite-comp/public/config-panels/WalletConfig/GroupList/index.js +100 -0
  102. package/lib/composite-comp/public/config-panels/WalletConfig/GroupList/index.less +72 -0
  103. package/lib/composite-comp/public/config-panels/WalletConfig/WalletNuriConfigImageGroup/index.js +123 -0
  104. package/lib/composite-comp/public/config-panels/WalletConfig/WalletNuriConfigImageGroup/index.less +0 -0
  105. package/lib/composite-comp/public/config-panels/WalletConfig/imgs/defaultImg.png +0 -0
  106. package/lib/composite-comp/public/config-panels/WalletConfig/index.js +61 -0
  107. package/lib/composite-comp/public/second-config-panels/WalletSecondConfig/index.js +152 -0
  108. package/lib/constants/component-types.js +23 -13
  109. package/lib/constants/index.js +9 -1
  110. package/lib/constants/layout.js +18 -4
  111. package/lib/locale/ba/ba.json +360 -0
  112. package/lib/locale/en/en.json +15 -1
  113. package/lib/locale/es/es.json +15 -1
  114. package/lib/locale/index.js +5 -1
  115. package/lib/locale/mn/mn.json +15 -1
  116. package/lib/meta-comp/components/Text/index.less +6 -0
  117. package/lib/meta-comp/config-panels/ButtonConfig/BorderRadiusInput/index.js +207 -0
  118. package/lib/meta-comp/config-panels/ButtonConfig/BorderRadiusInput/index.less +81 -0
  119. package/lib/meta-comp/config-panels/ButtonConfig/index.js +7 -8
  120. package/lib/utils/commonUtil.js +21 -9
  121. package/package.json +1 -1
  122. package/es/composite-comp/bol/components/Location/defaultJSON.js +0 -60
  123. package/es/composite-comp/bol/components/Location/index.js +0 -102
  124. package/es/composite-comp/bol/components/Location/index.less +0 -15
  125. package/lib/composite-comp/bol/components/Location/defaultJSON.js +0 -60
  126. package/lib/composite-comp/bol/components/Location/index.js +0 -102
  127. package/lib/composite-comp/bol/components/Location/index.less +0 -15
  128. /package/es/composite-comp/{bol/components/Wallet → ashita/components/WalletAshita}/mobile/index.js +0 -0
  129. /package/es/composite-comp/{bol/components/Wallet → ashita/components/WalletAshita}/mobile/index.less +0 -0
  130. /package/es/composite-comp/{bol/components/Wallet → ashita/components/WalletAshita}/pc/index.js +0 -0
  131. /package/es/composite-comp/{bol/components/Wallet → ashita/components/WalletAshita}/pc/index.less +0 -0
  132. /package/es/composite-comp/{bol/config-panels/WalletConfig → ashita/config-panels/WalletAshitaConfig}/WalletConfigContent/index.js +0 -0
  133. /package/es/composite-comp/{bol/config-panels/WalletConfig → ashita/config-panels/WalletAshitaConfig}/WalletConfigContent/index.less +0 -0
  134. /package/es/composite-comp/{bol/config-panels/WalletConfig → ashita/config-panels/WalletAshitaConfig}/WalletConfigImageGroup/index.less +0 -0
  135. /package/es/composite-comp/{bol/config-panels/WalletConfig → ashita/config-panels/WalletAshitaConfig}/WalletConfigSetting/index.js +0 -0
  136. /package/es/composite-comp/{bol/config-panels/WalletConfig → ashita/config-panels/WalletAshitaConfig}/WalletConfigSetting/index.less +0 -0
  137. /package/es/composite-comp/{bol/config-panels/WalletConfig → ashita/config-panels/WalletAshitaConfig}/imgs/defaultImg.png +0 -0
  138. /package/es/composite-comp/{bol/config-panels/WalletConfig → ashita/config-panels/WalletAshitaConfig}/index.js +0 -0
  139. /package/es/composite-comp/{bol/second-config-panels/WalletSecondConfig → ashita/second-config-panels/WalletAshitaSecondConfig}/index.js +0 -0
  140. /package/es/composite-comp/{bol/second-config-panels/WalletSecondConfig → ashita/second-config-panels/WalletAshitaSecondConfig}/index.less +0 -0
  141. /package/es/composite-comp/{bol → nuri}/components/WalletNuri/defaultJSON.js +0 -0
  142. /package/es/composite-comp/{bol → nuri}/components/WalletNuri/index.js +0 -0
  143. /package/es/composite-comp/{bol → nuri}/components/WalletNuri/mobile/index.js +0 -0
  144. /package/es/composite-comp/{bol → nuri}/components/WalletNuri/mobile/index.less +0 -0
  145. /package/es/composite-comp/{bol → nuri}/config-panels/WalletNuriConfig/GroupList/defaultImg.png +0 -0
  146. /package/es/composite-comp/{bol → nuri}/config-panels/WalletNuriConfig/GroupList/index.js +0 -0
  147. /package/es/composite-comp/{bol → nuri}/config-panels/WalletNuriConfig/GroupList/index.less +0 -0
  148. /package/es/composite-comp/{bol → nuri}/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.js +0 -0
  149. /package/es/composite-comp/{bol → nuri}/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.less +0 -0
  150. /package/es/composite-comp/{bol → nuri}/config-panels/WalletNuriConfig/imgs/defaultImg.png +0 -0
  151. /package/es/composite-comp/{bol → nuri}/config-panels/WalletNuriConfig/index.js +0 -0
  152. /package/es/composite-comp/{bol → nuri}/second-config-panels/WalletNuriSecondConfig/index.js +0 -0
  153. /package/es/composite-comp/{bol → public}/components/Wallet/index.js +0 -0
  154. /package/{lib/composite-comp/bol/config-panels/WalletConfig/WalletConfigContent → es/composite-comp/public/config-panels/StoresConfig/ConfigContent}/index.less +0 -0
  155. /package/{lib/composite-comp/bol/config-panels/WalletConfig/imgs → es/composite-comp/public/config-panels/WalletConfig/GroupList}/defaultImg.png +0 -0
  156. /package/{lib/composite-comp/bol/config-panels/WalletNuriConfig → es/composite-comp/public/config-panels/WalletConfig}/GroupList/index.js +0 -0
  157. /package/{lib/composite-comp/bol/config-panels/WalletNuriConfig → es/composite-comp/public/config-panels/WalletConfig}/GroupList/index.less +0 -0
  158. /package/{lib/composite-comp/bol/config-panels/WalletNuriConfig → es/composite-comp/public/config-panels/WalletConfig}/WalletNuriConfigImageGroup/index.js +0 -0
  159. /package/{lib/composite-comp/bol/config-panels/WalletConfig/WalletConfigImageGroup → es/composite-comp/public/config-panels/WalletConfig/WalletNuriConfigImageGroup}/index.less +0 -0
  160. /package/{lib/composite-comp/bol/config-panels/WalletNuriConfig/GroupList → es/composite-comp/public/config-panels/WalletConfig/imgs}/defaultImg.png +0 -0
  161. /package/{lib/composite-comp/bol/config-panels/WalletNuriConfig → es/composite-comp/public/config-panels/WalletConfig}/index.js +0 -0
  162. /package/{lib/composite-comp/bol/second-config-panels/WalletNuriSecondConfig → es/composite-comp/public/second-config-panels/WalletSecondConfig}/index.js +0 -0
  163. /package/lib/composite-comp/{bol/components/Wallet → ashita/components/WalletAshita}/mobile/index.js +0 -0
  164. /package/lib/composite-comp/{bol/components/Wallet → ashita/components/WalletAshita}/mobile/index.less +0 -0
  165. /package/lib/composite-comp/{bol/components/Wallet → ashita/components/WalletAshita}/pc/index.js +0 -0
  166. /package/lib/composite-comp/{bol/components/Wallet → ashita/components/WalletAshita}/pc/index.less +0 -0
  167. /package/lib/composite-comp/{bol/config-panels/WalletConfig → ashita/config-panels/WalletAshitaConfig}/WalletConfigContent/index.js +0 -0
  168. /package/lib/composite-comp/{bol/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup → ashita/config-panels/WalletAshitaConfig/WalletConfigContent}/index.less +0 -0
  169. /package/lib/composite-comp/{bol/config-panels/WalletConfig → ashita/config-panels/WalletAshitaConfig}/WalletConfigSetting/index.js +0 -0
  170. /package/lib/composite-comp/{bol/config-panels/WalletConfig → ashita/config-panels/WalletAshitaConfig}/WalletConfigSetting/index.less +0 -0
  171. /package/lib/composite-comp/{bol/config-panels/WalletNuriConfig → ashita/config-panels/WalletAshitaConfig}/imgs/defaultImg.png +0 -0
  172. /package/lib/composite-comp/{bol/config-panels/WalletConfig → ashita/config-panels/WalletAshitaConfig}/index.js +0 -0
  173. /package/lib/composite-comp/{bol/second-config-panels/WalletSecondConfig → ashita/second-config-panels/WalletAshitaSecondConfig}/index.js +0 -0
  174. /package/lib/composite-comp/{bol/second-config-panels/WalletSecondConfig → ashita/second-config-panels/WalletAshitaSecondConfig}/index.less +0 -0
  175. /package/lib/composite-comp/{bol → nuri}/components/WalletNuri/defaultJSON.js +0 -0
  176. /package/lib/composite-comp/{bol → nuri}/components/WalletNuri/index.js +0 -0
  177. /package/lib/composite-comp/{bol → nuri}/components/WalletNuri/mobile/index.js +0 -0
  178. /package/lib/composite-comp/{bol → nuri}/components/WalletNuri/mobile/index.less +0 -0
  179. /package/lib/composite-comp/{bol → public}/components/Wallet/index.js +0 -0
@@ -1,102 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
-
8
- var _react = _interopRequireWildcard(require("react"));
9
-
10
- var _defaultJSON = require("./defaultJSON");
11
-
12
- var _common = require("../../../../common");
13
-
14
- var _compositeDecorator = _interopRequireDefault(require("../../../../decorator/compositeDecorator"));
15
-
16
- var _locale = require("../../../../locale");
17
-
18
- require("./index.less");
19
-
20
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
21
-
22
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
23
-
24
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
25
-
26
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
27
-
28
- var __extends = void 0 && (void 0).__extends || function () {
29
- var _extendStatics = function extendStatics(d, b) {
30
- _extendStatics = Object.setPrototypeOf || {
31
- __proto__: []
32
- } instanceof Array && function (d, b) {
33
- d.__proto__ = b;
34
- } || function (d, b) {
35
- for (var p in b) {
36
- if (b.hasOwnProperty(p)) d[p] = b[p];
37
- }
38
- };
39
-
40
- return _extendStatics(d, b);
41
- };
42
-
43
- return function (d, b) {
44
- _extendStatics(d, b);
45
-
46
- function __() {
47
- this.constructor = d;
48
- }
49
-
50
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
51
- };
52
- }();
53
-
54
- var __decorate = void 0 && (void 0).__decorate || function (decorators, target, key, desc) {
55
- var c = arguments.length,
56
- r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
57
- d;
58
- if ((typeof Reflect === "undefined" ? "undefined" : _typeof(Reflect)) === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) {
59
- if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
60
- }
61
- return c > 3 && r && Object.defineProperty(target, key, r), r;
62
- };
63
-
64
- var CustomCode =
65
- /** @class */
66
- function (_super) {
67
- __extends(CustomCode, _super);
68
-
69
- function CustomCode() {
70
- return _super !== null && _super.apply(this, arguments) || this;
71
- }
72
-
73
- CustomCode.prototype.componentDidMount = function () {};
74
-
75
- CustomCode.prototype.render = function () {
76
- var nodeData = this.props.nodeData;
77
- return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, window.magicDesign.device === 'pc' ? /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null) : /*#__PURE__*/_react["default"].createElement("div", {
78
- className: "location-mobile"
79
- }, nodeData.logo.open && /*#__PURE__*/_react["default"].createElement(_common.Iconfont, {
80
- className: "logo",
81
- color: nodeData.logo.color,
82
- size: 20,
83
- type: "icon-MapPin"
84
- }), nodeData.address.open && /*#__PURE__*/_react["default"].createElement("div", {
85
- className: "address"
86
- }, (0, _locale.i18n)('DISPLAY_LOCATION_ADDRESS')), nodeData.icon.open && /*#__PURE__*/_react["default"].createElement(_common.Iconfont, {
87
- className: "logo",
88
- color: nodeData.icon.color,
89
- size: 16,
90
- type: "icon-outlined-right"
91
- })));
92
- };
93
-
94
- CustomCode.defaultProps = {};
95
- CustomCode.type = 'LOCATION';
96
- CustomCode.getDefaultJSON = _defaultJSON.getDefaultJSON;
97
- CustomCode = __decorate([_compositeDecorator["default"]], CustomCode);
98
- return CustomCode;
99
- }(_react.Component);
100
-
101
- var _default = CustomCode;
102
- exports["default"] = _default;
@@ -1,15 +0,0 @@
1
- .location-mobile {
2
- display: flex;
3
- align-items: center;
4
- .logo {
5
- margin-right: 6px;
6
- }
7
- .address {
8
- font-family: Open Sans;
9
- font-size: 14px;
10
- font-weight: 400;
11
- line-height: 18px;
12
- color: #fff;
13
- }
14
-
15
- }