index.less 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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. }
  35. .page-item.active {
  36. .up {
  37. display: block;
  38. }
  39. .down {
  40. display: none;
  41. }
  42. .page-item-title {
  43. font-weight: 600;
  44. }
  45. }
  46. }
  47. .center {
  48. padding-left: 300px;
  49. padding-bottom: 400px;
  50. word-wrap: break-word;
  51. word-break: break-all;
  52. overflow: hidden;
  53. .query-layout {
  54. .search-wrapper {
  55. display: inline-block;
  56. display: flex;
  57. position: relative;
  58. margin-bottom: 20px;
  59. .select {
  60. position: absolute;
  61. }
  62. input {
  63. flex: 1;
  64. width: 780px;
  65. line-height: 18px;
  66. padding: 18px 20px;
  67. padding-left: 100px;
  68. font-size: 16px;
  69. color: #686872FF;
  70. border-left: 1px solid #B9B9B9FF;
  71. border-top: 1px solid #B9B9B9FF;
  72. border-bottom: 1px solid #B9B9B9FF;
  73. }
  74. input:focus {
  75. border-color: #4292F0;
  76. }
  77. .button {
  78. line-height: 20px;
  79. padding: 18px 20px;
  80. font-size: 16px;
  81. vertical-align: top;
  82. }
  83. }
  84. }
  85. .faq-layout {
  86. .module {
  87. box-shadow: none;
  88. }
  89. }
  90. .data-list {
  91. margin: 0 10px;
  92. .data-item {
  93. margin: 10px;
  94. }
  95. }
  96. }
  97. }
  98. }