account.less 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. .account-content {
  2. margin-top:50px;
  3. height: 580px;
  4. .account-left {
  5. width: 540px;
  6. float: left;
  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 {width: 100%;}
  31. .ant-checkbox-wrapper {
  32. span {
  33. line-height: 32px;
  34. }
  35. }
  36. }
  37. .account-right {
  38. width: 400px;
  39. float:left;
  40. .title {
  41. color:#333;
  42. }
  43. button {
  44. width: 132px;
  45. border-radius: 4px;
  46. margin-top:10px;
  47. }
  48. .haveID {
  49. margin-bottom: 60px;
  50. }
  51. .relateID {
  52. margin-bottom: 30px;
  53. p {
  54. img {
  55. width:20px;
  56. vertical-align: middle;
  57. }
  58. span {
  59. margin-left: 4px;
  60. }
  61. }
  62. .relateqq {
  63. color:#fff;
  64. background: #3174c2;
  65. }
  66. .relateweibo {
  67. color:#fff;
  68. background: #ce321c;
  69. }
  70. .relateweixin {
  71. color:#fff;
  72. background: #13bb20;
  73. }
  74. }
  75. .about{
  76. padding-right: 40px;
  77. p { margin-bottom: 10px;}
  78. }
  79. }
  80. }