Skip to content

Commit 1e17b5a

Browse files
author
zhangyonghong
committed
update txt
1 parent 7fbdd29 commit 1e17b5a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# src
2-
这里边是一些常用的资源或代码片段
2+
这里边是一些常用的资源或代码片段,你不在是一个阅读者,更是一个项目参与者内容创造者,欢迎fork之后pull。
33

44
- [QQ 群规](//github.com/jsfront/src/blob/master/qq.md)
55
- [CSS 常用代码](//github.com/jsfront/src/blob/master/css.md)

css.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,5 +208,12 @@ user-select:none
208208
-webkit-overflow-scrolling:touch;overflow-y:scroll;
209209
```
210210

211+
- [禁止选中文本](http://www.qianduan.net/introduce-user-select/)
212+
```css
213+
-moz-user-select:none;
214+
-webkit-user-select:none;
215+
-ms-user-select:none;
216+
```
217+
211218

212219

0 commit comments

Comments
 (0)