123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- .root1 {
- flex-direction: row;
- }
- .icon {
- background-image: url('project://database/Assets/Art/UIAssets/icon/icon_juese202b.png?fileID=2800000&guid=f4301807cbf007d4aa1f68ad9b550ba7&type=3#icon_juese202b');
- width: 64px;
- height: 64px;
- }
- .root2 {
- align-items: stretch;
- flex-shrink: 1;
- margin-left: 10px;
- }
- .herovalue {
- height: auto;
- width: auto;
- flex-direction: row;
- flex-wrap: wrap;
- visibility: visible;
- flex-shrink: 10;
- flex-grow: 10;
- align-items: stretch;
- justify-content: flex-start;
- }
- .root3 {
- }
- .valuebar {
- opacity: 1;
- width: 101px;
- -unity-text-outline-width: 0;
- -unity-text-outline-color: rgb(231, 56, 56);
- max-width: 100px;
- min-width: 100px;
- left: 10px;
- flex-direction: column;
- flex-wrap: nowrap;
- height: auto;
- -unity-text-align: middle-left;
- white-space: nowrap;
- font-size: 10px;
- color: rgb(255, 251, 251);
- -unity-font-style: bold;
- }
- .herovaluegrid {
- flex-direction: row;
- width: 300px;
- flex-wrap: nowrap;
- }
- .valuename {
- flex-direction: row;
- flex-wrap: wrap;
- width: 80px;
- }
- .messagedata {
- margin-left: 10px;
- }
- .messagescr {
- max-height: 300px;
- height: auto;
- }
- .herozhiliao {
- width: 100px;
- flex-grow: 0;
- letter-spacing: 2px;
- word-spacing: 0;
- -unity-paragraph-spacing: 0;
- text-shadow: 0 0 0 rgb(0, 0, 0);
- padding-bottom: 0;
- flex-shrink: 1;
- padding-top: 0;
- margin-top: 0;
- }
- .zidonglabel {
- flex-wrap: wrap;
- width: 100px;
- -unity-text-align: lower-left;
- white-space: normal;
- color: rgb(255, 138, 0);
- -unity-font-style: bold;
- }
- .integerstyle {
- width: 245px;
- }
- .buttonsize {
- width: 106px;
- }
|