Blogger Information
Blog 55
fans 0
comment 1
visits 42161
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
css 笔记
旺小舞的博客
Original
617 people have browsed it

默认样式/自定义样式 

基本语法:选择器名值对
优先级:行内样式 style>文档样式 style>外部样式style.css>默认样式>inherit(继承样式)


border:1px solid #eee, inherit(继承),cellspacing 间距,cellspadding 填充


通常颜色、字体、字号等可以被继承,而盒模型的属性不行 


选择器:基本选择器[根据元素自身特点来选择],属性选择器

h2#a{}/h2.b{}/ 群组选择器h2#a,h2.b{}(用逗号进行分割)/通配选择器html body *{ !important;}最高优先级


上下文选择器:元素在上下文中的位置/


子元素 ul>li/ 后代 ul li /相邻兄弟 .item.second + */所有兄弟 :~ * /四个最常用的上下文选择器


选择器优先级 selector Specificity 0,0,1 id/class/属性


Correction status:Uncorrected

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post