12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- .foldoutstyle {
- }
- .data {
- flex-direction: row;
- }
- .root1 {
- width: 700px;
- flex-direction: row;
- height: auto;
- }
- .herovalueroot {
- background-color: rgb(119, 140, 130);
- flex-direction: row;
- flex-wrap: wrap;
- }
- .herovaluegrid {
- flex-direction: row;
- width: 300px;
- }
- .heroicon {
- background-image: none;
- width: 64px;
- height: 64px;
- }
- .root2 {
- width: 700px;
- }
- .herozhiliao {
- flex-wrap: wrap;
- flex-direction: column;
- }
- .root3 {
- margin-left: 10px;
- }
- .messagescr {
- }
- .datasv {
- justify-content: space-between;
- align-items: center;
- }
- .foldout {
- margin-left: 10px;
- }
- .messagevalue {
- flex-wrap: wrap;
- flex-direction: column-reverse;
- height: auto;
- width: auto;
- align-items: auto;
- justify-content: flex-start;
- white-space: normal;
- }
|