index.less 428 B

1234567891011121314151617181920212223242526
  1. .main {
  2. height: 88.8vh;
  3. .one {
  4. width: 96vw;
  5. .text {
  6. text-align: center;
  7. font-size: 22px;
  8. margin: 2vw 0;
  9. font-weight: bold;
  10. }
  11. .info {
  12. padding: 0 10px;
  13. font-size: 16px;
  14. text {
  15. float: left;
  16. width: 100%;
  17. margin: 0 0 10px 0;
  18. }
  19. }
  20. }
  21. }