| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- .page {
- min-height: 100vh;
- }
- .icon {
- width: 84rpx;
- height: 84rpx;
- border-radius: 42rpx;
- text-align: center;
- line-height: 84rpx;
- font-size: 24rpx;
- margin: 0 10rpx;
- background-color: #ED569F;
- color: white;
- }
- .recharge-me {
- .wallet-content {
- background-image: linear-gradient(#FFE05C 0, #FFE05C 160px, #ffffff 0, #ffffff);
- padding: 12px;
- .h-balance-wrap {
- background-image: url("../../../static/familyCard/detailCard.png");
- background-size: 100% 100%;
- height: 304rpx;
- border-radius: 6px;
- text-align: center;
- padding: 24rpx 34rpx;
- margin: 24rpx 0;
- //overflow: hidden;
- .h-balance {
- display: flex;
- justify-content: space-between;
- align-items: center;
- height: 100px;
- position: relative;
- .recharge-balance {
- margin: 0 auto;
- .h-nav-img {
- image {
- height: 18px;
- width: 18px;
- }
- }
- .name {
- font-size: 14px;
- font-weight: 400;
- color: #666666;
- line-height: 22px;
- }
- .balance-value {
- font-size: 18px;
- font-weight: bold;
- color: #333333;
- line-height: 26px;
- }
- }
- }
- }
- }
- }
- .useList {
- display: flex;
- justify-content: space-between;
- align-items: center;
- border-bottom: 1px solid #afa6a6;
- padding: 20rpx;
- margin: 24rpx;
- }
|