最新回答 / Csunnnnn
transform和transition是两个控制不同效果的属性,transform不包含transition,不能写成transform-transition
最新回答 / 慕粉1819247877
list-style: none outside none;这个是隐藏“.”li是块状元素单独成行,display:inline-block;是将其转换成内联块状元素,不单独成行,相当于间接隐藏了点“.”的空间是还占着
2017-05-28
.task {
width: 300px;
height: 140px;
border: 1px solid #999;
background:url(http://static.mukewang.com/static/img/logo_index.png) no-repeat
0 0 / 75% 55%,url(http://static.mukewang.com/static/img/logo_index.png) no-repeat right bottom/50% 40%;
}
width: 300px;
height: 140px;
border: 1px solid #999;
background:url(http://static.mukewang.com/static/img/logo_index.png) no-repeat
0 0 / 75% 55%,url(http://static.mukewang.com/static/img/logo_index.png) no-repeat right bottom/50% 40%;
}
2017-05-28
这个选择器在项目中做斑马条 和 页面布局的时候能用到(从数据库取出的数据遍历,奇数div靠左浮动,偶数div靠右浮动)
2017-05-27
就是在 锚点 基础上添加一些样式,按道理知道了这个选择器的话那么也不用在写js了(原来项目中用js做过点击链接延时跳到所属的div)。其实如果会用一些css3选择器,就省的写js代码了。
2017-05-26