indexBasicInfo.css 772 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .stocks-title {
  2. margin-top: 30px;
  3. display: flex;
  4. align-items: center;
  5. }
  6. .stocks-title::before {
  7. content: "";
  8. margin-right: 10px;
  9. display: block;
  10. width: 6px;
  11. height: 20px;
  12. border-radius: 3px;
  13. background-color: #00c0ff;
  14. }
  15. .ant-table-cell {
  16. padding-left: 25px !important;
  17. }
  18. .no-tab .ant-table-cell {
  19. padding-left: 0 !important;
  20. }
  21. .ant-table-thead .ant-table-cell:nth-child(1) {
  22. padding-left: 25px !important;
  23. }
  24. .first-table tr {
  25. display: flex;
  26. }
  27. .first-table .ant-table-cell:nth-child(1) {
  28. flex: 2;
  29. }
  30. .first-table .ant-table-cell:nth-child(2) {
  31. flex: 1;
  32. }
  33. .second-table tr {
  34. display: flex;
  35. }
  36. .second-table .ant-table-cell {
  37. flex: 1;
  38. }
  39. .indent-level-1 {
  40. padding-left: 0 !important;
  41. }
  42. h4.ant-typography {
  43. font-size: 24px !important;
  44. }