SharePoint 2013 隐藏页面的Ribbon ,菜单等非内容元素。
加上如下样式,就剩一个干净的页面,你可以这个页面做内容嵌套等操作。非常有用。
部分代码 有胡祥文编写。
#s4-workspace {
overflow:hidden;
}
#s4-titlerow{
display:none !important;
}
// 隐藏Ribbon
#s4-ribbonrow{
display:none !important;
}
#suiteBar{
display:none;
}
#sideNavBox{
display:none;
}
#contentBox{
margin:0;
}
.welcome-content{
display:none;
}
#contentRow {
padding-top:0px !important;
}
#showContent{
margin: -150px 0px 0px -200px;
}
时间: 2024-10-06 19:47:42