base.less 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. .set-base {
  2. .acc-title {
  3. color: #333;
  4. font-size: 16px;
  5. margin-bottom: 10px;
  6. span {
  7. font-size: 12px;
  8. color: #999;
  9. margin-left: 10px;
  10. }
  11. }
  12. .acc-detail {
  13. background: #fff;
  14. padding: 20px;
  15. border-bottom: 1px solid #d8d8d8;
  16. p {
  17. line-height: 24px;
  18. span {
  19. color: #333;
  20. }
  21. }
  22. div {
  23. margin-top: 16px;
  24. button {
  25. margin-right: 20px;
  26. border-radius: 4px;
  27. }
  28. }
  29. }
  30. .acc-bind {
  31. background: #fff;
  32. padding: 20px;
  33. margin-bottom: 20px;
  34. p {
  35. button {
  36. border: none;
  37. border-radius: 4px;
  38. margin-right: 20px;
  39. img {
  40. height: 20px;
  41. vertical-align: middle;
  42. }
  43. span {
  44. color: #fff;
  45. }
  46. }
  47. .relateweixin {
  48. background: #12d41e;
  49. }
  50. .relateqq {
  51. background: #3073c1;
  52. }
  53. .relateweibo {
  54. background: #cf331d;
  55. }
  56. }
  57. }
  58. .acc-info {
  59. background: #fff;
  60. padding: 20px;
  61. .base-form {
  62. width: 580px;
  63. .ant-form-item {
  64. p {
  65. color: #333;
  66. }
  67. .ant-form-item-label {
  68. text-align: left;
  69. }
  70. .set-submit {
  71. width: 120px;
  72. border-radius: 4px;
  73. }
  74. .idcard-img {
  75. >div {
  76. float: left;
  77. padding: 20px;
  78. border: 1px solid #c9c9c9;
  79. margin-right: 20px;
  80. >.idcard-imgbox {
  81. width: 142px;
  82. height: 90px;
  83. padding-top: 90px;
  84. position: relative;
  85. img {
  86. width: 142px;
  87. height: 90px;
  88. position: absolute;
  89. top: 0;
  90. left: 0;
  91. border: 1px solid #c9c9c9;
  92. border-radius: 6px;
  93. }
  94. }
  95. }
  96. }
  97. }
  98. .avatar-uploader,
  99. .avatar-uploader-trigger,
  100. .avatar {
  101. width: 150px;
  102. height: 150px;
  103. }
  104. .avatar-uploader {
  105. display: block;
  106. padding:1px;
  107. border: 1px dashed #d9d9d9;
  108. border-radius: 6px;
  109. cursor: pointer;
  110. position: relative;
  111. img {
  112. position: absolute;
  113. top: -1px;
  114. left: -1px;
  115. height: 150px;
  116. }
  117. }
  118. .avatar-uploader-trigger {
  119. display: table-cell;
  120. vertical-align: middle;
  121. font-size: 28px;
  122. color: #999;
  123. }
  124. }
  125. }
  126. }