11.3 增加不可选择
This commit is contained in:
@ -216,6 +216,9 @@
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
height: 100%;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
|
||||
.choiceLoginBlock {
|
||||
position: absolute;
|
||||
|
Reference in New Issue
Block a user