不常用的css樣式

2021-08-15 21:44:08 字數 882 閱讀 4089

當你定義的

css中有

position

屬性值為

absolute

、relative

或fixed,用

z-index

此取值方可生效。

此屬性引數值越大,則被層疊在最上面

.normal

預設。背景顏色為透明。

input

的屬性autocomplete

預設為on

(html5

中的屬性)

其含義代表是否讓瀏覽器自動記錄之前輸入的值

很多時候,需要對客戶的資料進行保密,防止瀏覽器軟體或者惡意外掛程式獲取到

可以在input

中加入autocomplete="off"

來關閉記錄

系統需要保密的情況下可以使用此引數

.normal

zoom

基本語法:

zoom: normal | number

語法取值

normal

:預設值

使用物件的實際尺寸

number

:百分數

| 無符號浮點實數。浮點實數值為

1.0或百分數

100%

時相當於此屬性的

normal

值。此樣式可以用於

checkbox

、radio

等設定 div 元素的不透明級別:

div

描述

value

規定不透明度。從 0.0 (完全透明)到 1.0(完全不透明)。

inherit

應該從父元素繼承 opacity 屬性的值。

css樣式 記錄(不常用)

border 1px solid 3b80fa box sizing border box 一般用於百分比或者其他 必須要新增border等操作問題 語法 box sizing content box border box inherit 值 描述content box 這是由 css2.1 規定的...

CSS常用的樣式

css文字屬性 color 999999 文字顏色 font family 宋體,sans serif 文字字型 font size 9pt 文字大小 font style itelic 文字斜體 font variant small caps 小字型 letter spacing 1pt 字間距離...

css 常用的樣式

文字 div div標籤 物件內內容 和文字等 將 靠左對齊 div div標籤內內容 和文字等 靠右對齊 將div div標籤內內容 和文字等 將 居中對齊 line height 30px height 30px 文字的水平居中 font family 宋體 字型 font size 1em 文...