WebGL_0010:横屏,竖屏 样式切换

1,

    /* 竖屏模式 */
    @media screen and (orientation: portrait){

        /* 主按钮 */
        .PageBut1N {
            width: 10%;
            height: 8%;
            top: 90%;
            left: 38%;
        }
        
    }

    /* 横屏模式 */
    @media screen and (orientation: landscape) {

        /* 主按钮 */
        .PageBut1N {
            width: 10%;
            height: 8%;
            top: 90%;
            left: 42%;
            /* background-color: red; */
        }
        
    }

 

上一篇:WebGL纹理详解——压缩纹理的使用


下一篇:基于 HTML5 的 WebGL 3D 档案馆可视化管理系统