index.css 327 B

1234567891011121314151617181920212223
  1. h2 {
  2. color: #f90;
  3. font-size: 15px;
  4. width: 680px;
  5. text-align: center
  6. }
  7. .middle {
  8. width: 600px;
  9. align-items: center;
  10. }
  11. .inputstyle {
  12. width: 600px;
  13. }
  14. .okstyle {
  15. margin-top: 20px;
  16. margin-left: 300px;
  17. width: 100px;
  18. color: #f90;
  19. text-align: center;
  20. }
  21. .selectstyle {
  22. width: 200px;
  23. }