index.wxss 984 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .user-center-card {
  2. position: fixed;
  3. top: 0;
  4. left: 0;
  5. width: 100%;
  6. height: 480rpx;
  7. background-image: url('https://tdesign.gtimg.com/miniprogram/template/retail/template/user-center-bg-v1.png');
  8. background-size: cover;
  9. background-repeat: no-repeat;
  10. padding: 0 24rpx;
  11. }
  12. .user-center-card__header {
  13. margin-top: 192rpx;
  14. margin-bottom: 48rpx;
  15. height: 96rpx;
  16. line-height: 48rpx;
  17. display: flex;
  18. justify-content: flex-start;
  19. align-items: center;
  20. color: #333;
  21. position: relative;
  22. }
  23. .user-center-card__header__avatar {
  24. width: 96rpx;
  25. height: 96rpx;
  26. border-radius: 48rpx;
  27. overflow: hidden;
  28. }
  29. .user-center-card__header__name {
  30. font-size: 36rpx;
  31. line-height: 48rpx;
  32. color: #333;
  33. font-weight: bold;
  34. margin-left: 24rpx;
  35. margin-right: 16rpx;
  36. }
  37. .user-center-card__header__transparent {
  38. position: absolute;
  39. left: 0;
  40. top: 0;
  41. background-color: transparent;
  42. height: 100%;
  43. width: 100%;
  44. }
  45. .user-center-card__icon {
  46. line-height: 96rpx;
  47. }