person.wxss 2.8 KB

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