12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- .custom-label {
- font-size: 20px;
- -unity-font-style: bold;
- color: rgb(68, 138, 255);
- }
- .foldout_style {
- }
- .value_data_style {
- flex-grow: 1;
- flex-direction: row;
- flex-wrap: wrap;
- }
- .value_data_entity_style {
- flex-grow: 1;
- flex-wrap: wrap;
- flex-direction: row;
- }
- .value_scrollview {
- margin-left: 0;
- min-width: 70%;
- }
- .value_list_style {
- }
- .visualElement_v {
- flex-grow: 1;
- width: auto;
- max-width: none;
- align-items: stretch;
- align-self: auto;
- min-width: 30%;
- flex-basis: auto;
- flex-shrink: 1;
- flex-wrap: nowrap;
- opacity: 1;
- margin-left: 0;
- }
- .valuebar {
- max-width: 100px;
- flex-direction: column;
- flex-wrap: wrap;
- min-width: 100px;
- }
- .valuename {
- }
- .hengxiang {
- width: auto;
- justify-content: flex-start;
- align-self: auto;
- flex-direction: row;
- }
- .miaoshuve {
- flex-grow: 1;
- max-height: 300px;
- }
|