介绍:
WeUI 是一套同微信原生视觉体验一致的基础样式库,由微信官方设计团队为微信 Web 开发量身设计,可以令用户的使用感知更加统一。
| WeUI 说明文档参考 | https://github.com/Tencent/weui/wiki |
| WeUI 视觉标准参考 | https://github.com/weui/weui-design |
移动端Web开发注意:
1.body中加上ontouchstart<body ontouchstart>...</body>
2.加入<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0,viewport-fit=cover">
基本上常用的就这些了