Web—04-详解HTML5与CSS3
发布时间:2020-12-14 23:57:59 所属栏目:资源 来源:网络整理
导读:div class="markdown-here-wrapper" data-md-url="https://i.cnblogs.com/EditPosts.aspx?opt=1"gt; h3 id="css-" style="margin: 1.3em 0px 1em; padding: 0px; font-weight: bold; font-size: 1.3em"CSS权重 p style="margin: 0px 0px 1.2em !important"CS
<div class="markdown-here-wrapper" data-md-url="https://i.cnblogs.com/EditPosts.aspx?opt=1"> <h5 id="-" style="margin: 1.3em 0px 1em; padding: 0px; font-weight: bold; font-size: 1em">权重的等级
<h5 id="-" style="margin: 1.3em 0px 1em; padding: 0px; font-weight: bold; font-size: 1em">权重的计算实例 <p style="margin: 0px 0px 1.2em !important">1、实例一:
......
1
2
3
4
5
<p style="margin: 0px 0px 1.2em !important">3、E:last-child:匹配元素类型为E且是父元素的最后一个子元素 <p style="margin: 0px 0px 1.2em !important">4、E > F E元素下面第一层子集 <p style="margin: 0px 0px 1.2em !important">5、E ~ F E元素后面的兄弟元素 <p style="margin: 0px 0px 1.2em !important">6、E + F 紧挨着的后面的兄弟元素 <h5 id="-" style="margin: 1.3em 0px 1em; padding: 0px; font-weight: bold; font-size: 1em">属性选择器: <p style="margin: 0px 0px 1.2em !important">1、E[attr] 含有attr属性的元素
|