StatusStyle.uss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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: normal;
  20. align-self: auto;
  21. justify-content: flex-start;
  22. align-items: auto;
  23. -unity-text-align: middle-center;
  24. text-overflow: ellipsis;
  25. -unity-font-definition: url("project://database/Assets/Font/MaoKenZhuYuanTi-MaokenZhuyuanTi-2.ttf?fileID=12800000&guid=50a63638b44907e46a3fa871d63b7d39&type=3#MaoKenZhuYuanTi-MaokenZhuyuanTi-2");
  26. }
  27. .SelectBall {
  28. flex-grow: 1;
  29. position: relative;
  30. top: auto;
  31. width: 16px;
  32. height: 16px;
  33. border-top-left-radius: 8px;
  34. border-top-right-radius: 8px;
  35. border-bottom-right-radius: 8px;
  36. border-bottom-left-radius: 8px;
  37. background-color: rgb(255, 255, 255);
  38. margin-top: 3px;
  39. margin-right: 3px;
  40. margin-bottom: 3px;
  41. margin-left: 3px;
  42. -unity-font-definition: url("project://database/Assets/Font/MaoKenZhuYuanTi-MaokenZhuyuanTi-2.ttf?fileID=12800000&guid=50a63638b44907e46a3fa871d63b7d39&type=3#MaoKenZhuYuanTi-MaokenZhuyuanTi-2");
  43. }
  44. .subMenu {
  45. background-image: url("project://database/Assets/Packages/2D%20Casual%20UI/Sprite/GUI.png?fileID=21300106&guid=1eaee135ce037439d925cee5e41ce026&type=3#GUI_60");
  46. -unity-background-image-tint-color: rgba(255, 252, 90, 0.78);
  47. width: 30px;
  48. height: 30px;
  49. background-size: 100% 100%;
  50. flex-shrink: initial;
  51. flex-grow: initial;
  52. align-items: center;
  53. align-self: center;
  54. max-width: initial;
  55. max-height: initial;
  56. }
  57. .background {
  58. flex-grow: 1;
  59. width: auto;
  60. height: 466px;
  61. background-color: rgb(248, 255, 218);
  62. position: relative;
  63. max-height: none;
  64. min-height: auto;
  65. background-image: none;
  66. -unity-background-image-tint-color: rgb(255, 255, 255);
  67. align-items: center;
  68. visibility: visible;
  69. overflow: visible;
  70. display: flex;
  71. opacity: 1;
  72. right: auto;
  73. bottom: auto;
  74. justify-content: flex-start;
  75. align-self: stretch;
  76. margin-top: 25px;
  77. margin-right: 10px;
  78. margin-bottom: 20px;
  79. margin-left: 10px;
  80. border-top-left-radius: 10px;
  81. border-top-right-radius: 10px;
  82. border-bottom-right-radius: 10px;
  83. border-bottom-left-radius: 10px;
  84. top: 0;
  85. left: 0;
  86. -unity-background-scale-mode: stretch-to-fill;
  87. }