123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- .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: normal;
- 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");
- }
- .subMenu {
- background-image: url("project://database/Assets/Packages/2D%20Casual%20UI/Sprite/GUI.png?fileID=21300106&guid=1eaee135ce037439d925cee5e41ce026&type=3#GUI_60");
- -unity-background-image-tint-color: rgba(255, 252, 90, 0.78);
- width: 30px;
- height: 30px;
- background-size: 100% 100%;
- flex-shrink: initial;
- flex-grow: initial;
- align-items: center;
- align-self: center;
- max-width: initial;
- max-height: initial;
- }
- .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;
- }
|