index.less 2.2 KB

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