常见的代码

125 阅读1分钟
  • { margin: 0; padding: 0; list-style: none; }

    .flex { display: flex; }

    .j-s { justify-content: space-between; }

    .j-c { justify-content: center; }

    .a-c { align-items: center; }

    .f-d-c { flex-direction: column; }