changeModal.less 866 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .change-modal {
  2. .ant-modal-close {
  3. span {
  4. color: #fff;
  5. }
  6. }
  7. .ant-modal-header {
  8. background: #000;
  9. color: #fff;
  10. font-size: 18px;
  11. }
  12. .ant-modal-body {
  13. padding: 20px;
  14. padding-bottom: 10px;
  15. p {
  16. margin-bottom:10px;
  17. > span {
  18. text-align: right;
  19. padding-right: 6px;
  20. display: inline-block;
  21. width: 25%;
  22. }
  23. input {
  24. width:70%;
  25. }
  26. .mixwidth {
  27. width: 38%;
  28. margin-right: 10px;
  29. }
  30. }
  31. .modal-intro {
  32. text-align: center;
  33. i {
  34. font-size: 15px;
  35. color: #79b5ff;
  36. margin-right: 6px;
  37. }
  38. }
  39. }
  40. }