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

23 行
457B

  1. /* This is a compiled file, to make changes persist, consider editing under the templates directory */
  2. .pace {
  3. -webkit-pointer-events: none;
  4. pointer-events: none;
  5. -webkit-user-select: none;
  6. -moz-user-select: none;
  7. user-select: none;
  8. }
  9. .pace-inactive {
  10. display: none;
  11. }
  12. .pace .pace-progress {
  13. background-color: rgba(214, 214, 214, 0.19999999999999996);
  14. position: fixed;
  15. z-index: -1;
  16. top: 0;
  17. right: 100%;
  18. bottom: 0;
  19. width: 100%;
  20. }