index.less 915 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. @charset "utf-8";
  2. #exercise-list {
  3. .ant-breadcrumb {
  4. margin-top: 20px;
  5. }
  6. .code-module {
  7. padding: 80px 250px;
  8. text-align: center;
  9. .title {
  10. font-size: 18px;
  11. margin-bottom: 24px;
  12. }
  13. .input-block {
  14. margin-bottom: 24px;
  15. .input {
  16. width: 350px;
  17. input {
  18. border-top-left-radius: 22px;
  19. border-bottom-left-radius: 22px;
  20. }
  21. }
  22. .button {
  23. width: 150px;
  24. border-top-right-radius: 22px;
  25. border-bottom-right-radius: 22px;
  26. }
  27. }
  28. .tip {
  29. .left {
  30. float: left;
  31. }
  32. .right {
  33. float: right;
  34. }
  35. }
  36. }
  37. .work-body {
  38. .work-nav {
  39. margin-bottom: 20px;
  40. .left {
  41. display: inline-block;
  42. padding-left: 5px;
  43. font-size: 16px;
  44. font-weight: 600;
  45. }
  46. .right {
  47. float: right;
  48. }
  49. }
  50. }
  51. }