奇舞团讲座总结

1.主题性开发,将代码组件化运用

  图文化;tab切换;轮播组件化

2.移动端

  300ms延时:fastclick组件

  andorid2.3存在的两个问题:overflow:auto/scroll均默认为hidden

        password存在输入内容存在两个框

    解决方案:input:password换成input:text但是会明文显示密码需要再添加一个属性

        input.password-field(-webkit-text-security:disc;)

3.硬件加速

  重写和重绘问题

https://www.w3ctech.com/event/31

原文地址:https://www.cnblogs.com/QIQIZAIXIAN/p/6812637.html