peopleHome.scss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. page {
  2. background-color: #ffffff;
  3. width: 100%;
  4. height: 100vh;
  5. }
  6. .page {
  7. background-color: #ffffff;
  8. width: 100%;
  9. }
  10. .thread {
  11. height: 20rpx;
  12. }
  13. .thread2 {
  14. height: 60rpx;
  15. }
  16. .topBody {
  17. width:750rpx;
  18. .header {
  19. display: flex;
  20. flex-direction: row;
  21. justify-content: flex-start;
  22. align-items: flex-start;
  23. width:750rpx;
  24. height:320rpx;
  25. position: relative;
  26. z-index: 10;
  27. position: relative;
  28. .infoBg {
  29. display: flex;
  30. flex-direction: column;
  31. justify-content: flex-start;
  32. align-items: stretch;
  33. width: 710rpx;
  34. height: 320rpx;
  35. margin: 20rpx 30rpx;
  36. margin-top: 0rpx;
  37. padding-top: calc(var(--status-bar-height) + 0rpx);
  38. border-bottom: solid 1px rgba(120, 120, 120, 0.1);
  39. .top_row {
  40. display: flex;
  41. flex-direction: row;
  42. justify-content: space-between;
  43. align-items: flex-start;
  44. padding: 20rpx 0;
  45. .left {
  46. padding-left: 30rpx;padding-right: 0rpx;
  47. width:200rpx;
  48. image {
  49. width:136rpx;
  50. height:136rpx;
  51. border-radius: 100rpx;
  52. border:solid 4rpx #fff;
  53. }
  54. .level {
  55. display: flex;
  56. flex-direction: row;
  57. justify-content: center;
  58. align-items: center;
  59. height: 32rpx;
  60. padding: 0 12rpx;
  61. margin-left: 10rpx;
  62. border-radius: 12rpx;
  63. background: linear-gradient(90deg, #FF5869 0%, #F83881 100%);
  64. font-size: 20rpx;
  65. color: #fff;
  66. font-weight: normal;
  67. }
  68. }
  69. .right {
  70. color:#333;
  71. width:500rpx;
  72. font-size: 40rpx;padding-top: 20rpx;
  73. .nickname {
  74. font-weight: bold;
  75. margin-bottom: 0rpx;
  76. display: flex;
  77. flex-direction: row;
  78. justify-content: flex-start;
  79. align-items: center;
  80. image {
  81. width:36rpx;
  82. margin-left: 8rpx;
  83. margin-right: 10rpx;
  84. }
  85. .level {
  86. font-weight: normal;font-size: 32rpx;
  87. }
  88. }
  89. .tags_list {
  90. .tag {
  91. margin-right: 8rpx;
  92. }
  93. }
  94. .join_date {
  95. display: flex;
  96. flex-direction: row;
  97. justify-content: flex-start;
  98. align-items: center;
  99. font-size: 28rpx;
  100. color:#333;
  101. image {
  102. width:36rpx;
  103. margin-left: 6rpx;
  104. }
  105. }
  106. .follow_info {
  107. display: none;
  108. }
  109. }
  110. }
  111. .bottom_row {
  112. padding: 20rpx 50rpx;
  113. .intro_row {
  114. display: flex;
  115. flex-direction: row;
  116. align-items: center;
  117. margin-bottom: 20rpx;
  118. .intro_text {
  119. color: #999;
  120. font-size: 28rpx;
  121. }
  122. .add_icon {
  123. width: 28rpx;
  124. margin-left: 10rpx;
  125. }
  126. }
  127. .follow_info {
  128. display: flex;
  129. flex-direction: row;
  130. align-items: center;
  131. justify-content: flex-start;
  132. .num {
  133. font-size: 36rpx;
  134. font-weight: bold;
  135. color: #333;
  136. margin-right: 8rpx;
  137. }
  138. .label {
  139. font-size: 28rpx;
  140. color: #999;
  141. }
  142. .separator {
  143. width: 2rpx;
  144. height: 24rpx;
  145. background-color: #E5E5E5;
  146. margin: 0 30rpx;
  147. }
  148. }
  149. }
  150. }
  151. .title {
  152. font-size: 34rpx;
  153. }
  154. }
  155. }
  156. .myinfo {
  157. width: 690rpx;
  158. display:flex;
  159. flex-direction: column;
  160. margin:20rpx 30rpx 20rpx;
  161. justify-content: flex-start;
  162. .tips {
  163. padding:20rpx 0rpx 0rpx;font-size: 36rpx;font-weight: bold;
  164. }
  165. .numlist2 {
  166. display: flex;
  167. flex-direction: row;
  168. justify-content: flex-start;
  169. align-items: center;
  170. flex-wrap: wrap;
  171. border-radius: 2rpx;
  172. .item {
  173. display: flex;
  174. justify-content: center;
  175. padding:20rpx;
  176. border-radius: 20rpx;
  177. width:340rpx;
  178. background: #ffffff;
  179. margin:2rpx;
  180. image.icon {
  181. width:100%;
  182. border-radius: 20rpx;
  183. }
  184. .num {
  185. color:#fff;
  186. text-align: center;
  187. display: flex;
  188. flex-direction: column;
  189. justify-content: center;
  190. align-items: center;
  191. width: 100%;
  192. .name {
  193. font-size: 24rpx;
  194. color:#BABABA;
  195. margin-top: 12rpx;
  196. width: 100%;
  197. display: flex;
  198. flex-direction: row;
  199. justify-content: space-between;
  200. align-items: center;
  201. .title-text {
  202. flex: 1;
  203. text-align: left;
  204. overflow: hidden;
  205. text-overflow: ellipsis;
  206. white-space: nowrap;
  207. }
  208. .like-count {
  209. display: flex;
  210. flex-direction: row;
  211. align-items: center;
  212. .heart-icon {
  213. width: 24rpx;
  214. height: 24rpx;
  215. margin-right: 6rpx;
  216. }
  217. text {
  218. font-size: 22rpx;
  219. color: #FF5869;
  220. }
  221. }
  222. }
  223. }
  224. }
  225. }
  226. }