index.wxss 409 B

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