CombatR.uss 926 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. .custom-label {
  2. font-size: 20px;
  3. -unity-font-style: bold;
  4. color: rgb(68, 138, 255);
  5. }
  6. .foldout_style {
  7. }
  8. .value_data_style {
  9. flex-grow: 1;
  10. flex-direction: row;
  11. flex-wrap: wrap;
  12. }
  13. .value_data_entity_style {
  14. flex-grow: 1;
  15. flex-wrap: wrap;
  16. flex-direction: row;
  17. }
  18. .value_scrollview {
  19. margin-left: 0;
  20. min-width: 70%;
  21. }
  22. .value_list_style {
  23. }
  24. .visualElement_v {
  25. flex-grow: 1;
  26. width: auto;
  27. max-width: none;
  28. align-items: stretch;
  29. align-self: auto;
  30. min-width: 30%;
  31. flex-basis: auto;
  32. flex-shrink: 1;
  33. flex-wrap: nowrap;
  34. opacity: 1;
  35. margin-left: 0;
  36. }
  37. .valuebar {
  38. max-width: 100px;
  39. flex-direction: column;
  40. flex-wrap: wrap;
  41. min-width: 100px;
  42. }
  43. .valuename {
  44. }
  45. .hengxiang {
  46. width: auto;
  47. justify-content: flex-start;
  48. align-self: auto;
  49. flex-direction: row;
  50. }
  51. .miaoshuve {
  52. flex-grow: 1;
  53. max-height: 300px;
  54. }