1.内联样式表(标签内部)> 嵌入样式表(当前文件中)> 外部样式表(外部文件中)>导入式,其中后两者的优先级成立有个条件,即在相同的权值下,并且嵌入式css的位置要在外部css的前面,也就是要先写<link href="style.css" ...> 后写<style type="text/css Read More
posted @ 2017-04-23 21:08 haipeng1991 Views(118) Comments(0) Diggs(0)