.container{ display: flex; flex-direction: column; padding: 0rpx; height: 100vh; align-items: center; justify-content: center; background-image: linear-gradient(to bottom, #effffa, #f2ffff, #f7feff, #fcfeff, #ffffff); } .logo{ margin: 0px; padding: 30px; width: 450rpx; } .upload { display: flex; align-items: center; justify-content: center; font-size: 50rpx; font-weight: bold; text-align: center; border-radius: 45rpx; background-color: lightblue; margin-bottom: 30rpx; } .attention{ width: 80%; font-size: small; color: gray; text-align: center; margin-bottom: 250rpx; }