Skip to content

Commit

Permalink
update txt
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyonghong committed Jul 8, 2015
1 parent 7fbdd29 commit 1e17b5a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# src
这里边是一些常用的资源或代码片段
这里边是一些常用的资源或代码片段,你不在是一个阅读者,更是一个项目参与者内容创造者,欢迎fork之后pull。

- [QQ 群规](//github.com/jsfront/src/blob/master/qq.md)
- [CSS 常用代码](//github.com/jsfront/src/blob/master/css.md)
Expand Down
7 changes: 7 additions & 0 deletions css.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,5 +208,12 @@ user-select:none
-webkit-overflow-scrolling:touch;overflow-y:scroll;
```

- [禁止选中文本](http://www.qianduan.net/introduce-user-select/)
```css
-moz-user-select:none;
-webkit-user-select:none;
-ms-user-select:none;
```



0 comments on commit 1e17b5a

Please sign in to comment.