.invite { width: 100%; padding: 0 20rpx 60rpx; box-sizing: border-box; min-height: 100vh; background-color: #291068; .headerBg { position: absolute; top: 0; left: 0; width: 100%; height: 811rpx; } .progressBox { position: relative; top: 380rpx; z-index: 2; padding: 20rpx; box-sizing: border-box; border: 20rpx solid #6B39D8; background-color: #2D1F64; border-radius: 42rpx; .row { position: relative; width: 100%; height: 110rpx; margin-bottom: 80rpx; display: flex; align-items: flex-end; justify-content: space-between; .line { position: absolute; top: 80rpx; left: 50%; transform: translateX(-50%); width: 90%; height: 8rpx; background-color: #FFD67B; } .numBox { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; .num { margin-bottom: 6rpx; font-size: 22rpx; color: #FFFFFF; } .icon { width: 60rpx; height: 60rpx; } .current { position: absolute; top: 30rpx; left: 0rpx; width: 87rpx; height: 64rpx; } .rewardNum { position: absolute; bottom: 24rpx; font-weight: bold; font-size: 24rpx; color: #626262; } .rewardN { position: absolute; bottom: 8rpx; font-size: 14rpx; color: #626262; } .reward { width: 144rpx; height: 109rpx; } } .qualify { .rewardNum, .rewardN { color: #962304; } } } .btns { display: flex; align-items: center; justify-content: space-between; margin-bottom: 70rpx; .transcript { width: 184rpx; height: 68rpx; } .resetBtn { font-size: 0px; } .inviteBtn { width: 390rpx; height: 68rpx; } } } .guide { padding: 26rpx 50rpx 40rpx; margin-top: 420rpx; background-color: #6B39D8; border-radius: 20rpx; color: white; font-size: 26rpx; .titleImg { display: block; margin: 0rpx auto 24rpx; width: 100rpx; height: 38rpx; } .row { margin-top: 44rpx; .logo { width: 100rpx; height: 25rpx; margin-right: 20rpx; } } .explain { margin-top: 40rpx; font-size: 24rpx; } } } .popBox { height: 100%; overflow: hidden; background-color: #722FD3; color: white; border-top-left-radius: 20rpx; border-top-right-radius: 20rpx; .header { position: relative; padding: 30rpx 0; letter-spacing: 2rpx; text-align: center; font-size: 32rpx; background-color: #2D1F64; .close { position: absolute; right: 20rpx; top: 26rpx; width: 50rpx; height: 50rpx; background-color: #9F6DEB; border-radius: 50%; } } .list { height: calc(100% - 100rpx); padding: 40rpx 20rpx 0; box-sizing: border-box; .item { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24rpx; padding: 10rpx 30rpx; border-radius: 20rpx; background-color: #9F6DEB; .left { display: flex; align-items: center; .num { font-size: 30rpx; width: 60rpx; } .avatar { width: 68rpx; height: 68rpx; border-radius: 50%; background-color: white; } .nickName { width: 200rpx; margin-left: 16rpx; } } .time { font-size: 26rpx; } } .inviteBtn { padding: 30rpx 0; width: 390rpx; height: 68rpx; } } }