index.less 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. .lookObjTable {
  2. .ant-modal {
  3. top: 30px !important;
  4. width: 1000px !important;
  5. }
  6. .ObjectAddTit {
  7. border-top: 1px solid #999999;
  8. padding-top: 15px;
  9. width: 100%;
  10. height: 45px;
  11. display: flex;
  12. margin-bottom: 15px;
  13. &>div {
  14. cursor: pointer;
  15. width: 50%;
  16. height: 30px;
  17. border: 1px solid #999999;
  18. text-align: center;
  19. line-height: 28px;
  20. border-radius: 5px 0 0 5px;
  21. }
  22. .ObjectAddTitTow {
  23. border-radius: 0 5px 5px 0;
  24. }
  25. .active {
  26. background-color: var(--themeColor);
  27. color: #fff;
  28. }
  29. }
  30. .goodsInfo {
  31. .row {
  32. display: flex;
  33. width: 100%;
  34. &>div {
  35. padding: 5px;
  36. width: 50%;
  37. display: flex;
  38. border: 1px solid #ccc;
  39. span {
  40. font-weight: 700;
  41. display: inline-block;
  42. width: 100px;
  43. text-align: right;
  44. }
  45. p {
  46. width: calc(100% - 110px);
  47. }
  48. }
  49. }
  50. .rowFull{
  51. display: flex;
  52. padding: 5px;
  53. border: 1px solid #ccc;
  54. span {
  55. font-weight: 700;
  56. display: inline-block;
  57. width: 100px;
  58. text-align: right;
  59. }
  60. p {
  61. width: calc(100% - 110px);
  62. }
  63. }
  64. // .rowThree {
  65. // display: flex;
  66. // width: 100%;
  67. // &>div {
  68. // padding: 5px;
  69. // border: 1px solid #ccc;
  70. // width: 33%;
  71. // span {
  72. // font-weight: 700;
  73. // display: inline-block;
  74. // width: 100px;
  75. // text-align: right;
  76. // }
  77. // }
  78. // }
  79. }
  80. .goodsBtn {
  81. margin-top: 20px;
  82. text-align: center;
  83. }
  84. .goodsFile {
  85. .row {
  86. width: 100%;
  87. display: flex;
  88. margin-bottom: 10px;
  89. .rowTit {
  90. font-weight: 700;
  91. display: inline-block;
  92. width: 100px;
  93. text-align: right;
  94. }
  95. .rowRr {
  96. width: calc(100% - 110px);
  97. }
  98. }
  99. }
  100. }