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

20 行
377 B

  1. import { conatinerFluid } from "assets/jss/nextjs-material-kit.js";
  2. import imagesStyle from "assets/jss/nextjs-material-kit/imagesStyles.js";
  3. const exampleStyle = {
  4. section: {
  5. padding: "70px 0"
  6. },
  7. container: {
  8. ...conatinerFluid,
  9. textAlign: "center !important"
  10. },
  11. ...imagesStyle,
  12. link: {
  13. textDecoration: "none"
  14. }
  15. };
  16. export default exampleStyle;