index.scss 597 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .box {
  2. padding: 32rpx 24rpx;
  3. position: relative;
  4. }
  5. .Card {
  6. border-radius: 20px;
  7. background-size: 100% 100%;
  8. height: 188rpx;
  9. padding: 24rpx;
  10. display: flex;
  11. flex-direction: column;
  12. position: relative;
  13. margin: 32rpx 24rpx;
  14. }
  15. .getCard {
  16. background-image: url("/static/familyCard/getCard.png");
  17. }
  18. .postCard {
  19. background-image: url("/static/familyCard/postCard.png");
  20. }
  21. .Lines {
  22. display: flex;
  23. justify-content: space-between;
  24. }
  25. .bottonStyle{
  26. position: fixed;
  27. bottom: 5%;
  28. left: 20%;
  29. }
  30. .buttonStyle{
  31. background-color: #ffe05c;
  32. color: #6b6b71;
  33. //width: 50%;
  34. }