index.module.scss 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .A32set {
  2. :global {
  3. .ant-modal-close {
  4. display: none;
  5. }
  6. .ant-modal {
  7. width: 800px !important;
  8. }
  9. .A32Smain {
  10. border-top: 1px solid #999999;
  11. padding-top: 15px;
  12. width: 100%;
  13. .A32Sbox {
  14. max-height: 500px;
  15. overflow-y: auto;
  16. .A32Srow {
  17. margin-bottom: 20px;
  18. .A32Srow1 {
  19. position: relative;
  20. font-size: 14px;
  21. font-weight: 700;
  22. padding-left: 20px;
  23. margin-bottom: 20px;
  24. &::before {
  25. content: '';
  26. position: absolute;
  27. top: 0;
  28. left: 0;
  29. width: 5px;
  30. height: 22px;
  31. border-radius: 4px;
  32. background-color: var(--themeColor);
  33. }
  34. }
  35. .A32Srow2Check {
  36. margin-right: 10px;
  37. margin-bottom: 10px;
  38. }
  39. }
  40. }
  41. .A32Sbtn {
  42. margin-top: 15px;
  43. text-align: center;
  44. }
  45. }
  46. }
  47. }