sytleLabels.uss 699 B

12345678910111213141516171819202122232425
  1. .Labels {
  2. border-left-color: rgb(255, 162, 11);
  3. border-right-color: rgb(255, 162, 11);
  4. border-top-color: rgb(255, 162, 11);
  5. border-bottom-color: rgb(255, 162, 11);
  6. border-top-width: 4px;
  7. border-right-width: 4px;
  8. border-bottom-width: 4px;
  9. border-left-width: 4px;
  10. margin-top: 0;
  11. margin-right: 0;
  12. margin-bottom: 0;
  13. margin-left: 0;
  14. -unity-font: resource('Font/MaoKenZhuYuanTi-MaokenZhuyuanTi-2');
  15. font-size: 100%;
  16. width: auto;
  17. left: auto;
  18. position: absolute;
  19. -unity-font-style: bold;
  20. align-self: auto;
  21. justify-content: flex-start;
  22. align-items: auto;
  23. -unity-text-align: middle-center;
  24. text-overflow: ellipsis;
  25. }