实现固定左边栏,右侧响应式居中

blob.png

如上图效果

body{
    margin: 0px 0px 0px 110px;
}
.left-sidebar{
    width: 110px;
    height:100%;
    background: #2F4050;
    position: fixed;
    top: 0px;
    left: 0px;
}
赞 (0)

评论 0

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址