91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

web開發中如何實現table-cell完成左側定寬、右側定寬及左右定寬等布局

發布時間:2021-08-27 10:52:56 來源:億速云 閱讀:110 作者:小新 欄目:web開發

這篇文章主要為大家展示了“web開發中如何實現table-cell完成左側定寬、右側定寬及左右定寬等布局”,內容簡而易懂,條理清晰,希望能夠幫助大家解決疑惑,下面讓小編帶領大家一起研究并學習一下“web開發中如何實現table-cell完成左側定寬、右側定寬及左右定寬等布局”這篇文章吧。

使用table-cell完成以下幾種布局(ie8及以上兼容)

1、左側定寬-右側自適應

.left{   
            width: 300px;   
            height: 500px;   
            border: 1px solid;   
            float: left;   
      }   
.right{   
            width: 10000px;   
            height: 500px;   
            display: table-cell;   
            border: 1px solid;   
      }   
    </style>  
  
  
<div class="left"></div>  
<div class="right">  
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Beatae dolore est et itaque nesciunt nobis officia omnis optio similique vitae. Cupiditate eum exercitationem harum id iusto maiores quaerat reprehenderit sint.   
</div>

效果如下:

web開發中如何實現table-cell完成左側定寬、右側定寬及左右定寬等布局

(調整窗口大小,來測試右側是否根據窗口大小改變)

2、右側定寬-左側自適應

<style>  
        .right{   
            width: 200px;   
            height: 500px;   
            border: 1px solid;   
            display: table-cell;   
        }   
        .left{   
            height: 500px;   
            border: 1px solid;   
            display: table-cell;   
        }   
        .parent{   
            display: table;   
            table-layout: fixed;   
            width: 100%;   
        }   
</style>  
  
<div class="parent">  
    <div class="left">  
            Lorem ipsum dolor sit amet, consectetur adipisicing elit. Amet aperiam, assumenda dolores eaque, fugiat illo, in inventore itaque magni nemo nisi nulla obcaecati quaerat totam unde voluptatem voluptatum. Amet, totam.   
    </div>  
    <div class="right"></div>  
</div>

效果如下:

web開發中如何實現table-cell完成左側定寬、右側定寬及左右定寬等布局

與左側定寬稍有不同,雖然只是定寬的位置換了,但是不能直接使用浮動像左側定寬那種方式完成。

3、左右定寬-中間自適應

<style>  
       .parent{   
           display: table;   
           table-layout: fixed;   
           width: 100%;   
       }   
        div{   
            border: 1px solid;   
        }   
        .left,.right,.center{   
            display: table-cell;   
        }   
        .left{   
            width: 100px;   
            height: 200px;   
        }   
        .right{   
            width: 100px;   
            height: 200px;   
        }   
</style>  
  
 <div class="parent">  
      <div class="left"></div>  
        <div class="center">  
         Lorem ipsum dolor sit amet, consectetur adipisicing elit. Alias amet delectus ducimus ea eos eum, libero modi quia, soluta temporibus unde,    
      ut. Aliquam, dolorem ipsam porro quae quisquam saepe vitae!   
        </div>  
      <div class="right"></div>  
</div>

效果如下:

web開發中如何實現table-cell完成左側定寬、右側定寬及左右定寬等布局

以上是“web開發中如何實現table-cell完成左側定寬、右側定寬及左右定寬等布局”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

定西市| 张家港市| 芮城县| 上犹县| 青海省| 嘉祥县| 泰来县| 青铜峡市| 湖口县| 沙雅县| 西城区| 鹤壁市| 三河市| 无锡市| 时尚| 建阳市| 南陵县| 乾安县| 万全县| 南宫市| 大理市| 义马市| 垣曲县| 宾阳县| 石城县| 屯留县| 鄯善县| 苍南县| 故城县| 沈丘县| 皮山县| 永清县| 阜南县| 内江市| 安龙县| 虞城县| 尤溪县| 巴青县| 家居| 琼中| 呼伦贝尔市|