index.scss 436 B

12345678910111213141516171819202122232425262728
  1. .box {
  2. padding: 32rpx 24rpx;
  3. }
  4. .Card {
  5. border-radius: 20px;
  6. background-size: 100% 100%;
  7. height: 268rpx;
  8. padding: 24rpx;
  9. display: flex;
  10. flex-direction: column;
  11. position: relative;
  12. margin: 32rpx 24rpx;
  13. }
  14. .getCard {
  15. background-image: url("/static/familyCard/getCard.png");
  16. }
  17. .postCard {
  18. background-image: url("/static/familyCard/postCard.png");
  19. }
  20. .Lines {
  21. position: absolute;
  22. right: 40rpx;
  23. bottom: 26rpx;
  24. }