11.3 增加不可选择

This commit is contained in:
jl-zhoujl2
2022-11-03 10:04:39 +08:00
parent d15de01b29
commit 1ae29fc1eb

View File

@ -216,6 +216,9 @@
background-size: 100% 100%; background-size: 100% 100%;
background-repeat: no-repeat; background-repeat: no-repeat;
height: 100%; height: 100%;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
.choiceLoginBlock { .choiceLoginBlock {
position: absolute; position: absolute;