group.less 807 B

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