index.less 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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. }
  21. .page-item-title {
  22. padding: 5px 0;
  23. color: #303036FF;
  24. cursor: pointer;
  25. }
  26. .up {
  27. display: none;
  28. }
  29. .down {
  30. display: block;
  31. transform: rotate(-90deg);
  32. }
  33. }
  34. .page-item.active {
  35. .up {
  36. display: block;
  37. }
  38. .down {
  39. display: none;
  40. }
  41. .page-item-title {
  42. font-weight: 600;
  43. }
  44. }
  45. }
  46. .center {
  47. padding-left: 300px;
  48. padding-bottom: 400px;
  49. word-wrap: break-word;
  50. word-break: break-all;
  51. overflow: hidden;
  52. .query-layout {
  53. .search-wrapper {
  54. display: inline-block;
  55. display: flex;
  56. position: relative;
  57. margin-bottom: 20px;
  58. .select {
  59. position: absolute;
  60. }
  61. input {
  62. flex: 1;
  63. width: 780px;
  64. line-height: 18px;
  65. padding: 18px 20px;
  66. padding-left: 100px;
  67. font-size: 16px;
  68. color: #686872FF;
  69. border-left: 1px solid #B9B9B9FF;
  70. border-top: 1px solid #B9B9B9FF;
  71. border-bottom: 1px solid #B9B9B9FF;
  72. }
  73. input:focus {
  74. border-color: #4292F0;
  75. }
  76. .button {
  77. line-height: 20px;
  78. padding: 18px 20px;
  79. font-size: 16px;
  80. vertical-align: top;
  81. }
  82. }
  83. }
  84. .data-list {
  85. margin: 0 10px;
  86. .data-item {
  87. margin: 10px;
  88. }
  89. }
  90. }
  91. }
  92. }