/* pages/invitees/invitees.wxss */ .banner { position: relative; padding: 30rpx 32rpx 70rpx 32rpx; padding-bottom: 70rpx; } .banner .title { font-size: 36rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #333333; line-height: 50rpx; } .banner image { margin-top: 32rpx; position: relative; left: 50%; transform: translateX(-50%); width: 610rpx; height: 1056rpx; } .banner .receive-btn { margin-top: 122rpx; position: relative; left: 50%; transform: translateX(-50%); width: 90%; height: 84rpx; background: #FA7D22; border-radius: 42rpx; font-size: 32rpx; font-family: PingFang-SC-Medium, PingFang-SC; font-weight: 500; color: #FFFFFF; line-height: 84rpx; text-align: center; }