文字資料流向 layout-flow

來源:互聯網
上載者:User

標籤:style   blog   color   使用   strong   width   

作用與文法

文字資料流向layout-flow用來定義網頁中的文字資料流向方式。

即相片順序,主要有兩個屬性,分別是horizonta (水平的) 和vertical-ideographic (垂直的)。

文字資料流向 layout-flow文法如下

layout-flow : horizontal | vertical-ideographic


屬性值說明

horizontal:預設值。定義文本按照從左至右,從上到下的方式顯示vertical-ideographic:定義文本按照從上到下,從右至左的方式顯示

注意事項

中文一個字為單位,英文一個單詞為一個單位。這是一個不建議使用的屬性

文字資料流向執行個體代碼

<html><head><title>文字資料流向 layout-flow_Css執行個體</title><style type="text/css"><!--p {height: 65px;width: 150px;border: 1px solid #CCCCCC;margin-bottom: 5px;vertical-align: top;font-family: Arial, Helvetica, sans-serif;font-size: 12px;}.f1{layout-flow: vertical-ideographic;}.f2{layout-flow: horizontal;}--></style></head><body>  <p class="f1">你好,china</p>  <p class="f2">你好,china</p></body></html> 

執行個體說明

本執行個體定義了不同的文字資料流向方式。f1中是從左至右從上到下的顯示方式,f2是從上到下,從右至左的顯示方式。

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.