国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

目錄 搜尋
簡介 更新歷史 關(guān)于樣式表 屬性 定位 布局 position z-index top right bottom left clip display float clear visibility overflow overflow-x overflow-y 尺寸 width min-width max-width height min-height max-height 外補白 margin margin-top margin-right margin-bottom margin-left 內(nèi)補白 padding padding-top padding-right padding-bottom padding-left 邊框 border border-width border-style border-color border-top border-top-width border-top-style border-top-color border-right border-right-width border-right-style border-right-color border-bottom border-bottom-width border-bottom-style border-bottom-style border-bottom-color border-left border-left-width border-left-style border-left-color border-radius border-top-left-radius border-top-right-radius border-bottom-right-radius border-bottom-left-radius box-shadow border-image border-image-source border-image-slice border-image-width border-image-outset border-image-repeat 背景 background background-color background-image background-repeat background-attachment background-position background-origin background-clip background-size 顏色 color opacity 字體 font font-style font-variant font-weight font-size font-family font-stretch font-size-adjust 文本 text-transform white-space tab-size word-break word-wrap overflow-wrap text-align text-align-last text-justify word-spacing letter-spacing text-indent vertical-align line-height text-size-adjust 文本裝飾 text-decoration text-decoration-line text-decoration-color text-decoration-style text-decoration-skip text-underline-position text-shadow 書寫模式 direction unicode-bidi writing-mode 列表 list-style list-style-image list-style-position list-style-type 表格 table-layout border-collapse border-spacing caption-side empty-cells 內(nèi)容 content counter-increment counter-reset quotes 用戶界面 appearance text-overflow outline outline-width outline-color outline-style outline-offset nav-index nav-up nav-right nav-down nav-left cursor zoom box-sizing resize ime-mode user-select pointer-events 多列 columns column-width column-count column-gap column-rule column-rule-width column-rule-style column-rule-color column-span column-fill column-break-before column-break-after column-break-inside 伸縮盒(舊) box-orient box-pack box-align box-flex box-flex-group box-ordinal-group box-direction box-lines 伸縮盒(新) flex flex-grow flex-shrink flex-basis flex-flow flex-direction flex-wrap align-content align-items align-self justify-content order 變換 transform transform-origin transform-style perspective perspective-origin backface-visibility 過渡 transition transition-property transition-duration transition-timing-function transition-delay 動畫 animation animation-name animation-duration animation-timing-function animation-delay animation-iteration-count animation-direction animation-play-state animation-fill-mode 打印 page page-break-before page-break-after page-break-inside 媒體查詢 width height device-width device-height orientation aspect-ratio device-aspect-ratio color color-index monochrome resolution scan grid Only IE scrollbar-3dlight-color scrollbar-darkshadow-color scrollbar-highlight-color scrollbar-shadow-color scrollbar-arrow-color scrollbar-face-color scrollbar-track-color scrollbar-base-color filter behavior Only webkit -webkit-text-fill-color -webkit-text-stroke -webkit-text-stroke-width -webkit-text-stroke-color -webkit-box-reflect -webkit-tap-highlight-color -webkit-user-drag -webkit-overflow-scrolling 選擇符 元素選擇符 通配選擇符(*) 類型選擇符(E) ID選擇符(E#id) 類選擇符(E.class) 關(guān)系選擇符 包含選擇符(E F) 子選擇符(E>F) 相鄰選擇符(E+F) 兄弟選擇符(E~F) 屬性選擇符 E[att] E[att="val"] E[att~="val"] E[att^="val"] E[att$="val"] E[att*="val"] E[att|="val"] 偽類選擇符 E:link E:visited E:hover E:active E:focus E:lang(fr) E:not(s) E:root E:first-child E:last-child E:only-child E:nth-child(n) E:nth-last-child(n) E:first-of-type E:last-of-type E:only-of-type E:nth-of-type(n) E:nth-last-of-type(n) E:empty E:checked E:enabled E:disabled E:target @page:first @page:left @page:right 偽對象選擇符 E:first-letter/E::first-letter E:first-line/E::first-line E:before/E::before E:after/E::after E::placeholder E::selection 語法與規(guī)則 !important /*comment*/ @import @charset @media @font-face @page @keyframes @supports 取值與單位 長度 <length> em ex ch rem vw vh vmax vmin cm mm q in pt pc px 角度 <angle> deg grad rad turn 時間 <time> s ms 頻率 <frequency> Hz kHz 布局 <fraction> <grid> fr gr 分辨率 <resolution> dpi dpcm dppx 顏色 <color> Color Name HEX RGB RGBA HSL HSLA transparent currentColor 文本 inherit initial unset <string> <url> <identifier> 函數(shù) calc() toggle() 生成內(nèi)容 counter() counters() attr() 圖像 <image> image() image-set() <gradient> linear-gradient() radial-gradient() repeating-linear-gradient() repeating-radial-gradient() 數(shù)字 <number> <integer> <percentage> 附錄 顏色關(guān)鍵字 媒體類型 CSS Hack 條件Hack 屬性級Hack 選擇符級Hack 問題和經(jīng)驗 Bugs和解決方案 技巧和經(jīng)驗 其它經(jīng)驗
文字

語法:

flex:none | <' flex-grow '> <' flex-shrink >'? || <' flex-basis '>

默認值看各分拆屬性

適用于:flex子項

繼承性:無

動畫性:否

計算值:看各分拆屬性

取值:

  • none:none關(guān)鍵字的計算值為: 0 0 auto

  • <' flex-grow '>:用來指定擴展比率,即剩余空間是正值時此「flex子項」相對于「flex容器」里其他「flex子項」能分配到空間比例。

在「flex」屬性中該值如果被省略則默認為「1」

  • <' flex-shrink '>:用來指定收縮比率,即剩余空間是負值時此「flex子項」相對于「flex容器」里其他「flex子項」能收縮的空間比例。

在收縮的時候收縮比率會以伸縮基準值加權(quán)
在「flex」屬性中該值如果被省略則默認為「1」

  • <' flex-basis '>:用來指定伸縮基準值,即在根據(jù)伸縮比率計算出剩余空間的分布之前,「flex子項」長度的起始數(shù)值。

在「flex」屬性中該值如果被省略則默認為「0%」

在「flex」屬性中該值如果被指定為「auto」,則伸縮基準值的計算值是自身的 <' width '> 設(shè)置,如果自身的寬度沒有定義,則長度取決于內(nèi)容。

說明:

復(fù)合屬性。設(shè)置或檢索彈性盒模型對象的子元素如何分配空間。
  • 如果縮寫「flex: 1」, 則其計算值為「1 1 0%」

  • 如果縮寫「flex: auto」, 則其計算值為「1 1 auto」

  • 如果「flex: none」, 則其計算值為「0 0 auto」

  • 如果「flex: 0 auto」或者「flex: initial」, 則其計算值為「0 1 auto」,即「flex」初始值

  • 示例:如下情況每個元素的計算寬是多少

    Code:

    <ul class="flex">    <li>a</li>    <li>b</li>    <li>c</li> </ul> .flex{display:flex;width:800px;margin:0;padding:0;list-style:none;} .flex :nth-child(1){flex:1 1 300px;} .flex :nth-child(2){flex:2 2 200px;} .flex :nth-child(3){flex:3 3 400px;}

    本例定義了父容器寬(即主軸寬)為800px,由于子元素設(shè)置了伸縮基準值flex-basis,相加300+200+400=900,那么子元素將會溢出900-800=100px;
    由于同時設(shè)置了收縮因子,所以加權(quán)綜合可得300*1+200*2+400*3=1900px;
    于是我們可以計算a,b,c將被移除的溢出量是多少:
    a被移除溢出量:(300*1/1900)*100,即約等于16px
    b被移除溢出量:(200*2/1900)*100,即約等于21px
    c被移除溢出量:(400*3/1900)*100,即約等于63px
    最后a,b,c的實際寬度分別為:300-16=284px, 200-21=179px, 400-63=337px

    • a

    • b

    • c

  • 仍然是上面這個例子,不過將容器的寬度改成了1500px

    Code:

    <ul class="flex">    <li>a</li>    <li>b</li>    <li>c</li> </ul> .flex{display:flex;width:1500px;margin:0;padding:0;list-style:none;} .flex :nth-child(1){flex:1 1 300px;} .flex :nth-child(2){flex:2 2 200px;} .flex :nth-child(3){flex:3 3 400px;}
    本例定義了父容器寬(即主軸寬)為1500px,由于子元素設(shè)置了伸縮基準值flex-basis,相加300+200+400=900,那么容器將有1500-900=600px的剩余寬度;
    于是我們可以計算a,b,c將被擴展量是多少:
    a的擴展量:(1/(1+2+3))*600,即約等于100px
    b的擴展量:(2/(1+2+3))*600,即約等于200px
    c的擴展量:(3/(1+2+3))*600,即約等于300px
    最后a,b,c的實際寬度分別為:300+100=400px, 200+200=400px, 400+300=700px
    從本例能看出:

    當「flex-basis」在「flex」屬性中不為0時(包括值為auto,此時伸縮基準值等于自身內(nèi)容寬度),「flex子項」將分配容器的剩余空間(剩余空間即等于容器寬度減去各項的伸縮基準值)

    當「flex-basis」在「flex」屬性中等于0時,「flex子項」將分配容器的所有空間(因為各項的伸縮基準值相加等于0,剩余空間等于容器寬度減去各項的伸縮基準值,即減0,最后剩余空間值等于容器寬度),所以可以借助此特性,給各子項定義「flex: n」來進行按比例均分容器總寬度

    • a

    • b

    • c

  • 對應(yīng)的腳本特性為flex

兼容性:

ValuesIEFirefoxChromeSafariOperaiOS SafariAndroid BrowserAndroid Chrome
Basic Support6.0-10.02.0-21.04.0-20.06.015.0+-webkit-6.0-6.12.1-4.318.0-19.0
11.0+22.0+21.0+-webkit-6.1+-webkit-17.0+7.0+-webkit-4.4+20.0+-webkit-
29.0+9.0+9.0+28.0+

示例:

實例

<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="utf-8" />
<title>align-content_CSS參考手冊_web前端開發(fā)參考手冊系列</title>
<meta name="author" content="Joy Du(飄零霧雨), dooyoe@gmail.com, www.doyoe.com" />
<style>
h1{font:bold 20px/1.5 georgia,simsun,sans-serif;}
.box{
	display:-webkit-flex;
	display:flex;
	width:400px;height:100px;margin:10px 0 0;padding:0;border-radius:5px;list-style:none;background-color:#eee;}
.box li{background:#aaa;text-align:center;}
.box li:nth-child(1){background:#999;}
.box li:nth-child(2){background:#aaa;}
.box li:nth-child(3){background:#ccc;}
#box li:nth-child(1){-webkit-flex:1;flex:1;}
#box li:nth-child(2){-webkit-flex:1;flex:1;}
#box li:nth-child(3){-webkit-flex:1;flex:1;}
#box2 li:nth-child(1){-webkit-flex:1 0 100px;flex:1 0 100px;}
#box2 li:nth-child(2){-webkit-flex:2 0 100px;flex:2 0 100px;}
#box2 li:nth-child(3){-webkit-flex:3 0 100px;flex:3 0 100px;}
#box3 li:nth-child(1){-webkit-flex:1 1 400px;flex:1 1 400px;}
#box3 li:nth-child(2){-webkit-flex:1 2 400px;flex:1 2 400px;}
#box3 li:nth-child(3){-webkit-flex:1 2 400px;flex:1 2 400px;}
</style>
</head>
<body>
<h1>flex示例:</h1>

<ul id="box" class="box">
	<li>flex:1;</li>
	<li>flex:1;</li>
	<li>flex:1;</li>
</ul>

<ul id="box2" class="box">
	<li>flex:1 0 100px;</li>
	<li>flex:2 0 100px;</li>
	<li>flex:3 0 100px;</li>
</ul>

<ul id="box3" class="box">
	<li>flex:1 1 400px;</li>
	<li>flex:1 2 400px;</li>
	<li>flex:1 2 400px;</li>
</ul>
</body>
</html>
			

運行實例 ?

點擊 "運行實例" 按鈕查看在線實例


上一篇: 下一篇: