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

15 行
265 B

  1. import { container } from "assets/jss/nextjs-material-kit.js";
  2. const carouselStyle = {
  3. section: {
  4. padding: "70px 0"
  5. },
  6. container,
  7. marginAuto: {
  8. marginLeft: "auto !important",
  9. marginRight: "auto !important"
  10. }
  11. };
  12. export default carouselStyle;