changeModal.less 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. >div {
  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. .getVcode {
  40. height: 28px;
  41. width: 92px;
  42. padding-top: 28px;
  43. position: relative;
  44. overflow: hidden;
  45. vertical-align: top;
  46. img {
  47. position: absolute;
  48. top: 0;
  49. left: 0;
  50. width: 100%;
  51. height: 28px;
  52. }
  53. }
  54. }
  55. }