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

ExportAnimAssetsStyleSheet.uss 258B

12345678910111213141516171819202122
  1. * {
  2. align-self: center;
  3. }
  4. #Header {
  5. -unity-font-style: bold;
  6. padding-top: 10px;
  7. padding-bottom: 5px;
  8. }
  9. .SubElement {
  10. margin-left: 15px;
  11. }
  12. #ButtonArea {
  13. padding-top: 10px;
  14. flex-direction: row;
  15. }
  16. Button {
  17. font-size: 14px;
  18. }