关于一个自适应屏幕的高宽
摘要:function leftTop(obj){ var screenHeight = $(window).height(); console.log(screenHeight); //var scrolltop = $(document).scrollTop(); var objTop = (scre
阅读全文
posted @
2016-04-28 09:43
sadydai
阅读(115)
推荐(0)
关于loading 的一个css样式
摘要:animation: threeBounceDelay 1.4s infinite ease-in-out; animation-fill-mode: both; @keyframes threeBounceDelay { 0%,100%,80% { -webkit-transform: scale
阅读全文
posted @
2016-04-25 16:25
sadydai