StatusStyle.uss 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. -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. .background {
  45. flex-grow: 1;
  46. width: auto;
  47. height: 466px;
  48. background-color: rgb(248, 255, 218);
  49. position: relative;
  50. max-height: none;
  51. min-height: auto;
  52. background-image: none;
  53. -unity-background-image-tint-color: rgb(255, 255, 255);
  54. align-items: center;
  55. visibility: visible;
  56. overflow: visible;
  57. display: flex;
  58. opacity: 1;
  59. right: auto;
  60. bottom: auto;
  61. justify-content: flex-start;
  62. align-self: stretch;
  63. margin-top: 25px;
  64. margin-right: 10px;
  65. margin-bottom: 20px;
  66. margin-left: 10px;
  67. border-top-left-radius: 10px;
  68. border-top-right-radius: 10px;
  69. border-bottom-right-radius: 10px;
  70. border-bottom-left-radius: 10px;
  71. top: 0;
  72. left: 0;
  73. -unity-background-scale-mode: stretch-to-fill;
  74. }