效果图

打开\themes\butterfly\source\css\_page\common.styl,找到.layoutmargin按以下方法修改代码值

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#body-wrap
display: flex
flex-direction: column
min-height: 100vh

.layout
display: flex
flex: 1 auto
margin: -35px auto //*原始参数为0 auto,上下间距为0,左右居中自动,改为-35px使其更靠浏览器的上端
padding: 40px 15px
max-width: 1400px
width: 100%

+maxWidth900()
flex-direction: column