您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

1 行
2.6 KiB

  1. {"ast":null,"code":"function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nimport { title } from \"assets/jss/nextjs-material-kit.js\";\nconst productStyle = {\n section: {\n padding: \"70px 0\",\n textAlign: \"center\"\n },\n title: _objectSpread({}, title, {\n marginBottom: \"1rem\",\n marginTop: \"30px\",\n minHeight: \"32px\",\n textDecoration: \"none\"\n }),\n description: {\n color: \"#999\"\n }\n};\nexport default productStyle;","map":{"version":3,"sources":["E:/Project/tbg-ecomm-nextjs/assets/jss/nextjs-material-kit/pages/landingPageSections/productStyle.js"],"names":["title","productStyle","section","padding","textAlign","marginBottom","marginTop","minHeight","textDecoration","description","color"],"mappings":";;;;;;AAAA,SAASA,KAAT,QAAsB,mCAAtB;AAEA,MAAMC,YAAY,GAAG;AACnBC,EAAAA,OAAO,EAAE;AACPC,IAAAA,OAAO,EAAE,QADF;AAEPC,IAAAA,SAAS,EAAE;AAFJ,GADU;AAKnBJ,EAAAA,KAAK,oBACAA,KADA;AAEHK,IAAAA,YAAY,EAAE,MAFX;AAGHC,IAAAA,SAAS,EAAE,MAHR;AAIHC,IAAAA,SAAS,EAAE,MAJR;AAKHC,IAAAA,cAAc,EAAE;AALb,IALc;AAYnBC,EAAAA,WAAW,EAAE;AACXC,IAAAA,KAAK,EAAE;AADI;AAZM,CAArB;AAiBA,eAAeT,YAAf","sourcesContent":["import { title } from \"assets/jss/nextjs-material-kit.js\";\r\n\r\nconst productStyle = {\r\n section: {\r\n padding: \"70px 0\",\r\n textAlign: \"center\"\r\n },\r\n title: {\r\n ...title,\r\n marginBottom: \"1rem\",\r\n marginTop: \"30px\",\r\n minHeight: \"32px\",\r\n textDecoration: \"none\"\r\n },\r\n description: {\r\n color: \"#999\"\r\n }\r\n};\r\n\r\nexport default productStyle;\r\n"]},"metadata":{},"sourceType":"module"}