/* packageE/ConsumePacket/ConsumePacketSuccess/ConsumePacketSuccess.wxss */ .content { /* position: relative; */ width: 100%; display: flex; justify-content: center; align-items: center; padding-top: 142rpx; } .content .bg { width: 100%; height: 328rpx; } .content .red-packet { /* position: absolute; */ width: 100%; text-align: center; /* top: 30%; */ /* left: 50%; */ /* transform: translateX(-50%); */ font-size: 18px; } /* .content .money {} */ .content .num { font-size: 48rpx; } .button { text-align: center; width: 400rpx; height: 70rpx; margin: 0 auto; background-color: #f14e4e; border-radius: 35rpx; color: #fff; font-size: 30rpx; line-height: 64rpx; font-weight: bold; margin-top: 66rpx; } .absolute-list { position: absolute; right: 10rpx; top: 10rpx; z-index: 5; font-size: 24rpx; padding: 20rpx; color: #666; }