<small id='PqM5G'></small><noframes id='PqM5G'>

  • <tfoot id='PqM5G'></tfoot>
          <bdo id='PqM5G'></bdo><ul id='PqM5G'></ul>
        <legend id='PqM5G'><style id='PqM5G'><dir id='PqM5G'><q id='PqM5G'></q></dir></style></legend>

        <i id='PqM5G'><tr id='PqM5G'><dt id='PqM5G'><q id='PqM5G'><span id='PqM5G'><b id='PqM5G'><form id='PqM5G'><ins id='PqM5G'></ins><ul id='PqM5G'></ul><sub id='PqM5G'></sub></form><legend id='PqM5G'></legend><bdo id='PqM5G'><pre id='PqM5G'><center id='PqM5G'></center></pre></bdo></b><th id='PqM5G'></th></span></q></dt></tr></i><div id='PqM5G'><tfoot id='PqM5G'></tfoot><dl id='PqM5G'><fieldset id='PqM5G'></fieldset></dl></div>
      1. 用CSS将所有html元素(整个页面)旋转90度?

        时间:2023-10-13

        <small id='TfOxI'></small><noframes id='TfOxI'>

        • <i id='TfOxI'><tr id='TfOxI'><dt id='TfOxI'><q id='TfOxI'><span id='TfOxI'><b id='TfOxI'><form id='TfOxI'><ins id='TfOxI'></ins><ul id='TfOxI'></ul><sub id='TfOxI'></sub></form><legend id='TfOxI'></legend><bdo id='TfOxI'><pre id='TfOxI'><center id='TfOxI'></center></pre></bdo></b><th id='TfOxI'></th></span></q></dt></tr></i><div id='TfOxI'><tfoot id='TfOxI'></tfoot><dl id='TfOxI'><fieldset id='TfOxI'></fieldset></dl></div>
            <tbody id='TfOxI'></tbody>

          1. <tfoot id='TfOxI'></tfoot>

            • <legend id='TfOxI'><style id='TfOxI'><dir id='TfOxI'><q id='TfOxI'></q></dir></style></legend>
                  <bdo id='TfOxI'></bdo><ul id='TfOxI'></ul>

                  本文介绍了用CSS将所有html元素(整个页面)旋转90度?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我想显示页面中的所有内容都一致且独立地旋转 90 度,我尝试这样做,但结果不准确,每个元素都独立旋转.

                  I want to display every thing in the page rotated consistently and dependently 90 degree, I tried to do it but the result was inaccurate and each element rotated independently.

                  推荐答案

                  这很有趣.小提琴

                  body{
                      margin:0;
                      overflow:hidden;
                  }
                  .wrapper{
                      transform: rotate(90deg);
                      transform-origin:bottom left;
                      
                      position:absolute;
                      top: -100vw;
                      left: 0;
                      
                      height:100vw;
                      width:100vh;
                      
                      background-color:#000;
                      color:#fff;
                  
                      overflow:auto;
                  }

                  <body>
                      <div class='wrapper'>
                          test<br />
                          <hr />
                          <div><hr /></div>
                          <div><div><hr /></div></div>
                          <div>ing</div>
                      </div>
                  </body>

                  必须将内容包装在包装器 div 中,将 body overflow 设置为隐藏,然后将内容向上滑动宽度......但是,嘿,它可以工作.

                  Had to wrap the content in a wrapper div, set body overflow to hidden, and slide the thing up by its width.... but hey, it works.

                  如果你很好奇,是的,我确实将高度设置为屏幕宽度,宽度设置为屏幕高度.使其干净利落地扩展自己.

                  If you're curious, yes, I did set height to screen-width and width to screen-height. Makes it scale itself cleanly.

                  这篇关于用CSS将所有html元素(整个页面)旋转90度?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:CSS 在容器内旋转元素 下一篇:在矩形中旋转点

                  相关文章

                  最新文章

                • <i id='pGbyj'><tr id='pGbyj'><dt id='pGbyj'><q id='pGbyj'><span id='pGbyj'><b id='pGbyj'><form id='pGbyj'><ins id='pGbyj'></ins><ul id='pGbyj'></ul><sub id='pGbyj'></sub></form><legend id='pGbyj'></legend><bdo id='pGbyj'><pre id='pGbyj'><center id='pGbyj'></center></pre></bdo></b><th id='pGbyj'></th></span></q></dt></tr></i><div id='pGbyj'><tfoot id='pGbyj'></tfoot><dl id='pGbyj'><fieldset id='pGbyj'></fieldset></dl></div>
                    • <bdo id='pGbyj'></bdo><ul id='pGbyj'></ul>

                    1. <small id='pGbyj'></small><noframes id='pGbyj'>

                      <legend id='pGbyj'><style id='pGbyj'><dir id='pGbyj'><q id='pGbyj'></q></dir></style></legend>

                      <tfoot id='pGbyj'></tfoot>