index.less 943 B

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