index.less 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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. .query-layout {
  64. .search-wrapper {
  65. display: inline-block;
  66. display: flex;
  67. position: relative;
  68. margin-bottom: 20px;
  69. .select {
  70. position: absolute;
  71. }
  72. input {
  73. flex: 1;
  74. width: 780px;
  75. line-height: 18px;
  76. padding: 18px 20px;
  77. padding-left: 100px;
  78. font-size: 16px;
  79. color: #686872FF;
  80. border-left: 1px solid #B9B9B9FF;
  81. border-top: 1px solid #B9B9B9FF;
  82. border-bottom: 1px solid #B9B9B9FF;
  83. }
  84. input:focus {
  85. border-color: #4292F0;
  86. }
  87. .button {
  88. line-height: 20px;
  89. padding: 18px 20px;
  90. font-size: 16px;
  91. vertical-align: top;
  92. }
  93. }
  94. }
  95. .faq-layout {
  96. .module {
  97. box-shadow: none;
  98. padding: 0;
  99. }
  100. }
  101. .data-list {
  102. margin: 0 10px;
  103. .data-item {
  104. margin: 10px;
  105. }
  106. }
  107. }
  108. }
  109. }