1、类名
.类别
例子:
查询类名为“useradd”
.useradd{
margin-top:50px;
margin-left:200px;
}
2、属性找
例子:查询类为useradd下的input,属性为“text”。
.useradd input[type=text]{
400px;
}
3、标签查找
例子:查找到类名为“floorFooter2left ”下的标签“ul”下的“li”下的“a”标签
.floorFooter2left ul li a{
line-height:30px;
color:#000;
}
4、标签方法
.floorFooter2left ul li a:hover{
color:#888;
}
5、标签查询
table tr{
height:30px;
}
6、父子类查询
.floorFooter2 .comment .right{
float:right;
background:#fff;
1183px;
height:100px;
padding-left:15px;
}
7、di
#id1{
1183px;
}