Webフロントエンド入門から実戦:css常用基本レベル擬似クラス属性セレクタ
4114 ワード
一般的なcssセレクタには、共通セレクタ、基本セレクタ、階層セレクタ、擬似クラスセレクタ、プロパティセレクタがあります.共通セレクタは:1に分けられます.htmlセレクタ*{}//ページ上のすべてのラベル設定モード;2.クラスセレクタ.hcls{}//classはhclsのラベル設定モードである.3.idセレクタ#h 3{}//idはh 3のラベル設定スタイルです.4.関連セレクタ#div h 1、#div h 1.ljhcls;5.div,h 1,pmspan,button{}基本セレクタは、first-childの1番目、::first-letterの1番目のアルファベット、::fist-lineの1行目、:last-childの最後の要素、:nth-child(n)のいくつかの要素に分けられ、階層セレクタはa,b組合せ、a b子孫、a>b子孫、a+b aの1つはbであり、偽クラスセレクタ:hoverマウス通過、:focus焦点、::selection文字選択背景色、属性セレクタ[属性]、[属性=値]、[属性~=値]//任意の値を含み、[属性^=値]が何で始まるか、[属性$=値]が何で終わるか.
Q-q-u-n: 784783012 , ,
( , , )
1
2
3
4
5
6 css
7
108
109
110
111 html+css+javascript is very much!
112
113
114 If not for life, I can go to bed early and get up early;If not for life, I can go to bed early and get up early; 115 If not for life, I can go to bed early and get up early;If not for life, I can go to bed early and get up early; 116 If not for life, I can go to bed early and get up early
class ,id
117 class ,id
118
119 div
120
121 -
122 -
123 -
124
125
126
129
130