page { background: #fff; display: flex; flex-direction: column; padding-top: 200rpx; } .valid-name-keyword { display: flex; flex-direction: column; justify-content: center; align-items: center; padding-top: 200rpx; } .image { display: flex; flex-direction: column; align-items: center; } .image .img { width: 200rpx; height: 200rpx; } .valid-name-keyword-form { display: flex; flex-direction: column; align-items: center; margin: 60rpx 0; } .label-class { font-size: 32rpx !important; letter-spacing: 4rpx; font-weight: 600 !important; } .avatar-wrapper { display: flex; flex-direction: column; align-items: center; padding: 0; } .avatar { width: 200rpx; height: 200rpx; border-radius: 8px; } .weui-input { text-align: center; margin-top: 20rpx; }