style.less 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. @font-face {
  2. font-family: "almm";
  3. src: url("/src/assets/almm/AlimamaShuHeiTi-Bold.woff2") format("woff2"),
  4. url("/src/assets/almm/AlimamaShuHeiTi-Bold.woff") format("woff");
  5. }
  6. :root {
  7. font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  8. line-height: 1.5;
  9. font-weight: 400;
  10. color-scheme: light dark;
  11. color: rgba(255, 255, 255, 0.87);
  12. background-color: #242424;
  13. font-synthesis: none;
  14. text-rendering: optimizeLegibility;
  15. -webkit-font-smoothing: antialiased;
  16. -moz-osx-font-smoothing: grayscale;
  17. -webkit-text-size-adjust: 100%;
  18. }
  19. input::-webkit-outer-spin-button,
  20. input::-webkit-inner-spin-button {
  21. -webkit-appearance: none !important;
  22. }
  23. input[type='number'] {
  24. -moz-appearance: textfield;
  25. }
  26. input::placeholder {
  27. color: #999 !important;
  28. opacity: 1;
  29. }
  30. a {
  31. font-weight: 500;
  32. color: #646cff;
  33. text-decoration: inherit;
  34. }
  35. a:hover {
  36. color: #535bf2;
  37. }
  38. a {
  39. font-weight: 500;
  40. color: #646cff;
  41. text-decoration: inherit;
  42. }
  43. a:hover {
  44. color: #535bf2;
  45. }
  46. body {
  47. margin: 0;
  48. display: flex;
  49. place-items: center;
  50. min-width: 1200px;
  51. min-height: 100vh;
  52. font-family:Alibaba Sans,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  53. }
  54. h1 {
  55. font-size: 3.2em;
  56. line-height: 1.1;
  57. }
  58. button {
  59. border-radius: 8px;
  60. border: 1px solid transparent;
  61. padding: 0.6em 1.2em;
  62. font-size: 1em;
  63. font-weight: 500;
  64. font-family: inherit;
  65. background-color: #1a1a1a;
  66. cursor: pointer;
  67. transition: border-color 0.25s;
  68. }
  69. button:hover {
  70. border-color: #646cff;
  71. }
  72. button:focus,
  73. button:focus-visible {
  74. outline: 4px auto -webkit-focus-ring-color;
  75. }
  76. .y-container{
  77. padding:10px;
  78. background: #fff;
  79. }
  80. .container{
  81. position: relative;
  82. background-color: #fff;
  83. padding: 16px;
  84. }
  85. .fixed__btn__panel{
  86. position: absolute;
  87. display: flex;
  88. justify-content: center;
  89. width: 100%;
  90. bottom: 0;
  91. left:0;
  92. padding:16px 10px;
  93. text-align: center;
  94. border-top:1px solid #f1f2f3;
  95. background-color: #fff;
  96. box-shadow: 0 -5px 5px rgba(0, 0, 0, .05);
  97. z-index: 9999999;
  98. }
  99. .inline-16{
  100. display: inline-block !important;
  101. margin-right: 10px !important;
  102. }
  103. .select-title {
  104. font-size:14px;
  105. color:rgba(0, 0, 0, 0.88);
  106. }
  107. .mg-bt-20{
  108. margin-bottom: 20px;
  109. }
  110. .flex-align-center{
  111. display: flex;
  112. align-items: center;
  113. }
  114. .flex-around{
  115. justify-content: space-around;
  116. }
  117. .mr-10{
  118. margin-right: 10px;
  119. }
  120. .mt-10{
  121. margin-bottom: 10px;
  122. }
  123. .almm{
  124. font-family: almm;
  125. }
  126. .desc_title{
  127. margin:0 0 20px 0;
  128. font-weight: bold;
  129. // font-size: 1rem;
  130. }
  131. .ellipsis {
  132. display: block;
  133. overflow: hidden;
  134. white-space: nowrap;
  135. text-overflow: ellipsis;
  136. }
  137. .ant-table-striped :deep td{
  138. font-size: 12px !important;
  139. }
  140. @media (prefers-color-scheme: light) {
  141. :root {
  142. color: #213547;
  143. background-color: #ffffff;
  144. }
  145. a:hover {
  146. color: #747bff;
  147. }
  148. button {
  149. background-color: #f9f9f9;
  150. }
  151. }
  152. .normal-title {
  153. font-weight: bold;
  154. display: inline-block;
  155. }
  156. .redlitt::before {
  157. display: inline-block;
  158. margin-inline-end: 4px;
  159. color: #ff4d4f;
  160. font-size: 14px;
  161. font-family: SimSun,sans-serif;
  162. line-height: 1;
  163. content: "*";
  164. }