member.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. page {
  2. background: #F9F9F9;
  3. /* overflow: hidden; */
  4. /* background: #fff; */
  5. }
  6. /* .user-info {
  7. height: 290rpx;
  8. position: relative;
  9. } */
  10. .user-info {
  11. width: 100%;
  12. height: 168rpx;
  13. padding: 28rpx 30rpx;
  14. box-sizing: border-box;
  15. overflow: hidden;
  16. position: relative;
  17. /* position: relative;
  18. z-index: -1;
  19. overflow: hidden; */
  20. }
  21. .user-info::after {
  22. content: '';
  23. width: 100%;
  24. height: 168rpx;
  25. position: absolute;
  26. left: 0;
  27. top: 0;
  28. z-index: -1;
  29. border-radius: 0 0 24rpx 24rpx;
  30. background: #FFCAE0;
  31. overflow: hidden;
  32. }
  33. .user-info .bg {
  34. width: 100%;
  35. height: 100%;
  36. }
  37. /* .user-info-box {
  38. position: absolute;
  39. width: 100%;
  40. height: 100%;
  41. top: 0;
  42. } */
  43. .user-info-box .avatar {
  44. width: 112rpx;
  45. height: 112rpx;
  46. /* margin-bottom: 20rpx; */
  47. border-radius: 50%;
  48. box-sizing: border-box;
  49. border: 2rpx solid #FFFFFF;
  50. /* background-color: #ccc; */
  51. }
  52. .user-info-box.active .avatar {
  53. border: 2rpx solid #FF3803;
  54. }
  55. .user-info-box .info-right {
  56. margin-left: 20rpx;
  57. }
  58. .user-info-box.active .nick-name {
  59. font-family: PingFangSC-Medium, PingFang SC;
  60. color: #FF3803;
  61. }
  62. .user-info-box .intro {
  63. margin: 4rpx 0;
  64. }
  65. .user-info-box .gender {
  66. width: 44rpx;
  67. height: 28rpx;
  68. background: #FFFFFF;
  69. border-radius: 14rpx;
  70. }
  71. .user-info-box .gender image {
  72. width: 28rpx;
  73. height: 28rpx;
  74. }
  75. .user-info-box .city {
  76. height: 28rpx;
  77. padding: 0rpx 10rpx;
  78. background: #FFFFFF;
  79. border-radius: 14rpx;
  80. font-size: 16rpx;
  81. font-family: PingFangSC-Regular, PingFang SC;
  82. font-weight: 400;
  83. color: #666666;
  84. }
  85. .user-info-box .vip-time {
  86. background: linear-gradient(298deg, #FFB16E 0%, #FF7F7F 100%);
  87. border-radius: 20rpx;
  88. height: 40rpx;
  89. padding: 0 8rpx;
  90. }
  91. .user-info-box .vip-time image {
  92. width: 48rpx;
  93. height: 28rpx;
  94. }
  95. .user-info-box .vip-time text {
  96. font-size: 28rpx;
  97. font-family: PingFangSC-Medium, PingFang SC;
  98. font-weight: 500;
  99. color: #FFFFFF;
  100. }
  101. /* .user-info-box text {
  102. color: #fff;
  103. } */
  104. .order {
  105. height: 172rpx;
  106. display: flex;
  107. justify-content: space-around;
  108. align-items: center;
  109. background: #fff;
  110. }
  111. .order .item {
  112. display: flex;
  113. flex-direction: column;
  114. position: relative;
  115. }
  116. .order .item image {
  117. width: 72rpx;
  118. height: 72rpx;
  119. margin-bottom: 10rpx;
  120. }
  121. .order .item text {
  122. font-size: 24rpx;
  123. color: #666666;
  124. font-family: PingFangSC-Regular;
  125. }
  126. .order .item .item-num {
  127. position: absolute;
  128. top: -14rpx;
  129. right: -14rpx;
  130. height: 28rpx;
  131. width: 28rpx;
  132. padding: 4rpx;
  133. /* padding: 4rpx; */
  134. background: #FF566B;
  135. border-radius: 50%;
  136. font-size: 22rpx;
  137. font-family: PingFangSC-Regular, PingFang SC;
  138. font-weight: 400;
  139. color: #FFFFFF;
  140. }
  141. .tools .item {
  142. display: flex;
  143. align-items: center;
  144. padding: 0 30rpx;
  145. height: 112rpx;
  146. background: #fff;
  147. }
  148. .tools .item.top {
  149. margin-top: 20rpx;
  150. }
  151. .tools .item.line {
  152. border-bottom: 1rpx solid #F9F9F9;
  153. }
  154. .tools .item .active {
  155. font-size: 14px;
  156. color: #FF87B9;
  157. }
  158. .tools .item .icon-left {
  159. width: 48rpx;
  160. height: 48rpx;
  161. margin-right: 20rpx;
  162. /* background-color: #ccc; */
  163. }
  164. .tools .item .icon-right {
  165. width: 24rpx;
  166. height: 24rpx;
  167. margin-left: 12rpx;
  168. }
  169. .item-radius {
  170. background: #FFFFFF;
  171. border-radius: 16rpx;
  172. margin: 20rpx 30rpx;
  173. overflow: hidden;
  174. }