| 12345678910111213141516171819202122232425262728 |
- .box {
- padding: 32rpx 24rpx;
- }
- .Card {
- border-radius: 20px;
- background-size: 100% 100%;
- height: 268rpx;
- padding: 24rpx;
- display: flex;
- flex-direction: column;
- position: relative;
- margin: 32rpx 24rpx;
- }
- .getCard {
- background-image: url("/static/familyCard/getCard.png");
- }
- .postCard {
- background-image: url("/static/familyCard/postCard.png");
- }
- .Lines {
- position: absolute;
- right: 40rpx;
- bottom: 26rpx;
- }
|