info.less 581 B

123456789101112131415161718192021222324252627282930313233
  1. .main {
  2. height: 88.8vh;
  3. .one {
  4. width: 96vw;
  5. border-bottom: 1px dashed #cccccc;
  6. .one_1 {
  7. text-align: center;
  8. font-weight: bold;
  9. font-size: 20px;
  10. padding: 6vw 0;
  11. }
  12. .one_2 {
  13. display: flex;
  14. justify-content: space-between;
  15. font-size: 16px;
  16. color: #666666;
  17. padding: 2vw 0;
  18. text {
  19. padding-right: 5px;
  20. }
  21. }
  22. }
  23. .two {
  24. width: 96vw;
  25. padding: 2vw 0 0 0;
  26. }
  27. }