.auth-content { width: 520rpx; min-height: 480rpx; max-height: 660rpx; background: #fff; border-radius: 24rpx; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; } .auth-content .bg { width: 520rpx; } .auth-content .h1 { color: #000; font-size: 32rpx; margin-bottom: 20rpx; font-weight: bold; } .auth-content .h2 { font-size: 24rpx; line-height: 36rpx; color: #999; width: 408rpx; margin-bottom: 44rpx; } .auth-content .btn { position: absolute; left: 0; right: 0; bottom: 30rpx; align-items: flex-start; justify-content: center; font-size: 28rpx; } .auth-content .btn .close-btn { width: 48%; text-align: center; color: #f45b56; border: 1rpx solid #f45b56; border-radius: 36rpx; margin: 10rpx auto; padding: 0 15px; height: 64rpx; line-height: 64rpx; } .auth-content .btn .close-img { margin: 0 15rpx; } .auth-content .btn .img { width: 180rpx; } .auth-content .confirm { width: 60%; margin: 10rpx auto; height: 74rpx; line-height: 64rpx; color: #fff; background: #f45b56; border-radius: 36rpx; font-size: 28rpx; padding: 0rpx 32rpx; } .auth-content .confirm-img { width: 180rpx; height: 64rpx; line-height: 64rpx; margin: 0 15rpx; padding: 0; } .updateWx { width: 425rpx; height: 64rpx; line-height: 64rpx; color: #fff; background: #f45b56; border-radius: 36rpx; margin: 0 0 30rpx; text-align: center; } .content{ display: block; height: 60%; width: 100%; } .avatar{ margin-left: -25rpx; margin-top: 0rpx; height:120rpx; width:120rpx; } .weui-input{ width: 50%; border-bottom: 1rpx solid #e5e5e5; padding-left: 10rpx; margin-top: -1rpx; } .avatar-wrapper{ height:120rpx; width:120rpx; } .nm{ margin: 40rpx; font-size: 32rpx; display: flex; } .nmtext{ margin-left: 60rpx; color: #bfbfbf; }