index.less 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. @charset "utf-8";
  2. #ready {
  3. background: #fff;
  4. .content {
  5. padding-top: 50px;
  6. width: 1140px !important;
  7. position: relative;
  8. .left {
  9. position: absolute;
  10. .ant-anchor-ink {
  11. display: none;
  12. }
  13. .page-item {
  14. position: relative;
  15. padding-left: 30px;
  16. .assets {
  17. position: absolute;
  18. left: 5px;
  19. top: 4px;
  20. cursor: pointer;
  21. }
  22. .page-item-title {
  23. padding: 5px 0;
  24. color: #303036FF;
  25. cursor: pointer;
  26. }
  27. .up {
  28. display: none;
  29. }
  30. .down {
  31. display: block;
  32. transform: rotate(-90deg);
  33. }
  34. .change {
  35. display: none;
  36. }
  37. }
  38. .page-item.active {
  39. .up {
  40. display: block;
  41. }
  42. .down {
  43. display: none;
  44. }
  45. .change {
  46. display: block;
  47. transform: rotate(-90deg);
  48. }
  49. .page-item-title {
  50. font-weight: 600;
  51. }
  52. }
  53. }
  54. .center {
  55. padding-left: 300px;
  56. padding-bottom: 400px;
  57. word-wrap: break-word;
  58. word-break: break-all;
  59. overflow: hidden;
  60. p {
  61. margin: 0px;
  62. }
  63. img {
  64. width: 840px;
  65. }
  66. ul {
  67. margin-bottom: 0;
  68. }
  69. .ql-indent-1 {
  70. padding-left: 40px;
  71. }
  72. .query-layout {
  73. .search-wrapper {
  74. display: inline-block;
  75. display: flex;
  76. position: relative;
  77. margin-bottom: 20px;
  78. .select {
  79. position: absolute;
  80. }
  81. input {
  82. flex: 1;
  83. width: 780px;
  84. line-height: 18px;
  85. padding: 18px 20px;
  86. padding-left: 100px;
  87. font-size: 16px;
  88. color: #686872FF;
  89. border-left: 1px solid #B9B9B9FF;
  90. border-top: 1px solid #B9B9B9FF;
  91. border-bottom: 1px solid #B9B9B9FF;
  92. }
  93. input:focus {
  94. border-color: #4292F0;
  95. }
  96. .button {
  97. line-height: 20px;
  98. padding: 18px 20px;
  99. font-size: 16px;
  100. vertical-align: top;
  101. }
  102. }
  103. }
  104. .faq-layout {
  105. .module {
  106. box-shadow: none;
  107. padding: 0;
  108. }
  109. }
  110. .data-list {
  111. margin: 0 10px;
  112. .data-item {
  113. margin: 10px;
  114. }
  115. }
  116. }
  117. }
  118. }