index.less 1.1 KB

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