You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.less 7.2 kB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. .datasetTopBox {
  2. display: flex;
  3. align-items: center;
  4. width: 100%;
  5. height: 49px;
  6. padding: 0 30px;
  7. padding-right: 30px;
  8. background-image: url(/assets/images/pipeline-back.png);
  9. background-size: 100% 100%;
  10. }
  11. .datasetIntroTopBox {
  12. display: flex;
  13. flex-direction: column;
  14. justify-content: space-between;
  15. width: 100%;
  16. height: 110px;
  17. margin-bottom: 10px;
  18. padding: 25px 30px;
  19. background-image: url(/assets/images/dataset-back.png);
  20. background-size: 100% 100%;
  21. .smallTagBox {
  22. display: flex;
  23. align-items: center;
  24. color: #1664ff;
  25. font-size: 14px;
  26. .tagItem {
  27. margin-right: 20px;
  28. padding: 4px 10px;
  29. background: rgba(22, 100, 255, 0.1);
  30. border-radius: 4px;
  31. }
  32. }
  33. }
  34. .dataListBox {
  35. padding: 20px 30px;
  36. color: #1d1d20;
  37. font-size: 16px;
  38. background: #ffffff;
  39. border-radius: 10px;
  40. box-shadow: 0px 2px 12px rgba(180, 182, 191, 0.09);
  41. .dataButtonList {
  42. display: flex;
  43. align-items: center;
  44. justify-content: space-between;
  45. height: 32px;
  46. margin: 24px 0 30px 0;
  47. color: #575757;
  48. font-size: 16px;
  49. }
  50. }
  51. .datasetIntroCneterBox {
  52. height: 77vh;
  53. padding: 20px 30px;
  54. background: #ffffff;
  55. border-radius: 10px;
  56. box-shadow: 0px 2px 12px rgba(180, 182, 191, 0.09);
  57. }
  58. .datasetIntroTitle {
  59. margin: 37px 0 10px 0;
  60. color: #1d1d20;
  61. font-size: 15px;
  62. }
  63. .datasetIntroText {
  64. margin-bottom: 30px;
  65. color: #575757;
  66. font-size: 14px;
  67. }
  68. .datasetBox {
  69. font-family: 'Alibaba';
  70. background: #f9fafb;
  71. :global {
  72. .ant-tabs-top > .ant-tabs-nav {
  73. margin: 0;
  74. }
  75. .ant-pagination {
  76. text-align: right;
  77. }
  78. }
  79. }
  80. .datasetAllBox {
  81. :global {
  82. .ant-tabs-nav .ant-tabs-nav-wrap {
  83. margin: -48px 0 0 30px;
  84. }
  85. }
  86. }
  87. .plusButton {
  88. margin: 0 18px 0 20px;
  89. }
  90. .datasetCneterBox {
  91. display: flex;
  92. justify-content: space-between;
  93. width: 100%;
  94. height: 87.5vh;
  95. .datasetCneterLeftBox {
  96. width: 340px;
  97. height: 100%;
  98. margin-right: 10px;
  99. padding-top: 15px;
  100. background: #ffffff;
  101. box-shadow: 0px 3px 6px rgba(146, 146, 146, 0.09);
  102. .custTab {
  103. display: flex;
  104. height: 32px;
  105. border-bottom: 1px solid #e0eaff;
  106. .tabItem {
  107. width: 52px;
  108. height: 100%;
  109. color: #808080;
  110. font-size: 15px;
  111. text-align: center;
  112. cursor: pointer;
  113. }
  114. }
  115. .leftContentBox {
  116. max-height: 80vh;
  117. padding: 15px 20px;
  118. overflow-x: hidden;
  119. overflow-y: auto;
  120. .itemTitle {
  121. margin-bottom: 15px;
  122. color: #1d1d20;
  123. font-size: 14px;
  124. }
  125. .itemBox {
  126. display: flex;
  127. flex-wrap: wrap;
  128. align-content: start;
  129. width: 110%;
  130. .messageBox {
  131. display: flex;
  132. flex-direction: column;
  133. align-items: center;
  134. justify-content: space-between;
  135. width: 92px;
  136. height: 62px;
  137. margin: 0 12px 20px 0;
  138. padding: 11px 0px 7px 0px;
  139. color: #1d1d20;
  140. font-size: 12px;
  141. border: 1px solid;
  142. border-color: rgba(22, 100, 255, 0.05);
  143. border-radius: 4px;
  144. cursor: pointer;
  145. .ptIcon {
  146. display: block;
  147. }
  148. .hoverIcon {
  149. display: none;
  150. }
  151. .messageText {
  152. width: 65px;
  153. overflow: hidden;
  154. white-space: nowrap;
  155. text-align: center;
  156. text-overflow: ellipsis;
  157. transition: all 0.2s;
  158. }
  159. }
  160. .messageBox:hover {
  161. background: rgba(22, 100, 255, 0.03);
  162. border: 1px solid;
  163. border-color: #1664ff;
  164. .ptIcon {
  165. display: none;
  166. }
  167. .hoverIcon {
  168. display: block;
  169. }
  170. }
  171. .active {
  172. background: rgba(22, 100, 255, 0.03) !important;
  173. border: 1px solid !important;
  174. border-color: #1664ff !important;
  175. .ptIcon {
  176. display: none !important;
  177. }
  178. .hoverIcon {
  179. display: block !important;
  180. }
  181. }
  182. }
  183. }
  184. }
  185. .datasetCneterRightBox {
  186. display: flex;
  187. flex: 1;
  188. flex-direction: column;
  189. height: 100%;
  190. padding: 22px 30px 26px 30px;
  191. background: #ffffff;
  192. box-shadow: 0px 3px 6px rgba(146, 146, 146, 0.09);
  193. .dataSource {
  194. display: flex;
  195. align-items: center;
  196. justify-content: space-between;
  197. height: 32px;
  198. margin-bottom: 30px;
  199. color: rgba(29, 29, 32, 0.8);
  200. font-size: 15px;
  201. }
  202. .dataContent {
  203. display: flex;
  204. flex: 1;
  205. flex-wrap: wrap;
  206. align-content: flex-start;
  207. width: 102%;
  208. .dataItem {
  209. position: relative;
  210. width: 23.5%;
  211. height: 164px;
  212. margin: 0 20px 25px 0;
  213. background: #ffffff;
  214. border: 1px solid;
  215. border-color: #eaeaea;
  216. border-radius: 4px;
  217. cursor: pointer;
  218. .itemText {
  219. position: absolute;
  220. top: 20px;
  221. left: 20px;
  222. height: 6px;
  223. color: #1d1d20;
  224. font-size: 16px;
  225. font-family: 'Alibaba';
  226. line-height: 0px;
  227. background: linear-gradient(
  228. to right,
  229. rgba(22, 100, 255, 0.6) 0,
  230. rgba(22, 100, 255, 0) 100%
  231. );
  232. }
  233. .itemDescripition {
  234. position: absolute;
  235. top: 57px;
  236. left: 20px;
  237. display: -webkit-box;
  238. padding-right: 28px;
  239. overflow: hidden;
  240. color: #575757;
  241. font-size: 14px;
  242. word-break: break-all;
  243. -webkit-line-clamp: 2;
  244. -webkit-box-orient: vertical;
  245. }
  246. .itemTime {
  247. position: absolute;
  248. bottom: 22px;
  249. left: 20px;
  250. display: flex;
  251. align-items: center;
  252. color: #808080;
  253. font-size: 13px;
  254. }
  255. .itemIcon {
  256. position: absolute;
  257. right: 20px;
  258. bottom: 22px;
  259. display: flex;
  260. align-items: center;
  261. color: #808080;
  262. font-size: 13px;
  263. }
  264. }
  265. .dataItem:hover {
  266. border-color: #1664ff;
  267. box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
  268. }
  269. .dataItem:hover .itemText {
  270. color: #1664ff;
  271. }
  272. }
  273. }
  274. }
  275. .modal {
  276. :global {
  277. .ant-modal-content {
  278. width: 825px;
  279. padding: 20px 67px;
  280. background-image: url(/assets/images/modal-back.png);
  281. background-repeat: no-repeat;
  282. background-position: top center;
  283. background-size: 100%;
  284. border-radius: 21px;
  285. }
  286. .ant-modal-header {
  287. margin: 20px 0;
  288. background-color: transparent;
  289. }
  290. .ant-input {
  291. height: 40px;
  292. border-color: #e6e6e6;
  293. }
  294. .ant-form-item .ant-form-item-label > label {
  295. color: rgba(29, 29, 32, 0.8);
  296. }
  297. .ant-modal-footer {
  298. display: flex;
  299. justify-content: center;
  300. margin: 40px 0 30px 0;
  301. }
  302. .ant-btn {
  303. width: 110px;
  304. height: 40px;
  305. font-size: 18px;
  306. background: rgba(22, 100, 255, 0.06);
  307. border-color: transparent;
  308. border-radius: 10px;
  309. }
  310. .ant-btn-primary {
  311. background: #1664ff;
  312. }
  313. }
  314. }