account.less 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. .account-content {
  2. padding-top: 50px;
  3. height: 580px;
  4. .account-left {
  5. width: 540px;
  6. float: left;
  7. .acc-getVcode {
  8. height: 27px;
  9. width: 100%;
  10. padding-top: 27px;
  11. position: relative;
  12. overflow: hidden;
  13. img {
  14. position: absolute;
  15. top: 0;
  16. left: 0;
  17. width: 100%;
  18. height: 27px;
  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: 27px;
  36. }
  37. }
  38. }
  39. .account-right {
  40. width: 400px;
  41. float: left;
  42. .title {
  43. color: #333;
  44. }
  45. button {
  46. width: 132px;
  47. border-radius: 4px;
  48. margin-top: 10px;
  49. }
  50. .haveID {
  51. margin-bottom: 60px;
  52. }
  53. .relateID {
  54. margin-bottom: 30px;
  55. p {
  56. img {
  57. width: 20px;
  58. vertical-align: middle;
  59. }
  60. span {
  61. margin-left: 4px;
  62. }
  63. }
  64. .relateqq {
  65. color: #fff;
  66. background: #3174c2;
  67. }
  68. .relateweibo {
  69. color: #fff;
  70. background: #ce321c;
  71. }
  72. .relateweixin {
  73. color: #fff;
  74. background: #13bb20;
  75. }
  76. }
  77. .about {
  78. padding-right: 40px;
  79. p {
  80. margin-bottom: 10px;
  81. }
  82. }
  83. }
  84. }
  85. .ant-modal-content {
  86. .ant-modal-title {
  87. text-align: center;
  88. }
  89. .ant-modal-body {
  90. padding-right: 0
  91. }
  92. }