Step 1 使用 SharePoint Designer 打开 seattle.master文件 加入如下css代码:
<style>
/*Hide Top Pannel*/
#suiteBar
{
display: none;
}
/*Hide Ribbon*/
#s4-ribbonrow
{
display:none;
}
/*Content Move Up 50px*/
#contentRow
{
margin-top:-50px;
}
/*Hide left Pannel*/
#sideNavBox
{
display: none;
}
</style>
效果如下:
时间: 2024-10-06 01:48:55