随笔分类 - Mobile Develop
摘要://判断PC端跟MB端事件 var touchEnd = ('ontouchstart') in window ? 'touchend' : 'mouseup'; //安卓机点击按钮出现蓝色边框-webkit-tap-highlight-color: rgba(255, 0, 0, 0); //移动
阅读全文
摘要:/* 判断ipad */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px){ /* style */ } /* ipad横屏 */ @media only screen and (min-device-width : 768px) and (max-device-width...
阅读全文

浙公网安备 33010602011771号