.item{ display:flex; border-bottom:1px solid #e6e6e6; height: 90rpx; display: flex; justify-content: space-between; align-items: center; margin: 36rpx 50rpx 30rpx; } .item-title { font-weight: 400; color: #999999; font-size: 26rpx; } .input-desc { font-size: 26rpx; font-weight: 400; text-align: right; } .tips { font-size: 24rpx; color: #222222; font-weight: 400; margin: 0 14rpx 40rpx 50rpx; } .desc { color: #2583FF; } .submit_reset { margin: 0 50rpx; height: 80rpx; line-height: 80rpx; background: #2583FF; border-radius: 100rpx 100rpx 100rpx 100rpx; color: #FFFFFF; font-size: 36rpx; font-weight: 400; }