StatusStyle.uss 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. }
  26. .SelectBall {
  27. flex-grow: 1;
  28. position: relative;
  29. top: auto;
  30. width: 16px;
  31. height: 16px;
  32. border-top-left-radius: 8px;
  33. border-top-right-radius: 8px;
  34. border-bottom-right-radius: 8px;
  35. border-bottom-left-radius: 8px;
  36. background-color: rgb(255, 255, 255);
  37. margin-top: 3px;
  38. margin-right: 3px;
  39. margin-bottom: 3px;
  40. margin-left: 3px;
  41. }
  42. .background {
  43. flex-grow: 1;
  44. width: auto;
  45. height: 466px;
  46. background-color: rgb(248, 255, 218);
  47. position: relative;
  48. max-height: none;
  49. min-height: auto;
  50. background-image: none;
  51. -unity-background-image-tint-color: rgb(255, 255, 255);
  52. align-items: center;
  53. visibility: visible;
  54. overflow: visible;
  55. display: flex;
  56. opacity: 1;
  57. right: auto;
  58. bottom: auto;
  59. justify-content: flex-start;
  60. align-self: stretch;
  61. margin-top: 25px;
  62. margin-right: 10px;
  63. margin-bottom: 20px;
  64. margin-left: 10px;
  65. border-top-left-radius: 10px;
  66. border-top-right-radius: 10px;
  67. border-bottom-right-radius: 10px;
  68. border-bottom-left-radius: 10px;
  69. top: 0;
  70. left: 0;
  71. -unity-background-scale-mode: stretch-to-fill;
  72. }