仅以此篇缅怀那些笔试100次,问100次的CSS问题。
问:
CSS选择符有哪些?哪些属性可以继承?优先级?内联和important哪个优先级高?
选择符
1 通配选择符(*) 表示页面内所有元素的样式 *{font-size:12px;margin:0;padding:0;} 2 类型选择符(body、div、p、span等) 网页中已有的标签类型作为名称的选择符 div{width:10px;height:10px;} 3 群组选择符(,) 对一组对象同时进行相同的样式指派 a:link,a:visited{color:#fff;} 4 层次选择符(空格) 包含选择符对某对象中的子对象进行样式指派 #header top{width:100px;} 5 id选择符(#) id选择符具有唯一性,在页面中不能重复使用 #header{width:300px;} 6 class选择符(.) 可以在页面中重复使用 .title{width:300px;} 7 IEhack选择符(_、*、\0、\9\0;) 兼容不同的浏览器 .title{_width:50px;*height:30px;}
可继承的属性
复制代码代码如下:
azimuth, border-collapse, border-spacing,
caption-side, color, cursor, direction, elevation,
empty-cells, font-family, font-size, font-style,
font-variant, font-weight, font, letter-spacing,
line-height, list-style-image, list-style-position,
list-style-type, list-style, orphans, pitch-range,
pitch, quotes, richness, speak-header, speaknumeral,
speak-punctuation, speak, speechrate,
stress, text-align, text-indent, texttransform,
visibility, voice-family, volume, whitespace,
widows, word-spacing
优先级的四大原则
原则1:继承没指定的牛B
demo1:
复制代码代码如下:
<style type="text/css">
*{font-size:20px}
.class3{ font-size: 12px; }
</style> </p>
<p><span class="class3">我是多大字号?</span> <!-- 运行结果:.class3{ font-size: 12px; }-->
demo2:
复制代码代码如下:
<style type="text/css">
#id1 #id2{font-size:20px}
.class3{font-size:12px}
</style> </p>
<p><div id="id1" class="class1">
<p id="id2" class="class2"> <span id="id3" class="class3">我是多大字号?</span> </p>
</div> <!--运行结果:.class3{ font-size: 12px; }-->
原则2:#ID > .class > 标签
demo1:
复制代码代码如下:
<style type="text/css">
#id3 { font-size: 25px; }
.class3{ font-size: 18px; }
span{font-size:12px}
</style> </p>
<p><span id="id3" class="class3">我是多大字号?</span> <!--运行结果:#id3 { font-size: 25px; }-->
原则3:越具体越牛B
demo1:
复制代码代码如下:
<style type="text/css">
.class1 .class2 .class3{font-size: 25px;}
.class2 .class3{font-size:18px}
.class3 { font-size: 12px; }
</style> </p>
<p><div class="class1">
<p class="class2"> <span class="class3">我是多大字号?</span> </p>
</div> <!--运行结果:.class1 .class2 .class3{font-size: 25px;}-->
原则4:标签#ID > 标签.class
demo1:
复制代码代码如下:
<style type="text/css">
span#id3{font-size:18px}
#id3{font-size:12px}
span.class3{font-size:18px}
.class3{font-size:12px}
</style></p>
<p><span id="id3">我是多大字号?</span>
<span class="class3">我是多大字号?</span> <!--运行结果:span#id3{font-size:18px} | span.class3{font-size:18px}-->
最后:当原则之前冲突的时候,原则1 > 原则2 > 原则3 > 原则4
!important
IE6到底认不认识!important???
答:认识,但是有一个小bug。
例如:
复制代码代码如下:
<style>
#ida {size:18px}
.classb { font-size: 12px; }
</style></p>
<p><div id=“ida” class=“classb”>!important测试:18px</div>
加入!important
复制代码代码如下:
<style>
#ida{font-size:18px}
.classb{ font-size: 12px !important; }
</style></p>
<p><div id=“ida” class=“classb”>!important测试:12px</div>
IE6 BUG:
复制代码代码如下:
<style>
.classb{ font-size: 18px !important; font-size: 12px }
</style></p>
<p><div class=“classA”>!important测试:12px</div>
原因和办法:
这里在ie6下是12像素的字,而其他浏览器下是18px的字。
但是当我们把样式改一下,!important放在后面,即.classb{ font-size: 12px;font-size: 18px !important; },那么ie6下和其他浏览器一样也是18px的字。
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
RTX 5090要首发 性能要翻倍!三星展示GDDR7显存
三星在GTC上展示了专为下一代游戏GPU设计的GDDR7内存。
首次推出的GDDR7内存模块密度为16GB,每个模块容量为2GB。其速度预设为32 Gbps(PAM3),但也可以降至28 Gbps,以提高产量和初始阶段的整体性能和成本效益。
据三星表示,GDDR7内存的能效将提高20%,同时工作电压仅为1.1V,低于标准的1.2V。通过采用更新的封装材料和优化的电路设计,使得在高速运行时的发热量降低,GDDR7的热阻比GDDR6降低了70%。
更新日志
- 2019明达发烧碟MasterSuperiorAudiophile[WAV+CUE]
- 蔡幸娟.1993-相爱容易相处难【飞碟】【WAV+CUE】
- 陆虎.2024-是否愿意成为我的全世界【Hikoon】【FLAC分轨】
- 关淑怡.2009-ERA【星娱乐】【WAV+CUE】
- 林忆莲《关于她的爱情故事》2022新世纪MQA 24K金碟限量版[WAV+CUE]
- 张雨生1993《一天到晚游泳的鱼》台湾G字首版[WAV+CUE][1G]
- 群星《试音五大女声》[WAV+CUE][1G]
- 魔兽世界wlk武器战一键输出宏是什么 wlk武器战一键输出宏介绍
- 魔兽世界wlk狂暴战一键输出宏是什么 wlk狂暴战一键输出宏介绍
- 魔兽世界wlk恶魔术士一键输出宏是什么 wlk恶魔术士一键输出宏介绍
- 医学爱好者狂喜:UP主把医学史做成了格斗游戏!
- PS5 Pro评分解禁!准备升级入手吗?
- 我们盘点了近期火热的国产单机游戏!《琉隐神渡》等 你期待哪款?
- 2019年第12届广州影音展双碟纪念版ADMS2CD[MP3/WAV]
- 黄安《救姻缘》台首版[WAV+CUE]