index.less 587 B

1234567891011121314151617181920212223242526272829
  1. .main {
  2. height: 88vh;
  3. .one {
  4. display: flex;
  5. flex-direction: column;
  6. justify-content: space-between;
  7. width: 96vw;
  8. .list {
  9. display: flex;
  10. flex-direction: row;
  11. justify-content: space-between;
  12. background-color: #ffffff;
  13. border-bottom: 1px solid #858585;
  14. padding: 2vw;
  15. .list_1 {
  16. text {
  17. font-size: 14px;
  18. }
  19. }
  20. .list_2 {
  21. color: #858585;
  22. }
  23. }
  24. }
  25. }