account.less 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .account-content {
  2. margin-top:50px;
  3. height: 580px;
  4. .account-left {
  5. width: 540px;
  6. float: left;
  7. .ant-form-extra {
  8. color:#ccc;
  9. span {
  10. margin-left: 2px;
  11. }
  12. }
  13. .redFont {
  14. color:#ea0862;
  15. }
  16. button {width: 100%;}
  17. .ant-checkbox-wrapper {
  18. span {
  19. line-height: 32px;
  20. }
  21. }
  22. }
  23. .account-right {
  24. width: 400px;
  25. float:left;
  26. .title {
  27. color:#333;
  28. }
  29. button {
  30. width: 132px;
  31. border-radius: 4px;
  32. margin-top:10px;
  33. }
  34. .haveID {
  35. margin-bottom: 60px;
  36. }
  37. .relateID {
  38. margin-bottom: 30px;
  39. p {
  40. img {
  41. width:20px;
  42. vertical-align: middle;
  43. }
  44. span {
  45. margin-left: 4px;
  46. }
  47. }
  48. .relateqq {
  49. color:#fff;
  50. background: #3174c2;
  51. }
  52. .relateweibo {
  53. color:#fff;
  54. background: #ce321c;
  55. }
  56. .relateweixin {
  57. color:#fff;
  58. background: #13bb20;
  59. }
  60. }
  61. .about{
  62. padding-right: 40px;
  63. p { margin-bottom: 10px;}
  64. }
  65. }
  66. }