familyCard.scss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. .page {
  2. min-height: 100vh;
  3. }
  4. .icon {
  5. width: 84rpx;
  6. height: 84rpx;
  7. border-radius: 42rpx;
  8. text-align: center;
  9. line-height: 84rpx;
  10. font-size: 24rpx;
  11. margin: 0 10rpx;
  12. background-color: #ED569F;
  13. color: white;
  14. }
  15. .recharge-me {
  16. .wallet-content {
  17. background-image: linear-gradient(#FFE05C 0, #FFE05C 160px, #ffffff 0, #ffffff);
  18. padding: 12px;
  19. .h-balance-wrap {
  20. background-image: url("../../../static/familyCard/detailCard.png");
  21. background-size: 100% 100%;
  22. height: 304rpx;
  23. border-radius: 6px;
  24. text-align: center;
  25. padding: 24rpx 34rpx;
  26. margin: 24rpx 0;
  27. //overflow: hidden;
  28. .h-balance {
  29. display: flex;
  30. justify-content: space-between;
  31. align-items: center;
  32. height: 100px;
  33. position: relative;
  34. .recharge-balance {
  35. margin: 0 auto;
  36. .h-nav-img {
  37. image {
  38. height: 18px;
  39. width: 18px;
  40. }
  41. }
  42. .name {
  43. font-size: 14px;
  44. font-weight: 400;
  45. color: #666666;
  46. line-height: 22px;
  47. }
  48. .balance-value {
  49. font-size: 18px;
  50. font-weight: bold;
  51. color: #333333;
  52. line-height: 26px;
  53. }
  54. }
  55. }
  56. }
  57. }
  58. }
  59. .useList {
  60. display: flex;
  61. justify-content: space-between;
  62. align-items: center;
  63. border-bottom: 1px solid #afa6a6;
  64. padding: 20rpx;
  65. margin: 24rpx;
  66. }