root1.uss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. .root1 {
  2. flex-direction: row;
  3. }
  4. .icon {
  5. background-image: url('project://database/Assets/Art/UIAssets/icon/icon_juese202b.png?fileID=2800000&guid=f4301807cbf007d4aa1f68ad9b550ba7&type=3#icon_juese202b');
  6. width: 64px;
  7. height: 64px;
  8. }
  9. .root2 {
  10. align-items: stretch;
  11. flex-shrink: 1;
  12. margin-left: 10px;
  13. }
  14. .herovalue {
  15. height: auto;
  16. width: auto;
  17. flex-direction: row;
  18. flex-wrap: wrap;
  19. visibility: visible;
  20. flex-shrink: 10;
  21. flex-grow: 10;
  22. align-items: stretch;
  23. justify-content: flex-start;
  24. }
  25. .root3 {
  26. }
  27. .valuebar {
  28. opacity: 1;
  29. width: 101px;
  30. -unity-text-outline-width: 0;
  31. -unity-text-outline-color: rgb(231, 56, 56);
  32. max-width: 100px;
  33. min-width: 100px;
  34. left: 10px;
  35. flex-direction: column;
  36. flex-wrap: nowrap;
  37. height: auto;
  38. -unity-text-align: middle-left;
  39. white-space: nowrap;
  40. font-size: 10px;
  41. color: rgb(255, 251, 251);
  42. -unity-font-style: bold;
  43. }
  44. .herovaluegrid {
  45. flex-direction: row;
  46. width: 300px;
  47. flex-wrap: nowrap;
  48. }
  49. .valuename {
  50. flex-direction: row;
  51. flex-wrap: wrap;
  52. width: 80px;
  53. }
  54. .messagedata {
  55. margin-left: 10px;
  56. }
  57. .messagescr {
  58. max-height: 300px;
  59. height: auto;
  60. }
  61. .herozhiliao {
  62. width: 100px;
  63. flex-grow: 0;
  64. letter-spacing: 2px;
  65. word-spacing: 0;
  66. -unity-paragraph-spacing: 0;
  67. text-shadow: 0 0 0 rgb(0, 0, 0);
  68. padding-bottom: 0;
  69. flex-shrink: 1;
  70. padding-top: 0;
  71. margin-top: 0;
  72. }
  73. .zidonglabel {
  74. flex-wrap: wrap;
  75. width: 100px;
  76. -unity-text-align: lower-left;
  77. white-space: normal;
  78. color: rgb(255, 138, 0);
  79. -unity-font-style: bold;
  80. }
  81. .integerstyle {
  82. width: 245px;
  83. }
  84. .buttonsize {
  85. width: 106px;
  86. }