.card { width: 100%; height: 100%; position: relative; background: #FFFFFF; border-radius: 10rpx; overflow: hidden; } .card-title { color: #8B96A4; font-size: 32rpx; position: absolute; left: 35rpx; top: 25rpx; } .card-text { position: absolute; left: 35rpx; bottom: 25rpx; display: flex; align-items: flex-end; } .card-tip { color: #191D2D; font-weight: bold; font-size: 28rpx; margin-left: 20rpx; margin-bottom: 10rpx; } .card-count { color: #191D2D; font-weight: bold; font-size: 48rpx; } .card-logo { position: absolute; right: 0; bottom: -15rpx; }