content.less 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. @a-color: #ea0862;
  2. .index-content {
  3. height: 100%;
  4. .acc-title {
  5. color: #333;
  6. font-size: 16px;
  7. margin-bottom: 10px;
  8. span {
  9. font-size: 18px;
  10. color: @a-color;
  11. }
  12. img {
  13. vertical-align: top;
  14. margin-left: 10px;
  15. width: 22px;
  16. height: 22px;
  17. }
  18. }
  19. .index-userdata {
  20. background: #fff;
  21. padding: 20px;
  22. .userdata-img {
  23. height: 120px;
  24. width: 120px;
  25. padding-top: 120px;
  26. position: relative;
  27. overflow: hidden;
  28. border-radius: 50%;
  29. float: left;
  30. background: #eee;
  31. img {
  32. height: 120px;
  33. width: 120px;
  34. position: absolute;
  35. top: 0;
  36. left: 0;
  37. }
  38. }
  39. .userdata-content {
  40. margin-left: 140px;
  41. line-height: 30px;
  42. position: relative;
  43. a {
  44. color: @a-color;
  45. }
  46. .userdata-lvl {
  47. span {
  48. color: #fff;
  49. background: @a-color;
  50. border-radius: 2px;
  51. padding: 0 4px;
  52. }
  53. }
  54. .userdata-relate {
  55. button {
  56. border: none;
  57. border-radius: 4px;
  58. margin-top: 20px;
  59. margin-right: 20px;
  60. img {
  61. height: 20px;
  62. vertical-align: middle;
  63. }
  64. span {
  65. color: #fff;
  66. }
  67. }
  68. .relateweixin {
  69. background: #12d41e;
  70. }
  71. .relateqq {
  72. background: #3073c1;
  73. }
  74. .relateweibo {
  75. background: #cf331d;
  76. }
  77. }
  78. .userdata-follow {
  79. position: absolute;
  80. top: 0;
  81. right: 10px;
  82. }
  83. }
  84. }
  85. .index-record {
  86. background: #fff;
  87. padding: 20px;
  88. margin-top: 1px;
  89. .record-list {
  90. li {
  91. float: left;
  92. width: 200px;
  93. margin-right: 100px;
  94. line-height: 30px;
  95. a {
  96. color: @a-color;
  97. }
  98. }
  99. }
  100. }
  101. .index-activity {
  102. background: #fff;
  103. padding: 20px;
  104. margin-top: 20px;
  105. min-height: 300px;
  106. .activity-list {
  107. li {
  108. border-bottom: 1px dashed #eee;
  109. padding: 10px 0;
  110. .list-type {
  111. color: #666
  112. }
  113. .list-title {
  114. color: #333;
  115. margin-left: 10px;
  116. }
  117. a {
  118. padding: 0 4px;
  119. background: @a-color;
  120. color: #fff;
  121. border-radius: 2px;
  122. float: right;
  123. margin: 0 10px;
  124. }
  125. .list-time {
  126. color: #666;
  127. float: right;
  128. }
  129. }
  130. }
  131. }
  132. }
  133. .collection {
  134. background: #fff;
  135. padding: 20px;
  136. .avatar-box {
  137. height: 80px;
  138. width: 80px;
  139. padding-top: 80px;
  140. margin: 0 auto;
  141. position: relative;
  142. img {
  143. position: absolute;
  144. top: 0;
  145. left: 0;
  146. height: 80px;
  147. width: auto;
  148. }
  149. }
  150. .content-title {
  151. color: #333;
  152. font-size: 16px;
  153. }
  154. .user-search {
  155. margin: 10px 0;
  156. >input {
  157. width: 140px;
  158. }
  159. >input,
  160. >button,
  161. .ant-select {
  162. margin-top: 10px;
  163. margin-right: 10px;
  164. }
  165. .search-div {
  166. display: inline-block;
  167. margin-top: 10px;
  168. margin-right: 10px;
  169. }
  170. }
  171. }
  172. .modal-box {
  173. margin-top: 20px;
  174. >button {
  175. margin-right: 20px;
  176. }
  177. }