group.less 826 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .group {
  2. margin: 0px 210px 0;
  3. height: 680px;
  4. padding-top: 50px;
  5. .account-left {
  6. width: 540px;
  7. .acc-getVcode {
  8. height: 32px;
  9. width: 100%;
  10. padding-top: 32px;
  11. position: relative;
  12. overflow: hidden;
  13. img {
  14. position: absolute;
  15. top: 0;
  16. left: 0;
  17. width: 100%;
  18. height: 32px;
  19. }
  20. }
  21. .ant-form-extra {
  22. color: #ccc;
  23. span {
  24. margin-left: 2px;
  25. }
  26. }
  27. .redFont {
  28. color: #ea0862;
  29. }
  30. button {
  31. width: 100%;
  32. }
  33. .ant-checkbox-wrapper {
  34. span {
  35. line-height: 32px;
  36. }
  37. }
  38. }
  39. }