person.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. /* pages/person/person.wxss */
  2. page {
  3. background: #f0f1f2;
  4. }
  5. .container {
  6. margin-bottom: 110rpx;
  7. }
  8. /* .userinfo {
  9. width: 750rpx;
  10. height: 400rpx;
  11. background: #fff;
  12. display: flex;
  13. flex-direction: column;
  14. align-items: center;
  15. justify-content: center;
  16. }
  17. .avatar {
  18. height: 160rpx;
  19. width: 160rpx;
  20. position: relative;
  21. }
  22. .avatar-pic {
  23. height: 100%;
  24. width: 100%;
  25. border-radius: 100%;
  26. }
  27. .setting {
  28. height: 42rpx;
  29. width: 42rpx;
  30. position: absolute;
  31. right: 0;
  32. bottom: 0;
  33. }
  34. .cell-grounp {
  35. margin-top: 20rpx;
  36. }
  37. .cell {
  38. width: 750rpx;
  39. height: 148rpx;
  40. color: #31364c;
  41. font-size: 28rpx;
  42. background: #fff;
  43. padding: 0 30rpx;
  44. box-sizing: border-box;
  45. display: flex;
  46. align-items: center;
  47. justify-content: space-between;
  48. margin-bottom: 2rpx;
  49. }
  50. .cell .content {
  51. display: flex;
  52. align-items: center;
  53. justify-content: space-between;
  54. }
  55. .cell-pic {
  56. width: 68rpx;
  57. height: 68rpx;
  58. margin-right: 30rpx;
  59. }
  60. .right {
  61. width: 18rpx;
  62. height: 30rpx;
  63. }
  64. .quit {
  65. height: 100rpx;
  66. font-size: 32rpx;
  67. color: #31364c;
  68. text-align: center;
  69. line-height: 100rpx;
  70. background: #fff;
  71. margin-top: 20rpx;
  72. } */
  73. .user-info {
  74. width: 750rpx;
  75. height: 232rpx;
  76. background: #ffffff;
  77. padding: 52rpx 40rpx;
  78. box-sizing: border-box;
  79. display: flex;
  80. align-items: center;
  81. justify-content: space-between;
  82. margin-bottom: 1rpx;
  83. }
  84. .info {
  85. display: flex;
  86. align-items: center;
  87. }
  88. .avatar {
  89. height: 128rpx;
  90. width: 128rpx;
  91. overflow: hidden;
  92. }
  93. .avatar image {
  94. height: 100%;
  95. width: 100%;
  96. border-radius: 8rpx;
  97. }
  98. .info-detail {
  99. margin-left: 40rpx;
  100. }
  101. .right {
  102. width: 14rpx;
  103. height: 26rpx;
  104. }
  105. .name {
  106. font-size: 38rpx;
  107. font-family: PingFangSC-Medium, PingFang SC;
  108. font-weight: 500;
  109. color: #000000;
  110. margin-bottom: 13rpx;
  111. }
  112. .sign {
  113. width: 152rpx;
  114. height: 48rpx;
  115. background: #e6f7ff;
  116. border-radius: 24px;
  117. font-size: 24rpx;
  118. font-family: PingFangSC-Medium, PingFang SC;
  119. font-weight: 500;
  120. color: #1890ff;
  121. padding: 0 24rpx;
  122. box-sizing: border-box;
  123. display: flex;
  124. align-items: center;
  125. justify-content: space-between;
  126. }
  127. view.no-sign {
  128. background: #f3f3f3;
  129. color: rgba(0, 0, 0, 0.25);
  130. }
  131. .sign image {
  132. height: 24rpx;
  133. width: 21rpx;
  134. }
  135. .group-list {
  136. margin-bottom: 20rpx;
  137. }
  138. .group-item {
  139. width: 750prx;
  140. height: 112rpx;
  141. padding: 37rpx 37rpx 37rpx 43rpx;
  142. box-sizing: border-box;
  143. background: #ffffff;
  144. display: flex;
  145. align-items: center;
  146. justify-content: space-between;
  147. margin-bottom: 1rpx;
  148. }
  149. .group-item-content {
  150. font-size: 34rpx;
  151. font-family: PingFangSC-Regular, PingFang SC;
  152. font-weight: 400;
  153. color: #000000;
  154. display: flex;
  155. align-items: center;
  156. }
  157. .group-item-content image {
  158. width: 48rpx;
  159. height: 48rpx;
  160. margin-right: 35rpx;
  161. }