12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- .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;
- -unity-font-definition: url("project://database/Assets/Font/MaoKenZhuYuanTi-MaokenZhuyuanTi-2.ttf?fileID=12800000&guid=50a63638b44907e46a3fa871d63b7d39&type=3#MaoKenZhuYuanTi-MaokenZhuyuanTi-2");
- }
- .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;
- -unity-font-definition: url("project://database/Assets/Font/MaoKenZhuYuanTi-MaokenZhuyuanTi-2.ttf?fileID=12800000&guid=50a63638b44907e46a3fa871d63b7d39&type=3#MaoKenZhuYuanTi-MaokenZhuyuanTi-2");
- }
- .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;
- }
|