index.less 616 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. @charset "utf-8";
  2. #practise {
  3. .code-module {
  4. padding: 80px 250px;
  5. text-align: center;
  6. .title {
  7. font-size: 18px;
  8. margin-bottom: 24px;
  9. }
  10. .input-block {
  11. margin-bottom: 24px;
  12. .input {
  13. width: 350px;
  14. input {
  15. border-top-left-radius: 22px;
  16. border-bottom-left-radius: 22px;
  17. }
  18. }
  19. .button {
  20. width: 150px;
  21. border-top-right-radius: 22px;
  22. border-bottom-right-radius: 22px;
  23. }
  24. }
  25. .tip {
  26. .left {
  27. float: left;
  28. }
  29. .right {
  30. float: right;
  31. }
  32. }
  33. }
  34. }