index.module.scss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. .AuditObject5 {
  2. :global {
  3. .objectSonMain {
  4. padding: 10px 30px;
  5. .topTit {
  6. font-size: 16px;
  7. font-weight: 700;
  8. color: var(--themeColor);
  9. margin-bottom: 12px;
  10. }
  11. .topTit2 {
  12. position: relative;
  13. margin-bottom: 18px;
  14. .titBtn {
  15. position: absolute;
  16. right: 5px;
  17. top: 0px;
  18. }
  19. }
  20. .topInfo {
  21. .topInfoRow {
  22. display: flex;
  23. &>div {
  24. width: 50%;
  25. border: 1px solid #ccc;
  26. height: 34px;
  27. line-height: 32px;
  28. display: flex;
  29. .one {
  30. font-weight: 700;
  31. width: 80px;
  32. text-align: right;
  33. }
  34. }
  35. }
  36. .topInfoTex {
  37. cursor: pointer;
  38. border: 1px solid #ccc;
  39. padding: 5px 10px 4px;
  40. display: -webkit-box;
  41. overflow: hidden;
  42. white-space: normal !important;
  43. text-overflow: ellipsis;
  44. word-wrap: break-word;
  45. -webkit-line-clamp: 2;
  46. -webkit-box-orient: vertical;
  47. &>span {
  48. font-weight: 700;
  49. }
  50. }
  51. }
  52. .goodsInfo {
  53. .inputBox1 {
  54. margin-bottom: 10px;
  55. display: flex;
  56. align-items: center;
  57. .inputBoxTit {
  58. font-weight: 700;
  59. width: 90px;
  60. &>span {
  61. position: relative;
  62. top: 3px;
  63. color: #ff4d4f;
  64. }
  65. }
  66. .inputBoxText {
  67. width: calc(100% - 90px);
  68. }
  69. }
  70. .inputBox2 {
  71. align-items: flex-start;
  72. }
  73. }
  74. .backBtn {
  75. margin-top: 12px;
  76. display: flex;
  77. justify-content: center;
  78. }
  79. }
  80. }
  81. }