CSS0006: CSS常用样式集锦

 

        .iframe {
            width: 70%;
            height: 80%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            position: fixed;
            z-index: 999;
            display: none;
        }

 

posted @ 2020-06-29 15:56  琥珀君  阅读(123)  评论(0编辑  收藏  举报