index.module.scss 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. .ZgoodsInfo {
  2. padding: 15px;
  3. :global {
  4. .GITot {
  5. width: 100%;
  6. overflow-x: auto;
  7. white-space: nowrap;
  8. display: inline-block;
  9. height: 52px;
  10. & > h2 {
  11. display: inline-block;
  12. position: relative;
  13. top: 3px;
  14. }
  15. i {
  16. margin-right: 20px;
  17. }
  18. .ant-tag {
  19. display: inline-block;
  20. line-height: 30px;
  21. margin-right: 8px;
  22. padding: 0 15px;
  23. }
  24. }
  25. .GItab {
  26. display: flex;
  27. justify-content: space-between;
  28. border-bottom: 1px solid #ccc;
  29. padding-bottom: 10px;
  30. & > div {
  31. display: flex;
  32. .GItab1 {
  33. cursor: pointer;
  34. font-size: 16px;
  35. padding: 0 10px;
  36. margin: 0 5px;
  37. position: relative;
  38. font-weight: 700;
  39. }
  40. .GItab1Ac {
  41. color: var(--txtColor);
  42. &::before {
  43. content: '';
  44. position: absolute;
  45. bottom: -10px;
  46. left: 0;
  47. width: 100%;
  48. height: 6px;
  49. background-color: var(--txtColor);
  50. }
  51. }
  52. .ant-btn {
  53. margin-left: 15px;
  54. }
  55. }
  56. }
  57. .GImain {
  58. margin-top: 20px;
  59. width: 100%;
  60. height: calc(100% - 110px);
  61. & > div {
  62. width: 100%;
  63. height: 100%;
  64. & > div {
  65. width: 100%;
  66. height: 100%;
  67. overflow-y: auto;
  68. }
  69. }
  70. .GImainNone {
  71. width: 70%;
  72. height: 70%;
  73. display: flex;
  74. justify-content: center;
  75. align-items: center;
  76. font-weight: 700;
  77. font-size: 20px;
  78. letter-spacing: 4px;
  79. }
  80. }
  81. }
  82. }