combatreporuss.uss 828 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. .foldoutstyle {
  2. }
  3. .data {
  4. flex-direction: row;
  5. }
  6. .root1 {
  7. width: 700px;
  8. flex-direction: row;
  9. height: auto;
  10. }
  11. .herovalueroot {
  12. background-color: rgb(119, 140, 130);
  13. flex-direction: row;
  14. flex-wrap: wrap;
  15. }
  16. .herovaluegrid {
  17. flex-direction: row;
  18. width: 300px;
  19. }
  20. .heroicon {
  21. background-image: none;
  22. width: 64px;
  23. height: 64px;
  24. }
  25. .root2 {
  26. width: 700px;
  27. }
  28. .herozhiliao {
  29. flex-wrap: wrap;
  30. flex-direction: column;
  31. }
  32. .root3 {
  33. margin-left: 10px;
  34. }
  35. .messagescr {
  36. }
  37. .datasv {
  38. justify-content: space-between;
  39. align-items: center;
  40. }
  41. .foldout {
  42. margin-left: 10px;
  43. }
  44. .messagevalue {
  45. flex-wrap: wrap;
  46. flex-direction: column-reverse;
  47. height: auto;
  48. width: auto;
  49. align-items: auto;
  50. justify-content: flex-start;
  51. white-space: normal;
  52. }