-
.css {
// 显示属性
display:
position:
float:
clear;
cursor:
// 盒模型
width:
height:
margin:
padding:
// 文字
color:
font:
content:
text-align:
text-decoration:
white-space:
vertical-align:
// 边框和背景(容易修改)
border:
background:
}
css书写顺序
.css {// 显示属性display:position:float:clear;cursor:// 盒模型width:height:margin:padding:// 文字color:fo...
·
转载于:https://www.cnblogs.com/ice_nemo/archive/2011/03/01/1967854.html
更多推荐




所有评论(0)