--- type: Theme order: 11 title: Fullscreen Layout --- The fullscreen layout all parameters are prefixed with `@alain-fullscreen-`. ## Parameters | Name | Default | Description | | --- | --- | --- | | `@prefix` | `.alain-fullscreen` | Style name prefix | | `@bg` | `#f5f7fa` | Background color | | `@content-padding-vertical` | `0` | Vertical padding | | `@content-padding-horizontal` | `16px` | Horizontal padding | ## Usage Import in `src/styles.less`: ```less @import '~@delon/theme/styles/layout/fullscreen/index'; ```