member.wxss 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  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: 400rpx;
  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: 140%;
  24. height: 400rpx;
  25. position: absolute;
  26. left: -20%;
  27. top: 0;
  28. z-index: -1;
  29. border-radius: 0 0 50% 50%;
  30. background: #FA7D22;
  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: 120rpx;
  45. height: 120rpx;
  46. /* margin-bottom: 20rpx; */
  47. border-radius: 50%;
  48. box-sizing: border-box;
  49. }
  50. .user-info-box{
  51. position: relative;
  52. }
  53. .user-info-box .avatarHead{
  54. width: 100rpx;
  55. height: 34rpx;
  56. position: absolute;
  57. bottom: -1rpx;
  58. left: 11rpx;
  59. }
  60. .user-info-box.active .avatar {
  61. border: 2rpx solid #FF3803;
  62. }
  63. .user-info-box .info-right {
  64. margin-left: 20rpx;
  65. }
  66. .user-info-box.active .nick-name {
  67. font-family: PingFangSC-Medium, PingFang SC;
  68. color: #FF3803;
  69. }
  70. .user-info-box .intro {
  71. margin: 4rpx 0;
  72. }
  73. .user-info-box .gender {
  74. width: 44rpx;
  75. height: 28rpx;
  76. background: #FFFFFF;
  77. border-radius: 14rpx;
  78. }
  79. .user-info-box .gender image {
  80. width: 28rpx;
  81. height: 28rpx;
  82. }
  83. .user-info-box .city {
  84. height: 28rpx;
  85. padding: 0rpx 10rpx;
  86. background: #FFFFFF;
  87. border-radius: 14rpx;
  88. font-size: 16rpx;
  89. font-family: PingFangSC-Regular, PingFang SC;
  90. font-weight: 400;
  91. color: #666666;
  92. }
  93. .user-info-box .vip-time {
  94. background: linear-gradient(298deg, #FFB16E 0%, #FF7F7F 100%);
  95. border-radius: 20rpx;
  96. height: 40rpx;
  97. padding: 0 8rpx;
  98. }
  99. .user-info-box .vip-time image {
  100. width: 48rpx;
  101. height: 28rpx;
  102. }
  103. .user-info-box .vip-time text {
  104. font-size: 28rpx;
  105. font-family: PingFangSC-Medium, PingFang SC;
  106. font-weight: 500;
  107. color: #FFFFFF;
  108. }
  109. /* .user-info-box text {
  110. color: #fff;
  111. } */
  112. .order {
  113. height: 172rpx;
  114. display: flex;
  115. justify-content: space-around;
  116. align-items: center;
  117. background: #fff;
  118. }
  119. .order .item {
  120. display: flex;
  121. flex-direction: column;
  122. align-items: center;
  123. position: relative;
  124. }
  125. .order .item image {
  126. width: 56rpx;
  127. height: 56rpx;
  128. margin-bottom: 10rpx;
  129. }
  130. .order .item text {
  131. font-size: 24rpx;
  132. color: #666666;
  133. font-family: PingFangSC-Regular;
  134. }
  135. .order .item .item-num {
  136. position: absolute;
  137. top: -14rpx;
  138. right: -14rpx;
  139. height: 28rpx;
  140. width: 28rpx;
  141. padding: 4rpx;
  142. /* padding: 4rpx; */
  143. background: #FA7D22;
  144. border-radius: 50%;
  145. font-size: 22rpx;
  146. font-family: PingFangSC-Regular, PingFang SC;
  147. font-weight: 400;
  148. color: #FFFFFF;
  149. }
  150. .tools .item {
  151. display: flex;
  152. align-items: center;
  153. padding: 0 30rpx;
  154. height: 112rpx;
  155. background: #fff;
  156. }
  157. .tools .item.top {
  158. margin-top: 20rpx;
  159. }
  160. .tools .item.line {
  161. /* border-bottom: 1rpx solid #F9F9F9; */
  162. }
  163. .tools .item .active {
  164. font-size: 14px;
  165. color: #FA7D22;
  166. }
  167. .tools .item .icon-left {
  168. width: 48rpx;
  169. height: 48rpx;
  170. margin-right: 20rpx;
  171. }
  172. .tools .item .icon-right {
  173. width: 24rpx;
  174. height: 24rpx;
  175. margin-left: 12rpx;
  176. }
  177. .item-radius {
  178. background: #FFFFFF;
  179. border-radius: 16rpx;
  180. margin: 20rpx 30rpx;
  181. overflow: hidden;
  182. }
  183. .listker-top-add {
  184. margin-top: -20rpx;
  185. width: 100vw;
  186. height: 200rpx;
  187. display: flex;
  188. align-items: center;
  189. }
  190. .wallet {
  191. min-width: 150rpx;
  192. margin-left: 50rpx;
  193. display: flex;
  194. flex-direction: column;
  195. align-items: center;
  196. justify-content: center;
  197. }
  198. .desc {
  199. font-size: 48rpx;
  200. font-weight: bold;
  201. color: #FFFFFF;
  202. }
  203. .desc text {
  204. font-size: 20rpx;
  205. font-weight: 500;
  206. color: #FFFFFF;
  207. }
  208. .title {
  209. font-size: 20rpx;
  210. font-weight: 400;
  211. color: #FFFFFF;
  212. }
  213. .tool {
  214. min-width: 150rpx;
  215. margin-left: 50rpx;
  216. flex-direction: column;
  217. display: flex;
  218. align-items: center;
  219. justify-content: center;
  220. }
  221. .listker-line {
  222. width: 2rpx;
  223. height: 38rpx;
  224. background: #FFFFFF;
  225. margin-right: 92rpx;
  226. margin-left: 50rpx;
  227. }
  228. /* <view class="listker-top-add">
  229. <navigator url="/pages/storedValue/index">
  230. <view class="wallet">
  231. <view class="desc"><text>¥</text>{{inserllAmount}}<text>.00</text></view>
  232. <view class="title">我的储值</view>
  233. </view>
  234. </navigator>
  235. <navigator url="/pages/toolDetails/index">
  236. <view class="tool">
  237. <view class="desc">900</view>
  238. <view class="title">我的积分</view>
  239. </view>
  240. </navigator>
  241. <view class="listker-line"></view>
  242. <image class="listker-img"></image>
  243. <view class="card">
  244. <view class="desc">5</view>
  245. <view class="title">卡券包</view>
  246. </view>
  247. </view> */
  248. .listker-img {
  249. width: 64rpx;
  250. height: 64rpx;
  251. }
  252. .card {
  253. flex-direction: column;
  254. display: flex;
  255. align-items: center;
  256. justify-content: center;
  257. }
  258. /* wxss */
  259. .noshadow {
  260. hover-class: none;
  261. }
  262. .cardBag{
  263. display: flex;
  264. flex-direction: column;
  265. justify-content: center;
  266. align-items: center;
  267. }