МОРда МАджонга
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

10 行
160B

  1. #окно-подложка
  2. {
  3. position: fixed;
  4. left: 0;
  5. top: 0;
  6. right: 0;
  7. bottom: 0;
  8. background-color: white;
  9. pointer-events: none;
  10. }