您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

keyboard-shortcuts.css 405B

12345678910111213141516171819
  1. #keyboard-shortcuts {
  2. display: none;
  3. position: absolute;
  4. bottom: 20px;
  5. left: 20px;
  6. overflow: hidden;
  7. padding: 20px;
  8. z-index: 1;
  9. border-radius: 15px;
  10. background-attachment: scroll;
  11. background-size: auto auto;
  12. color: rgba(255, 255, 255, .8);
  13. background-color: rgba(0, 0, 0, .8);
  14. }
  15. #keyboard-shortcuts .item-action {
  16. color: #209EFF;
  17. font-size: 14pt;
  18. }