level 2
比如 div#can{
width:300px;
height:500px;
margin:10px 0 0 300px;
}
div#control{
position:fixed;
left:700px;
bottom:150px;
width:400px;
}
大括号内的我懂,但div # 是干嘛的啊
2020年05月20日 11点05分
1
level 14
#是id选择器,比如,可以用div#test或者
#test来选择,不过div#
test的重权更高
2020年05月22日 00点05分
2