style.module.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. /* .cardWrapper {
  2. display: grid;
  3. grid-template-columns: repeat(auto-fill, minmax(290px, auto));
  4. grid-gap: 16px;
  5. grid-auto-rows: 180px;
  6. } */
  7. .totalText {
  8. @apply text-gray-900 font-medium text-base flex-1;
  9. }
  10. .docSearchWrapper {
  11. @apply sticky w-full py-1 -top-3 bg-white flex items-center mb-3 justify-between z-10 flex-wrap gap-y-1;
  12. }
  13. .listContainer {
  14. height: calc(100% - 3.25rem);
  15. @apply box-border pb-[30px];
  16. }
  17. .cardWrapper {
  18. @apply grid gap-4 grid-cols-3 min-w-[902px] last:mb-[30px];
  19. }
  20. .segWrapper {
  21. @apply box-border h-[180px] w-full xl:min-w-[290px] bg-gray-50 px-4 pt-4 flex flex-col text-opacity-50 rounded-xl border border-transparent hover:border-gray-200 hover:shadow-lg hover:cursor-pointer hover:bg-white;
  22. }
  23. .segTitleWrapper {
  24. @apply flex items-center justify-between;
  25. }
  26. .segStatusWrapper {
  27. @apply flex items-center box-border;
  28. }
  29. .segContent {
  30. white-space: wrap;
  31. @apply flex-1 h-0 min-h-0 mt-2 text-sm text-gray-800 overflow-ellipsis overflow-hidden from-gray-800 to-white;
  32. }
  33. .segData {
  34. @apply hidden text-gray-500 text-xs pt-2;
  35. }
  36. .segDataText {
  37. @apply max-w-[80px] truncate;
  38. }
  39. .chartLinkText {
  40. background: linear-gradient(to left, white, 90%, transparent);
  41. @apply text-primary-600 font-semibold text-xs absolute right-0 hidden h-12 pl-12 items-center;
  42. }
  43. .select {
  44. @apply h-8 py-0 bg-gray-50 hover:bg-gray-100 rounded-lg shadow-none !important;
  45. }
  46. .segModalContent {
  47. @apply h-96 text-gray-800 text-base break-all overflow-y-scroll;
  48. white-space: pre-line;
  49. }
  50. .footer {
  51. @apply flex items-center justify-between box-border border-t-gray-200 border-t-[0.5px] pt-3 mt-4 flex-wrap gap-y-2;
  52. }
  53. .numberInfo {
  54. @apply text-gray-500 text-xs font-medium;
  55. }
  56. .keywordTitle {
  57. @apply text-gray-500 mb-2 mt-1 text-xs uppercase;
  58. }
  59. .keywordWrapper {
  60. @apply text-gray-700 w-full max-h-[200px] overflow-auto flex flex-wrap;
  61. }
  62. .keyword {
  63. @apply text-sm border border-gray-200 max-w-[200px] max-h-[100px] whitespace-pre-line overflow-y-auto mr-1 mb-2 last:mr-0 px-2 py-1 rounded-lg;
  64. }
  65. .hashText {
  66. @apply w-48 inline-block truncate;
  67. }
  68. .commonIcon {
  69. @apply w-3 h-3 inline-block align-middle mr-1 bg-gray-500;
  70. mask-repeat: no-repeat;
  71. mask-size: contain;
  72. mask-position: center center;
  73. }
  74. .targetIcon {
  75. mask-image: url(../../assets/target.svg);
  76. }
  77. .typeSquareIcon {
  78. mask-image: url(../../assets/typeSquare.svg);
  79. }
  80. .bezierCurveIcon {
  81. mask-image: url(../../assets/bezierCurve.svg);
  82. }
  83. .cardLoadingWrapper {
  84. @apply relative w-full h-full inline-block rounded-b-xl;
  85. background-position: center center;
  86. background-repeat: no-repeat;
  87. background-size: 100% 100%;
  88. background-origin: content-box;
  89. }
  90. .cardLoadingIcon {
  91. background-image: url(../../assets/cardLoading.svg);
  92. }
  93. /* .hitLoadingIcon {
  94. background-image: url(../../assets/hitLoading.svg);
  95. } */
  96. .cardLoadingBg {
  97. @apply h-full relative rounded-b-xl mt-4;
  98. left: calc(-1rem - 1px);
  99. width: calc(100% + 2rem + 2px);
  100. height: calc(100% - 1rem + 1px);
  101. background: linear-gradient(
  102. 180deg,
  103. rgba(252, 252, 253, 0) 0%,
  104. #fcfcfd 74.15%
  105. );
  106. }
  107. .hitTitleWrapper {
  108. @apply w-full flex items-center justify-between mb-2;
  109. }
  110. .progressWrapper {
  111. @apply flex items-center justify-between w-full;
  112. }
  113. .progress {
  114. border-radius: 3px;
  115. @apply relative h-1.5 box-border border border-gray-300 flex-1 mr-2;
  116. }
  117. .progressLoading {
  118. @apply border-[#EAECF0] bg-[#EAECF0];
  119. }
  120. .progressInner {
  121. @apply absolute top-0 h-full bg-gray-300;
  122. }
  123. .progressText {
  124. font-size: 13px;
  125. @apply text-gray-700 font-bold;
  126. }
  127. .progressTextLoading {
  128. border-radius: 5px;
  129. @apply h-3.5 w-3.5 bg-[#EAECF0];
  130. }
  131. .editTip {
  132. box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  133. }
  134. .delModal {
  135. background: linear-gradient(
  136. 180deg,
  137. rgba(217, 45, 32, 0.05) 0%,
  138. rgba(217, 45, 32, 0) 24.02%
  139. ),
  140. #f9fafb;
  141. box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08),
  142. 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  143. @apply rounded-2xl p-8;
  144. }
  145. .warningWrapper {
  146. box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08),
  147. 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  148. background: rgba(255, 255, 255, 0.9);
  149. @apply h-12 w-12 border-[0.5px] border-gray-100 rounded-xl mb-3 flex items-center justify-center;
  150. }
  151. .warningIcon {
  152. @apply w-[22px] h-[22px] fill-current text-red-600;
  153. }