常见的css 特效-hover + href
h5 的自定义属性, css3 的 动画 , jquer 的API
$(function(){
$('.card').click(function(){window.location.href = $(this).data('href') })
})
-webkit-transform: translate(0, -2.25rem);
-moz-transform: translate(0, -2.25rem5rem);
transform: translate(0, -5.25rem);
background-color: #ffffff;
box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.08);
border: none;
本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。
评论已关闭