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

UsageDialStyle.uss 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .proxy-root {
  2. flex-grow: 1;
  3. }
  4. .usage-dial__background-image {
  5. background-image: resource('Packages/com.unity.adaptiveperformance/Editor/UI/UsageDial_Ring.png');
  6. flex-grow: 1;
  7. width: 64px;
  8. height: 32px;
  9. flex-direction: column-reverse;
  10. align-items: center;
  11. -unity-background-image-tint-color: rgba(255, 255, 255, 0);
  12. padding-bottom: 0;
  13. margin-bottom: 0;
  14. }
  15. .usage-dial__container {
  16. border-left-color: rgb(151, 151, 151);
  17. border-right-color: rgb(151, 151, 151);
  18. border-top-color: rgb(151, 151, 151);
  19. border-bottom-color: rgb(151, 151, 151);
  20. border-bottom-width: 1px;
  21. flex-grow: 1;
  22. flex-shrink: 0;
  23. width: 68px;
  24. margin-left: 0;
  25. padding-left: 2px;
  26. }
  27. .usage-dial__root {
  28. align-items: center;
  29. width: 0;
  30. height: 0;
  31. }
  32. .usage-dial__indicator {
  33. width: 12px;
  34. position: absolute;
  35. right: 22px;
  36. border-left-color: rgb(255, 255, 255);
  37. border-right-color: rgb(255, 255, 255);
  38. border-top-color: rgb(255, 255, 255);
  39. border-bottom-color: rgb(255, 255, 255);
  40. border-left-width: 0;
  41. border-right-width: 0;
  42. border-top-width: 0.5px;
  43. border-bottom-width: 0.5px;
  44. border-top-left-radius: 1px;
  45. border-bottom-left-radius: 1px;
  46. border-top-right-radius: 1px;
  47. border-bottom-right-radius: 1px;
  48. }