12345678910111213141516171819202122232425 |
- .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;
- }
|