| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- .box {
- padding: 32rpx 24rpx;
- position: relative;
- }
- .Card {
- border-radius: 20px;
- background-size: 100% 100%;
- height: 188rpx;
- 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 {
- display: flex;
- justify-content: space-between;
- }
- .bottonStyle{
- position: fixed;
- bottom: 5%;
- left: 20%;
- }
- .buttonStyle{
- background-color: #ffe05c;
- color: #6b6b71;
- //width: 50%;
- }
|