TG · 2016-12-30
background-position
取值为百分比的计算方式margin
相邻折叠问题position
的absolute
和relative
定位top、left、right、bottom
问题TG · 2016-12-20
box-shadow
),要使用此属性,可以说很简单,但要真正地利用好它,却又不是一件容易的事。今天我们就来深入了解一下box-shadow
。box-shadow:[inset] x-offset y-offset blur-radius spread-radius color;
TG · 2016-12-19
TG · 2016-12-14
animation-name
:动画名称animation-duration
:规定完成一个周期所花费的时间(秒或毫秒)animation-delay
:定义动画开始前等待的时间,以秒或毫秒计。默认值为0animation-iteration-count
:规定动画被播放的次数(默认1)animation-play-state
:规定动画是否正在运行或停止(默认是“running”,另外一个值“paused”)animation-fill-mode
:规定动画结束时的状态animation-timing-function
:规定动画的速度曲线(默认是ease)animation-direction
:规定动画是否在下一个周期逆向地播放(默认是“normal”)TG · 2016-12-06
TG · 2016-12-01
TG · 2016-12-01