/* CSS3 盒子模型*/ box-sizing: border-box; -webkit-box-sizing: border-box; /* 清除点击高亮,设置为透明 */ -webkit-tap-highlight-color: transparent; /* 禁用长按图片、链接时弹出菜单 */ img, a { -webkit-touch-callout: none; }
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。