You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

style-fix-html2canvas.css 286 B

123456789101112131415161718
  1. @charset "utf-8";
  2. .team-awoken-effect>ul>li {
  3. display: flex;
  4. gap: 3px;
  5. }
  6. .awoken-ul .awoken-count {
  7. display: flex;
  8. }
  9. .member-types .types-ul>li {
  10. display: flex;
  11. }
  12. .member-awoken .awoken-ul>li {
  13. display: flex;
  14. }
  15. .team-total-info-count>ul>li {
  16. display: flex;
  17. flex-direction: row;
  18. }