美文网首页
首页全屏(多页) 弹窗全屏(单页)布局

首页全屏(多页) 弹窗全屏(单页)布局

作者: 楼水流云 | 来源:发表于2019-10-09 16:58 被阅读0次

    首页全屏方法 下面还可以设置多页
    body,html{
    height: 100%;
    }

    如弹窗全屏方法 单页
    .box{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottm: 0;
    }

    页面水平居中固定宽度
    .lyauto {
    width: 800px;
    margin: 0 auto; 页面水平居中固定宽度 类似淘宝页面
    }

    相关文章

      网友评论

          本文标题:首页全屏(多页) 弹窗全屏(单页)布局

          本文链接:https://www.haomeiwen.com/subject/ieqcpctx.html