index.module.scss 824 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .A1survey {
  2. padding: 24px;
  3. background-color: #fff;
  4. border-radius: 10px;
  5. display: flex;
  6. justify-content: space-between;
  7. :global {
  8. .A1main1 {
  9. width: calc(100% - 124px);
  10. .A1L1{
  11. font-size: 16px;
  12. width: 100%;
  13. height: calc(100% - 220px);
  14. display: flex;
  15. .A1L1_1{
  16. width: 80px;
  17. text-align: right;
  18. // position: relative;
  19. // top: 4px;
  20. }
  21. .A1L1_2{
  22. width: calc(100% - 80px);
  23. }
  24. }
  25. .A1L2{
  26. margin-top: 20px;
  27. height: 200px;
  28. }
  29. }
  30. .A1main2 {
  31. width: 100px;
  32. display: flex;
  33. flex-direction: column;
  34. justify-content: center;
  35. align-items: center;
  36. .ant-btn{
  37. display: block;
  38. margin-bottom: 15px;
  39. }
  40. }
  41. }
  42. }