get-performance.wxss 190 B

12345678910111213
  1. .container {
  2. display: block;
  3. }
  4. .performance-list {
  5. display: flex;
  6. flex-direction: column;
  7. width: 100%;
  8. align-items: center;
  9. }
  10. .performance-item {
  11. margin: 15px 0;
  12. width: 80%;
  13. }