1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- .Labels {
- border-left-color: rgb(255, 162, 11);
- border-right-color: rgb(255, 162, 11);
- border-top-color: rgb(255, 162, 11);
- border-bottom-color: rgb(255, 162, 11);
- border-top-width: 4px;
- border-right-width: 4px;
- border-bottom-width: 4px;
- border-left-width: 4px;
- margin-top: 0;
- margin-right: 0;
- margin-bottom: 0;
- margin-left: 0;
- -unity-font: resource('Font/MaoKenZhuYuanTi-MaokenZhuyuanTi-2');
- font-size: 100%;
- width: auto;
- left: auto;
- position: absolute;
- -unity-font-style: bold;
- align-self: auto;
- justify-content: flex-start;
- align-items: auto;
- -unity-text-align: middle-center;
- text-overflow: ellipsis;
- }
- .SelectBall {
- flex-grow: 1;
- position: relative;
- top: auto;
- width: 16px;
- height: 16px;
- border-top-left-radius: 8px;
- border-top-right-radius: 8px;
- border-bottom-right-radius: 8px;
- border-bottom-left-radius: 8px;
- background-color: rgb(255, 255, 255);
- margin-top: 3px;
- margin-right: 3px;
- margin-bottom: 3px;
- margin-left: 3px;
- }
- .background {
- flex-grow: 1;
- width: auto;
- height: 466px;
- background-color: rgb(248, 255, 218);
- position: relative;
- max-height: none;
- min-height: auto;
- background-image: none;
- -unity-background-image-tint-color: rgb(255, 255, 255);
- align-items: center;
- visibility: visible;
- overflow: visible;
- display: flex;
- opacity: 1;
- right: auto;
- bottom: auto;
- justify-content: flex-start;
- align-self: stretch;
- margin-top: 25px;
- margin-right: 10px;
- margin-bottom: 20px;
- margin-left: 10px;
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
- border-bottom-right-radius: 10px;
- border-bottom-left-radius: 10px;
- top: 0;
- left: 0;
- -unity-background-scale-mode: stretch-to-fill;
- }
|