背景和列表

2021-08-22 02:45:48 字數 2630 閱讀 8447

background-color

設定元素的背景顏色

background-image

把影象設定為背景

background-position

設定背景影象的其實位置

background-attachment

背景影象是否固定或者隨著頁面其餘部分滾動

background-repeat

設定背景影象是否重複以及如何重複

background

列表樣式:

list-style-type

設定列表項標誌的型別

list-style-image

將影象設定為列表項標誌

list-style-position

設定列表中列表項標誌的位置

list-style

背景顏色:

background-color:顏色|transparent

border預設的顏色為文字的顏色

背景:background-image:url | none

background-attachment:scroll |fixed

background-position:百分比|值

top | right | bottom | left | center

background-position:50px  50px;    background-position:10% 10%;

list-style-type

設定列表項標誌的型別

list-style-image

將影象設定為列表項標誌

list-style-position

設定列表中列表項標誌的位置

list-style

列表樣式:

背景顏色:

background-color:顏色|transparent

border預設的顏色為文字的顏色

背景:background-image:url | none

background-attachment:scroll |fixed

background-position:百分比|值

top | right | bottom | left | center

background-position:50px  50px;    background-position:10% 10%;

background[

background-color

列表樣式:

list-style-type

設定列表項標誌的型別

list-style-image

將影象設定為列表項標誌

list-style-position

設定列表中列表項標誌的位置

list-style

背景顏色:

background-color:顏色|transparent

border預設的顏色為文字的顏色

背景:background-image:url | none

background-attachment:scroll |fixed

background-position:百分比|值

top | right | bottom | left | center

background-position:50px  50px;    background-position:10% 10%;

background:[background-color] [background-image] [background-repeat] [background-attachment] [background-position]

各值之間用空格分割,部分先後順序

background: #000 url() no-repeat top fixed;
列表樣式:

list-style-type:關鍵字 | none

無序列表:

none

無標記disc

實心的圓點

circle

空心的圓點

square

實心的方塊

有序列表:

none

無標記decimal

從1開始的整數

lower-roman

小寫羅馬數字

upper-roman

大寫羅馬數字

lower-alpha

小寫英文本母

upper-alpha

大寫英文本母

//無序列表

//有序列表

list-style-image:url | none

設定列表項標記的位置:

list-style-position:inside|outside

inside:列表專案標記放置在文字以內,且環繞文字根據標記對齊。第二行文字和圖示對齊。

outside:預設值,列表專案標記放置在文字以外,且環繞文字不根據標記對齊。適用於多行文字根據文字對齊。

list-style:list-style-type

list-style-position

list-style-image

CSS背景和列表

background color 設定元素的背景顏色 background image 把影象設定成背景 background position 設定背景影象的起始位置 background attachment 背景影象是否固定或者隨著頁面的其餘部分滾動 background repeat 設定背...

07 CSS背景和列表

vertical align 垂直對齊 baseline 預設。元素放置在父元素的基線上。super 垂直對齊文字的上標 sub 垂直對齊文字的下標。text top 把元素的頂端與父元素字型的頂端對齊 text bottom 把元素的底端與父元素字型的底端對齊。top 把元素的頂端與行中最高元素的...

06CSS背景和列表

目錄背景顏色 設定元素的背景顏色 background color 顏色 transparent 背景縮寫 background background color background image background repeat background attachment background ...