.btn { padding: 16rpx 0rpx; text-align: center; border-radius: 50rpx; width: 220rpx; font-size: 30rpx; color: white; background-color: #F84041; box-shadow: 0 6rpx 14rpx 0 rgba(251, 79, 80, 0.76); } .uploadBox { position: fixed; top: 0px; left: 0px; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.3); z-index: 999; } .uploadBox .upload { position: absolute; left: 0rpx; right: 0rpx; top: 30%; margin: auto; color: white; text-align: center; box-sizing: border-box; font-size: 32rpx; font-weight: bold; z-index: 998; } .uploadBox .upload .tipsImg { width: 221rpx; height: 190rpx; margin-right: 30rpx; margin-bottom: 12rpx; } .uploadBox .upload .speed { position: relative; margin: 14rpx auto; text-align: center; font-size: 50rpx; animation: jump 1s ease-out infinite; } @keyframes jump { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } } .successBox { position: fixed; top: 0px; left: 0px; width: 100vw; height: 100vh; z-index: 999; background-color: rgba(0, 0, 0, 0.438); } .successBox .success { width: 558rpx; height: 520rpx; position: absolute; left: 0rpx; right: 0rpx; top: 0rpx; bottom: 0px; margin: auto; border-radius: 30rpx; background-color: white; font-size: 30rpx; padding: 35rpx; box-sizing: border-box; text-align: center; font-size: 36rpx; } .successBox .success .icon { width: 100rpx; height: 100rpx; } .successBox .success .tips1 { margin: 16rpx 0rpx 34rpx; } .successBox .success .tips2 { margin-bottom: 15rpx; } .successBox .success .shareBtn { width: 280rpx; margin: 60rpx auto 0rpx; padding: 14rpx 0rpx; color: white; background-image: linear-gradient(270deg, #FC5556 0%, #F84041 100%, #14C962 100%); box-shadow: 0 6rpx 14rpx 0 rgba(251, 79, 80, 0.76); border-radius: 40rpx; } .eeee { position: fixed; top: 0px; left: 0px; width: 100vw; height: 100vh; background-color: rebeccapurple; }