.page{ position: fixed; left: 0; right: 0; bottom: 0; top: 0; background: #fff; padding: 0 20rpx; } .submit { display: flex; justify-content: center; align-items: center; gap: 12px; margin: 0 auto; a { color: #fff; } } .formItem { display: flex; border-bottom: 1px solid #ededed; padding: 30px 0; } .image { width: 50rpx; height: 50rpx; vertical-align: top; margin-right: 20px; }