本文共 309 字,大约阅读时间需要 1 分钟。
在前端的设计中我们常常会用到伪类,伪类到底是什么呢?css伪类是用来添加一些选择器的特殊效果。如图:
水平方向移动40px,垂直方向移动30px
.wy{ width: 300px; height: 200px; background: #0051CF;}.wy:hover{ width: 300px; height: 200px; background:#E1246A; transform: translate(40px,30px);}
效果图:
转载地址:http://tfto.baihongyu.com/